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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1593
  +user: Proxies\__CG__\App\Entity\User {#1707 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1596 …}
  +slug: "Custom-shell-prompt-tips-and-tricks"
  +title: "Custom shell prompt tips and tricks?"
  +url: null
  +body: """
    Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so often it saves my butt. ;-)) The other trick is to always have a colorful prompt, to easily discern where output from programs start/stop. In total my PS1 looks like this (with GIT status at the end): [\e[32m]\u[\e[m]@[\e[35m]\h[\e[m] [\e[36m]\A[\e[m] [\e[37m][[\e[m][\e[31m]\w[\e[m][\e[37m]][\e[m]$(__git_ps1 “(%s)”)$\n
    \n
    My question is, what customization, tips and tricks do you have for the shell prompt?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700431405 {#1731
    date: 2023-11-19 23:03:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  +badges: Doctrine\ORM\PersistentCollection {#2370 …}
  +children: [
    App\Entity\EntryComment {#1690
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1593 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If you like customizing your shell, there are really cool things one can do with zsh.\n
        \n
        I have mine set up with suggestions to complete the name of the program, or even command line options for it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699633657 {#1437
        date: 2023-11-10 17:27:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wolf@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1584 …}
      +nested: Doctrine\ORM\PersistentCollection {#1580 …}
      +votes: Doctrine\ORM\PersistentCollection {#1583 …}
      +reports: Doctrine\ORM\PersistentCollection {#1582 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
      -id: 105241
      -bodyTs: "'command':33 'complet':25 'cool':10 'custom':4 'even':32 'like':3 'line':34 'mine':19 'name':27 'one':12 'option':35 'program':30 'realli':9 'set':20 'shell':6 'suggest':23 'thing':11 'zsh':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/4669979"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699559708 {#1434
        date: 2023-11-09 20:55:08.0 +01:00
      }
      +"title": 105241
    }
  ]
  -id: 11536
  -titleTs: "'custom':1 'prompt':3 'shell':2 'tip':4 'trick':6"
  -bodyTs: "'20':31 '31m':120 '32m':101 '35m':106 '36m':111 '37m':116,125 'abl':43 'alway':34,74 'articl':6 'back':33 'basic':26 'butt':68 'check':45 'color':77 'custom':10,135 'daili':60 'discern':81 'display':35 'e':100,103,105,108,110,113,115,117,119,122,124,126 'easili':80 'end':55,99 'everi':62 'git':95,128 'h':107 'lack':21 'learn':29 'like':92 'long':47 'look':91 'm':104,109,114,118,123,127 'near':30 'need':58 'often':64 'one':22 'output':83 'process':49 'program':85 'prompt':13,40,78,145 'ps1':90,129 'question':132 'realli':15 'recent':1 'run':51 'save':66 'shell':12,144 'start/stop':86 'status':96 'stumbl':3 'surpris':16 'timestamp':37 'tip':27,136 'total':88 'trick':71,138 'u':102 'w':121 'year':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699644087
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5328558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699557687 {#1695
    date: 2023-11-09 20:21:27.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 {#1593
  +user: Proxies\__CG__\App\Entity\User {#1707 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1596 …}
  +slug: "Custom-shell-prompt-tips-and-tricks"
  +title: "Custom shell prompt tips and tricks?"
  +url: null
  +body: """
    Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so often it saves my butt. ;-)) The other trick is to always have a colorful prompt, to easily discern where output from programs start/stop. In total my PS1 looks like this (with GIT status at the end): [\e[32m]\u[\e[m]@[\e[35m]\h[\e[m] [\e[36m]\A[\e[m] [\e[37m][[\e[m][\e[31m]\w[\e[m][\e[37m]][\e[m]$(__git_ps1 “(%s)”)$\n
    \n
    My question is, what customization, tips and tricks do you have for the shell prompt?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700431405 {#1731
    date: 2023-11-19 23:03:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  +badges: Doctrine\ORM\PersistentCollection {#2370 …}
  +children: [
    App\Entity\EntryComment {#1690
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1593 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If you like customizing your shell, there are really cool things one can do with zsh.\n
        \n
        I have mine set up with suggestions to complete the name of the program, or even command line options for it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699633657 {#1437
        date: 2023-11-10 17:27:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wolf@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1584 …}
      +nested: Doctrine\ORM\PersistentCollection {#1580 …}
      +votes: Doctrine\ORM\PersistentCollection {#1583 …}
      +reports: Doctrine\ORM\PersistentCollection {#1582 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
      -id: 105241
      -bodyTs: "'command':33 'complet':25 'cool':10 'custom':4 'even':32 'like':3 'line':34 'mine':19 'name':27 'one':12 'option':35 'program':30 'realli':9 'set':20 'shell':6 'suggest':23 'thing':11 'zsh':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/4669979"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699559708 {#1434
        date: 2023-11-09 20:55:08.0 +01:00
      }
      +"title": 105241
    }
  ]
  -id: 11536
  -titleTs: "'custom':1 'prompt':3 'shell':2 'tip':4 'trick':6"
  -bodyTs: "'20':31 '31m':120 '32m':101 '35m':106 '36m':111 '37m':116,125 'abl':43 'alway':34,74 'articl':6 'back':33 'basic':26 'butt':68 'check':45 'color':77 'custom':10,135 'daili':60 'discern':81 'display':35 'e':100,103,105,108,110,113,115,117,119,122,124,126 'easili':80 'end':55,99 'everi':62 'git':95,128 'h':107 'lack':21 'learn':29 'like':92 'long':47 'look':91 'm':104,109,114,118,123,127 'near':30 'need':58 'often':64 'one':22 'output':83 'process':49 'program':85 'prompt':13,40,78,145 'ps1':90,129 'question':132 'realli':15 'recent':1 'run':51 'save':66 'shell':12,144 'start/stop':86 'status':96 'stumbl':3 'surpris':16 'timestamp':37 'tip':27,136 'total':88 'trick':71,138 'u':102 'w':121 'year':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699644087
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5328558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699557687 {#1695
    date: 2023-11-09 20:21:27.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 {#1593
  +user: Proxies\__CG__\App\Entity\User {#1707 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1596 …}
  +slug: "Custom-shell-prompt-tips-and-tricks"
  +title: "Custom shell prompt tips and tricks?"
  +url: null
  +body: """
    Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so often it saves my butt. ;-)) The other trick is to always have a colorful prompt, to easily discern where output from programs start/stop. In total my PS1 looks like this (with GIT status at the end): [\e[32m]\u[\e[m]@[\e[35m]\h[\e[m] [\e[36m]\A[\e[m] [\e[37m][[\e[m][\e[31m]\w[\e[m][\e[37m]][\e[m]$(__git_ps1 “(%s)”)$\n
    \n
    My question is, what customization, tips and tricks do you have for the shell prompt?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700431405 {#1731
    date: 2023-11-19 23:03:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  +badges: Doctrine\ORM\PersistentCollection {#2370 …}
  +children: [
    App\Entity\EntryComment {#1690
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1593 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If you like customizing your shell, there are really cool things one can do with zsh.\n
        \n
        I have mine set up with suggestions to complete the name of the program, or even command line options for it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699633657 {#1437
        date: 2023-11-10 17:27:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wolf@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1584 …}
      +nested: Doctrine\ORM\PersistentCollection {#1580 …}
      +votes: Doctrine\ORM\PersistentCollection {#1583 …}
      +reports: Doctrine\ORM\PersistentCollection {#1582 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
      -id: 105241
      -bodyTs: "'command':33 'complet':25 'cool':10 'custom':4 'even':32 'like':3 'line':34 'mine':19 'name':27 'one':12 'option':35 'program':30 'realli':9 'set':20 'shell':6 'suggest':23 'thing':11 'zsh':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://programming.dev/comment/4669979"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699559708 {#1434
        date: 2023-11-09 20:55:08.0 +01:00
      }
      +"title": 105241
    }
  ]
  -id: 11536
  -titleTs: "'custom':1 'prompt':3 'shell':2 'tip':4 'trick':6"
  -bodyTs: "'20':31 '31m':120 '32m':101 '35m':106 '36m':111 '37m':116,125 'abl':43 'alway':34,74 'articl':6 'back':33 'basic':26 'butt':68 'check':45 'color':77 'custom':10,135 'daili':60 'discern':81 'display':35 'e':100,103,105,108,110,113,115,117,119,122,124,126 'easili':80 'end':55,99 'everi':62 'git':95,128 'h':107 'lack':21 'learn':29 'like':92 'long':47 'look':91 'm':104,109,114,118,123,127 'near':30 'need':58 'often':64 'one':22 'output':83 'process':49 'program':85 'prompt':13,40,78,145 'ps1':90,129 'question':132 'realli':15 'recent':1 'run':51 'save':66 'shell':12,144 'start/stop':86 'status':96 'stumbl':3 'surpris':16 'timestamp':37 'tip':27,136 'total':88 'trick':71,138 'u':102 'w':121 'year':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699644087
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5328558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699557687 {#1695
    date: 2023-11-09 20:21:27.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 {#1690
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593
    +user: Proxies\__CG__\App\Entity\User {#1707 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1596 …}
    +slug: "Custom-shell-prompt-tips-and-tricks"
    +title: "Custom shell prompt tips and tricks?"
    +url: null
    +body: """
      Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so often it saves my butt. ;-)) The other trick is to always have a colorful prompt, to easily discern where output from programs start/stop. In total my PS1 looks like this (with GIT status at the end): [\e[32m]\u[\e[m]@[\e[35m]\h[\e[m] [\e[36m]\A[\e[m] [\e[37m][[\e[m][\e[31m]\w[\e[m][\e[37m]][\e[m]$(__git_ps1 “(%s)”)$\n
      \n
      My question is, what customization, tips and tricks do you have for the shell prompt?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700431405 {#1731
      date: 2023-11-19 23:03:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1619 …}
    +votes: Doctrine\ORM\PersistentCollection {#1701 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2454 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
    +badges: Doctrine\ORM\PersistentCollection {#2370 …}
    +children: [
      App\Entity\EntryComment {#1690}
    ]
    -id: 11536
    -titleTs: "'custom':1 'prompt':3 'shell':2 'tip':4 'trick':6"
    -bodyTs: "'20':31 '31m':120 '32m':101 '35m':106 '36m':111 '37m':116,125 'abl':43 'alway':34,74 'articl':6 'back':33 'basic':26 'butt':68 'check':45 'color':77 'custom':10,135 'daili':60 'discern':81 'display':35 'e':100,103,105,108,110,113,115,117,119,122,124,126 'easili':80 'end':55,99 'everi':62 'git':95,128 'h':107 'lack':21 'learn':29 'like':92 'long':47 'look':91 'm':104,109,114,118,123,127 'near':30 'need':58 'often':64 'one':22 'output':83 'process':49 'program':85 'prompt':13,40,78,145 'ps1':90,129 'question':132 'realli':15 'recent':1 'run':51 'save':66 'shell':12,144 'start/stop':86 'status':96 'stumbl':3 'surpris':16 'timestamp':37 'tip':27,136 'total':88 'trick':71,138 'u':102 'w':121 'year':32"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699644087
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/5328558"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699557687 {#1695
      date: 2023-11-09 20:21:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If you like customizing your shell, there are really cool things one can do with zsh.\n
    \n
    I have mine set up with suggestions to complete the name of the program, or even command line options for it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699633657 {#1437
    date: 2023-11-10 17:27:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wolf@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1584 …}
  +nested: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  -id: 105241
  -bodyTs: "'command':33 'complet':25 'cool':10 'custom':4 'even':32 'like':3 'line':34 'mine':19 'name':27 'one':12 'option':35 'program':30 'realli':9 'set':20 'shell':6 'suggest':23 'thing':11 'zsh':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4669979"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699559708 {#1434
    date: 2023-11-09 20:55:08.0 +01:00
  }
  +"title": 105241
}
"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 {#1690
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593
    +user: Proxies\__CG__\App\Entity\User {#1707 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1596 …}
    +slug: "Custom-shell-prompt-tips-and-tricks"
    +title: "Custom shell prompt tips and tricks?"
    +url: null
    +body: """
      Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so often it saves my butt. ;-)) The other trick is to always have a colorful prompt, to easily discern where output from programs start/stop. In total my PS1 looks like this (with GIT status at the end): [\e[32m]\u[\e[m]@[\e[35m]\h[\e[m] [\e[36m]\A[\e[m] [\e[37m][[\e[m][\e[31m]\w[\e[m][\e[37m]][\e[m]$(__git_ps1 “(%s)”)$\n
      \n
      My question is, what customization, tips and tricks do you have for the shell prompt?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700431405 {#1731
      date: 2023-11-19 23:03:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1619 …}
    +votes: Doctrine\ORM\PersistentCollection {#1701 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2454 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
    +badges: Doctrine\ORM\PersistentCollection {#2370 …}
    +children: [
      App\Entity\EntryComment {#1690}
    ]
    -id: 11536
    -titleTs: "'custom':1 'prompt':3 'shell':2 'tip':4 'trick':6"
    -bodyTs: "'20':31 '31m':120 '32m':101 '35m':106 '36m':111 '37m':116,125 'abl':43 'alway':34,74 'articl':6 'back':33 'basic':26 'butt':68 'check':45 'color':77 'custom':10,135 'daili':60 'discern':81 'display':35 'e':100,103,105,108,110,113,115,117,119,122,124,126 'easili':80 'end':55,99 'everi':62 'git':95,128 'h':107 'lack':21 'learn':29 'like':92 'long':47 'look':91 'm':104,109,114,118,123,127 'near':30 'need':58 'often':64 'one':22 'output':83 'process':49 'program':85 'prompt':13,40,78,145 'ps1':90,129 'question':132 'realli':15 'recent':1 'run':51 'save':66 'shell':12,144 'start/stop':86 'status':96 'stumbl':3 'surpris':16 'timestamp':37 'tip':27,136 'total':88 'trick':71,138 'u':102 'w':121 'year':32"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699644087
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/5328558"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699557687 {#1695
      date: 2023-11-09 20:21:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If you like customizing your shell, there are really cool things one can do with zsh.\n
    \n
    I have mine set up with suggestions to complete the name of the program, or even command line options for it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699633657 {#1437
    date: 2023-11-10 17:27:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wolf@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1584 …}
  +nested: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  -id: 105241
  -bodyTs: "'command':33 'complet':25 'cool':10 'custom':4 'even':32 'like':3 'line':34 'mine':19 'name':27 'one':12 'option':35 'program':30 'realli':9 'set':20 'shell':6 'suggest':23 'thing':11 'zsh':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4669979"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699559708 {#1434
    date: 2023-11-09 20:55:08.0 +01:00
  }
  +"title": 105241
}
"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 {#1690
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593
    +user: Proxies\__CG__\App\Entity\User {#1707 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1596 …}
    +slug: "Custom-shell-prompt-tips-and-tricks"
    +title: "Custom shell prompt tips and tricks?"
    +url: null
    +body: """
      Recently I stumbled over an article, about how to customize your shell prompt. What really surprised me, is that it lacked one of the most basic tips I learned nearly 20 years back: Always display a timestamp in the prompt, to be able to check how long a process is running or when it ended. (Don’t need it daily, but every so often it saves my butt. ;-)) The other trick is to always have a colorful prompt, to easily discern where output from programs start/stop. In total my PS1 looks like this (with GIT status at the end): [\e[32m]\u[\e[m]@[\e[35m]\h[\e[m] [\e[36m]\A[\e[m] [\e[37m][[\e[m][\e[31m]\w[\e[m][\e[37m]][\e[m]$(__git_ps1 “(%s)”)$\n
      \n
      My question is, what customization, tips and tricks do you have for the shell prompt?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700431405 {#1731
      date: 2023-11-19 23:03:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1619 …}
    +votes: Doctrine\ORM\PersistentCollection {#1701 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2454 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
    +badges: Doctrine\ORM\PersistentCollection {#2370 …}
    +children: [
      App\Entity\EntryComment {#1690}
    ]
    -id: 11536
    -titleTs: "'custom':1 'prompt':3 'shell':2 'tip':4 'trick':6"
    -bodyTs: "'20':31 '31m':120 '32m':101 '35m':106 '36m':111 '37m':116,125 'abl':43 'alway':34,74 'articl':6 'back':33 'basic':26 'butt':68 'check':45 'color':77 'custom':10,135 'daili':60 'discern':81 'display':35 'e':100,103,105,108,110,113,115,117,119,122,124,126 'easili':80 'end':55,99 'everi':62 'git':95,128 'h':107 'lack':21 'learn':29 'like':92 'long':47 'look':91 'm':104,109,114,118,123,127 'near':30 'need':58 'often':64 'one':22 'output':83 'process':49 'program':85 'prompt':13,40,78,145 'ps1':90,129 'question':132 'realli':15 'recent':1 'run':51 'save':66 'shell':12,144 'start/stop':86 'status':96 'stumbl':3 'surpris':16 'timestamp':37 'tip':27,136 'total':88 'trick':71,138 'u':102 'w':121 'year':32"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699644087
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/5328558"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699557687 {#1695
      date: 2023-11-09 20:21:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If you like customizing your shell, there are really cool things one can do with zsh.\n
    \n
    I have mine set up with suggestions to complete the name of the program, or even command line options for it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699633657 {#1437
    date: 2023-11-10 17:27:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wolf@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1584 …}
  +nested: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1583 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  -id: 105241
  -bodyTs: "'command':33 'complet':25 'cool':10 'custom':4 'even':32 'like':3 'line':34 'mine':19 'name':27 'one':12 'option':35 'program':30 'realli':9 'set':20 'shell':6 'suggest':23 'thing':11 'zsh':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/comment/4669979"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699559708 {#1434
    date: 2023-11-09 20:55:08.0 +01:00
  }
  +"title": 105241
}
"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_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details