GET https://kbin.spritesserver.nl/u/@Teon@kbin.social/hot/2023-11-03::2023-11-03

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
1.84 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
  +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
  +title: "A Nautilus Sucks Donkeyballs Linux Rant"
  +url: null
  +body: """
    Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
    \n
    - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
    - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
    - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
    - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
    \n
    Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699219393 {#2453
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
  +badges: Doctrine\ORM\PersistentCollection {#1382 …}
  +children: [
    1 => App\Entity\EntryComment {#1648
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        We have no Baloo on this rig.  \n
         And Thunar was a thunder god, not a king.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1698969913 {#1709
        date: 2023-11-03 01:05:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Teon@kbin.social"
        "@TheAnonymouseJoker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1591 …}
      +nested: Doctrine\ORM\PersistentCollection {#1590 …}
      +votes: Doctrine\ORM\PersistentCollection {#1553 …}
      +reports: Doctrine\ORM\PersistentCollection {#1662 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 85951
      -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698969913 {#1614
        date: 2023-11-03 01:05:13.0 +01:00
      }
      +"title": 85951
    }
    0 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        Sweetie, I am very familiar with lotz & lotz of nix.  \n
         Refer to my previous post for Nordic jokez.  \n
         Takk skal du ha.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699000105 {#1528
        date: 2023-11-03 09:28:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Teon@kbin.social"
        "@TheAnonymouseJoker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +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: 86501
      -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699000105 {#1619
        date: 2023-11-03 09:28:25.0 +01:00
      }
      +"title": 86501
    }
  ]
  -id: 9063
  -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
  -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978889
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9218693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892489 {#1641
    date: 2023-11-02 03:34:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
  +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
  +title: "A Nautilus Sucks Donkeyballs Linux Rant"
  +url: null
  +body: """
    Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
    \n
    - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
    - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
    - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
    - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
    \n
    Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699219393 {#2453
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
  +badges: Doctrine\ORM\PersistentCollection {#1382 …}
  +children: [
    1 => App\Entity\EntryComment {#1648
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        We have no Baloo on this rig.  \n
         And Thunar was a thunder god, not a king.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1698969913 {#1709
        date: 2023-11-03 01:05:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Teon@kbin.social"
        "@TheAnonymouseJoker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1591 …}
      +nested: Doctrine\ORM\PersistentCollection {#1590 …}
      +votes: Doctrine\ORM\PersistentCollection {#1553 …}
      +reports: Doctrine\ORM\PersistentCollection {#1662 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 85951
      -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698969913 {#1614
        date: 2023-11-03 01:05:13.0 +01:00
      }
      +"title": 85951
    }
    0 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        Sweetie, I am very familiar with lotz & lotz of nix.  \n
         Refer to my previous post for Nordic jokez.  \n
         Takk skal du ha.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699000105 {#1528
        date: 2023-11-03 09:28:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Teon@kbin.social"
        "@TheAnonymouseJoker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +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: 86501
      -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699000105 {#1619
        date: 2023-11-03 09:28:25.0 +01:00
      }
      +"title": 86501
    }
  ]
  -id: 9063
  -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
  -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978889
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9218693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892489 {#1641
    date: 2023-11-02 03:34:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
  +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
  +title: "A Nautilus Sucks Donkeyballs Linux Rant"
  +url: null
  +body: """
    Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
    \n
    - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
    - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
    - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
    - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
    \n
    Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699219393 {#2453
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1714 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
  +badges: Doctrine\ORM\PersistentCollection {#1382 …}
  +children: [
    1 => App\Entity\EntryComment {#1648
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        We have no Baloo on this rig.  \n
         And Thunar was a thunder god, not a king.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1698969913 {#1709
        date: 2023-11-03 01:05:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Teon@kbin.social"
        "@TheAnonymouseJoker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1591 …}
      +nested: Doctrine\ORM\PersistentCollection {#1590 …}
      +votes: Doctrine\ORM\PersistentCollection {#1553 …}
      +reports: Doctrine\ORM\PersistentCollection {#1662 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 85951
      -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698969913 {#1614
        date: 2023-11-03 01:05:13.0 +01:00
      }
      +"title": 85951
    }
    0 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        Sweetie, I am very familiar with lotz & lotz of nix.  \n
         Refer to my previous post for Nordic jokez.  \n
         Takk skal du ha.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699000105 {#1528
        date: 2023-11-03 09:28:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Teon@kbin.social"
        "@TheAnonymouseJoker@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +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: 86501
      -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699000105 {#1619
        date: 2023-11-03 09:28:25.0 +01:00
      }
      +"title": 86501
    }
  ]
  -id: 9063
  -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
  -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698978889
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9218693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698892489 {#1641
    date: 2023-11-02 03:34:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1648
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2469 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2453
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1733 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1714 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
    +badges: Doctrine\ORM\PersistentCollection {#1382 …}
    +children: [
      1 => App\Entity\EntryComment {#1648}
      0 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          Sweetie, I am very familiar with lotz & lotz of nix.  \n
           Refer to my previous post for Nordic jokez.  \n
           Takk skal du ha.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699000105 {#1528
          date: 2023-11-03 09:28:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Teon@kbin.social"
          "@TheAnonymouseJoker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 86501
        -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699000105 {#1619
          date: 2023-11-03 09:28:25.0 +01:00
        }
        +"title": 86501
      }
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#1641
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    We have no Baloo on this rig.  \n
     And Thunar was a thunder god, not a king.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1698969913 {#1709
    date: 2023-11-03 01:05:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Teon@kbin.social"
    "@TheAnonymouseJoker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1591 …}
  +nested: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 85951
  -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698969913 {#1614
    date: 2023-11-03 01:05:13.0 +01:00
  }
  +"title": 85951
}
"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 {#1648
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2469 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2453
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1733 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1714 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
    +badges: Doctrine\ORM\PersistentCollection {#1382 …}
    +children: [
      1 => App\Entity\EntryComment {#1648}
      0 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          Sweetie, I am very familiar with lotz & lotz of nix.  \n
           Refer to my previous post for Nordic jokez.  \n
           Takk skal du ha.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699000105 {#1528
          date: 2023-11-03 09:28:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Teon@kbin.social"
          "@TheAnonymouseJoker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 86501
        -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699000105 {#1619
          date: 2023-11-03 09:28:25.0 +01:00
        }
        +"title": 86501
      }
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#1641
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    We have no Baloo on this rig.  \n
     And Thunar was a thunder god, not a king.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1698969913 {#1709
    date: 2023-11-03 01:05:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Teon@kbin.social"
    "@TheAnonymouseJoker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1591 …}
  +nested: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 85951
  -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698969913 {#1614
    date: 2023-11-03 01:05:13.0 +01:00
  }
  +"title": 85951
}
"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 {#1648
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2469 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2453
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1733 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1714 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
    +badges: Doctrine\ORM\PersistentCollection {#1382 …}
    +children: [
      1 => App\Entity\EntryComment {#1648}
      0 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          Sweetie, I am very familiar with lotz & lotz of nix.  \n
           Refer to my previous post for Nordic jokez.  \n
           Takk skal du ha.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699000105 {#1528
          date: 2023-11-03 09:28:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Teon@kbin.social"
          "@TheAnonymouseJoker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +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: 86501
        -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699000105 {#1619
          date: 2023-11-03 09:28:25.0 +01:00
        }
        +"title": 86501
      }
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#1641
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    We have no Baloo on this rig.  \n
     And Thunar was a thunder god, not a king.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1698969913 {#1709
    date: 2023-11-03 01:05:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Teon@kbin.social"
    "@TheAnonymouseJoker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1591 …}
  +nested: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 85951
  -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698969913 {#1614
    date: 2023-11-03 01:05:13.0 +01:00
  }
  +"title": 85951
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2469 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2453
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1733 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1714 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
    +badges: Doctrine\ORM\PersistentCollection {#1382 …}
    +children: [
      1 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          We have no Baloo on this rig.  \n
           And Thunar was a thunder god, not a king.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1698969913 {#1709
          date: 2023-11-03 01:05:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Teon@kbin.social"
          "@TheAnonymouseJoker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1591 …}
        +nested: Doctrine\ORM\PersistentCollection {#1590 …}
        +votes: Doctrine\ORM\PersistentCollection {#1553 …}
        +reports: Doctrine\ORM\PersistentCollection {#1662 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 85951
        -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698969913 {#1614
          date: 2023-11-03 01:05:13.0 +01:00
        }
        +"title": 85951
      }
      0 => App\Entity\EntryComment {#1702}
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#1641
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    Sweetie, I am very familiar with lotz & lotz of nix.  \n
     Refer to my previous post for Nordic jokez.  \n
     Takk skal du ha.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699000105 {#1528
    date: 2023-11-03 09:28:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Teon@kbin.social"
    "@TheAnonymouseJoker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +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: 86501
  -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699000105 {#1619
    date: 2023-11-03 09:28:25.0 +01:00
  }
  +"title": 86501
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2469 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2453
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1733 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1714 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
    +badges: Doctrine\ORM\PersistentCollection {#1382 …}
    +children: [
      1 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          We have no Baloo on this rig.  \n
           And Thunar was a thunder god, not a king.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1698969913 {#1709
          date: 2023-11-03 01:05:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Teon@kbin.social"
          "@TheAnonymouseJoker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1591 …}
        +nested: Doctrine\ORM\PersistentCollection {#1590 …}
        +votes: Doctrine\ORM\PersistentCollection {#1553 …}
        +reports: Doctrine\ORM\PersistentCollection {#1662 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 85951
        -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698969913 {#1614
          date: 2023-11-03 01:05:13.0 +01:00
        }
        +"title": 85951
      }
      0 => App\Entity\EntryComment {#1702}
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#1641
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    Sweetie, I am very familiar with lotz & lotz of nix.  \n
     Refer to my previous post for Nordic jokez.  \n
     Takk skal du ha.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699000105 {#1528
    date: 2023-11-03 09:28:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Teon@kbin.social"
    "@TheAnonymouseJoker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +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: 86501
  -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699000105 {#1619
    date: 2023-11-03 09:28:25.0 +01:00
  }
  +"title": 86501
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#1702
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2469 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1735 …}
    +slug: "A-Nautilus-Sucks-Donkeyballs-Linux-Rant"
    +title: "A Nautilus Sucks Donkeyballs Linux Rant"
    +url: null
    +body: """
      Nautilus, the Gnome file assistant manager, sucks utter donkeyballs. Let us make an unordered list of the ways:\n
      \n
      - If the underlying filesystem changes, say a copy operation, the file manager view does not update without a manual refresh by CTL+R. This leaves the view in a stale state, presenting false file information to the user, who might never know until they do something bad. This is a showstopper bug that’s been hanging around since forever.\n
      - Batch rename. Good luck trying to rename a series of files ordered sequentially by number, if the number happens to start with any number other than one. A sequence from 2 to x is impossible to batch rename. Because regex in sed never worked either. No, wait. It’s always worked! For like, 50 years.\n
      - Why, when moving a collection of files or a directory within the same filesystem, does it actually perform a copy and delete operation, taking cpu and time, when the inode location could just be updated like mv does?\n
      - Thumbnails? Why do they take longer to generate for images and video than than the totality of the existence of the universe?\n
      \n
      Nautilus is an unusable mess. If command line file utils were this bad, we’d never be able to reliably store and manipulate files. Who in their right mind actually uses this junk?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 86
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699219393 {#2453
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1733 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1714 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1874 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1926 …}
    +badges: Doctrine\ORM\PersistentCollection {#1382 …}
    +children: [
      1 => App\Entity\EntryComment {#1648
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          We have no Baloo on this rig.  \n
           And Thunar was a thunder god, not a king.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1698969913 {#1709
          date: 2023-11-03 01:05:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Teon@kbin.social"
          "@TheAnonymouseJoker@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1591 …}
        +nested: Doctrine\ORM\PersistentCollection {#1590 …}
        +votes: Doctrine\ORM\PersistentCollection {#1553 …}
        +reports: Doctrine\ORM\PersistentCollection {#1662 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 85951
        -bodyTs: "'baloo':4 'god':13 'king':16 'rig':7 'thunar':9 'thunder':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3328837"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698969913 {#1614
          date: 2023-11-03 01:05:13.0 +01:00
        }
        +"title": 85951
      }
      0 => App\Entity\EntryComment {#1702}
    ]
    -id: 9063
    -titleTs: "'donkeybal':4 'linux':5 'nautilus':2 'rant':6 'suck':3"
    -bodyTs: "'2':108 '50':131 'abl':210 'actual':149,222 'alway':127 'around':75 'assist':5 'bad':65,205 'batch':78,114 'bug':70 'chang':23 'collect':137 'command':199 'copi':26,152 'could':164 'cpu':157 'ctl':40 'd':207 'delet':154 'directori':142 'donkeybal':9 'either':122 'exist':189 'fals':51 'file':4,29,52,88,139,201,216 'filesystem':22,146 'forev':77 'generat':178 'gnome':3 'good':80 'hang':74 'happen':96 'imag':180 'imposs':112 'inform':53 'inod':162 'junk':225 'know':60 'leav':43 'let':10 'like':130,168 'line':200 'list':15 'locat':163 'longer':176 'luck':81 'make':12 'manag':6,30 'manipul':215 'manual':37 'mess':197 'might':58 'mind':221 'move':135 'mv':169 'nautilus':1,193 'never':59,120,208 'number':92,95,101 'one':104 'oper':27,155 'order':89 'perform':150 'present':50 'r':41 'refresh':38 'regex':117 'reliabl':212 'renam':79,84,115 'right':220 'say':24 'sed':119 'sequenc':106 'sequenti':90 'seri':86 'showstopp':69 'sinc':76 'someth':64 'stale':48 'start':98 'state':49 'store':213 'suck':7 'take':156,175 'thumbnail':171 'time':159 'total':186 'tri':82 'under':21 'univers':192 'unord':14 'unus':196 'updat':34,167 'us':11 'use':223 'user':56 'util':202 'utter':8 'video':182 'view':31,45 'wait':124 'way':18 'within':143 'without':35 'work':121,128 'x':110 'year':132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698978889
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9218693"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698892489 {#1641
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    Sweetie, I am very familiar with lotz & lotz of nix.  \n
     Refer to my previous post for Nordic jokez.  \n
     Takk skal du ha.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699000105 {#1528
    date: 2023-11-03 09:28:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Teon@kbin.social"
    "@TheAnonymouseJoker@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +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: 86501
  -bodyTs: "'du':21 'familiar':5 'ha':22 'jokez':18 'lotz':7,8 'nix':10 'nordic':17 'post':15 'previous':14 'refer':11 'skal':20 'sweeti':1 'takk':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/590954/-/comment/3333998"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699000105 {#1619
    date: 2023-11-03 09:28:25.0 +01:00
  }
  +"title": 86501
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_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
14 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