GET https://kbin.spritesserver.nl/top/1y/articles?p=70

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.29 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.38 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
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Blocking-app-access-to-the-internet"
  +title: "Blocking app access to the internet"
  +url: null
  +body: """
    Question for the group on a problem I’m trying to solve: How can I block internet access for some apps on standard, OOTB Android?\n
    \n
    My current set-up is to use Proton VPN with the Android settings “Always-on VPN” and “Block connections without VPN” and then use Proton VPN’s Split-tunneling to exclude certain apps from using the VPN. This has the desired effect of blocking certain apps from having access to the internet.\n
    \n
    However, I now find that I need to use certain Apps *without* the VPN but *with* internet access. In the past, I’d used something like NetGuard to control which apps have internet access, but, as Android only allows one VPN slot, this would require me to swap out Proton VPN.\n
    \n
    So my problem statement: I’d like to be able to continue to use Proton VPN, exclude *some* apps from using that VPN but still have access to the internet, and block *still other* apps from the internet entirely. I’m struggling to find a way to do this.\n
    \n
    Any suggestions are welcome!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702747134 {#158
    date: 2023-12-16 18:18:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 22309
  -titleTs: "'access':3 'app':2 'block':1 'internet':6"
  -bodyTs: "'abl':141 'access':18,77,98,114,158 'allow':119 'alway':41 'always-on':40 'android':25,38,117 'app':21,61,74,91,111,150,166 'block':16,45,72,163 'certain':60,73,90 'connect':46 'continu':143 'control':109 'current':27 'd':103,137 'desir':69 'effect':70 'entir':170 'exclud':59,148 'find':84,175 'group':4 'howev':81 'internet':17,80,97,113,161,169 'like':106,138 'm':9,172 'need':87 'netguard':107 'one':120 'ootb':24 'past':101 'problem':7,134 'proton':34,52,130,146 'question':1 'requir':125 'set':29,39 'set-up':28 'slot':122 'solv':12 'someth':105 'split':56 'split-tunnel':55 'standard':23 'statement':135 'still':156,164 'struggl':173 'suggest':182 'swap':128 'tri':10 'tunnel':57 'use':33,51,63,89,104,145,152 'vpn':35,43,48,53,65,94,121,131,147,154 'way':177 'welcom':184 'without':47,92 'would':124"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702682089
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18011282"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702595689 {#241
    date: 2023-12-15 00:14:49.0 +01:00
  }
}
"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
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Blocking-app-access-to-the-internet"
  +title: "Blocking app access to the internet"
  +url: null
  +body: """
    Question for the group on a problem I’m trying to solve: How can I block internet access for some apps on standard, OOTB Android?\n
    \n
    My current set-up is to use Proton VPN with the Android settings “Always-on VPN” and “Block connections without VPN” and then use Proton VPN’s Split-tunneling to exclude certain apps from using the VPN. This has the desired effect of blocking certain apps from having access to the internet.\n
    \n
    However, I now find that I need to use certain Apps *without* the VPN but *with* internet access. In the past, I’d used something like NetGuard to control which apps have internet access, but, as Android only allows one VPN slot, this would require me to swap out Proton VPN.\n
    \n
    So my problem statement: I’d like to be able to continue to use Proton VPN, exclude *some* apps from using that VPN but still have access to the internet, and block *still other* apps from the internet entirely. I’m struggling to find a way to do this.\n
    \n
    Any suggestions are welcome!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702747134 {#158
    date: 2023-12-16 18:18:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 22309
  -titleTs: "'access':3 'app':2 'block':1 'internet':6"
  -bodyTs: "'abl':141 'access':18,77,98,114,158 'allow':119 'alway':41 'always-on':40 'android':25,38,117 'app':21,61,74,91,111,150,166 'block':16,45,72,163 'certain':60,73,90 'connect':46 'continu':143 'control':109 'current':27 'd':103,137 'desir':69 'effect':70 'entir':170 'exclud':59,148 'find':84,175 'group':4 'howev':81 'internet':17,80,97,113,161,169 'like':106,138 'm':9,172 'need':87 'netguard':107 'one':120 'ootb':24 'past':101 'problem':7,134 'proton':34,52,130,146 'question':1 'requir':125 'set':29,39 'set-up':28 'slot':122 'solv':12 'someth':105 'split':56 'split-tunnel':55 'standard':23 'statement':135 'still':156,164 'struggl':173 'suggest':182 'swap':128 'tri':10 'tunnel':57 'use':33,51,63,89,104,145,152 'vpn':35,43,48,53,65,94,121,131,147,154 'way':177 'welcom':184 'without':47,92 'would':124"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702682089
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18011282"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702595689 {#241
    date: 2023-12-15 00:14:49.0 +01:00
  }
}
"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
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Blocking-app-access-to-the-internet"
  +title: "Blocking app access to the internet"
  +url: null
  +body: """
    Question for the group on a problem I’m trying to solve: How can I block internet access for some apps on standard, OOTB Android?\n
    \n
    My current set-up is to use Proton VPN with the Android settings “Always-on VPN” and “Block connections without VPN” and then use Proton VPN’s Split-tunneling to exclude certain apps from using the VPN. This has the desired effect of blocking certain apps from having access to the internet.\n
    \n
    However, I now find that I need to use certain Apps *without* the VPN but *with* internet access. In the past, I’d used something like NetGuard to control which apps have internet access, but, as Android only allows one VPN slot, this would require me to swap out Proton VPN.\n
    \n
    So my problem statement: I’d like to be able to continue to use Proton VPN, exclude *some* apps from using that VPN but still have access to the internet, and block *still other* apps from the internet entirely. I’m struggling to find a way to do this.\n
    \n
    Any suggestions are welcome!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702747134 {#158
    date: 2023-12-16 18:18:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 22309
  -titleTs: "'access':3 'app':2 'block':1 'internet':6"
  -bodyTs: "'abl':141 'access':18,77,98,114,158 'allow':119 'alway':41 'always-on':40 'android':25,38,117 'app':21,61,74,91,111,150,166 'block':16,45,72,163 'certain':60,73,90 'connect':46 'continu':143 'control':109 'current':27 'd':103,137 'desir':69 'effect':70 'entir':170 'exclud':59,148 'find':84,175 'group':4 'howev':81 'internet':17,80,97,113,161,169 'like':106,138 'm':9,172 'need':87 'netguard':107 'one':120 'ootb':24 'past':101 'problem':7,134 'proton':34,52,130,146 'question':1 'requir':125 'set':29,39 'set-up':28 'slot':122 'solv':12 'someth':105 'split':56 'split-tunnel':55 'standard':23 'statement':135 'still':156,164 'struggl':173 'suggest':182 'swap':128 'tri':10 'tunnel':57 'use':33,51,63,89,104,145,152 'vpn':35,43,48,53,65,94,121,131,147,154 'way':177 'welcom':184 'without':47,92 'would':124"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702682089
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18011282"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702595689 {#241
    date: 2023-12-15 00:14:49.0 +01:00
  }
}
"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\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Demonoid-Invite"
  +title: "Demonoid Invite"
  +url: null
  +body: "I used to have an account at Demonoid but can’t for the life of me remember anything about it. Does anyone in this community still use it and could you provide an invite?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702594847 {#1905
    date: 2023-12-15 00:00:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 22303
  -titleTs: "'demonoid':1 'invit':2"
  -bodyTs: "'account':6 'anyon':22 'anyth':18 'communiti':25 'could':30 'demonoid':8 'invit':34 'life':14 'provid':32 'rememb':17 'still':26 'use':2,27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702642578
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9577422"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702593578 {#1866
    date: 2023-12-14 23:39:38.0 +01:00
  }
}
"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
7 DENIED edit
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Demonoid-Invite"
  +title: "Demonoid Invite"
  +url: null
  +body: "I used to have an account at Demonoid but can’t for the life of me remember anything about it. Does anyone in this community still use it and could you provide an invite?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702594847 {#1905
    date: 2023-12-15 00:00:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 22303
  -titleTs: "'demonoid':1 'invit':2"
  -bodyTs: "'account':6 'anyon':22 'anyth':18 'communiti':25 'could':30 'demonoid':8 'invit':34 'life':14 'provid':32 'rememb':17 'still':26 'use':2,27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702642578
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9577422"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702593578 {#1866
    date: 2023-12-14 23:39:38.0 +01:00
  }
}
"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
8 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Demonoid-Invite"
  +title: "Demonoid Invite"
  +url: null
  +body: "I used to have an account at Demonoid but can’t for the life of me remember anything about it. Does anyone in this community still use it and could you provide an invite?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702594847 {#1905
    date: 2023-12-15 00:00:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 22303
  -titleTs: "'demonoid':1 'invit':2"
  -bodyTs: "'account':6 'anyon':22 'anyth':18 'communiti':25 'could':30 'demonoid':8 'invit':34 'life':14 'provid':32 'rememb':17 'still':26 'use':2,27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702642578
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9577422"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702593578 {#1866
    date: 2023-12-14 23:39:38.0 +01:00
  }
}
"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
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\Entry {#1960
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-your-favorite-quote-from-a-Studio-Ghibli-movie"
  +title: "What's your favorite quote from a Studio Ghibli movie?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702593543 {#1944
    date: 2023-12-14 23:39:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 28355
  -titleTs: "'favorit':4 'ghibli':9 'movi':10 'quot':5 'studio':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702593543
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18007935"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702593543 {#1954
    date: 2023-12-14 23:39:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1960
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-your-favorite-quote-from-a-Studio-Ghibli-movie"
  +title: "What's your favorite quote from a Studio Ghibli movie?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702593543 {#1944
    date: 2023-12-14 23:39:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 28355
  -titleTs: "'favorit':4 'ghibli':9 'movi':10 'quot':5 'studio':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702593543
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18007935"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702593543 {#1954
    date: 2023-12-14 23:39:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1960
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-your-favorite-quote-from-a-Studio-Ghibli-movie"
  +title: "What's your favorite quote from a Studio Ghibli movie?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702593543 {#1944
    date: 2023-12-14 23:39:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 28355
  -titleTs: "'favorit':4 'ghibli':9 'movi':10 'quot':5 'studio':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702593543
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18007935"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702593543 {#1954
    date: 2023-12-14 23:39:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Terry-Pratchett-s-Hogfather"
  +title: "Terry Pratchett's Hogfather"
  +url: null
  +body: "Been looking all through the megathread and around the sites for the first movie, but only the second movie, or the first with a broken host by the looks of it, is there. Would greatly appreciate it if one of you lovely lads could help me out a bit."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702597101 {#1957
    date: 2023-12-15 00:38:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1952 …}
  +votes: Doctrine\ORM\PersistentCollection {#1386 …}
  +reports: Doctrine\ORM\PersistentCollection {#1388 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1892 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1890 …}
  +badges: Doctrine\ORM\PersistentCollection {#1935 …}
  +children: []
  -id: 22302
  -titleTs: "'hogfath':4 'pratchett':2 'terri':1"
  -bodyTs: "'appreci':36 'around':8 'bit':49 'broken':25 'could':44 'first':13,22 'great':35 'help':45 'host':26 'lad':43 'look':2,29 'love':42 'megathread':6 'movi':14,19 'one':39 'second':18 'site':10 'would':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702661362
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11030063"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702592862 {#1932
    date: 2023-12-14 23:27:42.0 +01:00
  }
}
"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
15 DENIED edit
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Terry-Pratchett-s-Hogfather"
  +title: "Terry Pratchett's Hogfather"
  +url: null
  +body: "Been looking all through the megathread and around the sites for the first movie, but only the second movie, or the first with a broken host by the looks of it, is there. Would greatly appreciate it if one of you lovely lads could help me out a bit."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702597101 {#1957
    date: 2023-12-15 00:38:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1952 …}
  +votes: Doctrine\ORM\PersistentCollection {#1386 …}
  +reports: Doctrine\ORM\PersistentCollection {#1388 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1892 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1890 …}
  +badges: Doctrine\ORM\PersistentCollection {#1935 …}
  +children: []
  -id: 22302
  -titleTs: "'hogfath':4 'pratchett':2 'terri':1"
  -bodyTs: "'appreci':36 'around':8 'bit':49 'broken':25 'could':44 'first':13,22 'great':35 'help':45 'host':26 'lad':43 'look':2,29 'love':42 'megathread':6 'movi':14,19 'one':39 'second':18 'site':10 'would':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702661362
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11030063"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702592862 {#1932
    date: 2023-12-14 23:27:42.0 +01:00
  }
}
"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
16 DENIED moderate
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Terry-Pratchett-s-Hogfather"
  +title: "Terry Pratchett's Hogfather"
  +url: null
  +body: "Been looking all through the megathread and around the sites for the first movie, but only the second movie, or the first with a broken host by the looks of it, is there. Would greatly appreciate it if one of you lovely lads could help me out a bit."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702597101 {#1957
    date: 2023-12-15 00:38:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1952 …}
  +votes: Doctrine\ORM\PersistentCollection {#1386 …}
  +reports: Doctrine\ORM\PersistentCollection {#1388 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1892 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1890 …}
  +badges: Doctrine\ORM\PersistentCollection {#1935 …}
  +children: []
  -id: 22302
  -titleTs: "'hogfath':4 'pratchett':2 'terri':1"
  -bodyTs: "'appreci':36 'around':8 'bit':49 'broken':25 'could':44 'first':13,22 'great':35 'help':45 'host':26 'lad':43 'look':2,29 'love':42 'megathread':6 'movi':14,19 'one':39 'second':18 'site':10 'would':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702661362
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11030063"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702592862 {#1932
    date: 2023-12-14 23:27:42.0 +01:00
  }
}
"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
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Miniflux-News-App"
  +title: "Miniflux + News App"
  +url: null
  +body: """
    I started using miniflux a while back, and enjoy it. Recently I also gave News app on F-droid a try, and the combination of the two is one of the best news reading experiences I’ve had.\n
    \n
    Miniflux: [miniflux.app](https://miniflux.app/)\n
    \n
    News app: [github.com/bubelov/news](https://github.com/bubelov/news)\n
    \n
    Just wanted to share!\n
    \n
    EDIT: Based on comment from @refreeze@lemmy.world , I am now mostly using Flux News [github.com/KevinCFechtel/FluxNews](https://github.com/KevinCFechtel/FluxNews) . But I could go either way
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702588051 {#1392
    date: 2023-12-14 22:07:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@refreeze@lemmy.world"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1938 …}
  +votes: Doctrine\ORM\PersistentCollection {#1945 …}
  +reports: Doctrine\ORM\PersistentCollection {#1941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1971 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1368 …}
  +badges: Doctrine\ORM\PersistentCollection {#1396 …}
  +children: []
  -id: 25041
  -titleTs: "'app':3 'miniflux':1 'news':2"
  -bodyTs: "'/)':44 '/bubelov/news](https://github.com/bubelov/news)':49 '/kevincfechtel/fluxnews](https://github.com/kevincfechtel/fluxnews)':69 'also':13 'app':16,46 'back':7 'base':55 'best':33 'combin':25 'comment':57 'could':72 'droid':20 'edit':54 'either':74 'enjoy':9 'experi':36 'f':19 'f-droid':18 'flux':65 'gave':14 'github.com':48,68 'github.com/bubelov/news](https://github.com/bubelov/news)':47 'github.com/kevincfechtel/fluxnews](https://github.com/kevincfechtel/fluxnews)':67 'go':73 'miniflux':4,40 'miniflux.app':41,43 'miniflux.app/)':42 'most':63 'news':15,34,45,66 'one':30 'read':35 'recent':11 'refreeze@lemmy.world':59 'share':53 'start':2 'tri':22 'two':28 'use':3,64 've':38 'want':51 'way':75"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9574514"
  +editedAt: DateTimeImmutable @1708006337 {#1398
    date: 2024-02-15 15:12:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702588051 {#1393
    date: 2023-12-14 22:07:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Miniflux-News-App"
  +title: "Miniflux + News App"
  +url: null
  +body: """
    I started using miniflux a while back, and enjoy it. Recently I also gave News app on F-droid a try, and the combination of the two is one of the best news reading experiences I’ve had.\n
    \n
    Miniflux: [miniflux.app](https://miniflux.app/)\n
    \n
    News app: [github.com/bubelov/news](https://github.com/bubelov/news)\n
    \n
    Just wanted to share!\n
    \n
    EDIT: Based on comment from @refreeze@lemmy.world , I am now mostly using Flux News [github.com/KevinCFechtel/FluxNews](https://github.com/KevinCFechtel/FluxNews) . But I could go either way
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702588051 {#1392
    date: 2023-12-14 22:07:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@refreeze@lemmy.world"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1938 …}
  +votes: Doctrine\ORM\PersistentCollection {#1945 …}
  +reports: Doctrine\ORM\PersistentCollection {#1941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1971 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1368 …}
  +badges: Doctrine\ORM\PersistentCollection {#1396 …}
  +children: []
  -id: 25041
  -titleTs: "'app':3 'miniflux':1 'news':2"
  -bodyTs: "'/)':44 '/bubelov/news](https://github.com/bubelov/news)':49 '/kevincfechtel/fluxnews](https://github.com/kevincfechtel/fluxnews)':69 'also':13 'app':16,46 'back':7 'base':55 'best':33 'combin':25 'comment':57 'could':72 'droid':20 'edit':54 'either':74 'enjoy':9 'experi':36 'f':19 'f-droid':18 'flux':65 'gave':14 'github.com':48,68 'github.com/bubelov/news](https://github.com/bubelov/news)':47 'github.com/kevincfechtel/fluxnews](https://github.com/kevincfechtel/fluxnews)':67 'go':73 'miniflux':4,40 'miniflux.app':41,43 'miniflux.app/)':42 'most':63 'news':15,34,45,66 'one':30 'read':35 'recent':11 'refreeze@lemmy.world':59 'share':53 'start':2 'tri':22 'two':28 'use':3,64 've':38 'want':51 'way':75"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9574514"
  +editedAt: DateTimeImmutable @1708006337 {#1398
    date: 2024-02-15 15:12:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702588051 {#1393
    date: 2023-12-14 22:07:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Miniflux-News-App"
  +title: "Miniflux + News App"
  +url: null
  +body: """
    I started using miniflux a while back, and enjoy it. Recently I also gave News app on F-droid a try, and the combination of the two is one of the best news reading experiences I’ve had.\n
    \n
    Miniflux: [miniflux.app](https://miniflux.app/)\n
    \n
    News app: [github.com/bubelov/news](https://github.com/bubelov/news)\n
    \n
    Just wanted to share!\n
    \n
    EDIT: Based on comment from @refreeze@lemmy.world , I am now mostly using Flux News [github.com/KevinCFechtel/FluxNews](https://github.com/KevinCFechtel/FluxNews) . But I could go either way
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702588051 {#1392
    date: 2023-12-14 22:07:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@refreeze@lemmy.world"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1938 …}
  +votes: Doctrine\ORM\PersistentCollection {#1945 …}
  +reports: Doctrine\ORM\PersistentCollection {#1941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1971 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1368 …}
  +badges: Doctrine\ORM\PersistentCollection {#1396 …}
  +children: []
  -id: 25041
  -titleTs: "'app':3 'miniflux':1 'news':2"
  -bodyTs: "'/)':44 '/bubelov/news](https://github.com/bubelov/news)':49 '/kevincfechtel/fluxnews](https://github.com/kevincfechtel/fluxnews)':69 'also':13 'app':16,46 'back':7 'base':55 'best':33 'combin':25 'comment':57 'could':72 'droid':20 'edit':54 'either':74 'enjoy':9 'experi':36 'f':19 'f-droid':18 'flux':65 'gave':14 'github.com':48,68 'github.com/bubelov/news](https://github.com/bubelov/news)':47 'github.com/kevincfechtel/fluxnews](https://github.com/kevincfechtel/fluxnews)':67 'go':73 'miniflux':4,40 'miniflux.app':41,43 'miniflux.app/)':42 'most':63 'news':15,34,45,66 'one':30 'read':35 'recent':11 'refreeze@lemmy.world':59 'share':53 'start':2 'tri':22 'two':28 'use':3,64 've':38 'want':51 'way':75"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9574514"
  +editedAt: DateTimeImmutable @1708006337 {#1398
    date: 2024-02-15 15:12:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702588051 {#1393
    date: 2023-12-14 22:07:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-your-unpopular-flim-opinion"
  +title: "What is your unpopular flim opinion"
  +url: null
  +body: "I’ll go first. Mine is that I can’t stand the Deadpool movies. They are self aware and self referential to an obnoxious degree. It’s like being continually reminded that I am in a movie. I swear the success of that movie has directly lead to every blockbuster having to have a joke every 30 seconds"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 801
  +favouriteCount: 331
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712675143 {#1366
    date: 2024-04-09 17:05:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1378 …}
  +votes: Doctrine\ORM\PersistentCollection {#1371 …}
  +reports: Doctrine\ORM\PersistentCollection {#1379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1898 …}
  +badges: Doctrine\ORM\PersistentCollection {#1904 …}
  +children: []
  -id: 22275
  -titleTs: "'flim':5 'opinion':6 'unpopular':4"
  -bodyTs: "'30':57 'awar':18 'blockbust':50 'continu':30 'deadpool':13 'degre':25 'direct':46 'everi':49,56 'first':4 'go':3 'joke':55 'lead':47 'like':28 'll':2 'mine':5 'movi':14,37,44 'obnoxi':24 'referenti':21 'remind':31 'second':58 'self':17,20 'stand':11 'success':41 'swear':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702672276
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9573181"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702585876 {#1374
    date: 2023-12-14 21:31:16.0 +01:00
  }
}
"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
23 DENIED edit
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-your-unpopular-flim-opinion"
  +title: "What is your unpopular flim opinion"
  +url: null
  +body: "I’ll go first. Mine is that I can’t stand the Deadpool movies. They are self aware and self referential to an obnoxious degree. It’s like being continually reminded that I am in a movie. I swear the success of that movie has directly lead to every blockbuster having to have a joke every 30 seconds"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 801
  +favouriteCount: 331
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712675143 {#1366
    date: 2024-04-09 17:05:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1378 …}
  +votes: Doctrine\ORM\PersistentCollection {#1371 …}
  +reports: Doctrine\ORM\PersistentCollection {#1379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1898 …}
  +badges: Doctrine\ORM\PersistentCollection {#1904 …}
  +children: []
  -id: 22275
  -titleTs: "'flim':5 'opinion':6 'unpopular':4"
  -bodyTs: "'30':57 'awar':18 'blockbust':50 'continu':30 'deadpool':13 'degre':25 'direct':46 'everi':49,56 'first':4 'go':3 'joke':55 'lead':47 'like':28 'll':2 'mine':5 'movi':14,37,44 'obnoxi':24 'referenti':21 'remind':31 'second':58 'self':17,20 'stand':11 'success':41 'swear':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702672276
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9573181"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702585876 {#1374
    date: 2023-12-14 21:31:16.0 +01:00
  }
}
"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
24 DENIED moderate
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-your-unpopular-flim-opinion"
  +title: "What is your unpopular flim opinion"
  +url: null
  +body: "I’ll go first. Mine is that I can’t stand the Deadpool movies. They are self aware and self referential to an obnoxious degree. It’s like being continually reminded that I am in a movie. I swear the success of that movie has directly lead to every blockbuster having to have a joke every 30 seconds"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 801
  +favouriteCount: 331
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712675143 {#1366
    date: 2024-04-09 17:05:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1378 …}
  +votes: Doctrine\ORM\PersistentCollection {#1371 …}
  +reports: Doctrine\ORM\PersistentCollection {#1379 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1367 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1898 …}
  +badges: Doctrine\ORM\PersistentCollection {#1904 …}
  +children: []
  -id: 22275
  -titleTs: "'flim':5 'opinion':6 'unpopular':4"
  -bodyTs: "'30':57 'awar':18 'blockbust':50 'continu':30 'deadpool':13 'degre':25 'direct':46 'everi':49,56 'first':4 'go':3 'joke':55 'lead':47 'like':28 'll':2 'mine':5 'movi':14,37,44 'obnoxi':24 'referenti':21 'remind':31 'second':58 'self':17,20 'stand':11 'success':41 'swear':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702672276
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9573181"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702585876 {#1374
    date: 2023-12-14 21:31:16.0 +01:00
  }
}
"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
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#1838
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-RSS-readers-should-I-recommend-to-others"
  +title: "What RSS readers should I recommend to others?"
  +url: null
  +body: """
    If I want to quickly pitch “you should follow X, Y, and Z using RSS because [problems with social media]” to people who have never heard of RSS, what readers should I recommend?\n
    \n
    I want at least web (not self-hosted), Android, and iOS options. Native apps for Mac and Windows would be nice as well. Linux users probably already know what RSS is.\n
    \n
    There absolutely must be a free option good for at least 25 feeds because unfamiliar tech is a hard enough sell without having to pay. I’ll grudgingly accept ads if that’s the tradeoff for something beginner-friendly.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702679020 {#2438
    date: 2023-12-15 23:23:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2427 …}
  +votes: Doctrine\ORM\PersistentCollection {#2446 …}
  +reports: Doctrine\ORM\PersistentCollection {#2444 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2442 …}
  +badges: Doctrine\ORM\PersistentCollection {#2440 …}
  +children: []
  -id: 22268
  -titleTs: "'other':8 'reader':3 'recommend':6 'rss':2"
  -bodyTs: "'25':77 'absolut':67 'accept':94 'ad':95 'alreadi':61 'android':43 'app':48 'beginn':104 'beginner-friend':103 'enough':85 'feed':78 'follow':9 'free':71 'friend':105 'good':73 'grudg':93 'hard':84 'heard':26 'host':42 'io':45 'know':62 'least':37,76 'linux':58 'll':92 'mac':50 'media':20 'must':68 'nativ':47 'never':25 'nice':55 'option':46,72 'pay':90 'peopl':22 'pitch':6 'probabl':60 'problem':17 'quick':5 'reader':30 'recommend':33 'rss':15,28,64 'self':41 'self-host':40 'sell':86 'social':19 'someth':102 'tech':81 'tradeoff':100 'unfamiliar':80 'use':14 'user':59 'want':3,35 'web':38 'well':57 'window':52 'without':87 'would':53 'x':10 'y':11 'z':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702670994
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9572673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702584594 {#1848
    date: 2023-12-14 21:09:54.0 +01:00
  }
}
"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
27 DENIED edit
App\Entity\Entry {#1838
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-RSS-readers-should-I-recommend-to-others"
  +title: "What RSS readers should I recommend to others?"
  +url: null
  +body: """
    If I want to quickly pitch “you should follow X, Y, and Z using RSS because [problems with social media]” to people who have never heard of RSS, what readers should I recommend?\n
    \n
    I want at least web (not self-hosted), Android, and iOS options. Native apps for Mac and Windows would be nice as well. Linux users probably already know what RSS is.\n
    \n
    There absolutely must be a free option good for at least 25 feeds because unfamiliar tech is a hard enough sell without having to pay. I’ll grudgingly accept ads if that’s the tradeoff for something beginner-friendly.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702679020 {#2438
    date: 2023-12-15 23:23:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2427 …}
  +votes: Doctrine\ORM\PersistentCollection {#2446 …}
  +reports: Doctrine\ORM\PersistentCollection {#2444 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2442 …}
  +badges: Doctrine\ORM\PersistentCollection {#2440 …}
  +children: []
  -id: 22268
  -titleTs: "'other':8 'reader':3 'recommend':6 'rss':2"
  -bodyTs: "'25':77 'absolut':67 'accept':94 'ad':95 'alreadi':61 'android':43 'app':48 'beginn':104 'beginner-friend':103 'enough':85 'feed':78 'follow':9 'free':71 'friend':105 'good':73 'grudg':93 'hard':84 'heard':26 'host':42 'io':45 'know':62 'least':37,76 'linux':58 'll':92 'mac':50 'media':20 'must':68 'nativ':47 'never':25 'nice':55 'option':46,72 'pay':90 'peopl':22 'pitch':6 'probabl':60 'problem':17 'quick':5 'reader':30 'recommend':33 'rss':15,28,64 'self':41 'self-host':40 'sell':86 'social':19 'someth':102 'tech':81 'tradeoff':100 'unfamiliar':80 'use':14 'user':59 'want':3,35 'web':38 'well':57 'window':52 'without':87 'would':53 'x':10 'y':11 'z':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702670994
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9572673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702584594 {#1848
    date: 2023-12-14 21:09:54.0 +01:00
  }
}
"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
28 DENIED moderate
App\Entity\Entry {#1838
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-RSS-readers-should-I-recommend-to-others"
  +title: "What RSS readers should I recommend to others?"
  +url: null
  +body: """
    If I want to quickly pitch “you should follow X, Y, and Z using RSS because [problems with social media]” to people who have never heard of RSS, what readers should I recommend?\n
    \n
    I want at least web (not self-hosted), Android, and iOS options. Native apps for Mac and Windows would be nice as well. Linux users probably already know what RSS is.\n
    \n
    There absolutely must be a free option good for at least 25 feeds because unfamiliar tech is a hard enough sell without having to pay. I’ll grudgingly accept ads if that’s the tradeoff for something beginner-friendly.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702679020 {#2438
    date: 2023-12-15 23:23:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2427 …}
  +votes: Doctrine\ORM\PersistentCollection {#2446 …}
  +reports: Doctrine\ORM\PersistentCollection {#2444 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2442 …}
  +badges: Doctrine\ORM\PersistentCollection {#2440 …}
  +children: []
  -id: 22268
  -titleTs: "'other':8 'reader':3 'recommend':6 'rss':2"
  -bodyTs: "'25':77 'absolut':67 'accept':94 'ad':95 'alreadi':61 'android':43 'app':48 'beginn':104 'beginner-friend':103 'enough':85 'feed':78 'follow':9 'free':71 'friend':105 'good':73 'grudg':93 'hard':84 'heard':26 'host':42 'io':45 'know':62 'least':37,76 'linux':58 'll':92 'mac':50 'media':20 'must':68 'nativ':47 'never':25 'nice':55 'option':46,72 'pay':90 'peopl':22 'pitch':6 'probabl':60 'problem':17 'quick':5 'reader':30 'recommend':33 'rss':15,28,64 'self':41 'self-host':40 'sell':86 'social':19 'someth':102 'tech':81 'tradeoff':100 'unfamiliar':80 'use':14 'user':59 'want':3,35 'web':38 'well':57 'window':52 'without':87 'would':53 'x':10 'y':11 'z':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702670994
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9572673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702584594 {#1848
    date: 2023-12-14 21:09:54.0 +01:00
  }
}
"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
29 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
30 DENIED moderate
App\Entity\Entry {#2166
  +user: Proxies\__CG__\App\Entity\User {#2167 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Does-alldebrid-allow-to-download-from-two-ip-at-the"
  +title: "Does alldebrid allow to download from two ip at the same time?"
  +url: null
  +body: "Does alldebrid allow to download from two ip at the same time?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702671296 {#2436
    date: 2023-12-15 21:14:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 22266
  -titleTs: "'alldebrid':2 'allow':3 'download':5 'ip':8 'time':12 'two':7"
  -bodyTs: "'alldebrid':2 'allow':3 'download':5 'ip':8 'time':12 'two':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702651107
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4056096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702584107 {#2357
    date: 2023-12-14 21:01:47.0 +01:00
  }
}
"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
31 DENIED edit
App\Entity\Entry {#2166
  +user: Proxies\__CG__\App\Entity\User {#2167 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Does-alldebrid-allow-to-download-from-two-ip-at-the"
  +title: "Does alldebrid allow to download from two ip at the same time?"
  +url: null
  +body: "Does alldebrid allow to download from two ip at the same time?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702671296 {#2436
    date: 2023-12-15 21:14:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 22266
  -titleTs: "'alldebrid':2 'allow':3 'download':5 'ip':8 'time':12 'two':7"
  -bodyTs: "'alldebrid':2 'allow':3 'download':5 'ip':8 'time':12 'two':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702651107
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4056096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702584107 {#2357
    date: 2023-12-14 21:01:47.0 +01:00
  }
}
"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
32 DENIED moderate
App\Entity\Entry {#2166
  +user: Proxies\__CG__\App\Entity\User {#2167 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Does-alldebrid-allow-to-download-from-two-ip-at-the"
  +title: "Does alldebrid allow to download from two ip at the same time?"
  +url: null
  +body: "Does alldebrid allow to download from two ip at the same time?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702671296 {#2436
    date: 2023-12-15 21:14:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 22266
  -titleTs: "'alldebrid':2 'allow':3 'download':5 'ip':8 'time':12 'two':7"
  -bodyTs: "'alldebrid':2 'allow':3 'download':5 'ip':8 'time':12 'two':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702651107
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4056096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702584107 {#2357
    date: 2023-12-14 21:01:47.0 +01:00
  }
}
"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
33 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
34 DENIED moderate
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#2487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "DIY-Audio-For-people-into-building-repairing-audio-equipment"
  +title: "DIY Audio - For people into building/repairing audio equipment"
  +url: null
  +body: "!diyaudio@sh.itjust.works"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702582238 {#2483
    date: 2023-12-14 20:30:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1841 …}
  +votes: Doctrine\ORM\PersistentCollection {#60 …}
  +reports: Doctrine\ORM\PersistentCollection {#2488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2474 …}
  +badges: Doctrine\ORM\PersistentCollection {#2484 …}
  +children: []
  -id: 22261
  -titleTs: "'audio':2,7 'building/repairing':6 'diy':1 'equip':8 'peopl':4"
  -bodyTs: "'diyaudio@sh.itjust.works':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702640738
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11021076"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702582238 {#2354
    date: 2023-12-14 20:30:38.0 +01:00
  }
}
"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
35 DENIED edit
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#2487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "DIY-Audio-For-people-into-building-repairing-audio-equipment"
  +title: "DIY Audio - For people into building/repairing audio equipment"
  +url: null
  +body: "!diyaudio@sh.itjust.works"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702582238 {#2483
    date: 2023-12-14 20:30:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1841 …}
  +votes: Doctrine\ORM\PersistentCollection {#60 …}
  +reports: Doctrine\ORM\PersistentCollection {#2488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2474 …}
  +badges: Doctrine\ORM\PersistentCollection {#2484 …}
  +children: []
  -id: 22261
  -titleTs: "'audio':2,7 'building/repairing':6 'diy':1 'equip':8 'peopl':4"
  -bodyTs: "'diyaudio@sh.itjust.works':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702640738
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11021076"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702582238 {#2354
    date: 2023-12-14 20:30:38.0 +01:00
  }
}
"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
36 DENIED moderate
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#2487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "DIY-Audio-For-people-into-building-repairing-audio-equipment"
  +title: "DIY Audio - For people into building/repairing audio equipment"
  +url: null
  +body: "!diyaudio@sh.itjust.works"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702582238 {#2483
    date: 2023-12-14 20:30:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1841 …}
  +votes: Doctrine\ORM\PersistentCollection {#60 …}
  +reports: Doctrine\ORM\PersistentCollection {#2488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2474 …}
  +badges: Doctrine\ORM\PersistentCollection {#2484 …}
  +children: []
  -id: 22261
  -titleTs: "'audio':2,7 'building/repairing':6 'diy':1 'equip':8 'peopl':4"
  -bodyTs: "'diyaudio@sh.itjust.works':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702640738
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11021076"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702582238 {#2354
    date: 2023-12-14 20:30:38.0 +01:00
  }
}
"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
37 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
38 DENIED moderate
App\Entity\Entry {#1508
  +user: Proxies\__CG__\App\Entity\User {#1524 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Whats-your-winter-season-movie-that-you-must-watch-every"
  +title: "Whats your winter season movie that you must watch every winter?"
  +url: null
  +body: "Mine is “What we do in the shadows” I watch it every winter at least once, and I always turn it on as a backround on chirstmas family meatings, its always funny because people still dont get it if its a seriuos movie or a comedy."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702651092 {#2481
    date: 2023-12-15 15:38:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1501 …}
  +votes: Doctrine\ORM\PersistentCollection {#1521 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1546 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1545 …}
  +badges: Doctrine\ORM\PersistentCollection {#1481 …}
  +children: []
  -id: 22258
  -titleTs: "'everi':10 'movi':5 'must':8 'season':4 'watch':9 'what':1 'winter':3,11"
  -bodyTs: "'alway':19,31 'backround':25 'chirstma':27 'comedi':46 'dont':36 'everi':12 'famili':28 'funni':32 'get':37 'least':15 'meat':29 'mine':1 'movi':43 'peopl':34 'seriuo':42 'shadow':8 'still':35 'turn':20 'watch':10 'winter':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702667599
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9570375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702581199 {#1512
    date: 2023-12-14 20:13:19.0 +01:00
  }
}
"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
39 DENIED edit
App\Entity\Entry {#1508
  +user: Proxies\__CG__\App\Entity\User {#1524 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Whats-your-winter-season-movie-that-you-must-watch-every"
  +title: "Whats your winter season movie that you must watch every winter?"
  +url: null
  +body: "Mine is “What we do in the shadows” I watch it every winter at least once, and I always turn it on as a backround on chirstmas family meatings, its always funny because people still dont get it if its a seriuos movie or a comedy."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702651092 {#2481
    date: 2023-12-15 15:38:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1501 …}
  +votes: Doctrine\ORM\PersistentCollection {#1521 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1546 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1545 …}
  +badges: Doctrine\ORM\PersistentCollection {#1481 …}
  +children: []
  -id: 22258
  -titleTs: "'everi':10 'movi':5 'must':8 'season':4 'watch':9 'what':1 'winter':3,11"
  -bodyTs: "'alway':19,31 'backround':25 'chirstma':27 'comedi':46 'dont':36 'everi':12 'famili':28 'funni':32 'get':37 'least':15 'meat':29 'mine':1 'movi':43 'peopl':34 'seriuo':42 'shadow':8 'still':35 'turn':20 'watch':10 'winter':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702667599
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9570375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702581199 {#1512
    date: 2023-12-14 20:13:19.0 +01:00
  }
}
"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
40 DENIED moderate
App\Entity\Entry {#1508
  +user: Proxies\__CG__\App\Entity\User {#1524 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Whats-your-winter-season-movie-that-you-must-watch-every"
  +title: "Whats your winter season movie that you must watch every winter?"
  +url: null
  +body: "Mine is “What we do in the shadows” I watch it every winter at least once, and I always turn it on as a backround on chirstmas family meatings, its always funny because people still dont get it if its a seriuos movie or a comedy."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702651092 {#2481
    date: 2023-12-15 15:38:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1501 …}
  +votes: Doctrine\ORM\PersistentCollection {#1521 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1546 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1545 …}
  +badges: Doctrine\ORM\PersistentCollection {#1481 …}
  +children: []
  -id: 22258
  -titleTs: "'everi':10 'movi':5 'must':8 'season':4 'watch':9 'what':1 'winter':3,11"
  -bodyTs: "'alway':19,31 'backround':25 'chirstma':27 'comedi':46 'dont':36 'everi':12 'famili':28 'funni':32 'get':37 'least':15 'meat':29 'mine':1 'movi':43 'peopl':34 'seriuo':42 'shadow':8 'still':35 'turn':20 'watch':10 'winter':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702667599
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9570375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702581199 {#1512
    date: 2023-12-14 20:13:19.0 +01:00
  }
}
"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
41 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
42 DENIED moderate
App\Entity\Entry {#1480
  +user: Proxies\__CG__\App\Entity\User {#1522 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Costumer-Service-Delivery-Whatnot-persons-how-can-I-make-your-life-easier"
  +title: "Costumer Service/Delivery/Whatnot persons, how can I make your life easier?"
  +url: null
  +body: """
    Follow up to my previous post a while back, are there any things that I can do to make your job easier?\n
    \n
    For example, I work at a library and it helps me when patrons have their library cards ready when they come up to the circulation desk, especially if they have a large stack of books.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702774190 {#1511
    date: 2023-12-17 01:49:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 22254
  -titleTs: "'costum':1 'easier':10 'life':9 'make':7 'person':3 'service/delivery/whatnot':2"
  -bodyTs: "'back':9 'book':57 'card':39 'circul':47 'come':43 'desk':48 'easier':22 'especi':49 'exampl':24 'follow':1 'help':32 'job':21 'larg':54 'librari':29,38 'make':19 'patron':35 'post':6 'previous':5 'readi':40 'stack':55 'thing':13 'work':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702663764
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9568290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702577364 {#1523
    date: 2023-12-14 19:09:24.0 +01:00
  }
}
"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
43 DENIED edit
App\Entity\Entry {#1480
  +user: Proxies\__CG__\App\Entity\User {#1522 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Costumer-Service-Delivery-Whatnot-persons-how-can-I-make-your-life-easier"
  +title: "Costumer Service/Delivery/Whatnot persons, how can I make your life easier?"
  +url: null
  +body: """
    Follow up to my previous post a while back, are there any things that I can do to make your job easier?\n
    \n
    For example, I work at a library and it helps me when patrons have their library cards ready when they come up to the circulation desk, especially if they have a large stack of books.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702774190 {#1511
    date: 2023-12-17 01:49:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 22254
  -titleTs: "'costum':1 'easier':10 'life':9 'make':7 'person':3 'service/delivery/whatnot':2"
  -bodyTs: "'back':9 'book':57 'card':39 'circul':47 'come':43 'desk':48 'easier':22 'especi':49 'exampl':24 'follow':1 'help':32 'job':21 'larg':54 'librari':29,38 'make':19 'patron':35 'post':6 'previous':5 'readi':40 'stack':55 'thing':13 'work':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702663764
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9568290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702577364 {#1523
    date: 2023-12-14 19:09:24.0 +01:00
  }
}
"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
44 DENIED moderate
App\Entity\Entry {#1480
  +user: Proxies\__CG__\App\Entity\User {#1522 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Costumer-Service-Delivery-Whatnot-persons-how-can-I-make-your-life-easier"
  +title: "Costumer Service/Delivery/Whatnot persons, how can I make your life easier?"
  +url: null
  +body: """
    Follow up to my previous post a while back, are there any things that I can do to make your job easier?\n
    \n
    For example, I work at a library and it helps me when patrons have their library cards ready when they come up to the circulation desk, especially if they have a large stack of books.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702774190 {#1511
    date: 2023-12-17 01:49:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 22254
  -titleTs: "'costum':1 'easier':10 'life':9 'make':7 'person':3 'service/delivery/whatnot':2"
  -bodyTs: "'back':9 'book':57 'card':39 'circul':47 'come':43 'desk':48 'easier':22 'especi':49 'exampl':24 'follow':1 'help':32 'job':21 'larg':54 'librari':29,38 'make':19 'patron':35 'post':6 'previous':5 'readi':40 'stack':55 'thing':13 'work':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702663764
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9568290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702577364 {#1523
    date: 2023-12-14 19:09:24.0 +01:00
  }
}
"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
45 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
46 DENIED moderate
App\Entity\Entry {#1539
  +user: Proxies\__CG__\App\Entity\User {#1541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Mull-vs-Fennec"
  +title: "Mull vs Fennec"
  +url: null
  +body: """
    I am having problems reaching Tuta through Mull on my Android (Mull 120.0.0, downloaded from f-Droid). Checking, I saw that Fennec is version 120.1.0.\n
    \n
    Just in general, does any of you peeps here have any takes on Mull vs Fennec when it comes to privacy? I have assumed both are on par and also comparable to LibreWolf on PC.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703115399 {#1538
    date: 2023-12-21 00:36:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 22239
  -titleTs: "'fennec':3 'mull':1 'vs':2"
  -bodyTs: "'120.0.0':13 '120.1.0':26 'also':56 'android':11 'assum':50 'check':19 'come':45 'compar':57 'download':14 'droid':18 'f':17 'f-droid':16 'fennec':23,42 'general':29 'librewolf':59 'mull':8,12,40 'par':54 'pc':61 'peep':34 'privaci':47 'problem':4 'reach':5 'saw':21 'take':38 'tuta':6 'version':25 'vs':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702658110
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9309973"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702571710 {#1533
    date: 2023-12-14 17:35:10.0 +01:00
  }
}
"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
47 DENIED edit
App\Entity\Entry {#1539
  +user: Proxies\__CG__\App\Entity\User {#1541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Mull-vs-Fennec"
  +title: "Mull vs Fennec"
  +url: null
  +body: """
    I am having problems reaching Tuta through Mull on my Android (Mull 120.0.0, downloaded from f-Droid). Checking, I saw that Fennec is version 120.1.0.\n
    \n
    Just in general, does any of you peeps here have any takes on Mull vs Fennec when it comes to privacy? I have assumed both are on par and also comparable to LibreWolf on PC.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703115399 {#1538
    date: 2023-12-21 00:36:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 22239
  -titleTs: "'fennec':3 'mull':1 'vs':2"
  -bodyTs: "'120.0.0':13 '120.1.0':26 'also':56 'android':11 'assum':50 'check':19 'come':45 'compar':57 'download':14 'droid':18 'f':17 'f-droid':16 'fennec':23,42 'general':29 'librewolf':59 'mull':8,12,40 'par':54 'pc':61 'peep':34 'privaci':47 'problem':4 'reach':5 'saw':21 'take':38 'tuta':6 'version':25 'vs':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702658110
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9309973"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702571710 {#1533
    date: 2023-12-14 17:35:10.0 +01:00
  }
}
"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
48 DENIED moderate
App\Entity\Entry {#1539
  +user: Proxies\__CG__\App\Entity\User {#1541 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Mull-vs-Fennec"
  +title: "Mull vs Fennec"
  +url: null
  +body: """
    I am having problems reaching Tuta through Mull on my Android (Mull 120.0.0, downloaded from f-Droid). Checking, I saw that Fennec is version 120.1.0.\n
    \n
    Just in general, does any of you peeps here have any takes on Mull vs Fennec when it comes to privacy? I have assumed both are on par and also comparable to LibreWolf on PC.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703115399 {#1538
    date: 2023-12-21 00:36:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1529 …}
  +votes: Doctrine\ORM\PersistentCollection {#1530 …}
  +reports: Doctrine\ORM\PersistentCollection {#1536 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1516 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1519 …}
  +badges: Doctrine\ORM\PersistentCollection {#1517 …}
  +children: []
  -id: 22239
  -titleTs: "'fennec':3 'mull':1 'vs':2"
  -bodyTs: "'120.0.0':13 '120.1.0':26 'also':56 'android':11 'assum':50 'check':19 'come':45 'compar':57 'download':14 'droid':18 'f':17 'f-droid':16 'fennec':23,42 'general':29 'librewolf':59 'mull':8,12,40 'par':54 'pc':61 'peep':34 'privaci':47 'problem':4 'reach':5 'saw':21 'take':38 'tuta':6 'version':25 'vs':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702658110
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9309973"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702571710 {#1533
    date: 2023-12-14 17:35:10.0 +01:00
  }
}
"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
49 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
50 DENIED moderate
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1704 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-happiness-for-you-and-how-would-you-differentiate"
  +title: "What is happiness for you and how would you differentiate it from satisfaction?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702571040 {#1623
    date: 2023-12-14 17:24:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1713 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1659 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1747 …}
  +badges: Doctrine\ORM\PersistentCollection {#1753 …}
  +children: []
  -id: 28200
  -titleTs: "'differenti':10 'happi':3 'satisfact':13 'would':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9564288"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702571040 {#1631
    date: 2023-12-14 17:24:00.0 +01:00
  }
}
"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
51 DENIED edit
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1704 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-happiness-for-you-and-how-would-you-differentiate"
  +title: "What is happiness for you and how would you differentiate it from satisfaction?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702571040 {#1623
    date: 2023-12-14 17:24:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1713 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1659 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1747 …}
  +badges: Doctrine\ORM\PersistentCollection {#1753 …}
  +children: []
  -id: 28200
  -titleTs: "'differenti':10 'happi':3 'satisfact':13 'would':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9564288"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702571040 {#1631
    date: 2023-12-14 17:24:00.0 +01:00
  }
}
"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
52 DENIED moderate
App\Entity\Entry {#1406
  +user: Proxies\__CG__\App\Entity\User {#1704 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-happiness-for-you-and-how-would-you-differentiate"
  +title: "What is happiness for you and how would you differentiate it from satisfaction?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702571040 {#1623
    date: 2023-12-14 17:24:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1713 …}
  +votes: Doctrine\ORM\PersistentCollection {#1710 …}
  +reports: Doctrine\ORM\PersistentCollection {#1742 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1659 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1747 …}
  +badges: Doctrine\ORM\PersistentCollection {#1753 …}
  +children: []
  -id: 28200
  -titleTs: "'differenti':10 'happi':3 'satisfact':13 'would':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9564288"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702571040 {#1631
    date: 2023-12-14 17:24:00.0 +01:00
  }
}
"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
53 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
54 DENIED moderate
App\Entity\Entry {#1748
  +user: Proxies\__CG__\App\Entity\User {#1468 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Looking-to-switch-to-Linux-in-the-somewhat-distant-future"
  +title: "Looking to switch to Linux in the somewhat distant future"
  +url: null
  +body: "Any distro I should use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 134
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702756956 {#1749
    date: 2023-12-16 21:02:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 22231
  -titleTs: "'distant':9 'futur':10 'linux':5 'look':1 'somewhat':8 'switch':3"
  -bodyTs: "'distro':2 'use':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702656052
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17972172"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702569652 {#1750
    date: 2023-12-14 17:00:52.0 +01:00
  }
}
"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
55 DENIED edit
App\Entity\Entry {#1748
  +user: Proxies\__CG__\App\Entity\User {#1468 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Looking-to-switch-to-Linux-in-the-somewhat-distant-future"
  +title: "Looking to switch to Linux in the somewhat distant future"
  +url: null
  +body: "Any distro I should use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 134
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702756956 {#1749
    date: 2023-12-16 21:02:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 22231
  -titleTs: "'distant':9 'futur':10 'linux':5 'look':1 'somewhat':8 'switch':3"
  -bodyTs: "'distro':2 'use':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702656052
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17972172"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702569652 {#1750
    date: 2023-12-14 17:00:52.0 +01:00
  }
}
"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
56 DENIED moderate
App\Entity\Entry {#1748
  +user: Proxies\__CG__\App\Entity\User {#1468 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Looking-to-switch-to-Linux-in-the-somewhat-distant-future"
  +title: "Looking to switch to Linux in the somewhat distant future"
  +url: null
  +body: "Any distro I should use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 134
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702756956 {#1749
    date: 2023-12-16 21:02:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 22231
  -titleTs: "'distant':9 'futur':10 'linux':5 'look':1 'somewhat':8 'switch':3"
  -bodyTs: "'distro':2 'use':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702656052
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17972172"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702569652 {#1750
    date: 2023-12-14 17:00:52.0 +01:00
  }
}
"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
57 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
58 DENIED moderate
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-use-a-analog-microphone-plugged-into-Realtek-ALC1220"
  +title: "How to use a analog microphone plugged into Realtek ALC1220 chip in PipeWire"
  +url: null
  +body: """
    I got a microphone connected via a XLR adapter to the rear mic jack of my mainboard. The audio dialog of KDE seems to detect that, as does not mark it as not connected (which it does for the front mic and line in). But selecting the audio device as source does not produce any useful sound. What makes you sure that the mic work, you may ask? If I enable the loopback in `alsamixer` (and pump up the boost), it works. Unfortunately, that is the only way I can get sound out of that.\n
    \n
    It seems, as if the system realizes two possible sources from the audio device. But there is no option GUI wise where I can select the second input to test if that helps.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alsactl info\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;"># Sound card\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;">- card: 0\n
    </span><span style="color:#323232;">[....]\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;"># Sound card\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;">- card: 1\n
    </span><span style="color:#323232;">  id: Generic\n
    </span><span style="color:#323232;">  name: HD-Audio Generic\n
    </span><span style="color:#323232;">  longname: HD-Audio Generic at 0xba600000 irq 68\n
    </span><span style="color:#323232;">  driver_name: HDA-Intel\n
    </span><span style="color:#323232;">  mixer_name: Realtek ALC1220\n
    </span><span style="color:#323232;">  components: HDA:10ec1168,10438724,00100003\n
    </span><span style="color:#323232;">  controls_count: 47\n
    </span><span style="color:#323232;">  pcm:\n
    </span><span style="color:#323232;">    - stream: PLAYBACK\n
    </span><span style="color:#323232;">      devices:\n
    </span><span style="color:#323232;">        - device: 0\n
    </span><span style="color:#323232;">          id: ALC1220 Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">        - device: 1\n
    </span><span style="color:#323232;">          id: ALC1220 Digital\n
    </span><span style="color:#323232;">          name: ALC1220 Digital\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">    - stream: CAPTURE\n
    </span><span style="color:#323232;">      devices:\n
    </span><span style="color:#323232;">        - device: 0\n
    </span><span style="color:#323232;">          id: ALC1220 Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">        - device: 2\n
    </span><span style="color:#323232;">          id: ALC1220 Alt Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Alt Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">  hwdep:\n
    </span><span style="color:#323232;">    - device: 0\n
    </span><span style="color:#323232;">      id: HDA Codec 0\n
    </span><span style="color:#323232;">      name: HDA Codec 0\n
    </span><span style="color:#323232;">      iface: 16\n
    </span><span style="color:#323232;">[...]\n
    </span>\n
    ```\n
    \n
    ```\n
    \n
    <span style="color:#323232;">arecord -l                                            Do 14 Dez 2023 14:53:16 CET\n
    </span><span style="color:#323232;">**** List of CAPTURE Hardware Devices ****\n
    </span><span style="color:#323232;">[...]\n
    </span><span style="color:#323232;">card 1: Generic [HD-Audio Generic], device 0: ALC1220 Analog [ALC1220 Analog]\n
    </span><span style="color:#323232;">  Subdevices: 1/1\n
    </span><span style="color:#323232;">  Subdevice #0: subdevice #0\n
    </span><span style="color:#323232;">card 1: Generic [HD-Audio Generic], device 2: ALC1220 Alt Analog [ALC1220 Alt Analog]\n
    </span><span style="color:#323232;">  Subdevices: 1/1\n
    </span><span style="color:#323232;">  Subdevice #0: subdevice #0\n
    </span><span style="color:#323232;">[...]\n
    </span>\n
    ```\n
    \n
    Does anyone have any clue what I could do to use that mic?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702562046 {#1487
    date: 2023-12-14 14:54:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 28086
  -titleTs: "'alc1220':10 'analog':5 'chip':11 'microphon':6 'pipewir':13 'plug':7 'realtek':9 'use':3"
  -bodyTs: "'0':134,177,186,189,200,203,208,217,220,233,236,239,243,247,273,281,283,302,304 '00100003':168 '0xba600000':152 '1':138,191,266,285 '1/1':279,300 '10438724':167 '10ec1168':166 '14':253,256 '16':249,258 '2':222,292 '2023':255 '47':171 '53':257 '68':154 'adapt':9 'alc1220':163,179,182,193,196,210,213,224,228,274,276,293,296 'alsactl':129 'alsamix':75 'alt':225,229,294,297 'analog':180,183,211,214,226,230,275,277,295,298 'anyon':306 'arecord':250 'ask':68 'audio':19,48,108,144,149,270,289 'boost':80 'captur':205,262 'card':132,133,136,137,265,284 'cet':259 'clue':309 'codec':242,246 'compon':164 'connect':5,34 'control':169 'could':312 'count':170 'detect':25 'devic':49,109,175,176,190,206,207,221,238,264,272,291 'dez':254 'dialog':20 'digit':194,197 'driver':155 'enabl':71 'front':40 'generic':140,145,150,267,271,286,290 'get':91 'got':2 'gui':115 'hardwar':263 'hd':143,148,269,288 'hd-audio':142,147,268,287 'hda':158,165,241,245 'hda-intel':157 'help':128 'hwdep':237 'id':139,178,192,209,223,240 'ifac':248 'info':130 'input':123 'intel':159 'irq':153 'jack':14 'kde':22 'l':251 'line':43 'list':260 'longnam':146 'loopback':73 'mainboard':17 'make':59 'mark':30 'may':67 'mic':13,41,64,317 'microphon':4 'mixer':160 'name':141,156,161,181,187,195,201,212,218,227,234,244 'option':114 'pcm':172 'playback':174 'possibl':104 'produc':54 'pump':77 'realiz':102 'realtek':162 'rear':12 'second':122 'seem':23,97 'select':46,120 'sound':57,92,131,135 'sourc':51,105 'stream':173,204 'subdevic':184,185,188,198,199,202,215,216,219,231,232,235,278,280,282,299,301,303 'sure':61 'system':101 'test':125 'two':103 'unfortun':83 'use':56,315 'via':6 'way':88 'wise':116 'work':65,82 'xlr':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6701894"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702562046 {#1485
    date: 2023-12-14 14:54:06.0 +01:00
  }
}
"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
59 DENIED edit
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-use-a-analog-microphone-plugged-into-Realtek-ALC1220"
  +title: "How to use a analog microphone plugged into Realtek ALC1220 chip in PipeWire"
  +url: null
  +body: """
    I got a microphone connected via a XLR adapter to the rear mic jack of my mainboard. The audio dialog of KDE seems to detect that, as does not mark it as not connected (which it does for the front mic and line in). But selecting the audio device as source does not produce any useful sound. What makes you sure that the mic work, you may ask? If I enable the loopback in `alsamixer` (and pump up the boost), it works. Unfortunately, that is the only way I can get sound out of that.\n
    \n
    It seems, as if the system realizes two possible sources from the audio device. But there is no option GUI wise where I can select the second input to test if that helps.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alsactl info\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;"># Sound card\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;">- card: 0\n
    </span><span style="color:#323232;">[....]\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;"># Sound card\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;">- card: 1\n
    </span><span style="color:#323232;">  id: Generic\n
    </span><span style="color:#323232;">  name: HD-Audio Generic\n
    </span><span style="color:#323232;">  longname: HD-Audio Generic at 0xba600000 irq 68\n
    </span><span style="color:#323232;">  driver_name: HDA-Intel\n
    </span><span style="color:#323232;">  mixer_name: Realtek ALC1220\n
    </span><span style="color:#323232;">  components: HDA:10ec1168,10438724,00100003\n
    </span><span style="color:#323232;">  controls_count: 47\n
    </span><span style="color:#323232;">  pcm:\n
    </span><span style="color:#323232;">    - stream: PLAYBACK\n
    </span><span style="color:#323232;">      devices:\n
    </span><span style="color:#323232;">        - device: 0\n
    </span><span style="color:#323232;">          id: ALC1220 Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">        - device: 1\n
    </span><span style="color:#323232;">          id: ALC1220 Digital\n
    </span><span style="color:#323232;">          name: ALC1220 Digital\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">    - stream: CAPTURE\n
    </span><span style="color:#323232;">      devices:\n
    </span><span style="color:#323232;">        - device: 0\n
    </span><span style="color:#323232;">          id: ALC1220 Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">        - device: 2\n
    </span><span style="color:#323232;">          id: ALC1220 Alt Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Alt Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">  hwdep:\n
    </span><span style="color:#323232;">    - device: 0\n
    </span><span style="color:#323232;">      id: HDA Codec 0\n
    </span><span style="color:#323232;">      name: HDA Codec 0\n
    </span><span style="color:#323232;">      iface: 16\n
    </span><span style="color:#323232;">[...]\n
    </span>\n
    ```\n
    \n
    ```\n
    \n
    <span style="color:#323232;">arecord -l                                            Do 14 Dez 2023 14:53:16 CET\n
    </span><span style="color:#323232;">**** List of CAPTURE Hardware Devices ****\n
    </span><span style="color:#323232;">[...]\n
    </span><span style="color:#323232;">card 1: Generic [HD-Audio Generic], device 0: ALC1220 Analog [ALC1220 Analog]\n
    </span><span style="color:#323232;">  Subdevices: 1/1\n
    </span><span style="color:#323232;">  Subdevice #0: subdevice #0\n
    </span><span style="color:#323232;">card 1: Generic [HD-Audio Generic], device 2: ALC1220 Alt Analog [ALC1220 Alt Analog]\n
    </span><span style="color:#323232;">  Subdevices: 1/1\n
    </span><span style="color:#323232;">  Subdevice #0: subdevice #0\n
    </span><span style="color:#323232;">[...]\n
    </span>\n
    ```\n
    \n
    Does anyone have any clue what I could do to use that mic?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702562046 {#1487
    date: 2023-12-14 14:54:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 28086
  -titleTs: "'alc1220':10 'analog':5 'chip':11 'microphon':6 'pipewir':13 'plug':7 'realtek':9 'use':3"
  -bodyTs: "'0':134,177,186,189,200,203,208,217,220,233,236,239,243,247,273,281,283,302,304 '00100003':168 '0xba600000':152 '1':138,191,266,285 '1/1':279,300 '10438724':167 '10ec1168':166 '14':253,256 '16':249,258 '2':222,292 '2023':255 '47':171 '53':257 '68':154 'adapt':9 'alc1220':163,179,182,193,196,210,213,224,228,274,276,293,296 'alsactl':129 'alsamix':75 'alt':225,229,294,297 'analog':180,183,211,214,226,230,275,277,295,298 'anyon':306 'arecord':250 'ask':68 'audio':19,48,108,144,149,270,289 'boost':80 'captur':205,262 'card':132,133,136,137,265,284 'cet':259 'clue':309 'codec':242,246 'compon':164 'connect':5,34 'control':169 'could':312 'count':170 'detect':25 'devic':49,109,175,176,190,206,207,221,238,264,272,291 'dez':254 'dialog':20 'digit':194,197 'driver':155 'enabl':71 'front':40 'generic':140,145,150,267,271,286,290 'get':91 'got':2 'gui':115 'hardwar':263 'hd':143,148,269,288 'hd-audio':142,147,268,287 'hda':158,165,241,245 'hda-intel':157 'help':128 'hwdep':237 'id':139,178,192,209,223,240 'ifac':248 'info':130 'input':123 'intel':159 'irq':153 'jack':14 'kde':22 'l':251 'line':43 'list':260 'longnam':146 'loopback':73 'mainboard':17 'make':59 'mark':30 'may':67 'mic':13,41,64,317 'microphon':4 'mixer':160 'name':141,156,161,181,187,195,201,212,218,227,234,244 'option':114 'pcm':172 'playback':174 'possibl':104 'produc':54 'pump':77 'realiz':102 'realtek':162 'rear':12 'second':122 'seem':23,97 'select':46,120 'sound':57,92,131,135 'sourc':51,105 'stream':173,204 'subdevic':184,185,188,198,199,202,215,216,219,231,232,235,278,280,282,299,301,303 'sure':61 'system':101 'test':125 'two':103 'unfortun':83 'use':56,315 'via':6 'way':88 'wise':116 'work':65,82 'xlr':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6701894"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702562046 {#1485
    date: 2023-12-14 14:54:06.0 +01:00
  }
}
"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
60 DENIED moderate
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-use-a-analog-microphone-plugged-into-Realtek-ALC1220"
  +title: "How to use a analog microphone plugged into Realtek ALC1220 chip in PipeWire"
  +url: null
  +body: """
    I got a microphone connected via a XLR adapter to the rear mic jack of my mainboard. The audio dialog of KDE seems to detect that, as does not mark it as not connected (which it does for the front mic and line in). But selecting the audio device as source does not produce any useful sound. What makes you sure that the mic work, you may ask? If I enable the loopback in `alsamixer` (and pump up the boost), it works. Unfortunately, that is the only way I can get sound out of that.\n
    \n
    It seems, as if the system realizes two possible sources from the audio device. But there is no option GUI wise where I can select the second input to test if that helps.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">alsactl info\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;"># Sound card\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;">- card: 0\n
    </span><span style="color:#323232;">[....]\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;"># Sound card\n
    </span><span style="color:#323232;">#\n
    </span><span style="color:#323232;">- card: 1\n
    </span><span style="color:#323232;">  id: Generic\n
    </span><span style="color:#323232;">  name: HD-Audio Generic\n
    </span><span style="color:#323232;">  longname: HD-Audio Generic at 0xba600000 irq 68\n
    </span><span style="color:#323232;">  driver_name: HDA-Intel\n
    </span><span style="color:#323232;">  mixer_name: Realtek ALC1220\n
    </span><span style="color:#323232;">  components: HDA:10ec1168,10438724,00100003\n
    </span><span style="color:#323232;">  controls_count: 47\n
    </span><span style="color:#323232;">  pcm:\n
    </span><span style="color:#323232;">    - stream: PLAYBACK\n
    </span><span style="color:#323232;">      devices:\n
    </span><span style="color:#323232;">        - device: 0\n
    </span><span style="color:#323232;">          id: ALC1220 Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">        - device: 1\n
    </span><span style="color:#323232;">          id: ALC1220 Digital\n
    </span><span style="color:#323232;">          name: ALC1220 Digital\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">    - stream: CAPTURE\n
    </span><span style="color:#323232;">      devices:\n
    </span><span style="color:#323232;">        - device: 0\n
    </span><span style="color:#323232;">          id: ALC1220 Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">        - device: 2\n
    </span><span style="color:#323232;">          id: ALC1220 Alt Analog\n
    </span><span style="color:#323232;">          name: ALC1220 Alt Analog\n
    </span><span style="color:#323232;">          subdevices:\n
    </span><span style="color:#323232;">            - subdevice: 0\n
    </span><span style="color:#323232;">              name: subdevice #0\n
    </span><span style="color:#323232;">  hwdep:\n
    </span><span style="color:#323232;">    - device: 0\n
    </span><span style="color:#323232;">      id: HDA Codec 0\n
    </span><span style="color:#323232;">      name: HDA Codec 0\n
    </span><span style="color:#323232;">      iface: 16\n
    </span><span style="color:#323232;">[...]\n
    </span>\n
    ```\n
    \n
    ```\n
    \n
    <span style="color:#323232;">arecord -l                                            Do 14 Dez 2023 14:53:16 CET\n
    </span><span style="color:#323232;">**** List of CAPTURE Hardware Devices ****\n
    </span><span style="color:#323232;">[...]\n
    </span><span style="color:#323232;">card 1: Generic [HD-Audio Generic], device 0: ALC1220 Analog [ALC1220 Analog]\n
    </span><span style="color:#323232;">  Subdevices: 1/1\n
    </span><span style="color:#323232;">  Subdevice #0: subdevice #0\n
    </span><span style="color:#323232;">card 1: Generic [HD-Audio Generic], device 2: ALC1220 Alt Analog [ALC1220 Alt Analog]\n
    </span><span style="color:#323232;">  Subdevices: 1/1\n
    </span><span style="color:#323232;">  Subdevice #0: subdevice #0\n
    </span><span style="color:#323232;">[...]\n
    </span>\n
    ```\n
    \n
    Does anyone have any clue what I could do to use that mic?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702562046 {#1487
    date: 2023-12-14 14:54:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1494 …}
  +votes: Doctrine\ORM\PersistentCollection {#1491 …}
  +reports: Doctrine\ORM\PersistentCollection {#1495 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1476 …}
  +badges: Doctrine\ORM\PersistentCollection {#1758 …}
  +children: []
  -id: 28086
  -titleTs: "'alc1220':10 'analog':5 'chip':11 'microphon':6 'pipewir':13 'plug':7 'realtek':9 'use':3"
  -bodyTs: "'0':134,177,186,189,200,203,208,217,220,233,236,239,243,247,273,281,283,302,304 '00100003':168 '0xba600000':152 '1':138,191,266,285 '1/1':279,300 '10438724':167 '10ec1168':166 '14':253,256 '16':249,258 '2':222,292 '2023':255 '47':171 '53':257 '68':154 'adapt':9 'alc1220':163,179,182,193,196,210,213,224,228,274,276,293,296 'alsactl':129 'alsamix':75 'alt':225,229,294,297 'analog':180,183,211,214,226,230,275,277,295,298 'anyon':306 'arecord':250 'ask':68 'audio':19,48,108,144,149,270,289 'boost':80 'captur':205,262 'card':132,133,136,137,265,284 'cet':259 'clue':309 'codec':242,246 'compon':164 'connect':5,34 'control':169 'could':312 'count':170 'detect':25 'devic':49,109,175,176,190,206,207,221,238,264,272,291 'dez':254 'dialog':20 'digit':194,197 'driver':155 'enabl':71 'front':40 'generic':140,145,150,267,271,286,290 'get':91 'got':2 'gui':115 'hardwar':263 'hd':143,148,269,288 'hd-audio':142,147,268,287 'hda':158,165,241,245 'hda-intel':157 'help':128 'hwdep':237 'id':139,178,192,209,223,240 'ifac':248 'info':130 'input':123 'intel':159 'irq':153 'jack':14 'kde':22 'l':251 'line':43 'list':260 'longnam':146 'loopback':73 'mainboard':17 'make':59 'mark':30 'may':67 'mic':13,41,64,317 'microphon':4 'mixer':160 'name':141,156,161,181,187,195,201,212,218,227,234,244 'option':114 'pcm':172 'playback':174 'possibl':104 'produc':54 'pump':77 'realiz':102 'realtek':162 'rear':12 'second':122 'seem':23,97 'select':46,120 'sound':57,92,131,135 'sourc':51,105 'stream':173,204 'subdevic':184,185,188,198,199,202,215,216,219,231,232,235,278,280,282,299,301,303 'sure':61 'system':101 'test':125 'two':103 'unfortun':83 'use':56,315 'via':6 'way':88 'wise':116 'work':65,82 'xlr':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6701894"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702562046 {#1485
    date: 2023-12-14 14:54:06.0 +01:00
  }
}
"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
61 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
62 DENIED moderate
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "questions-about-manual-subtitles"
  +title: "questions about manual subtitles"
  +url: null
  +body: """
    **TL-DR; for stuff that is NOT from sonarrr/radrr (e.g. downloaded long time ago / gotten from friends, RSS feeds, whatever), is there a better way to find subs than downloading everything from manual DDL sites and trying everything until one works (matching english text and correctly synced)?**\n
    \n
    I am not currently using [bazarr](https://github.com/morpheus65535/bazarr) and I understand that it can catch anything from sonarr that is missing subs but that is not the use-case I need. I am still open to it but since most of the new stuff I get already has subs, I’m looking more at my stuff that is NOT coming from sonarr bc that’s where I have the most missing subs. thinking since there github say:\n
    \n
    > Be aware that Bazarr doesn’t scan disk to detect series and movies: It only takes care of the series and movies that are indexed in Sonarr and Radarr."\n
    \n
    that most of my use-case is going to be manual searches. It also sounds like Bazarr uses same kind of DDL sites like opensubtitles and subscene that I am already using as its backend / source so curious if there is any advantage vs looking up old stuff on the sites directly.\n
    \n
    And especially if there is some way to match existing files with the correct subs, even if the file/folder names no longer contain the release group (e.g. via duration or other `mediainfo` data or maybe even via checksums). I know vlc can do it for a single file… but since I have a LOT of stuff w missing subs, I’m looking for a way that I can do something similar from a `bash` script or some other bulk job without getting a bunch of unsynced subs.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 63
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702660620 {#1755
    date: 2023-12-15 18:17:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 22164
  -titleTs: "'manual':3 'question':1 'subtitl':4"
  -bodyTs: "'/morpheus65535/bazarr)':57 'advantag':200 'ago':15 'alreadi':97,188 'also':171 'anyth':65 'awar':129 'backend':192 'bash':283 'bazarr':54,131,174 'bc':113 'better':25 'bulk':288 'bunch':293 'care':144 'case':79,163 'catch':64 'checksum':247 'come':110 'contain':232 'correct':47,223 'curious':195 'current':52 'data':242 'ddl':35,179 'detect':137 'direct':209 'disk':135 'doesn':132 'download':12,31 'dr':3 'durat':238 'e.g':11,236 'english':44 'especi':211 'even':225,245 'everyth':32,39 'exist':219 'feed':20 'file':220,257 'file/folder':228 'find':28 'friend':18 'get':96,291 'github':126 'github.com':56 'github.com/morpheus65535/bazarr)':55 'go':165 'gotten':16 'group':235 'index':152 'job':289 'kind':177 'know':249 'like':173,181 'long':13 'longer':231 'look':102,202,271 'lot':263 'm':101,270 'manual':34,168 'match':43,218 'mayb':244 'mediainfo':241 'miss':70,121,267 'movi':140,149 'name':229 'need':81 'new':93 'old':204 'one':41 'open':85 'opensubtitl':182 'radarr':156 'releas':234 'rss':19 'say':127 'scan':134 'script':284 'search':169 'seri':138,147 'similar':280 'sinc':89,124,259 'singl':256 'site':36,180,208 'someth':279 'sonarr':67,112,154 'sonarrr/radrr':10 'sound':172 'sourc':193 'still':84 'stuff':5,94,106,205,265 'sub':29,71,99,122,224,268,296 'subscen':184 'sync':48 'take':143 'text':45 'think':123 'time':14 'tl':2 'tl-dr':1 'tri':38 'understand':60 'unsync':295 'use':53,78,162,175,189 'use-cas':77,161 'via':237,246 'vlc':250 'vs':201 'w':266 'way':26,216,274 'whatev':21 'without':290 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702638988
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10361375"
  +editedAt: DateTimeImmutable @1704687130 {#1760
    date: 2024-01-08 05:12:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702552588 {#1757
    date: 2023-12-14 12:16:28.0 +01:00
  }
}
"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
63 DENIED edit
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "questions-about-manual-subtitles"
  +title: "questions about manual subtitles"
  +url: null
  +body: """
    **TL-DR; for stuff that is NOT from sonarrr/radrr (e.g. downloaded long time ago / gotten from friends, RSS feeds, whatever), is there a better way to find subs than downloading everything from manual DDL sites and trying everything until one works (matching english text and correctly synced)?**\n
    \n
    I am not currently using [bazarr](https://github.com/morpheus65535/bazarr) and I understand that it can catch anything from sonarr that is missing subs but that is not the use-case I need. I am still open to it but since most of the new stuff I get already has subs, I’m looking more at my stuff that is NOT coming from sonarr bc that’s where I have the most missing subs. thinking since there github say:\n
    \n
    > Be aware that Bazarr doesn’t scan disk to detect series and movies: It only takes care of the series and movies that are indexed in Sonarr and Radarr."\n
    \n
    that most of my use-case is going to be manual searches. It also sounds like Bazarr uses same kind of DDL sites like opensubtitles and subscene that I am already using as its backend / source so curious if there is any advantage vs looking up old stuff on the sites directly.\n
    \n
    And especially if there is some way to match existing files with the correct subs, even if the file/folder names no longer contain the release group (e.g. via duration or other `mediainfo` data or maybe even via checksums). I know vlc can do it for a single file… but since I have a LOT of stuff w missing subs, I’m looking for a way that I can do something similar from a `bash` script or some other bulk job without getting a bunch of unsynced subs.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 63
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702660620 {#1755
    date: 2023-12-15 18:17:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 22164
  -titleTs: "'manual':3 'question':1 'subtitl':4"
  -bodyTs: "'/morpheus65535/bazarr)':57 'advantag':200 'ago':15 'alreadi':97,188 'also':171 'anyth':65 'awar':129 'backend':192 'bash':283 'bazarr':54,131,174 'bc':113 'better':25 'bulk':288 'bunch':293 'care':144 'case':79,163 'catch':64 'checksum':247 'come':110 'contain':232 'correct':47,223 'curious':195 'current':52 'data':242 'ddl':35,179 'detect':137 'direct':209 'disk':135 'doesn':132 'download':12,31 'dr':3 'durat':238 'e.g':11,236 'english':44 'especi':211 'even':225,245 'everyth':32,39 'exist':219 'feed':20 'file':220,257 'file/folder':228 'find':28 'friend':18 'get':96,291 'github':126 'github.com':56 'github.com/morpheus65535/bazarr)':55 'go':165 'gotten':16 'group':235 'index':152 'job':289 'kind':177 'know':249 'like':173,181 'long':13 'longer':231 'look':102,202,271 'lot':263 'm':101,270 'manual':34,168 'match':43,218 'mayb':244 'mediainfo':241 'miss':70,121,267 'movi':140,149 'name':229 'need':81 'new':93 'old':204 'one':41 'open':85 'opensubtitl':182 'radarr':156 'releas':234 'rss':19 'say':127 'scan':134 'script':284 'search':169 'seri':138,147 'similar':280 'sinc':89,124,259 'singl':256 'site':36,180,208 'someth':279 'sonarr':67,112,154 'sonarrr/radrr':10 'sound':172 'sourc':193 'still':84 'stuff':5,94,106,205,265 'sub':29,71,99,122,224,268,296 'subscen':184 'sync':48 'take':143 'text':45 'think':123 'time':14 'tl':2 'tl-dr':1 'tri':38 'understand':60 'unsync':295 'use':53,78,162,175,189 'use-cas':77,161 'via':237,246 'vlc':250 'vs':201 'w':266 'way':26,216,274 'whatev':21 'without':290 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702638988
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10361375"
  +editedAt: DateTimeImmutable @1704687130 {#1760
    date: 2024-01-08 05:12:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702552588 {#1757
    date: 2023-12-14 12:16:28.0 +01:00
  }
}
"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
64 DENIED moderate
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "questions-about-manual-subtitles"
  +title: "questions about manual subtitles"
  +url: null
  +body: """
    **TL-DR; for stuff that is NOT from sonarrr/radrr (e.g. downloaded long time ago / gotten from friends, RSS feeds, whatever), is there a better way to find subs than downloading everything from manual DDL sites and trying everything until one works (matching english text and correctly synced)?**\n
    \n
    I am not currently using [bazarr](https://github.com/morpheus65535/bazarr) and I understand that it can catch anything from sonarr that is missing subs but that is not the use-case I need. I am still open to it but since most of the new stuff I get already has subs, I’m looking more at my stuff that is NOT coming from sonarr bc that’s where I have the most missing subs. thinking since there github say:\n
    \n
    > Be aware that Bazarr doesn’t scan disk to detect series and movies: It only takes care of the series and movies that are indexed in Sonarr and Radarr."\n
    \n
    that most of my use-case is going to be manual searches. It also sounds like Bazarr uses same kind of DDL sites like opensubtitles and subscene that I am already using as its backend / source so curious if there is any advantage vs looking up old stuff on the sites directly.\n
    \n
    And especially if there is some way to match existing files with the correct subs, even if the file/folder names no longer contain the release group (e.g. via duration or other `mediainfo` data or maybe even via checksums). I know vlc can do it for a single file… but since I have a LOT of stuff w missing subs, I’m looking for a way that I can do something similar from a `bash` script or some other bulk job without getting a bunch of unsynced subs.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 63
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702660620 {#1755
    date: 2023-12-15 18:17:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 22164
  -titleTs: "'manual':3 'question':1 'subtitl':4"
  -bodyTs: "'/morpheus65535/bazarr)':57 'advantag':200 'ago':15 'alreadi':97,188 'also':171 'anyth':65 'awar':129 'backend':192 'bash':283 'bazarr':54,131,174 'bc':113 'better':25 'bulk':288 'bunch':293 'care':144 'case':79,163 'catch':64 'checksum':247 'come':110 'contain':232 'correct':47,223 'curious':195 'current':52 'data':242 'ddl':35,179 'detect':137 'direct':209 'disk':135 'doesn':132 'download':12,31 'dr':3 'durat':238 'e.g':11,236 'english':44 'especi':211 'even':225,245 'everyth':32,39 'exist':219 'feed':20 'file':220,257 'file/folder':228 'find':28 'friend':18 'get':96,291 'github':126 'github.com':56 'github.com/morpheus65535/bazarr)':55 'go':165 'gotten':16 'group':235 'index':152 'job':289 'kind':177 'know':249 'like':173,181 'long':13 'longer':231 'look':102,202,271 'lot':263 'm':101,270 'manual':34,168 'match':43,218 'mayb':244 'mediainfo':241 'miss':70,121,267 'movi':140,149 'name':229 'need':81 'new':93 'old':204 'one':41 'open':85 'opensubtitl':182 'radarr':156 'releas':234 'rss':19 'say':127 'scan':134 'script':284 'search':169 'seri':138,147 'similar':280 'sinc':89,124,259 'singl':256 'site':36,180,208 'someth':279 'sonarr':67,112,154 'sonarrr/radrr':10 'sound':172 'sourc':193 'still':84 'stuff':5,94,106,205,265 'sub':29,71,99,122,224,268,296 'subscen':184 'sync':48 'take':143 'text':45 'think':123 'time':14 'tl':2 'tl-dr':1 'tri':38 'understand':60 'unsync':295 'use':53,78,162,175,189 'use-cas':77,161 'via':237,246 'vlc':250 'vs':201 'w':266 'way':26,216,274 'whatev':21 'without':290 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702638988
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10361375"
  +editedAt: DateTimeImmutable @1704687130 {#1760
    date: 2024-01-08 05:12:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702552588 {#1757
    date: 2023-12-14 12:16:28.0 +01:00
  }
}
"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
65 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
66 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Out-of-all-the-cars-you-ve-owned-which-one-holds"
  +title: "Out of all the cars you've owned, which one holds a special place in your heart as the absolute favourite."
  +url: null
  +body: "Shamelessly stolen from /r/askreddit."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 114
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702955970 {#1775
    date: 2023-12-19 04:19:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 22157
  -titleTs: "'absolut':20 'car':5 'favourit':21 'heart':17 'hold':11 'one':10 'own':8 'place':14 'special':13 've':7"
  -bodyTs: "'/r/askreddit':4 'shameless':1 'stolen':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702634315
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6964145"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702547915 {#1776
    date: 2023-12-14 10:58:35.0 +01:00
  }
}
"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
67 DENIED edit
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Out-of-all-the-cars-you-ve-owned-which-one-holds"
  +title: "Out of all the cars you've owned, which one holds a special place in your heart as the absolute favourite."
  +url: null
  +body: "Shamelessly stolen from /r/askreddit."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 114
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702955970 {#1775
    date: 2023-12-19 04:19:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 22157
  -titleTs: "'absolut':20 'car':5 'favourit':21 'heart':17 'hold':11 'one':10 'own':8 'place':14 'special':13 've':7"
  -bodyTs: "'/r/askreddit':4 'shameless':1 'stolen':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702634315
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6964145"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702547915 {#1776
    date: 2023-12-14 10:58:35.0 +01:00
  }
}
"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
68 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Out-of-all-the-cars-you-ve-owned-which-one-holds"
  +title: "Out of all the cars you've owned, which one holds a special place in your heart as the absolute favourite."
  +url: null
  +body: "Shamelessly stolen from /r/askreddit."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 114
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702955970 {#1775
    date: 2023-12-19 04:19:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 22157
  -titleTs: "'absolut':20 'car':5 'favourit':21 'heart':17 'hold':11 'one':10 'own':8 'place':14 'special':13 've':7"
  -bodyTs: "'/r/askreddit':4 'shameless':1 'stolen':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702634315
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6964145"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702547915 {#1776
    date: 2023-12-14 10:58:35.0 +01:00
  }
}
"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
69 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
70 DENIED moderate
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1637 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "screen-being-black-when-I-toggle-into-app-until-I"
  +title: "screen being black when I toggle into app until I reopen it again"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702537180 {#1452
    date: 2023-12-14 07:59:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1642 …}
  +votes: Doctrine\ORM\PersistentCollection {#1643 …}
  +reports: Doctrine\ORM\PersistentCollection {#1633 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1624 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1636 …}
  +badges: Doctrine\ORM\PersistentCollection {#1660 …}
  +children: []
  -id: 28051
  -titleTs: "'app':8 'black':3 'reopen':11 'screen':1 'toggl':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9549344"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702537180 {#1445
    date: 2023-12-14 07:59:40.0 +01:00
  }
}
"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
71 DENIED edit
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1637 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "screen-being-black-when-I-toggle-into-app-until-I"
  +title: "screen being black when I toggle into app until I reopen it again"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702537180 {#1452
    date: 2023-12-14 07:59:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1642 …}
  +votes: Doctrine\ORM\PersistentCollection {#1643 …}
  +reports: Doctrine\ORM\PersistentCollection {#1633 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1624 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1636 …}
  +badges: Doctrine\ORM\PersistentCollection {#1660 …}
  +children: []
  -id: 28051
  -titleTs: "'app':8 'black':3 'reopen':11 'screen':1 'toggl':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9549344"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702537180 {#1445
    date: 2023-12-14 07:59:40.0 +01:00
  }
}
"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
72 DENIED moderate
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1637 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "screen-being-black-when-I-toggle-into-app-until-I"
  +title: "screen being black when I toggle into app until I reopen it again"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702537180 {#1452
    date: 2023-12-14 07:59:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1642 …}
  +votes: Doctrine\ORM\PersistentCollection {#1643 …}
  +reports: Doctrine\ORM\PersistentCollection {#1633 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1624 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1636 …}
  +badges: Doctrine\ORM\PersistentCollection {#1660 …}
  +children: []
  -id: 28051
  -titleTs: "'app':8 'black':3 'reopen':11 'screen':1 'toggl':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9549344"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702537180 {#1445
    date: 2023-12-14 07:59:40.0 +01:00
  }
}
"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
73 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
74 DENIED moderate
App\Entity\Entry {#1421
  +user: Proxies\__CG__\App\Entity\User {#1422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-often-to-you-bail-on-a-half-written-post-or"
  +title: "How often to you bail on a half-written post or response?"
  +url: null
  +body: """
    I have had a tendency since my earliest days on social media where I will get halfway or more through a response, and end up just cancelling it. Sometimes I feel like I’m just being to over the top with snark or otherwise don’t want to be that kind of person, but a lot of the time I’ll decide I just really don’t care enough to finish it. Sometimes I just know it’ll be an argument and I know what the person is going to say, and just have no interest in continuing the discussion. I did it on Reddit, I did it on bulletin boards, I even did it in my teens and twenties on Usenet - and I’ll probably go on doing it for as long as I continue using this medium. I probably do it a bit more than half the time. I know that lemmy benefits from more content and I have had some great discussions, but sometimes it’s just not worth it for me.\n
    \n
    How about you? Do you hit publish or cancel more often?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702531339 {#1450
    date: 2023-12-14 06:22:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1446 …}
  +votes: Doctrine\ORM\PersistentCollection {#1424 …}
  +reports: Doctrine\ORM\PersistentCollection {#1442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1420 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1451 …}
  +badges: Doctrine\ORM\PersistentCollection {#1417 …}
  +children: []
  -id: 27871
  -titleTs: "'bail':5 'half':9 'half-written':8 'often':2 'post':11 'respons':13 'written':10"
  -bodyTs: "'argument':81 'benefit':155 'bit':145 'board':111 'bulletin':110 'cancel':27,184 'care':68 'content':158 'continu':98,136 'day':9 'decid':62 'discuss':100,165 'earliest':8 'end':24 'enough':69 'even':113 'feel':31 'finish':71 'get':16 'go':89,127 'great':164 'half':148 'halfway':17 'hit':181 'interest':96 'kind':51 'know':76,84,152 'lemmi':154 'like':32 'll':61,78,125 'long':133 'lot':56 'm':34 'media':12 'medium':139 'often':186 'otherwis':44 'person':53,87 'probabl':126,141 'publish':182 'realli':65 'reddit':105 'respons':22 'say':91 'sinc':6 'snark':42 'social':11 'sometim':29,73,167 'teen':118 'tendenc':5 'time':59,150 'top':40 'twenti':120 'use':137 'usenet':122 'want':47 'worth':172"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702531339
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9292122"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702531339 {#1449
    date: 2023-12-14 06:22:19.0 +01:00
  }
}
"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
75 DENIED edit
App\Entity\Entry {#1421
  +user: Proxies\__CG__\App\Entity\User {#1422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-often-to-you-bail-on-a-half-written-post-or"
  +title: "How often to you bail on a half-written post or response?"
  +url: null
  +body: """
    I have had a tendency since my earliest days on social media where I will get halfway or more through a response, and end up just cancelling it. Sometimes I feel like I’m just being to over the top with snark or otherwise don’t want to be that kind of person, but a lot of the time I’ll decide I just really don’t care enough to finish it. Sometimes I just know it’ll be an argument and I know what the person is going to say, and just have no interest in continuing the discussion. I did it on Reddit, I did it on bulletin boards, I even did it in my teens and twenties on Usenet - and I’ll probably go on doing it for as long as I continue using this medium. I probably do it a bit more than half the time. I know that lemmy benefits from more content and I have had some great discussions, but sometimes it’s just not worth it for me.\n
    \n
    How about you? Do you hit publish or cancel more often?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702531339 {#1450
    date: 2023-12-14 06:22:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1446 …}
  +votes: Doctrine\ORM\PersistentCollection {#1424 …}
  +reports: Doctrine\ORM\PersistentCollection {#1442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1420 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1451 …}
  +badges: Doctrine\ORM\PersistentCollection {#1417 …}
  +children: []
  -id: 27871
  -titleTs: "'bail':5 'half':9 'half-written':8 'often':2 'post':11 'respons':13 'written':10"
  -bodyTs: "'argument':81 'benefit':155 'bit':145 'board':111 'bulletin':110 'cancel':27,184 'care':68 'content':158 'continu':98,136 'day':9 'decid':62 'discuss':100,165 'earliest':8 'end':24 'enough':69 'even':113 'feel':31 'finish':71 'get':16 'go':89,127 'great':164 'half':148 'halfway':17 'hit':181 'interest':96 'kind':51 'know':76,84,152 'lemmi':154 'like':32 'll':61,78,125 'long':133 'lot':56 'm':34 'media':12 'medium':139 'often':186 'otherwis':44 'person':53,87 'probabl':126,141 'publish':182 'realli':65 'reddit':105 'respons':22 'say':91 'sinc':6 'snark':42 'social':11 'sometim':29,73,167 'teen':118 'tendenc':5 'time':59,150 'top':40 'twenti':120 'use':137 'usenet':122 'want':47 'worth':172"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702531339
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9292122"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702531339 {#1449
    date: 2023-12-14 06:22:19.0 +01:00
  }
}
"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
76 DENIED moderate
App\Entity\Entry {#1421
  +user: Proxies\__CG__\App\Entity\User {#1422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-often-to-you-bail-on-a-half-written-post-or"
  +title: "How often to you bail on a half-written post or response?"
  +url: null
  +body: """
    I have had a tendency since my earliest days on social media where I will get halfway or more through a response, and end up just cancelling it. Sometimes I feel like I’m just being to over the top with snark or otherwise don’t want to be that kind of person, but a lot of the time I’ll decide I just really don’t care enough to finish it. Sometimes I just know it’ll be an argument and I know what the person is going to say, and just have no interest in continuing the discussion. I did it on Reddit, I did it on bulletin boards, I even did it in my teens and twenties on Usenet - and I’ll probably go on doing it for as long as I continue using this medium. I probably do it a bit more than half the time. I know that lemmy benefits from more content and I have had some great discussions, but sometimes it’s just not worth it for me.\n
    \n
    How about you? Do you hit publish or cancel more often?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702531339 {#1450
    date: 2023-12-14 06:22:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1446 …}
  +votes: Doctrine\ORM\PersistentCollection {#1424 …}
  +reports: Doctrine\ORM\PersistentCollection {#1442 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1420 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1451 …}
  +badges: Doctrine\ORM\PersistentCollection {#1417 …}
  +children: []
  -id: 27871
  -titleTs: "'bail':5 'half':9 'half-written':8 'often':2 'post':11 'respons':13 'written':10"
  -bodyTs: "'argument':81 'benefit':155 'bit':145 'board':111 'bulletin':110 'cancel':27,184 'care':68 'content':158 'continu':98,136 'day':9 'decid':62 'discuss':100,165 'earliest':8 'end':24 'enough':69 'even':113 'feel':31 'finish':71 'get':16 'go':89,127 'great':164 'half':148 'halfway':17 'hit':181 'interest':96 'kind':51 'know':76,84,152 'lemmi':154 'like':32 'll':61,78,125 'long':133 'lot':56 'm':34 'media':12 'medium':139 'often':186 'otherwis':44 'person':53,87 'probabl':126,141 'publish':182 'realli':65 'reddit':105 'respons':22 'say':91 'sinc':6 'snark':42 'social':11 'sometim':29,73,167 'teen':118 'tendenc':5 'time':59,150 'top':40 'twenti':120 'use':137 'usenet':122 'want':47 'worth':172"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702531339
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9292122"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702531339 {#1449
    date: 2023-12-14 06:22:19.0 +01:00
  }
}
"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
77 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
78 DENIED moderate
App\Entity\Entry {#1441
  +user: Proxies\__CG__\App\Entity\User {#1443 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1418 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "CW-Self-Harm-Rate-of-suicide-in-the-U-S-peaks"
  +title: "CW: Self Harm - Rate of suicide in the U.S. peaks among older men, a hard demographic to reach"
  +url: null
  +body: "news@lemmy.world"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702615571 {#1411
    date: 2023-12-15 05:46:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1419 …}
  +votes: Doctrine\ORM\PersistentCollection {#1416 …}
  +reports: Doctrine\ORM\PersistentCollection {#1456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1463 …}
  +badges: Doctrine\ORM\PersistentCollection {#1448 …}
  +children: []
  -id: 22134
  -titleTs: "'among':11 'cw':1 'demograph':16 'hard':15 'harm':3 'men':13 'older':12 'peak':10 'rate':4 'reach':18 'self':2 'suicid':6 'u.s':9"
  -bodyTs: "'news@lemmy.world':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702579548
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4884960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702527548 {#1412
    date: 2023-12-14 05:19:08.0 +01:00
  }
}
"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
79 DENIED edit
App\Entity\Entry {#1441
  +user: Proxies\__CG__\App\Entity\User {#1443 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1418 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "CW-Self-Harm-Rate-of-suicide-in-the-U-S-peaks"
  +title: "CW: Self Harm - Rate of suicide in the U.S. peaks among older men, a hard demographic to reach"
  +url: null
  +body: "news@lemmy.world"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702615571 {#1411
    date: 2023-12-15 05:46:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1419 …}
  +votes: Doctrine\ORM\PersistentCollection {#1416 …}
  +reports: Doctrine\ORM\PersistentCollection {#1456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1463 …}
  +badges: Doctrine\ORM\PersistentCollection {#1448 …}
  +children: []
  -id: 22134
  -titleTs: "'among':11 'cw':1 'demograph':16 'hard':15 'harm':3 'men':13 'older':12 'peak':10 'rate':4 'reach':18 'self':2 'suicid':6 'u.s':9"
  -bodyTs: "'news@lemmy.world':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702579548
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4884960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702527548 {#1412
    date: 2023-12-14 05:19:08.0 +01:00
  }
}
"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
80 DENIED moderate
App\Entity\Entry {#1441
  +user: Proxies\__CG__\App\Entity\User {#1443 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1418 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "CW-Self-Harm-Rate-of-suicide-in-the-U-S-peaks"
  +title: "CW: Self Harm - Rate of suicide in the U.S. peaks among older men, a hard demographic to reach"
  +url: null
  +body: "news@lemmy.world"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702615571 {#1411
    date: 2023-12-15 05:46:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1419 …}
  +votes: Doctrine\ORM\PersistentCollection {#1416 …}
  +reports: Doctrine\ORM\PersistentCollection {#1456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1463 …}
  +badges: Doctrine\ORM\PersistentCollection {#1448 …}
  +children: []
  -id: 22134
  -titleTs: "'among':11 'cw':1 'demograph':16 'hard':15 'harm':3 'men':13 'older':12 'peak':10 'rate':4 'reach':18 'self':2 'suicid':6 'u.s':9"
  -bodyTs: "'news@lemmy.world':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702579548
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4884960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702527548 {#1412
    date: 2023-12-14 05:19:08.0 +01:00
  }
}
"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
81 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
82 DENIED moderate
App\Entity\Entry {#1460
  +user: Proxies\__CG__\App\Entity\User {#1458 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-do-I-get-Nviddia-drivers-to-work-in-arch"
  +title: "How do I get Nviddia drivers to work in arch?"
  +url: null
  +body: "So i’m helping my best friend to try instaling nvidia gtx 1050 mobile drivers on his laptop, we genualy don’t know what to do and i can figure out how to make it work, so it would be very helpfull if someone could explain me what to do or provive me with a guide to make it work"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702988328 {#1455
    date: 2023-12-19 13:18:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 22131
  -titleTs: "'arch':10 'driver':6 'get':4 'nviddia':5 'work':8"
  -bodyTs: "'1050':13 'best':6 'could':45 'driver':15 'explain':46 'figur':30 'friend':7 'genuali':20 'gtx':12 'guid':56 'help':4 'helpful':42 'instal':10 'know':23 'laptop':18 'm':3 'make':34,58 'mobil':14 'nvidia':11 'proviv':52 'someon':44 'tri':9 'work':36,60 'would':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702608947
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9288580"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702522547 {#1453
    date: 2023-12-14 03:55:47.0 +01:00
  }
}
"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
83 DENIED edit
App\Entity\Entry {#1460
  +user: Proxies\__CG__\App\Entity\User {#1458 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-do-I-get-Nviddia-drivers-to-work-in-arch"
  +title: "How do I get Nviddia drivers to work in arch?"
  +url: null
  +body: "So i’m helping my best friend to try instaling nvidia gtx 1050 mobile drivers on his laptop, we genualy don’t know what to do and i can figure out how to make it work, so it would be very helpfull if someone could explain me what to do or provive me with a guide to make it work"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702988328 {#1455
    date: 2023-12-19 13:18:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 22131
  -titleTs: "'arch':10 'driver':6 'get':4 'nviddia':5 'work':8"
  -bodyTs: "'1050':13 'best':6 'could':45 'driver':15 'explain':46 'figur':30 'friend':7 'genuali':20 'gtx':12 'guid':56 'help':4 'helpful':42 'instal':10 'know':23 'laptop':18 'm':3 'make':34,58 'mobil':14 'nvidia':11 'proviv':52 'someon':44 'tri':9 'work':36,60 'would':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702608947
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9288580"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702522547 {#1453
    date: 2023-12-14 03:55:47.0 +01:00
  }
}
"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
84 DENIED moderate
App\Entity\Entry {#1460
  +user: Proxies\__CG__\App\Entity\User {#1458 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1474 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-do-I-get-Nviddia-drivers-to-work-in-arch"
  +title: "How do I get Nviddia drivers to work in arch?"
  +url: null
  +body: "So i’m helping my best friend to try instaling nvidia gtx 1050 mobile drivers on his laptop, we genualy don’t know what to do and i can figure out how to make it work, so it would be very helpfull if someone could explain me what to do or provive me with a guide to make it work"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702988328 {#1455
    date: 2023-12-19 13:18:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 22131
  -titleTs: "'arch':10 'driver':6 'get':4 'nviddia':5 'work':8"
  -bodyTs: "'1050':13 'best':6 'could':45 'driver':15 'explain':46 'figur':30 'friend':7 'genuali':20 'gtx':12 'guid':56 'help':4 'helpful':42 'instal':10 'know':23 'laptop':18 'm':3 'make':34,58 'mobil':14 'nvidia':11 'proviv':52 'someon':44 'tri':9 'work':36,60 'would':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702608947
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9288580"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702522547 {#1453
    date: 2023-12-14 03:55:47.0 +01:00
  }
}
"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
85 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
86 DENIED moderate
App\Entity\Entry {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1703 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "QUESTION-looking-for-sandwich-bread-recipe"
  +title: "[QUESTION] looking for sandwich bread recipe"
  +url: null
  +body: "I’m looking for a sandwich bread recipe with ingredients measured by weight. I have bread flour and whole wheat flour and both pizza and regular Fleischmann’s yeast on hand, but no AP flour until I go shopping at the end of the week. If you have a good recipe, I’d really appreciate y’all sharing."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702519351 {#1438
    date: 2023-12-14 03:02:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 27999
  -titleTs: "'bread':5 'look':2 'question':1 'recip':6 'sandwich':4"
  -bodyTs: "'ap':34 'appreci':55 'bread':7,16 'd':53 'end':42 'fleischmann':27 'flour':17,21,35 'go':38 'good':50 'hand':31 'ingredi':10 'look':3 'm':2 'measur':11 'pizza':24 'realli':54 'recip':8,51 'regular':26 'sandwich':6 'share':58 'shop':39 'week':45 'weight':13 'wheat':20 'whole':19 'y':56 'yeast':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702519351
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10979661"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702519351 {#1429
    date: 2023-12-14 03:02:31.0 +01:00
  }
}
"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
87 DENIED edit
App\Entity\Entry {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1703 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "QUESTION-looking-for-sandwich-bread-recipe"
  +title: "[QUESTION] looking for sandwich bread recipe"
  +url: null
  +body: "I’m looking for a sandwich bread recipe with ingredients measured by weight. I have bread flour and whole wheat flour and both pizza and regular Fleischmann’s yeast on hand, but no AP flour until I go shopping at the end of the week. If you have a good recipe, I’d really appreciate y’all sharing."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702519351 {#1438
    date: 2023-12-14 03:02:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 27999
  -titleTs: "'bread':5 'look':2 'question':1 'recip':6 'sandwich':4"
  -bodyTs: "'ap':34 'appreci':55 'bread':7,16 'd':53 'end':42 'fleischmann':27 'flour':17,21,35 'go':38 'good':50 'hand':31 'ingredi':10 'look':3 'm':2 'measur':11 'pizza':24 'realli':54 'recip':8,51 'regular':26 'sandwich':6 'share':58 'shop':39 'week':45 'weight':13 'wheat':20 'whole':19 'y':56 'yeast':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702519351
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10979661"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702519351 {#1429
    date: 2023-12-14 03:02:31.0 +01:00
  }
}
"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
88 DENIED moderate
App\Entity\Entry {#1699
  +user: Proxies\__CG__\App\Entity\User {#1694 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1703 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "QUESTION-looking-for-sandwich-bread-recipe"
  +title: "[QUESTION] looking for sandwich bread recipe"
  +url: null
  +body: "I’m looking for a sandwich bread recipe with ingredients measured by weight. I have bread flour and whole wheat flour and both pizza and regular Fleischmann’s yeast on hand, but no AP flour until I go shopping at the end of the week. If you have a good recipe, I’d really appreciate y’all sharing."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702519351 {#1438
    date: 2023-12-14 03:02:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1700 …}
  +votes: Doctrine\ORM\PersistentCollection {#1697 …}
  +reports: Doctrine\ORM\PersistentCollection {#1690 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1696 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1595 …}
  +badges: Doctrine\ORM\PersistentCollection {#1609 …}
  +children: []
  -id: 27999
  -titleTs: "'bread':5 'look':2 'question':1 'recip':6 'sandwich':4"
  -bodyTs: "'ap':34 'appreci':55 'bread':7,16 'd':53 'end':42 'fleischmann':27 'flour':17,21,35 'go':38 'good':50 'hand':31 'ingredi':10 'look':3 'm':2 'measur':11 'pizza':24 'realli':54 'recip':8,51 'regular':26 'sandwich':6 'share':58 'shop':39 'week':45 'weight':13 'wheat':20 'whole':19 'y':56 'yeast':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702519351
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10979661"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702519351 {#1429
    date: 2023-12-14 03:02:31.0 +01:00
  }
}
"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
89 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
90 DENIED moderate
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "The-Civic-Genie-appears-and-will-instantly-pass-three-pieces"
  +title: "The Civic Genie appears and will instantly pass three pieces of legislation in your town. (Not state or federal) What laws will you choose?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702519281 {#1614
    date: 2023-12-14 03:01:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1647 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1640 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1648 …}
  +badges: Doctrine\ORM\PersistentCollection {#1675 …}
  +children: []
  -id: 27898
  -titleTs: "'appear':4 'choos':24 'civic':2 'feder':19 'geni':3 'instant':7 'law':21 'legisl':12 'pass':8 'piec':10 'state':17 'three':9 'town':15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9543244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702519281 {#1612
    date: 2023-12-14 03:01:21.0 +01:00
  }
}
"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
91 DENIED edit
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "The-Civic-Genie-appears-and-will-instantly-pass-three-pieces"
  +title: "The Civic Genie appears and will instantly pass three pieces of legislation in your town. (Not state or federal) What laws will you choose?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702519281 {#1614
    date: 2023-12-14 03:01:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1647 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1640 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1648 …}
  +badges: Doctrine\ORM\PersistentCollection {#1675 …}
  +children: []
  -id: 27898
  -titleTs: "'appear':4 'choos':24 'civic':2 'feder':19 'geni':3 'instant':7 'law':21 'legisl':12 'pass':8 'piec':10 'state':17 'three':9 'town':15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9543244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702519281 {#1612
    date: 2023-12-14 03:01:21.0 +01:00
  }
}
"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
92 DENIED moderate
App\Entity\Entry {#1615
  +user: Proxies\__CG__\App\Entity\User {#1743 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "The-Civic-Genie-appears-and-will-instantly-pass-three-pieces"
  +title: "The Civic Genie appears and will instantly pass three pieces of legislation in your town. (Not state or federal) What laws will you choose?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702519281 {#1614
    date: 2023-12-14 03:01:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1752 …}
  +votes: Doctrine\ORM\PersistentCollection {#1639 …}
  +reports: Doctrine\ORM\PersistentCollection {#1647 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1640 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1648 …}
  +badges: Doctrine\ORM\PersistentCollection {#1675 …}
  +children: []
  -id: 27898
  -titleTs: "'appear':4 'choos':24 'civic':2 'feder':19 'geni':3 'instant':7 'law':21 'legisl':12 'pass':8 'piec':10 'state':17 'three':9 'town':15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9543244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702519281 {#1612
    date: 2023-12-14 03:01:21.0 +01:00
  }
}
"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
93 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
94 DENIED moderate
App\Entity\Entry {#1673
  +user: Proxies\__CG__\App\Entity\User {#1677 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-the-workaround-for-regionally-locked-DVDs"
  +title: "What is the workaround for regionally locked DVDs?"
  +url: null
  +body: "My beloved Mighty Boosh DVDs can’t be played in the USA! WHAT CAN I DO!?! FYI I’ve had some wine and I can’t googly it properly"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702518670 {#1676
    date: 2023-12-14 02:51:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1667 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  +badges: Doctrine\ORM\PersistentCollection {#1652 …}
  +children: []
  -id: 27887
  -titleTs: "'dvds':8 'lock':7 'region':6 'workaround':4"
  -bodyTs: "'belov':2 'boosh':4 'dvds':5 'fyi':17 'goog':27 'mighti':3 'play':9 'proper':29 'usa':12 've':19 'wine':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9542969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702518670 {#1672
    date: 2023-12-14 02:51:10.0 +01:00
  }
}
"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
95 DENIED edit
App\Entity\Entry {#1673
  +user: Proxies\__CG__\App\Entity\User {#1677 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-the-workaround-for-regionally-locked-DVDs"
  +title: "What is the workaround for regionally locked DVDs?"
  +url: null
  +body: "My beloved Mighty Boosh DVDs can’t be played in the USA! WHAT CAN I DO!?! FYI I’ve had some wine and I can’t googly it properly"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702518670 {#1676
    date: 2023-12-14 02:51:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1667 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  +badges: Doctrine\ORM\PersistentCollection {#1652 …}
  +children: []
  -id: 27887
  -titleTs: "'dvds':8 'lock':7 'region':6 'workaround':4"
  -bodyTs: "'belov':2 'boosh':4 'dvds':5 'fyi':17 'goog':27 'mighti':3 'play':9 'proper':29 'usa':12 've':19 'wine':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9542969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702518670 {#1672
    date: 2023-12-14 02:51:10.0 +01:00
  }
}
"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
96 DENIED moderate
App\Entity\Entry {#1673
  +user: Proxies\__CG__\App\Entity\User {#1677 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-the-workaround-for-regionally-locked-DVDs"
  +title: "What is the workaround for regionally locked DVDs?"
  +url: null
  +body: "My beloved Mighty Boosh DVDs can’t be played in the USA! WHAT CAN I DO!?! FYI I’ve had some wine and I can’t googly it properly"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702518670 {#1676
    date: 2023-12-14 02:51:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1667 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1671 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  +badges: Doctrine\ORM\PersistentCollection {#1652 …}
  +children: []
  -id: 27887
  -titleTs: "'dvds':8 'lock':7 'region':6 'workaround':4"
  -bodyTs: "'belov':2 'boosh':4 'dvds':5 'fyi':17 'goog':27 'mighti':3 'play':9 'proper':29 'usa':12 've':19 'wine':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9542969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702518670 {#1672
    date: 2023-12-14 02:51:10.0 +01:00
  }
}
"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
97 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
98 DENIED moderate
App\Entity\Entry {#1653
  +user: Proxies\__CG__\App\Entity\User {#1656 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-do-you-deal-with-two-people-who-you-are"
  +title: "How do you deal with two people who you are close to and have to spend every day with...but one of them hates the other one?"
  +url: null
  +body: """
    I apologize if this isn’t allowed, but I wasn’t sure exactly where to put it. Just let me know if it’s inappropriate and I’ll delete. Thanks.\n
    \n
    I’m a loner, so my life is basically just work and the internet. Two of my coworkers are among my favorite people in the whole world, but one of them doesn’t like the other one and will complain to me about how they don’t like them.\n
    \n
    We work incredibly closely together…only a few feet apart for hours on end. Our job also necessitates that we frequently communicate with one another. In the beginning, I absolutely loved it and there was no conflict.\n
    \n
    Now, I often get my one coworker complaining to me that the other is lazy. And I’m not going to lie, the “lazy” one definitely takes more breaks than everyone and doesn’t at all work as hard as the others. But that doesn’t really bother me because she’s a super incredibly nice and friendly person.\n
    \n
    But over time it has bothered my hardworking coworker more and more and driven a wedge into what I would have once considered to be a friendship between the 3 of us.\n
    \n
    It never gets to the point where there is yelling or arguments or anything, but it absolutely ruins the mood and then I hear about it later.\n
    \n
    I interact with these people for hours on end every single day and I’m just not sure how to handle it. I’ve been struggling to know how to deal with it for months now.\n
    \n
    To top it all off it gives me endless paranoia that the hardworking coworker secretly resents me and hates me too. This stuff never used to happen before, but know I feel like it’s all that happens.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702517937 {#1649
    date: 2023-12-14 02:38:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1552 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1592 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  +badges: Doctrine\ORM\PersistentCollection {#1571 …}
  +children: []
  -id: 27969
  -titleTs: "'close':11 'day':18 'deal':4 'everi':17 'hate':24 'one':21,27 'peopl':7 'spend':16 'two':6"
  -bodyTs: "'3':205 'absolut':109,224 'allow':7 'also':96 'among':50 'anoth':104 'anyth':221 'apart':89 'apolog':2 'argument':219 'basic':39 'begin':107 'bother':164,181 'break':145 'close':83 'communic':101 'complain':70,124 'conflict':116 'consid':198 'cowork':48,123,184,284 'day':246 'deal':265 'definit':142 'delet':29 'doesn':62,149,161 'driven':189 'end':93,243 'endless':279 'everi':244 'everyon':147 'exact':13 'favorit':52 'feel':302 'feet':88 'frequent':100 'friend':174 'friendship':202 'get':120,210 'give':277 'go':136 'handl':255 'happen':297,308 'hard':155 'hardwork':183,283 'hate':289 'hear':231 'hour':91,241 'inappropri':25 'incred':82,171 'interact':236 'internet':44 'isn':5 'job':95 'know':21,262,300 'later':234 'lazi':131,140 'let':19 'lie':138 'life':37 'like':64,78,303 'll':28 'loner':34 'love':110 'm':32,134,249 'month':269 'mood':227 'necessit':97 'never':209,294 'nice':172 'often':119 'one':59,67,103,122,141 'other':158 'paranoia':280 'peopl':53,239 'person':175 'point':213 'put':16 'realli':163 'resent':286 'ruin':225 'secret':285 'singl':245 'struggl':260 'stuff':293 'super':170 'sure':12,252 'take':143 'thank':30 'time':178 'togeth':84 'top':272 'two':45 'us':207 'use':295 've':258 'wasn':10 'wedg':191 'whole':56 'work':41,81,153 'world':57 'would':195 'yell':217"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9542840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702517937 {#1651
    date: 2023-12-14 02:38:57.0 +01:00
  }
}
"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
99 DENIED edit
App\Entity\Entry {#1653
  +user: Proxies\__CG__\App\Entity\User {#1656 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-do-you-deal-with-two-people-who-you-are"
  +title: "How do you deal with two people who you are close to and have to spend every day with...but one of them hates the other one?"
  +url: null
  +body: """
    I apologize if this isn’t allowed, but I wasn’t sure exactly where to put it. Just let me know if it’s inappropriate and I’ll delete. Thanks.\n
    \n
    I’m a loner, so my life is basically just work and the internet. Two of my coworkers are among my favorite people in the whole world, but one of them doesn’t like the other one and will complain to me about how they don’t like them.\n
    \n
    We work incredibly closely together…only a few feet apart for hours on end. Our job also necessitates that we frequently communicate with one another. In the beginning, I absolutely loved it and there was no conflict.\n
    \n
    Now, I often get my one coworker complaining to me that the other is lazy. And I’m not going to lie, the “lazy” one definitely takes more breaks than everyone and doesn’t at all work as hard as the others. But that doesn’t really bother me because she’s a super incredibly nice and friendly person.\n
    \n
    But over time it has bothered my hardworking coworker more and more and driven a wedge into what I would have once considered to be a friendship between the 3 of us.\n
    \n
    It never gets to the point where there is yelling or arguments or anything, but it absolutely ruins the mood and then I hear about it later.\n
    \n
    I interact with these people for hours on end every single day and I’m just not sure how to handle it. I’ve been struggling to know how to deal with it for months now.\n
    \n
    To top it all off it gives me endless paranoia that the hardworking coworker secretly resents me and hates me too. This stuff never used to happen before, but know I feel like it’s all that happens.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702517937 {#1649
    date: 2023-12-14 02:38:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1552 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1592 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  +badges: Doctrine\ORM\PersistentCollection {#1571 …}
  +children: []
  -id: 27969
  -titleTs: "'close':11 'day':18 'deal':4 'everi':17 'hate':24 'one':21,27 'peopl':7 'spend':16 'two':6"
  -bodyTs: "'3':205 'absolut':109,224 'allow':7 'also':96 'among':50 'anoth':104 'anyth':221 'apart':89 'apolog':2 'argument':219 'basic':39 'begin':107 'bother':164,181 'break':145 'close':83 'communic':101 'complain':70,124 'conflict':116 'consid':198 'cowork':48,123,184,284 'day':246 'deal':265 'definit':142 'delet':29 'doesn':62,149,161 'driven':189 'end':93,243 'endless':279 'everi':244 'everyon':147 'exact':13 'favorit':52 'feel':302 'feet':88 'frequent':100 'friend':174 'friendship':202 'get':120,210 'give':277 'go':136 'handl':255 'happen':297,308 'hard':155 'hardwork':183,283 'hate':289 'hear':231 'hour':91,241 'inappropri':25 'incred':82,171 'interact':236 'internet':44 'isn':5 'job':95 'know':21,262,300 'later':234 'lazi':131,140 'let':19 'lie':138 'life':37 'like':64,78,303 'll':28 'loner':34 'love':110 'm':32,134,249 'month':269 'mood':227 'necessit':97 'never':209,294 'nice':172 'often':119 'one':59,67,103,122,141 'other':158 'paranoia':280 'peopl':53,239 'person':175 'point':213 'put':16 'realli':163 'resent':286 'ruin':225 'secret':285 'singl':245 'struggl':260 'stuff':293 'super':170 'sure':12,252 'take':143 'thank':30 'time':178 'togeth':84 'top':272 'two':45 'us':207 'use':295 've':258 'wasn':10 'wedg':191 'whole':56 'work':41,81,153 'world':57 'would':195 'yell':217"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9542840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702517937 {#1651
    date: 2023-12-14 02:38:57.0 +01:00
  }
}
"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
100 DENIED moderate
App\Entity\Entry {#1653
  +user: Proxies\__CG__\App\Entity\User {#1656 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-do-you-deal-with-two-people-who-you-are"
  +title: "How do you deal with two people who you are close to and have to spend every day with...but one of them hates the other one?"
  +url: null
  +body: """
    I apologize if this isn’t allowed, but I wasn’t sure exactly where to put it. Just let me know if it’s inappropriate and I’ll delete. Thanks.\n
    \n
    I’m a loner, so my life is basically just work and the internet. Two of my coworkers are among my favorite people in the whole world, but one of them doesn’t like the other one and will complain to me about how they don’t like them.\n
    \n
    We work incredibly closely together…only a few feet apart for hours on end. Our job also necessitates that we frequently communicate with one another. In the beginning, I absolutely loved it and there was no conflict.\n
    \n
    Now, I often get my one coworker complaining to me that the other is lazy. And I’m not going to lie, the “lazy” one definitely takes more breaks than everyone and doesn’t at all work as hard as the others. But that doesn’t really bother me because she’s a super incredibly nice and friendly person.\n
    \n
    But over time it has bothered my hardworking coworker more and more and driven a wedge into what I would have once considered to be a friendship between the 3 of us.\n
    \n
    It never gets to the point where there is yelling or arguments or anything, but it absolutely ruins the mood and then I hear about it later.\n
    \n
    I interact with these people for hours on end every single day and I’m just not sure how to handle it. I’ve been struggling to know how to deal with it for months now.\n
    \n
    To top it all off it gives me endless paranoia that the hardworking coworker secretly resents me and hates me too. This stuff never used to happen before, but know I feel like it’s all that happens.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702517937 {#1649
    date: 2023-12-14 02:38:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1552 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1592 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1593 …}
  +badges: Doctrine\ORM\PersistentCollection {#1571 …}
  +children: []
  -id: 27969
  -titleTs: "'close':11 'day':18 'deal':4 'everi':17 'hate':24 'one':21,27 'peopl':7 'spend':16 'two':6"
  -bodyTs: "'3':205 'absolut':109,224 'allow':7 'also':96 'among':50 'anoth':104 'anyth':221 'apart':89 'apolog':2 'argument':219 'basic':39 'begin':107 'bother':164,181 'break':145 'close':83 'communic':101 'complain':70,124 'conflict':116 'consid':198 'cowork':48,123,184,284 'day':246 'deal':265 'definit':142 'delet':29 'doesn':62,149,161 'driven':189 'end':93,243 'endless':279 'everi':244 'everyon':147 'exact':13 'favorit':52 'feel':302 'feet':88 'frequent':100 'friend':174 'friendship':202 'get':120,210 'give':277 'go':136 'handl':255 'happen':297,308 'hard':155 'hardwork':183,283 'hate':289 'hear':231 'hour':91,241 'inappropri':25 'incred':82,171 'interact':236 'internet':44 'isn':5 'job':95 'know':21,262,300 'later':234 'lazi':131,140 'let':19 'lie':138 'life':37 'like':64,78,303 'll':28 'loner':34 'love':110 'm':32,134,249 'month':269 'mood':227 'necessit':97 'never':209,294 'nice':172 'often':119 'one':59,67,103,122,141 'other':158 'paranoia':280 'peopl':53,239 'person':175 'point':213 'put':16 'realli':163 'resent':286 'ruin':225 'secret':285 'singl':245 'struggl':260 'stuff':293 'super':170 'sure':12,252 'take':143 'thank':30 'time':178 'togeth':84 'top':272 'two':45 'us':207 'use':295 've':258 'wasn':10 'wedg':191 'whole':56 'work':41,81,153 'world':57 'would':195 'yell':217"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9542840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702517937 {#1651
    date: 2023-12-14 02:38:57.0 +01:00
  }
}
"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