GET https://kbin.spritesserver.nl/index.php/tag/ThunarKingofLinuxFileManagers/commented

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2396
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
  +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 {#2443
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1774 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1420 …}
  +children: [
    1 => App\Entity\EntryComment {#1364
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
      +body: """
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1698966217 {#1393
        date: 2023-11-03 00:03:37.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@oshitwaddup@lemmy.antemeridiem.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1903 …}
      +nested: Doctrine\ORM\PersistentCollection {#1380 …}
      +votes: Doctrine\ORM\PersistentCollection {#1387 …}
      +reports: Doctrine\ORM\PersistentCollection {#1397 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
      -id: 85850
      -bodyTs: "'thunarkingoflinuxfilemanag':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454364"
      +editedAt: DateTimeImmutable @1698966225 {#1398
        date: 2023-11-03 00:03:45.0 +01:00
      }
      +createdAt: DateTimeImmutable @1698966217 {#1392
        date: 2023-11-03 00:03:37.0 +01:00
      }
      +"title": 85850
    }
    2 => App\Entity\EntryComment {#1602
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
        \n
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699038653 {#2404
        date: 2023-11-03 20:10:53.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1817 …}
      +nested: Doctrine\ORM\PersistentCollection {#1813 …}
      +votes: Doctrine\ORM\PersistentCollection {#1939 …}
      +reports: Doctrine\ORM\PersistentCollection {#1888 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
      -id: 85839
      -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454219"
      +editedAt: DateTimeImmutable @1698966109 {#62
        date: 2023-11-03 00:01:49.0 +01:00
      }
      +createdAt: DateTimeImmutable @1698965969 {#63
        date: 2023-11-02 23:59:29.0 +01:00
      }
      +"title": 85839
    }
    0 => App\Entity\EntryComment {#1957
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
      +body: """
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1698966197 {#1943
        date: 2023-11-03 00:03:17.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Treeniks@lemmy.ml"
        "@404@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1368 …}
      +nested: Doctrine\ORM\PersistentCollection {#1971 …}
      +votes: Doctrine\ORM\PersistentCollection {#1941 …}
      +reports: Doctrine\ORM\PersistentCollection {#1945 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
      -id: 85849
      -bodyTs: "'thunarkingoflinuxfilemanag':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454352"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698966197 {#1897
        date: 2023-11-03 00:03:17.0 +01:00
      }
      +"title": 85849
    }
  ]
  -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 {#1745
    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 {#2396
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
  +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 {#2443
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1774 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1420 …}
  +children: [
    1 => App\Entity\EntryComment {#1364
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
      +body: """
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1698966217 {#1393
        date: 2023-11-03 00:03:37.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@oshitwaddup@lemmy.antemeridiem.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1903 …}
      +nested: Doctrine\ORM\PersistentCollection {#1380 …}
      +votes: Doctrine\ORM\PersistentCollection {#1387 …}
      +reports: Doctrine\ORM\PersistentCollection {#1397 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
      -id: 85850
      -bodyTs: "'thunarkingoflinuxfilemanag':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454364"
      +editedAt: DateTimeImmutable @1698966225 {#1398
        date: 2023-11-03 00:03:45.0 +01:00
      }
      +createdAt: DateTimeImmutable @1698966217 {#1392
        date: 2023-11-03 00:03:37.0 +01:00
      }
      +"title": 85850
    }
    2 => App\Entity\EntryComment {#1602
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
        \n
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699038653 {#2404
        date: 2023-11-03 20:10:53.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1817 …}
      +nested: Doctrine\ORM\PersistentCollection {#1813 …}
      +votes: Doctrine\ORM\PersistentCollection {#1939 …}
      +reports: Doctrine\ORM\PersistentCollection {#1888 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
      -id: 85839
      -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454219"
      +editedAt: DateTimeImmutable @1698966109 {#62
        date: 2023-11-03 00:01:49.0 +01:00
      }
      +createdAt: DateTimeImmutable @1698965969 {#63
        date: 2023-11-02 23:59:29.0 +01:00
      }
      +"title": 85839
    }
    0 => App\Entity\EntryComment {#1957
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
      +body: """
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1698966197 {#1943
        date: 2023-11-03 00:03:17.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Treeniks@lemmy.ml"
        "@404@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1368 …}
      +nested: Doctrine\ORM\PersistentCollection {#1971 …}
      +votes: Doctrine\ORM\PersistentCollection {#1941 …}
      +reports: Doctrine\ORM\PersistentCollection {#1945 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
      -id: 85849
      -bodyTs: "'thunarkingoflinuxfilemanag':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454352"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698966197 {#1897
        date: 2023-11-03 00:03:17.0 +01:00
      }
      +"title": 85849
    }
  ]
  -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 {#1745
    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 {#2396
  +user: Proxies\__CG__\App\Entity\User {#2426 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
  +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 {#2443
    date: 2023-11-05 22:23:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1774 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
  +badges: Doctrine\ORM\PersistentCollection {#1420 …}
  +children: [
    1 => App\Entity\EntryComment {#1364
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
      +body: """
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1698966217 {#1393
        date: 2023-11-03 00:03:37.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@oshitwaddup@lemmy.antemeridiem.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1903 …}
      +nested: Doctrine\ORM\PersistentCollection {#1380 …}
      +votes: Doctrine\ORM\PersistentCollection {#1387 …}
      +reports: Doctrine\ORM\PersistentCollection {#1397 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
      -id: 85850
      -bodyTs: "'thunarkingoflinuxfilemanag':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454364"
      +editedAt: DateTimeImmutable @1698966225 {#1398
        date: 2023-11-03 00:03:45.0 +01:00
      }
      +createdAt: DateTimeImmutable @1698966217 {#1392
        date: 2023-11-03 00:03:37.0 +01:00
      }
      +"title": 85850
    }
    2 => App\Entity\EntryComment {#1602
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
        \n
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699038653 {#2404
        date: 2023-11-03 20:10:53.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1817 …}
      +nested: Doctrine\ORM\PersistentCollection {#1813 …}
      +votes: Doctrine\ORM\PersistentCollection {#1939 …}
      +reports: Doctrine\ORM\PersistentCollection {#1888 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
      -id: 85839
      -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454219"
      +editedAt: DateTimeImmutable @1698966109 {#62
        date: 2023-11-03 00:01:49.0 +01:00
      }
      +createdAt: DateTimeImmutable @1698965969 {#63
        date: 2023-11-02 23:59:29.0 +01:00
      }
      +"title": 85839
    }
    0 => App\Entity\EntryComment {#1957
      +user: Proxies\__CG__\App\Entity\User {#1885 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
      +body: """
        #ThunarKingofLinuxFileManagers\n
        ===============================
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1698966197 {#1943
        date: 2023-11-03 00:03:17.0 +01:00
      }
      +ip: null
      +tags: [
        "thunarkingoflinuxfilemanagers"
      ]
      +mentions: [
        "@ParanoidFactoid@beehaw.org"
        "@Treeniks@lemmy.ml"
        "@404@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1368 …}
      +nested: Doctrine\ORM\PersistentCollection {#1971 …}
      +votes: Doctrine\ORM\PersistentCollection {#1941 …}
      +reports: Doctrine\ORM\PersistentCollection {#1945 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
      -id: 85849
      -bodyTs: "'thunarkingoflinuxfilemanag':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5454352"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698966197 {#1897
        date: 2023-11-03 00:03:17.0 +01:00
      }
      +"title": 85849
    }
  ]
  -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 {#1745
    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 {#1364
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364}
      2 => App\Entity\EntryComment {#1602
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
          \n
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699038653 {#2404
          date: 2023-11-03 20:10:53.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1817 …}
        +nested: Doctrine\ORM\PersistentCollection {#1813 …}
        +votes: Doctrine\ORM\PersistentCollection {#1939 …}
        +reports: Doctrine\ORM\PersistentCollection {#1888 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
        -id: 85839
        -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454219"
        +editedAt: DateTimeImmutable @1698966109 {#62
          date: 2023-11-03 00:01:49.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698965969 {#63
          date: 2023-11-02 23:59:29.0 +01:00
        }
        +"title": 85839
      }
      0 => App\Entity\EntryComment {#1957
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698966197 {#1943
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Treeniks@lemmy.ml"
          "@404@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1368 …}
        +nested: Doctrine\ORM\PersistentCollection {#1971 …}
        +votes: Doctrine\ORM\PersistentCollection {#1941 …}
        +reports: Doctrine\ORM\PersistentCollection {#1945 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
        -id: 85849
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698966197 {#1897
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +"title": 85849
      }
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
  +body: """
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1698966217 {#1393
    date: 2023-11-03 00:03:37.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@oshitwaddup@lemmy.antemeridiem.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1903 …}
  +nested: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1397 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  -id: 85850
  -bodyTs: "'thunarkingoflinuxfilemanag':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454364"
  +editedAt: DateTimeImmutable @1698966225 {#1398
    date: 2023-11-03 00:03:45.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698966217 {#1392
    date: 2023-11-03 00:03:37.0 +01:00
  }
  +"title": 85850
}
"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 {#1364
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364}
      2 => App\Entity\EntryComment {#1602
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
          \n
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699038653 {#2404
          date: 2023-11-03 20:10:53.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1817 …}
        +nested: Doctrine\ORM\PersistentCollection {#1813 …}
        +votes: Doctrine\ORM\PersistentCollection {#1939 …}
        +reports: Doctrine\ORM\PersistentCollection {#1888 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
        -id: 85839
        -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454219"
        +editedAt: DateTimeImmutable @1698966109 {#62
          date: 2023-11-03 00:01:49.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698965969 {#63
          date: 2023-11-02 23:59:29.0 +01:00
        }
        +"title": 85839
      }
      0 => App\Entity\EntryComment {#1957
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698966197 {#1943
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Treeniks@lemmy.ml"
          "@404@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1368 …}
        +nested: Doctrine\ORM\PersistentCollection {#1971 …}
        +votes: Doctrine\ORM\PersistentCollection {#1941 …}
        +reports: Doctrine\ORM\PersistentCollection {#1945 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
        -id: 85849
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698966197 {#1897
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +"title": 85849
      }
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
  +body: """
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1698966217 {#1393
    date: 2023-11-03 00:03:37.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@oshitwaddup@lemmy.antemeridiem.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1903 …}
  +nested: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1397 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  -id: 85850
  -bodyTs: "'thunarkingoflinuxfilemanag':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454364"
  +editedAt: DateTimeImmutable @1698966225 {#1398
    date: 2023-11-03 00:03:45.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698966217 {#1392
    date: 2023-11-03 00:03:37.0 +01:00
  }
  +"title": 85850
}
"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 {#1364
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364}
      2 => App\Entity\EntryComment {#1602
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
          \n
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699038653 {#2404
          date: 2023-11-03 20:10:53.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1817 …}
        +nested: Doctrine\ORM\PersistentCollection {#1813 …}
        +votes: Doctrine\ORM\PersistentCollection {#1939 …}
        +reports: Doctrine\ORM\PersistentCollection {#1888 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
        -id: 85839
        -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454219"
        +editedAt: DateTimeImmutable @1698966109 {#62
          date: 2023-11-03 00:01:49.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698965969 {#63
          date: 2023-11-02 23:59:29.0 +01:00
        }
        +"title": 85839
      }
      0 => App\Entity\EntryComment {#1957
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698966197 {#1943
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Treeniks@lemmy.ml"
          "@404@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1368 …}
        +nested: Doctrine\ORM\PersistentCollection {#1971 …}
        +votes: Doctrine\ORM\PersistentCollection {#1941 …}
        +reports: Doctrine\ORM\PersistentCollection {#1945 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
        -id: 85849
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698966197 {#1897
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +"title": 85849
      }
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
  +body: """
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1698966217 {#1393
    date: 2023-11-03 00:03:37.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@oshitwaddup@lemmy.antemeridiem.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1903 …}
  +nested: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1397 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  -id: 85850
  -bodyTs: "'thunarkingoflinuxfilemanag':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454364"
  +editedAt: DateTimeImmutable @1698966225 {#1398
    date: 2023-11-03 00:03:45.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698966217 {#1392
    date: 2023-11-03 00:03:37.0 +01:00
  }
  +"title": 85850
}
"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 {#1602
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698966217 {#1393
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@oshitwaddup@lemmy.antemeridiem.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1903 …}
        +nested: Doctrine\ORM\PersistentCollection {#1380 …}
        +votes: Doctrine\ORM\PersistentCollection {#1387 …}
        +reports: Doctrine\ORM\PersistentCollection {#1397 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
        -id: 85850
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454364"
        +editedAt: DateTimeImmutable @1698966225 {#1398
          date: 2023-11-03 00:03:45.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698966217 {#1392
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +"title": 85850
      }
      2 => App\Entity\EntryComment {#1602}
      0 => App\Entity\EntryComment {#1957
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698966197 {#1943
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Treeniks@lemmy.ml"
          "@404@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1368 …}
        +nested: Doctrine\ORM\PersistentCollection {#1971 …}
        +votes: Doctrine\ORM\PersistentCollection {#1941 …}
        +reports: Doctrine\ORM\PersistentCollection {#1945 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
        -id: 85849
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698966197 {#1897
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +"title": 85849
      }
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
    \n
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699038653 {#2404
    date: 2023-11-03 20:10:53.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1817 …}
  +nested: Doctrine\ORM\PersistentCollection {#1813 …}
  +votes: Doctrine\ORM\PersistentCollection {#1939 …}
  +reports: Doctrine\ORM\PersistentCollection {#1888 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
  -id: 85839
  -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454219"
  +editedAt: DateTimeImmutable @1698966109 {#62
    date: 2023-11-03 00:01:49.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698965969 {#63
    date: 2023-11-02 23:59:29.0 +01:00
  }
  +"title": 85839
}
"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 {#1602
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698966217 {#1393
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@oshitwaddup@lemmy.antemeridiem.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1903 …}
        +nested: Doctrine\ORM\PersistentCollection {#1380 …}
        +votes: Doctrine\ORM\PersistentCollection {#1387 …}
        +reports: Doctrine\ORM\PersistentCollection {#1397 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
        -id: 85850
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454364"
        +editedAt: DateTimeImmutable @1698966225 {#1398
          date: 2023-11-03 00:03:45.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698966217 {#1392
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +"title": 85850
      }
      2 => App\Entity\EntryComment {#1602}
      0 => App\Entity\EntryComment {#1957
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698966197 {#1943
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Treeniks@lemmy.ml"
          "@404@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1368 …}
        +nested: Doctrine\ORM\PersistentCollection {#1971 …}
        +votes: Doctrine\ORM\PersistentCollection {#1941 …}
        +reports: Doctrine\ORM\PersistentCollection {#1945 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
        -id: 85849
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698966197 {#1897
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +"title": 85849
      }
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
    \n
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699038653 {#2404
    date: 2023-11-03 20:10:53.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1817 …}
  +nested: Doctrine\ORM\PersistentCollection {#1813 …}
  +votes: Doctrine\ORM\PersistentCollection {#1939 …}
  +reports: Doctrine\ORM\PersistentCollection {#1888 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
  -id: 85839
  -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454219"
  +editedAt: DateTimeImmutable @1698966109 {#62
    date: 2023-11-03 00:01:49.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698965969 {#63
    date: 2023-11-02 23:59:29.0 +01:00
  }
  +"title": 85839
}
"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 {#1602
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698966217 {#1393
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@oshitwaddup@lemmy.antemeridiem.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1903 …}
        +nested: Doctrine\ORM\PersistentCollection {#1380 …}
        +votes: Doctrine\ORM\PersistentCollection {#1387 …}
        +reports: Doctrine\ORM\PersistentCollection {#1397 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
        -id: 85850
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454364"
        +editedAt: DateTimeImmutable @1698966225 {#1398
          date: 2023-11-03 00:03:45.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698966217 {#1392
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +"title": 85850
      }
      2 => App\Entity\EntryComment {#1602}
      0 => App\Entity\EntryComment {#1957
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698966197 {#1943
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@Treeniks@lemmy.ml"
          "@404@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1368 …}
        +nested: Doctrine\ORM\PersistentCollection {#1971 …}
        +votes: Doctrine\ORM\PersistentCollection {#1941 …}
        +reports: Doctrine\ORM\PersistentCollection {#1945 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
        -id: 85849
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454352"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698966197 {#1897
          date: 2023-11-03 00:03:17.0 +01:00
        }
        +"title": 85849
      }
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
    \n
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699038653 {#2404
    date: 2023-11-03 20:10:53.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1817 …}
  +nested: Doctrine\ORM\PersistentCollection {#1813 …}
  +votes: Doctrine\ORM\PersistentCollection {#1939 …}
  +reports: Doctrine\ORM\PersistentCollection {#1888 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
  -id: 85839
  -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454219"
  +editedAt: DateTimeImmutable @1698966109 {#62
    date: 2023-11-03 00:01:49.0 +01:00
  }
  +createdAt: DateTimeImmutable @1698965969 {#63
    date: 2023-11-02 23:59:29.0 +01:00
  }
  +"title": 85839
}
"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_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 {#1957
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698966217 {#1393
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@oshitwaddup@lemmy.antemeridiem.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1903 …}
        +nested: Doctrine\ORM\PersistentCollection {#1380 …}
        +votes: Doctrine\ORM\PersistentCollection {#1387 …}
        +reports: Doctrine\ORM\PersistentCollection {#1397 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
        -id: 85850
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454364"
        +editedAt: DateTimeImmutable @1698966225 {#1398
          date: 2023-11-03 00:03:45.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698966217 {#1392
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +"title": 85850
      }
      2 => App\Entity\EntryComment {#1602
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
          \n
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699038653 {#2404
          date: 2023-11-03 20:10:53.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1817 …}
        +nested: Doctrine\ORM\PersistentCollection {#1813 …}
        +votes: Doctrine\ORM\PersistentCollection {#1939 …}
        +reports: Doctrine\ORM\PersistentCollection {#1888 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
        -id: 85839
        -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454219"
        +editedAt: DateTimeImmutable @1698966109 {#62
          date: 2023-11-03 00:01:49.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698965969 {#63
          date: 2023-11-02 23:59:29.0 +01:00
        }
        +"title": 85839
      }
      0 => App\Entity\EntryComment {#1957}
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
  +body: """
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698966197 {#1943
    date: 2023-11-03 00:03:17.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Treeniks@lemmy.ml"
    "@404@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1368 …}
  +nested: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1945 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
  -id: 85849
  -bodyTs: "'thunarkingoflinuxfilemanag':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454352"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698966197 {#1897
    date: 2023-11-03 00:03:17.0 +01:00
  }
  +"title": 85849
}
"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 {#1957
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698966217 {#1393
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@oshitwaddup@lemmy.antemeridiem.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1903 …}
        +nested: Doctrine\ORM\PersistentCollection {#1380 …}
        +votes: Doctrine\ORM\PersistentCollection {#1387 …}
        +reports: Doctrine\ORM\PersistentCollection {#1397 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
        -id: 85850
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454364"
        +editedAt: DateTimeImmutable @1698966225 {#1398
          date: 2023-11-03 00:03:45.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698966217 {#1392
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +"title": 85850
      }
      2 => App\Entity\EntryComment {#1602
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
          \n
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699038653 {#2404
          date: 2023-11-03 20:10:53.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1817 …}
        +nested: Doctrine\ORM\PersistentCollection {#1813 …}
        +votes: Doctrine\ORM\PersistentCollection {#1939 …}
        +reports: Doctrine\ORM\PersistentCollection {#1888 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
        -id: 85839
        -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454219"
        +editedAt: DateTimeImmutable @1698966109 {#62
          date: 2023-11-03 00:01:49.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698965969 {#63
          date: 2023-11-02 23:59:29.0 +01:00
        }
        +"title": 85839
      }
      0 => App\Entity\EntryComment {#1957}
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
  +body: """
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698966197 {#1943
    date: 2023-11-03 00:03:17.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Treeniks@lemmy.ml"
    "@404@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1368 …}
  +nested: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1945 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
  -id: 85849
  -bodyTs: "'thunarkingoflinuxfilemanag':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454352"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698966197 {#1897
    date: 2023-11-03 00:03:17.0 +01:00
  }
  +"title": 85849
}
"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 {#1957
  +user: Proxies\__CG__\App\Entity\User {#1885 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2396
    +user: Proxies\__CG__\App\Entity\User {#2426 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1788 …}
    +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 {#2443
      date: 2023-11-05 22:23:13.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1751 …}
    +votes: Doctrine\ORM\PersistentCollection {#1774 …}
    +reports: Doctrine\ORM\PersistentCollection {#1778 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1627 …}
    +badges: Doctrine\ORM\PersistentCollection {#1420 …}
    +children: [
      1 => App\Entity\EntryComment {#1364
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1935 …}
        +body: """
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698966217 {#1393
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
          "@oshitwaddup@lemmy.antemeridiem.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1903 …}
        +nested: Doctrine\ORM\PersistentCollection {#1380 …}
        +votes: Doctrine\ORM\PersistentCollection {#1387 …}
        +reports: Doctrine\ORM\PersistentCollection {#1397 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1390 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
        -id: 85850
        -bodyTs: "'thunarkingoflinuxfilemanag':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454364"
        +editedAt: DateTimeImmutable @1698966225 {#1398
          date: 2023-11-03 00:03:45.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698966217 {#1392
          date: 2023-11-03 00:03:37.0 +01:00
        }
        +"title": 85850
      }
      2 => App\Entity\EntryComment {#1602
        +user: Proxies\__CG__\App\Entity\User {#1885 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2396 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Nautilus needs Backspace for up directory. It is not just as good as Thunar, the king of non-TC-style file managers.\n
          \n
          #ThunarKingofLinuxFileManagers\n
          ===============================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699038653 {#2404
          date: 2023-11-03 20:10:53.0 +01:00
        }
        +ip: null
        +tags: [
          "thunarkingoflinuxfilemanagers"
        ]
        +mentions: [
          "@ParanoidFactoid@beehaw.org"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1817 …}
        +nested: Doctrine\ORM\PersistentCollection {#1813 …}
        +votes: Doctrine\ORM\PersistentCollection {#1939 …}
        +reports: Doctrine\ORM\PersistentCollection {#1888 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1920 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1934 …}
        -id: 85839
        -bodyTs: "'backspac':3 'directori':6 'file':22 'good':12 'king':16 'manag':23 'nautilus':1 'need':2 'non':19 'non-tc-styl':18 'style':21 'tc':20 'thunar':14 'thunarkingoflinuxfilemanag':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/5454219"
        +editedAt: DateTimeImmutable @1698966109 {#62
          date: 2023-11-03 00:01:49.0 +01:00
        }
        +createdAt: DateTimeImmutable @1698965969 {#63
          date: 2023-11-02 23:59:29.0 +01:00
        }
        +"title": 85839
      }
      0 => App\Entity\EntryComment {#1957}
    ]
    -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 {#1745
      date: 2023-11-02 03:34:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1794 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1394 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1396 …}
  +body: """
    #ThunarKingofLinuxFileManagers\n
    ===============================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698966197 {#1943
    date: 2023-11-03 00:03:17.0 +01:00
  }
  +ip: null
  +tags: [
    "thunarkingoflinuxfilemanagers"
  ]
  +mentions: [
    "@ParanoidFactoid@beehaw.org"
    "@Treeniks@lemmy.ml"
    "@404@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1368 …}
  +nested: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1945 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
  -id: 85849
  -bodyTs: "'thunarkingoflinuxfilemanag':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5454352"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698966197 {#1897
    date: 2023-11-03 00:03:17.0 +01:00
  }
  +"title": 85849
}
"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