GET https://kbin.spritesserver.nl/all/active/%E2%88%9E/articles?p=74

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 …}
}
0.14 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.03 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 {#236
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Follow-up-for-surround-sound-config"
  +title: "Follow-up for surround sound config."
  +url: null
  +body: """
    well it’s less about surround and more about sinks in general. I have 3 hardware sinks. My headphones, my monitor and my mic for some reason has a headphone jack. When I pick the virtual surround sink as default it works perfectly. However the device I’m hearing the sounds from is uncontrollable. It likes to choose my microphone, so I get no sound. The way I figured out I can temporarily change this is by setting the default to my headset, and back to surround.\n
    \n
    Now I wouldn’t want to do this every time I start listening to anything. How can I make it so that the virtual sink’s output is at a specified device. Or alternatively I looked into, maybe I can just disable these unused sinks, turns out I can only turn off alsa ports, which won’t do as it’d disable my microphone’s source part as well.\n
    \n
    Arch, kde, pipewire-pulse and wireplumber is installed but I didn’t find a use for it so far\n
    \n
    and I haven’t even touched Eqs and bitrates. I fear I’m gonna post a lot. You guys are the only reliable source fr, I read a bunch of docs on a bunch of sites, asked any way I could two AIs… nothing. is it even possible to do this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702932862 {#183
    date: 2023-12-18 21:54:22.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#203 …}
  +votes: Doctrine\ORM\PersistentCollection {#1810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1688 …}
  +badges: Doctrine\ORM\PersistentCollection {#1905 …}
  +children: []
  -id: 23136
  -titleTs: "'config':7 'follow':2 'follow-up':1 'sound':6 'surround':5"
  -bodyTs: "'3':15 'ai':219 'alsa':140 'altern':121 'anyth':102 'arch':157 'ask':213 'back':85 'bitrat':185 'bunch':205,210 'chang':74 'choos':58 'could':217 'd':148 'default':40,80 'devic':46,119 'didn':168 'disabl':129,149 'doc':207 'eq':183 'even':181,223 'everi':96 'far':176 'fear':187 'figur':69 'find':170 'fr':201 'general':12 'get':63 'gonna':190 'guy':195 'hardwar':16 'haven':179 'headphon':19,30 'headset':83 'hear':49 'howev':44 'instal':165 'jack':31 'kde':158 'less':4 'like':56 'listen':100 'look':123 'lot':193 'm':48,189 'make':106 'mayb':125 'mic':24 'microphon':60,151 'monitor':21 'noth':220 'output':114 'part':154 'perfect':43 'pick':34 'pipewir':160 'pipewire-puls':159 'port':141 'possibl':224 'post':191 'puls':161 'read':203 'reason':27 'reliabl':199 'set':78 'sink':10,17,38,112,132 'site':212 'sound':51,65 'sourc':153,200 'specifi':118 'start':99 'surround':6,37,87 'temporarili':73 'time':97 'touch':182 'turn':133,138 'two':218 'uncontrol':54 'unus':131 'use':172 'virtual':36,111 'want':92 'way':67,215 'well':1,156 'wireplumb':163 'won':143 'work':42 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702968862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11238656"
  +editedAt: DateTimeImmutable @1705481061 {#247
    date: 2024-01-17 09:44:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702932862 {#189
    date: 2023-12-18 21:54:22.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 {#236
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Follow-up-for-surround-sound-config"
  +title: "Follow-up for surround sound config."
  +url: null
  +body: """
    well it’s less about surround and more about sinks in general. I have 3 hardware sinks. My headphones, my monitor and my mic for some reason has a headphone jack. When I pick the virtual surround sink as default it works perfectly. However the device I’m hearing the sounds from is uncontrollable. It likes to choose my microphone, so I get no sound. The way I figured out I can temporarily change this is by setting the default to my headset, and back to surround.\n
    \n
    Now I wouldn’t want to do this every time I start listening to anything. How can I make it so that the virtual sink’s output is at a specified device. Or alternatively I looked into, maybe I can just disable these unused sinks, turns out I can only turn off alsa ports, which won’t do as it’d disable my microphone’s source part as well.\n
    \n
    Arch, kde, pipewire-pulse and wireplumber is installed but I didn’t find a use for it so far\n
    \n
    and I haven’t even touched Eqs and bitrates. I fear I’m gonna post a lot. You guys are the only reliable source fr, I read a bunch of docs on a bunch of sites, asked any way I could two AIs… nothing. is it even possible to do this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702932862 {#183
    date: 2023-12-18 21:54:22.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#203 …}
  +votes: Doctrine\ORM\PersistentCollection {#1810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1688 …}
  +badges: Doctrine\ORM\PersistentCollection {#1905 …}
  +children: []
  -id: 23136
  -titleTs: "'config':7 'follow':2 'follow-up':1 'sound':6 'surround':5"
  -bodyTs: "'3':15 'ai':219 'alsa':140 'altern':121 'anyth':102 'arch':157 'ask':213 'back':85 'bitrat':185 'bunch':205,210 'chang':74 'choos':58 'could':217 'd':148 'default':40,80 'devic':46,119 'didn':168 'disabl':129,149 'doc':207 'eq':183 'even':181,223 'everi':96 'far':176 'fear':187 'figur':69 'find':170 'fr':201 'general':12 'get':63 'gonna':190 'guy':195 'hardwar':16 'haven':179 'headphon':19,30 'headset':83 'hear':49 'howev':44 'instal':165 'jack':31 'kde':158 'less':4 'like':56 'listen':100 'look':123 'lot':193 'm':48,189 'make':106 'mayb':125 'mic':24 'microphon':60,151 'monitor':21 'noth':220 'output':114 'part':154 'perfect':43 'pick':34 'pipewir':160 'pipewire-puls':159 'port':141 'possibl':224 'post':191 'puls':161 'read':203 'reason':27 'reliabl':199 'set':78 'sink':10,17,38,112,132 'site':212 'sound':51,65 'sourc':153,200 'specifi':118 'start':99 'surround':6,37,87 'temporarili':73 'time':97 'touch':182 'turn':133,138 'two':218 'uncontrol':54 'unus':131 'use':172 'virtual':36,111 'want':92 'way':67,215 'well':1,156 'wireplumb':163 'won':143 'work':42 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702968862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11238656"
  +editedAt: DateTimeImmutable @1705481061 {#247
    date: 2024-01-17 09:44:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702932862 {#189
    date: 2023-12-18 21:54:22.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 {#236
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Follow-up-for-surround-sound-config"
  +title: "Follow-up for surround sound config."
  +url: null
  +body: """
    well it’s less about surround and more about sinks in general. I have 3 hardware sinks. My headphones, my monitor and my mic for some reason has a headphone jack. When I pick the virtual surround sink as default it works perfectly. However the device I’m hearing the sounds from is uncontrollable. It likes to choose my microphone, so I get no sound. The way I figured out I can temporarily change this is by setting the default to my headset, and back to surround.\n
    \n
    Now I wouldn’t want to do this every time I start listening to anything. How can I make it so that the virtual sink’s output is at a specified device. Or alternatively I looked into, maybe I can just disable these unused sinks, turns out I can only turn off alsa ports, which won’t do as it’d disable my microphone’s source part as well.\n
    \n
    Arch, kde, pipewire-pulse and wireplumber is installed but I didn’t find a use for it so far\n
    \n
    and I haven’t even touched Eqs and bitrates. I fear I’m gonna post a lot. You guys are the only reliable source fr, I read a bunch of docs on a bunch of sites, asked any way I could two AIs… nothing. is it even possible to do this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702932862 {#183
    date: 2023-12-18 21:54:22.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#203 …}
  +votes: Doctrine\ORM\PersistentCollection {#1810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1688 …}
  +badges: Doctrine\ORM\PersistentCollection {#1905 …}
  +children: []
  -id: 23136
  -titleTs: "'config':7 'follow':2 'follow-up':1 'sound':6 'surround':5"
  -bodyTs: "'3':15 'ai':219 'alsa':140 'altern':121 'anyth':102 'arch':157 'ask':213 'back':85 'bitrat':185 'bunch':205,210 'chang':74 'choos':58 'could':217 'd':148 'default':40,80 'devic':46,119 'didn':168 'disabl':129,149 'doc':207 'eq':183 'even':181,223 'everi':96 'far':176 'fear':187 'figur':69 'find':170 'fr':201 'general':12 'get':63 'gonna':190 'guy':195 'hardwar':16 'haven':179 'headphon':19,30 'headset':83 'hear':49 'howev':44 'instal':165 'jack':31 'kde':158 'less':4 'like':56 'listen':100 'look':123 'lot':193 'm':48,189 'make':106 'mayb':125 'mic':24 'microphon':60,151 'monitor':21 'noth':220 'output':114 'part':154 'perfect':43 'pick':34 'pipewir':160 'pipewire-puls':159 'port':141 'possibl':224 'post':191 'puls':161 'read':203 'reason':27 'reliabl':199 'set':78 'sink':10,17,38,112,132 'site':212 'sound':51,65 'sourc':153,200 'specifi':118 'start':99 'surround':6,37,87 'temporarili':73 'time':97 'touch':182 'turn':133,138 'two':218 'uncontrol':54 'unus':131 'use':172 'virtual':36,111 'want':92 'way':67,215 'well':1,156 'wireplumb':163 'won':143 'work':42 'wouldn':90"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702968862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11238656"
  +editedAt: DateTimeImmutable @1705481061 {#247
    date: 2024-01-17 09:44:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702932862 {#189
    date: 2023-12-18 21:54:22.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 {#1924
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1878 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Andalusian-olive-oil-cake"
  +title: "Andalusian olive oil cake"
  +url: null
  +body: """
    #### Ingredients:\n
    \n
    - 2 cups all-purpose flour\n
    - 1 cup sugar\n
    - 1 cup olive oil\n
    - 1 cup milk\n
    - 1 1/2 teaspoons baking powder\n
    - 1 teaspoon aniseed\n
    - 1 teaspoon ground cinnamon\n
    \n
    #### Instructions:\n
    \n
    1. Preheat the oven to 180ºC (350°F).\n
    2. In a large bowl, whisk everything together.\n
    3. Pour the batter into a parched sheet pan.\n
    4. Bake for 20 minutes.\n
    5. Allow to cool before serving.\n
    \n
    I make it without almonds and without a mold for simplicity. I then cut it into pieces and store what I’m not going to eat the same day in an airtight container in the freezer. It can also be made with a round mold. Usually, halfway through baking, it’s sprinkled with almonds and sugar.\n
    \n
    This is a simpler variation I make of the following recipes:\n
    \n
    - [Torta de aceite de la Serranía de Ronda](https://youtube.com/watch?v=1-Cd3NP4A1I)\n
    - [Torta de pellizco de Ubrique](https://www.directoalpaladar.com/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)\n
    - [Torta de Vélez](https://youtube.com/watch?v=1zzohsnE42I)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702932418 {#1884
    date: 2023-12-18 21:46:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1899 …}
  +reports: Doctrine\ORM\PersistentCollection {#1894 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1895 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1897 …}
  +badges: Doctrine\ORM\PersistentCollection {#1395 …}
  +children: []
  -id: 23040
  -titleTs: "'andalusian':1 'cake':4 'oil':3 'oliv':2"
  -bodyTs: "'/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)':152 '/watch?v=1-cd3np4a1i)':144 '/watch?v=1zzohsne42i)':158 '1':8,11,15,18,23,26,31 '1/2':19 '180ºc':36 '2':2,39 '20':59 '3':47 '350':37 '4':56 '5':61 'aceit':136 'airtight':98 'all-purpos':4 'allow':62 'almond':71,120 'also':105 'anise':25 'bake':21,57,115 'batter':50 'bowl':43 'cinnamon':29 'contain':99 'cool':64 'cup':3,9,12,16 'cut':80 'day':95 'de':135,137,140,146,148,154 'eat':92 'everyth':45 'f':38 'flour':7 'follow':132 'freezer':102 'go':90 'ground':28 'halfway':113 'ingredi':1 'instruct':30 'la':138 'larg':42 'm':88 'made':107 'make':68,129 'milk':17 'minut':60 'mold':75,111 'oil':14 'oliv':13 'oven':34 'pan':55 'parch':53 'pellizco':147 'piec':83 'pour':48 'powder':22 'preheat':32 'purpos':6 'recip':133 'ronda':141 'round':110 'serranía':139 'serv':66 'sheet':54 'simpler':126 'simplic':77 'sprinkl':118 'store':85 'sugar':10,122 'teaspoon':20,24,27 'togeth':46 'torta':134,145,153 'ubriqu':149 'usual':112 'variat':127 'vélez':155 'whisk':44 'without':70,73 'www.directoalpaladar.com':151 'www.directoalpaladar.com/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)':150 'youtube.com':143,157 'youtube.com/watch?v=1-cd3np4a1i)':142 'youtube.com/watch?v=1zzohsne42i)':156"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702988837
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/10119118"
  +editedAt: DateTimeImmutable @1722118190 {#1865
    date: 2024-07-28 00:09:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1702904837 {#1925
    date: 2023-12-18 14:07:17.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 {#1924
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1878 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Andalusian-olive-oil-cake"
  +title: "Andalusian olive oil cake"
  +url: null
  +body: """
    #### Ingredients:\n
    \n
    - 2 cups all-purpose flour\n
    - 1 cup sugar\n
    - 1 cup olive oil\n
    - 1 cup milk\n
    - 1 1/2 teaspoons baking powder\n
    - 1 teaspoon aniseed\n
    - 1 teaspoon ground cinnamon\n
    \n
    #### Instructions:\n
    \n
    1. Preheat the oven to 180ºC (350°F).\n
    2. In a large bowl, whisk everything together.\n
    3. Pour the batter into a parched sheet pan.\n
    4. Bake for 20 minutes.\n
    5. Allow to cool before serving.\n
    \n
    I make it without almonds and without a mold for simplicity. I then cut it into pieces and store what I’m not going to eat the same day in an airtight container in the freezer. It can also be made with a round mold. Usually, halfway through baking, it’s sprinkled with almonds and sugar.\n
    \n
    This is a simpler variation I make of the following recipes:\n
    \n
    - [Torta de aceite de la Serranía de Ronda](https://youtube.com/watch?v=1-Cd3NP4A1I)\n
    - [Torta de pellizco de Ubrique](https://www.directoalpaladar.com/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)\n
    - [Torta de Vélez](https://youtube.com/watch?v=1zzohsnE42I)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702932418 {#1884
    date: 2023-12-18 21:46:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1899 …}
  +reports: Doctrine\ORM\PersistentCollection {#1894 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1895 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1897 …}
  +badges: Doctrine\ORM\PersistentCollection {#1395 …}
  +children: []
  -id: 23040
  -titleTs: "'andalusian':1 'cake':4 'oil':3 'oliv':2"
  -bodyTs: "'/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)':152 '/watch?v=1-cd3np4a1i)':144 '/watch?v=1zzohsne42i)':158 '1':8,11,15,18,23,26,31 '1/2':19 '180ºc':36 '2':2,39 '20':59 '3':47 '350':37 '4':56 '5':61 'aceit':136 'airtight':98 'all-purpos':4 'allow':62 'almond':71,120 'also':105 'anise':25 'bake':21,57,115 'batter':50 'bowl':43 'cinnamon':29 'contain':99 'cool':64 'cup':3,9,12,16 'cut':80 'day':95 'de':135,137,140,146,148,154 'eat':92 'everyth':45 'f':38 'flour':7 'follow':132 'freezer':102 'go':90 'ground':28 'halfway':113 'ingredi':1 'instruct':30 'la':138 'larg':42 'm':88 'made':107 'make':68,129 'milk':17 'minut':60 'mold':75,111 'oil':14 'oliv':13 'oven':34 'pan':55 'parch':53 'pellizco':147 'piec':83 'pour':48 'powder':22 'preheat':32 'purpos':6 'recip':133 'ronda':141 'round':110 'serranía':139 'serv':66 'sheet':54 'simpler':126 'simplic':77 'sprinkl':118 'store':85 'sugar':10,122 'teaspoon':20,24,27 'togeth':46 'torta':134,145,153 'ubriqu':149 'usual':112 'variat':127 'vélez':155 'whisk':44 'without':70,73 'www.directoalpaladar.com':151 'www.directoalpaladar.com/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)':150 'youtube.com':143,157 'youtube.com/watch?v=1-cd3np4a1i)':142 'youtube.com/watch?v=1zzohsne42i)':156"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702988837
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/10119118"
  +editedAt: DateTimeImmutable @1722118190 {#1865
    date: 2024-07-28 00:09:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1702904837 {#1925
    date: 2023-12-18 14:07:17.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 {#1924
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1878 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Andalusian-olive-oil-cake"
  +title: "Andalusian olive oil cake"
  +url: null
  +body: """
    #### Ingredients:\n
    \n
    - 2 cups all-purpose flour\n
    - 1 cup sugar\n
    - 1 cup olive oil\n
    - 1 cup milk\n
    - 1 1/2 teaspoons baking powder\n
    - 1 teaspoon aniseed\n
    - 1 teaspoon ground cinnamon\n
    \n
    #### Instructions:\n
    \n
    1. Preheat the oven to 180ºC (350°F).\n
    2. In a large bowl, whisk everything together.\n
    3. Pour the batter into a parched sheet pan.\n
    4. Bake for 20 minutes.\n
    5. Allow to cool before serving.\n
    \n
    I make it without almonds and without a mold for simplicity. I then cut it into pieces and store what I’m not going to eat the same day in an airtight container in the freezer. It can also be made with a round mold. Usually, halfway through baking, it’s sprinkled with almonds and sugar.\n
    \n
    This is a simpler variation I make of the following recipes:\n
    \n
    - [Torta de aceite de la Serranía de Ronda](https://youtube.com/watch?v=1-Cd3NP4A1I)\n
    - [Torta de pellizco de Ubrique](https://www.directoalpaladar.com/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)\n
    - [Torta de Vélez](https://youtube.com/watch?v=1zzohsnE42I)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702932418 {#1884
    date: 2023-12-18 21:46:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1899 …}
  +reports: Doctrine\ORM\PersistentCollection {#1894 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1895 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1897 …}
  +badges: Doctrine\ORM\PersistentCollection {#1395 …}
  +children: []
  -id: 23040
  -titleTs: "'andalusian':1 'cake':4 'oil':3 'oliv':2"
  -bodyTs: "'/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)':152 '/watch?v=1-cd3np4a1i)':144 '/watch?v=1zzohsne42i)':158 '1':8,11,15,18,23,26,31 '1/2':19 '180ºc':36 '2':2,39 '20':59 '3':47 '350':37 '4':56 '5':61 'aceit':136 'airtight':98 'all-purpos':4 'allow':62 'almond':71,120 'also':105 'anise':25 'bake':21,57,115 'batter':50 'bowl':43 'cinnamon':29 'contain':99 'cool':64 'cup':3,9,12,16 'cut':80 'day':95 'de':135,137,140,146,148,154 'eat':92 'everyth':45 'f':38 'flour':7 'follow':132 'freezer':102 'go':90 'ground':28 'halfway':113 'ingredi':1 'instruct':30 'la':138 'larg':42 'm':88 'made':107 'make':68,129 'milk':17 'minut':60 'mold':75,111 'oil':14 'oliv':13 'oven':34 'pan':55 'parch':53 'pellizco':147 'piec':83 'pour':48 'powder':22 'preheat':32 'purpos':6 'recip':133 'ronda':141 'round':110 'serranía':139 'serv':66 'sheet':54 'simpler':126 'simplic':77 'sprinkl':118 'store':85 'sugar':10,122 'teaspoon':20,24,27 'togeth':46 'torta':134,145,153 'ubriqu':149 'usual':112 'variat':127 'vélez':155 'whisk':44 'without':70,73 'www.directoalpaladar.com':151 'www.directoalpaladar.com/postres/receta-torta-pellizco-ubrique-esponjoso-bizcocho-dulce-sabor-tradicional-que-se-mide-vaso)':150 'youtube.com':143,157 'youtube.com/watch?v=1-cd3np4a1i)':142 'youtube.com/watch?v=1zzohsne42i)':156"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702988837
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/10119118"
  +editedAt: DateTimeImmutable @1722118190 {#1865
    date: 2024-07-28 00:09:50.0 +02:00
  }
  +createdAt: DateTimeImmutable @1702904837 {#1925
    date: 2023-12-18 14:07:17.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 {#1944
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-do-I-get-virtual-sorround-sound-working"
  +title: "How do I get virtual sorround sound working?"
  +url: null
  +body: """
    You have heard the story “I have moved to Linux (arch btw).”, well… this is also my story. Anyways I have problems with my headset’s virtual surround. I realized that almost all of the drivers are just simply not working on Linux, but also that there are a bunch of alternatives. I have a HyperX cloud 2 (it was cheap), it’s 5.1 by default and 7.1 if toggled. Since I switched to Linux it has been stereo only. And I also feel like the sound quality is worse.\n
    \n
    I heard somewhere that any headset can be virtual surround if configured correctly. And they sell “gaming junk” because people don’t know of this. I’m writing this so that hopefully some of you can teach me how to make any headset surround. I feel like I also must learn how to do this if I’m planning on gaming on Linux.\n
    \n
    PS: I tough about buying an actual good headphone, but if it’s not capable of surround than that’s kind of a deal-breaker. I don’t play that much, but I remember playing shooters on stereo and they were unplayable, I wouldn’t like to lock myself out of those kinds of games.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702930489 {#1958
    date: 2023-12-18 21:14:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 22822
  -titleTs: "'get':4 'sorround':6 'sound':7 'virtual':5 'work':8"
  -bodyTs: "'2':58 '5.1':64 '7.1':68 'actual':160 'almost':32 'also':16,45,83,139 'altern':52 'anyway':19 'arch':11 'breaker':179 'btw':12 'bunch':50 'buy':158 'capabl':168 'cheap':61 'cloud':57 'configur':102 'correct':103 'deal':178 'deal-break':177 'default':66 'driver':36 'feel':84,136 'game':107,151,209 'good':161 'headphon':162 'headset':25,96,133 'heard':3,92 'hope':122 'hyperx':56 'junk':108 'kind':174,207 'know':113 'learn':141 'like':85,137,200 'linux':10,43,75,153 'lock':202 'm':117,148 'make':131 'move':8 'much':185 'must':140 'peopl':110 'plan':149 'play':183,189 'problem':22 'ps':154 'qualiti':88 'realiz':30 'rememb':188 'sell':106 'shooter':190 'simpli':39 'sinc':71 'somewher':93 'sound':87 'stereo':79,192 'stori':5,18 'surround':28,100,134,170 'switch':73 'teach':127 'toggl':70 'tough':156 'unplay':196 'virtual':27,99 'well':13 'work':41 'wors':90 'wouldn':198 'write':118"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702907806
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11162394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702821406 {#1928
    date: 2023-12-17 14:56:46.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 {#1944
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-do-I-get-virtual-sorround-sound-working"
  +title: "How do I get virtual sorround sound working?"
  +url: null
  +body: """
    You have heard the story “I have moved to Linux (arch btw).”, well… this is also my story. Anyways I have problems with my headset’s virtual surround. I realized that almost all of the drivers are just simply not working on Linux, but also that there are a bunch of alternatives. I have a HyperX cloud 2 (it was cheap), it’s 5.1 by default and 7.1 if toggled. Since I switched to Linux it has been stereo only. And I also feel like the sound quality is worse.\n
    \n
    I heard somewhere that any headset can be virtual surround if configured correctly. And they sell “gaming junk” because people don’t know of this. I’m writing this so that hopefully some of you can teach me how to make any headset surround. I feel like I also must learn how to do this if I’m planning on gaming on Linux.\n
    \n
    PS: I tough about buying an actual good headphone, but if it’s not capable of surround than that’s kind of a deal-breaker. I don’t play that much, but I remember playing shooters on stereo and they were unplayable, I wouldn’t like to lock myself out of those kinds of games.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702930489 {#1958
    date: 2023-12-18 21:14:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 22822
  -titleTs: "'get':4 'sorround':6 'sound':7 'virtual':5 'work':8"
  -bodyTs: "'2':58 '5.1':64 '7.1':68 'actual':160 'almost':32 'also':16,45,83,139 'altern':52 'anyway':19 'arch':11 'breaker':179 'btw':12 'bunch':50 'buy':158 'capabl':168 'cheap':61 'cloud':57 'configur':102 'correct':103 'deal':178 'deal-break':177 'default':66 'driver':36 'feel':84,136 'game':107,151,209 'good':161 'headphon':162 'headset':25,96,133 'heard':3,92 'hope':122 'hyperx':56 'junk':108 'kind':174,207 'know':113 'learn':141 'like':85,137,200 'linux':10,43,75,153 'lock':202 'm':117,148 'make':131 'move':8 'much':185 'must':140 'peopl':110 'plan':149 'play':183,189 'problem':22 'ps':154 'qualiti':88 'realiz':30 'rememb':188 'sell':106 'shooter':190 'simpli':39 'sinc':71 'somewher':93 'sound':87 'stereo':79,192 'stori':5,18 'surround':28,100,134,170 'switch':73 'teach':127 'toggl':70 'tough':156 'unplay':196 'virtual':27,99 'well':13 'work':41 'wors':90 'wouldn':198 'write':118"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702907806
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11162394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702821406 {#1928
    date: 2023-12-17 14:56:46.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 {#1944
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-do-I-get-virtual-sorround-sound-working"
  +title: "How do I get virtual sorround sound working?"
  +url: null
  +body: """
    You have heard the story “I have moved to Linux (arch btw).”, well… this is also my story. Anyways I have problems with my headset’s virtual surround. I realized that almost all of the drivers are just simply not working on Linux, but also that there are a bunch of alternatives. I have a HyperX cloud 2 (it was cheap), it’s 5.1 by default and 7.1 if toggled. Since I switched to Linux it has been stereo only. And I also feel like the sound quality is worse.\n
    \n
    I heard somewhere that any headset can be virtual surround if configured correctly. And they sell “gaming junk” because people don’t know of this. I’m writing this so that hopefully some of you can teach me how to make any headset surround. I feel like I also must learn how to do this if I’m planning on gaming on Linux.\n
    \n
    PS: I tough about buying an actual good headphone, but if it’s not capable of surround than that’s kind of a deal-breaker. I don’t play that much, but I remember playing shooters on stereo and they were unplayable, I wouldn’t like to lock myself out of those kinds of games.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702930489 {#1958
    date: 2023-12-18 21:14:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 22822
  -titleTs: "'get':4 'sorround':6 'sound':7 'virtual':5 'work':8"
  -bodyTs: "'2':58 '5.1':64 '7.1':68 'actual':160 'almost':32 'also':16,45,83,139 'altern':52 'anyway':19 'arch':11 'breaker':179 'btw':12 'bunch':50 'buy':158 'capabl':168 'cheap':61 'cloud':57 'configur':102 'correct':103 'deal':178 'deal-break':177 'default':66 'driver':36 'feel':84,136 'game':107,151,209 'good':161 'headphon':162 'headset':25,96,133 'heard':3,92 'hope':122 'hyperx':56 'junk':108 'kind':174,207 'know':113 'learn':141 'like':85,137,200 'linux':10,43,75,153 'lock':202 'm':117,148 'make':131 'move':8 'much':185 'must':140 'peopl':110 'plan':149 'play':183,189 'problem':22 'ps':154 'qualiti':88 'realiz':30 'rememb':188 'sell':106 'shooter':190 'simpli':39 'sinc':71 'somewher':93 'sound':87 'stereo':79,192 'stori':5,18 'surround':28,100,134,170 'switch':73 'teach':127 'toggl':70 'tough':156 'unplay':196 'virtual':27,99 'well':13 'work':41 'wors':90 'wouldn':198 'write':118"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702907806
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11162394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702821406 {#1928
    date: 2023-12-17 14:56:46.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 {#1934
  +user: Proxies\__CG__\App\Entity\User {#1957 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "CoverVerse-Where-the-familiar-songs-you-love-get-a-fresh"
  +title: "CoverVerse: Where the familiar songs you love get a fresh coat of paint!"
  +url: null
  +body: """
    [CoverVerse](/c/coververse@lemmy.world)\n
    \n
    [!coververse@lemmy.world](https://lemmy.world/c/coververse)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702929118 {#1973
    date: 2023-12-18 20:51:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 23125
  -titleTs: "'coat':11 'coververs':1 'familiar':4 'fresh':10 'get':8 'love':7 'paint':13 'song':5"
  -bodyTs: "'/c/coververse':2 '/c/coververse)':7 'coververs':1 'coververse@lemmy.world':4 'lemmy.world':3,6 'lemmy.world/c/coververse)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702960618
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9724636"
  +editedAt: DateTimeImmutable @1705471084 {#1966
    date: 2024-01-17 06:58:04.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702929118 {#1961
    date: 2023-12-18 20:51:58.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 {#1934
  +user: Proxies\__CG__\App\Entity\User {#1957 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "CoverVerse-Where-the-familiar-songs-you-love-get-a-fresh"
  +title: "CoverVerse: Where the familiar songs you love get a fresh coat of paint!"
  +url: null
  +body: """
    [CoverVerse](/c/coververse@lemmy.world)\n
    \n
    [!coververse@lemmy.world](https://lemmy.world/c/coververse)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702929118 {#1973
    date: 2023-12-18 20:51:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 23125
  -titleTs: "'coat':11 'coververs':1 'familiar':4 'fresh':10 'get':8 'love':7 'paint':13 'song':5"
  -bodyTs: "'/c/coververse':2 '/c/coververse)':7 'coververs':1 'coververse@lemmy.world':4 'lemmy.world':3,6 'lemmy.world/c/coververse)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702960618
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9724636"
  +editedAt: DateTimeImmutable @1705471084 {#1966
    date: 2024-01-17 06:58:04.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702929118 {#1961
    date: 2023-12-18 20:51:58.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 {#1934
  +user: Proxies\__CG__\App\Entity\User {#1957 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "CoverVerse-Where-the-familiar-songs-you-love-get-a-fresh"
  +title: "CoverVerse: Where the familiar songs you love get a fresh coat of paint!"
  +url: null
  +body: """
    [CoverVerse](/c/coververse@lemmy.world)\n
    \n
    [!coververse@lemmy.world](https://lemmy.world/c/coververse)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702929118 {#1973
    date: 2023-12-18 20:51:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 23125
  -titleTs: "'coat':11 'coververs':1 'familiar':4 'fresh':10 'get':8 'love':7 'paint':13 'song':5"
  -bodyTs: "'/c/coververse':2 '/c/coververse)':7 'coververs':1 'coververse@lemmy.world':4 'lemmy.world':3,6 'lemmy.world/c/coververse)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702960618
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9724636"
  +editedAt: DateTimeImmutable @1705471084 {#1966
    date: 2024-01-17 06:58:04.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702929118 {#1961
    date: 2023-12-18 20:51:58.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 {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "If-you-could-travel-back-in-time-and-utter-a"
  +title: "If you could travel back in time and utter a single sentence to someone, when would you choose to go and whom would you address?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702927413 {#1935
    date: 2023-12-18 20:23:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 31139
  -titleTs: "'address':25 'back':5 'choos':18 'could':3 'go':20 'sentenc':12 'singl':11 'someon':14 'time':7 'travel':4 'utter':9 'would':16,23"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/4253143"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702927413 {#1364
    date: 2023-12-18 20:23:33.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 {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "If-you-could-travel-back-in-time-and-utter-a"
  +title: "If you could travel back in time and utter a single sentence to someone, when would you choose to go and whom would you address?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702927413 {#1935
    date: 2023-12-18 20:23:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 31139
  -titleTs: "'address':25 'back':5 'choos':18 'could':3 'go':20 'sentenc':12 'singl':11 'someon':14 'time':7 'travel':4 'utter':9 'would':16,23"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/4253143"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702927413 {#1364
    date: 2023-12-18 20:23:33.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 {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "If-you-could-travel-back-in-time-and-utter-a"
  +title: "If you could travel back in time and utter a single sentence to someone, when would you choose to go and whom would you address?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702927413 {#1935
    date: 2023-12-18 20:23:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 31139
  -titleTs: "'address':25 'back':5 'choos':18 'could':3 'go':20 'sentenc':12 'singl':11 'someon':14 'time':7 'travel':4 'utter':9 'would':16,23"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/4253143"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702927413 {#1364
    date: 2023-12-18 20:23:33.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 {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Tips-on-making-your-data-less-sellable"
  +title: "Tips on making your data less sellable?"
  +url: null
  +body: "A charity I’m volunteering for and a contractor I know insist I have a facebook account for contact reasons. Naturally I bought a separate device to use for that, but I was wondering if there were ways to make my data undesirable to potential buyers. So far I got the obvious tiennamen square posting and that gay putin pic, but I was wondering what else I could do"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702926384 {#1399
    date: 2023-12-18 20:06:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 22711
  -titleTs: "'data':5 'less':6 'make':3 'sellabl':7 'tip':1"
  -bodyTs: "'account':17 'bought':23 'buyer':46 'chariti':2 'contact':19 'contractor':9 'could':68 'data':42 'devic':26 'els':66 'facebook':16 'far':48 'gay':58 'got':50 'insist':12 'know':11 'm':4 'make':40 'natur':21 'obvious':52 'pic':60 'post':55 'potenti':45 'putin':59 'reason':20 'separ':25 'squar':54 'tiennamen':53 'undesir':43 'use':28 'volunt':5 'way':38 'wonder':34,64"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702849497
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9653261"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702763097 {#1396
    date: 2023-12-16 22:44: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
23 DENIED edit
App\Entity\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Tips-on-making-your-data-less-sellable"
  +title: "Tips on making your data less sellable?"
  +url: null
  +body: "A charity I’m volunteering for and a contractor I know insist I have a facebook account for contact reasons. Naturally I bought a separate device to use for that, but I was wondering if there were ways to make my data undesirable to potential buyers. So far I got the obvious tiennamen square posting and that gay putin pic, but I was wondering what else I could do"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702926384 {#1399
    date: 2023-12-18 20:06:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 22711
  -titleTs: "'data':5 'less':6 'make':3 'sellabl':7 'tip':1"
  -bodyTs: "'account':17 'bought':23 'buyer':46 'chariti':2 'contact':19 'contractor':9 'could':68 'data':42 'devic':26 'els':66 'facebook':16 'far':48 'gay':58 'got':50 'insist':12 'know':11 'm':4 'make':40 'natur':21 'obvious':52 'pic':60 'post':55 'potenti':45 'putin':59 'reason':20 'separ':25 'squar':54 'tiennamen':53 'undesir':43 'use':28 'volunt':5 'way':38 'wonder':34,64"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702849497
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9653261"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702763097 {#1396
    date: 2023-12-16 22:44: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
24 DENIED moderate
App\Entity\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Tips-on-making-your-data-less-sellable"
  +title: "Tips on making your data less sellable?"
  +url: null
  +body: "A charity I’m volunteering for and a contractor I know insist I have a facebook account for contact reasons. Naturally I bought a separate device to use for that, but I was wondering if there were ways to make my data undesirable to potential buyers. So far I got the obvious tiennamen square posting and that gay putin pic, but I was wondering what else I could do"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702926384 {#1399
    date: 2023-12-18 20:06:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 22711
  -titleTs: "'data':5 'less':6 'make':3 'sellabl':7 'tip':1"
  -bodyTs: "'account':17 'bought':23 'buyer':46 'chariti':2 'contact':19 'contractor':9 'could':68 'data':42 'devic':26 'els':66 'facebook':16 'far':48 'gay':58 'got':50 'insist':12 'know':11 'm':4 'make':40 'natur':21 'obvious':52 'pic':60 'post':55 'potenti':45 'putin':59 'reason':20 'separ':25 'squar':54 'tiennamen':53 'undesir':43 'use':28 'volunt':5 'way':38 'wonder':34,64"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702849497
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9653261"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702763097 {#1396
    date: 2023-12-16 22:44: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
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 {#1956
  +user: Proxies\__CG__\App\Entity\User {#2438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-the-most-cost-effective-solar-battery-on-the"
  +title: "What is the most cost effective solar battery on the market today?"
  +url: null
  +body: "primarily for small scale DIY"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702925781 {#1891
    date: 2023-12-18 19:56:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1848 …}
  +votes: Doctrine\ORM\PersistentCollection {#2429 …}
  +reports: Doctrine\ORM\PersistentCollection {#2424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2433 …}
  +badges: Doctrine\ORM\PersistentCollection {#2443 …}
  +children: []
  -id: 22968
  -titleTs: "'batteri':8 'cost':5 'effect':6 'market':11 'solar':7 'today':12"
  -bodyTs: "'diy':5 'primarili':1 'scale':4 'small':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702950561
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9696568"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702864161 {#1904
    date: 2023-12-18 02:49: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
27 DENIED edit
App\Entity\Entry {#1956
  +user: Proxies\__CG__\App\Entity\User {#2438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-the-most-cost-effective-solar-battery-on-the"
  +title: "What is the most cost effective solar battery on the market today?"
  +url: null
  +body: "primarily for small scale DIY"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702925781 {#1891
    date: 2023-12-18 19:56:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1848 …}
  +votes: Doctrine\ORM\PersistentCollection {#2429 …}
  +reports: Doctrine\ORM\PersistentCollection {#2424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2433 …}
  +badges: Doctrine\ORM\PersistentCollection {#2443 …}
  +children: []
  -id: 22968
  -titleTs: "'batteri':8 'cost':5 'effect':6 'market':11 'solar':7 'today':12"
  -bodyTs: "'diy':5 'primarili':1 'scale':4 'small':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702950561
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9696568"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702864161 {#1904
    date: 2023-12-18 02:49: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
28 DENIED moderate
App\Entity\Entry {#1956
  +user: Proxies\__CG__\App\Entity\User {#2438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-the-most-cost-effective-solar-battery-on-the"
  +title: "What is the most cost effective solar battery on the market today?"
  +url: null
  +body: "primarily for small scale DIY"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 52
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702925781 {#1891
    date: 2023-12-18 19:56:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1848 …}
  +votes: Doctrine\ORM\PersistentCollection {#2429 …}
  +reports: Doctrine\ORM\PersistentCollection {#2424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2433 …}
  +badges: Doctrine\ORM\PersistentCollection {#2443 …}
  +children: []
  -id: 22968
  -titleTs: "'batteri':8 'cost':5 'effect':6 'market':11 'solar':7 'today':12"
  -bodyTs: "'diy':5 'primarili':1 'scale':4 'small':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702950561
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9696568"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702864161 {#1904
    date: 2023-12-18 02:49: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
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 {#2439
  +user: Proxies\__CG__\App\Entity\User {#2436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Stat-command-shows-birth-after-modify-time"
  +title: "Stat command shows birth *after* modify time?"
  +url: null
  +body: """
    Any explanation on how this happens?\n
    \n
    Access: 2023-12-14 07:57:28.376736001 +1300 Modify: 2023-12-14 07:50:20.783207177 +1300 Change: 2023-12-14 07:51:57.413989824 +1300 Birth: 2023-12-14 07:51:57.413989824 +1300\n
    \n
    Just as a matter of curiosity
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702923582 {#2426
    date: 2023-12-18 19:19:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2357 …}
  +votes: Doctrine\ORM\PersistentCollection {#2167 …}
  +reports: Doctrine\ORM\PersistentCollection {#2355 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2476 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2451 …}
  +badges: Doctrine\ORM\PersistentCollection {#2475 …}
  +children: []
  -id: 22658
  -titleTs: "'birth':4 'command':2 'modifi':6 'show':3 'stat':1 'time':7"
  -bodyTs: "'+1300':14,22,30,38 '-12':9,17,25,33 '-14':10,18,26,34 '07':11,19,27,35 '20.783207177':21 '2023':8,16,24,32 '28.376736001':13 '50':20 '51':28,36 '57':12 '57.413989824':29,37 'access':7 'birth':31 'chang':23 'curios':44 'explan':2 'happen':6 'matter':42 'modifi':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702824235
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/4502564"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702750235 {#2440
    date: 2023-12-16 19:10: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
31 DENIED edit
App\Entity\Entry {#2439
  +user: Proxies\__CG__\App\Entity\User {#2436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Stat-command-shows-birth-after-modify-time"
  +title: "Stat command shows birth *after* modify time?"
  +url: null
  +body: """
    Any explanation on how this happens?\n
    \n
    Access: 2023-12-14 07:57:28.376736001 +1300 Modify: 2023-12-14 07:50:20.783207177 +1300 Change: 2023-12-14 07:51:57.413989824 +1300 Birth: 2023-12-14 07:51:57.413989824 +1300\n
    \n
    Just as a matter of curiosity
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702923582 {#2426
    date: 2023-12-18 19:19:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2357 …}
  +votes: Doctrine\ORM\PersistentCollection {#2167 …}
  +reports: Doctrine\ORM\PersistentCollection {#2355 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2476 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2451 …}
  +badges: Doctrine\ORM\PersistentCollection {#2475 …}
  +children: []
  -id: 22658
  -titleTs: "'birth':4 'command':2 'modifi':6 'show':3 'stat':1 'time':7"
  -bodyTs: "'+1300':14,22,30,38 '-12':9,17,25,33 '-14':10,18,26,34 '07':11,19,27,35 '20.783207177':21 '2023':8,16,24,32 '28.376736001':13 '50':20 '51':28,36 '57':12 '57.413989824':29,37 'access':7 'birth':31 'chang':23 'curios':44 'explan':2 'happen':6 'matter':42 'modifi':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702824235
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/4502564"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702750235 {#2440
    date: 2023-12-16 19:10: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
32 DENIED moderate
App\Entity\Entry {#2439
  +user: Proxies\__CG__\App\Entity\User {#2436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Stat-command-shows-birth-after-modify-time"
  +title: "Stat command shows birth *after* modify time?"
  +url: null
  +body: """
    Any explanation on how this happens?\n
    \n
    Access: 2023-12-14 07:57:28.376736001 +1300 Modify: 2023-12-14 07:50:20.783207177 +1300 Change: 2023-12-14 07:51:57.413989824 +1300 Birth: 2023-12-14 07:51:57.413989824 +1300\n
    \n
    Just as a matter of curiosity
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702923582 {#2426
    date: 2023-12-18 19:19:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2357 …}
  +votes: Doctrine\ORM\PersistentCollection {#2167 …}
  +reports: Doctrine\ORM\PersistentCollection {#2355 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2476 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2451 …}
  +badges: Doctrine\ORM\PersistentCollection {#2475 …}
  +children: []
  -id: 22658
  -titleTs: "'birth':4 'command':2 'modifi':6 'show':3 'stat':1 'time':7"
  -bodyTs: "'+1300':14,22,30,38 '-12':9,17,25,33 '-14':10,18,26,34 '07':11,19,27,35 '20.783207177':21 '2023':8,16,24,32 '28.376736001':13 '50':20 '51':28,36 '57':12 '57.413989824':29,37 'access':7 'birth':31 'chang':23 'curios':44 'explan':2 'happen':6 'matter':42 'modifi':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702824235
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/4502564"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702750235 {#2440
    date: 2023-12-16 19:10: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
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 {#2477
  +user: Proxies\__CG__\App\Entity\User {#2483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-do-you-explain-to-yourself-the-existence-of-this"
  +title: "How do you explain to yourself the existence of this Universe or the existence of anything at all?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702916476 {#2450
    date: 2023-12-18 17:21:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2354 …}
  +votes: Doctrine\ORM\PersistentCollection {#2487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#60 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2488 …}
  +badges: Doctrine\ORM\PersistentCollection {#2489 …}
  +children: []
  -id: 31101
  -titleTs: "'anyth':16 'exist':8,14 'explain':4 'univers':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/14575619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702916476 {#2449
    date: 2023-12-18 17:21: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
35 DENIED edit
App\Entity\Entry {#2477
  +user: Proxies\__CG__\App\Entity\User {#2483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-do-you-explain-to-yourself-the-existence-of-this"
  +title: "How do you explain to yourself the existence of this Universe or the existence of anything at all?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702916476 {#2450
    date: 2023-12-18 17:21:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2354 …}
  +votes: Doctrine\ORM\PersistentCollection {#2487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#60 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2488 …}
  +badges: Doctrine\ORM\PersistentCollection {#2489 …}
  +children: []
  -id: 31101
  -titleTs: "'anyth':16 'exist':8,14 'explain':4 'univers':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/14575619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702916476 {#2449
    date: 2023-12-18 17:21: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
36 DENIED moderate
App\Entity\Entry {#2477
  +user: Proxies\__CG__\App\Entity\User {#2483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-do-you-explain-to-yourself-the-existence-of-this"
  +title: "How do you explain to yourself the existence of this Universe or the existence of anything at all?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702916476 {#2450
    date: 2023-12-18 17:21:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2354 …}
  +votes: Doctrine\ORM\PersistentCollection {#2487 …}
  +reports: Doctrine\ORM\PersistentCollection {#1841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#60 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2488 …}
  +badges: Doctrine\ORM\PersistentCollection {#2489 …}
  +children: []
  -id: 31101
  -titleTs: "'anyth':16 'exist':8,14 'explain':4 'univers':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/14575619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702916476 {#2449
    date: 2023-12-18 17:21: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
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 {#2484
  +user: Proxies\__CG__\App\Entity\User {#1391 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Lemmy-Ansible-1-3-0-Lemmy-v0-19-0-update-dramatically-reduced-performance-of"
  +title: "Lemmy Ansible 1.3.0 (Lemmy v0.19.0) update dramatically reduced performance of instance"
  +url: null
  +body: """
    I made the huge mistake of upgrading on the same day of the new release. I had copied my inventory folder to a new pull of lemmy-ansible, checked out 1.3.0, and ran it with no errors. But refreshing the took a very long time to load. The closest issue I found was at [github.com/LemmyNet/lemmy/issues/4244](https://github.com/LemmyNet/lemmy/issues/4244) but that’s a deep dive that didn’t shine any light for me. Hours of extensive searching yielded little help.\n
    \n
    I was expecting to see downtime like the readme meantioned, but the site was back up right after the playbook ran. Is the current slowdown actually the “downtime” the readme is referring to? I reran the playbook and re-examined every point in the documentation and the instructions for something I may have missed, but could not determine where I may have gone wrong.\n
    \n
    I don’t know if this will help, but my Jerboa client gives the error when I try to refresh on my instance:\n
    \n
    `Illegal input: Field ‘admin’ is required for type with serial nam…` and the rest is cut off.\n
    \n
    I’ll leave with some questions that may relate to a solution, but will be good to know anyway. I appreciate any insight you may have.\n
    \n
    - Is it possible to downgrade to 1.2.1?\n
    - My database is backed up. Would deleting the /srv/lemmy/sitedirectory and starting from scratch restore things?\n
    \n
    `___`
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702911945 {#2474
    date: 2023-12-18 16:05:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 22992
  -titleTs: "'1.3.0':3 'ansibl':2 'dramat':7 'instanc':11 'lemmi':1,4 'perform':9 'reduc':8 'updat':6 'v0.19.0':5"
  -bodyTs: "'/lemmynet/lemmy/issues/4244](https://github.com/lemmynet/lemmy/issues/4244)':58 '/srv/lemmy/sitedirectory':226 '1.2.1':217 '1.3.0':32 'actual':105 'admin':171 'ansibl':29 'anyway':203 'appreci':205 'back':94,221 'check':30 'client':156 'closest':50 'copi':18 'could':136 'current':103 'cut':183 'databas':219 'day':11 'deep':63 'delet':224 'determin':138 'didn':66 'dive':64 'document':125 'downgrad':215 'downtim':85,107 'error':38,159 'everi':121 'examin':120 'expect':82 'extens':75 'field':170 'folder':21 'found':53 'github.com':57 'github.com/lemmynet/lemmy/issues/4244](https://github.com/lemmynet/lemmy/issues/4244)':56 'give':157 'gone':143 'good':200 'help':79,152 'hour':73 'huge':4 'illeg':168 'input':169 'insight':207 'instanc':167 'instruct':128 'inventori':20 'issu':51 'jerboa':155 'know':148,202 'leav':187 'lemmi':28 'lemmy-ans':27 'light':70 'like':86 'littl':78 'll':186 'load':48 'long':45 'made':2 'may':132,141,192,209 'meantion':89 'miss':134 'mistak':5 'nam':178 'new':14,24 'playbook':99,116 'point':122 'possibl':213 'pull':25 'question':190 'ran':34,100 're':119 're-examin':118 'readm':88,109 'refer':111 'refresh':40,164 'relat':193 'releas':15 'requir':173 'reran':114 'rest':181 'restor':231 'right':96 'scratch':230 'search':76 'see':84 'serial':177 'shine':68 'site':92 'slowdown':104 'solut':196 'someth':130 'start':228 'thing':232 'time':46 'took':42 'tri':162 'type':175 'upgrad':7 'would':223 'wrong':144 'yield':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702960582
  +visibility: "visible             "
  +apId: "https://libretechni.ca/post/87746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702880082 {#1923
    date: 2023-12-18 07:14: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
39 DENIED edit
App\Entity\Entry {#2484
  +user: Proxies\__CG__\App\Entity\User {#1391 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Lemmy-Ansible-1-3-0-Lemmy-v0-19-0-update-dramatically-reduced-performance-of"
  +title: "Lemmy Ansible 1.3.0 (Lemmy v0.19.0) update dramatically reduced performance of instance"
  +url: null
  +body: """
    I made the huge mistake of upgrading on the same day of the new release. I had copied my inventory folder to a new pull of lemmy-ansible, checked out 1.3.0, and ran it with no errors. But refreshing the took a very long time to load. The closest issue I found was at [github.com/LemmyNet/lemmy/issues/4244](https://github.com/LemmyNet/lemmy/issues/4244) but that’s a deep dive that didn’t shine any light for me. Hours of extensive searching yielded little help.\n
    \n
    I was expecting to see downtime like the readme meantioned, but the site was back up right after the playbook ran. Is the current slowdown actually the “downtime” the readme is referring to? I reran the playbook and re-examined every point in the documentation and the instructions for something I may have missed, but could not determine where I may have gone wrong.\n
    \n
    I don’t know if this will help, but my Jerboa client gives the error when I try to refresh on my instance:\n
    \n
    `Illegal input: Field ‘admin’ is required for type with serial nam…` and the rest is cut off.\n
    \n
    I’ll leave with some questions that may relate to a solution, but will be good to know anyway. I appreciate any insight you may have.\n
    \n
    - Is it possible to downgrade to 1.2.1?\n
    - My database is backed up. Would deleting the /srv/lemmy/sitedirectory and starting from scratch restore things?\n
    \n
    `___`
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702911945 {#2474
    date: 2023-12-18 16:05:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 22992
  -titleTs: "'1.3.0':3 'ansibl':2 'dramat':7 'instanc':11 'lemmi':1,4 'perform':9 'reduc':8 'updat':6 'v0.19.0':5"
  -bodyTs: "'/lemmynet/lemmy/issues/4244](https://github.com/lemmynet/lemmy/issues/4244)':58 '/srv/lemmy/sitedirectory':226 '1.2.1':217 '1.3.0':32 'actual':105 'admin':171 'ansibl':29 'anyway':203 'appreci':205 'back':94,221 'check':30 'client':156 'closest':50 'copi':18 'could':136 'current':103 'cut':183 'databas':219 'day':11 'deep':63 'delet':224 'determin':138 'didn':66 'dive':64 'document':125 'downgrad':215 'downtim':85,107 'error':38,159 'everi':121 'examin':120 'expect':82 'extens':75 'field':170 'folder':21 'found':53 'github.com':57 'github.com/lemmynet/lemmy/issues/4244](https://github.com/lemmynet/lemmy/issues/4244)':56 'give':157 'gone':143 'good':200 'help':79,152 'hour':73 'huge':4 'illeg':168 'input':169 'insight':207 'instanc':167 'instruct':128 'inventori':20 'issu':51 'jerboa':155 'know':148,202 'leav':187 'lemmi':28 'lemmy-ans':27 'light':70 'like':86 'littl':78 'll':186 'load':48 'long':45 'made':2 'may':132,141,192,209 'meantion':89 'miss':134 'mistak':5 'nam':178 'new':14,24 'playbook':99,116 'point':122 'possibl':213 'pull':25 'question':190 'ran':34,100 're':119 're-examin':118 'readm':88,109 'refer':111 'refresh':40,164 'relat':193 'releas':15 'requir':173 'reran':114 'rest':181 'restor':231 'right':96 'scratch':230 'search':76 'see':84 'serial':177 'shine':68 'site':92 'slowdown':104 'solut':196 'someth':130 'start':228 'thing':232 'time':46 'took':42 'tri':162 'type':175 'upgrad':7 'would':223 'wrong':144 'yield':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702960582
  +visibility: "visible             "
  +apId: "https://libretechni.ca/post/87746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702880082 {#1923
    date: 2023-12-18 07:14: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
40 DENIED moderate
App\Entity\Entry {#2484
  +user: Proxies\__CG__\App\Entity\User {#1391 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Lemmy-Ansible-1-3-0-Lemmy-v0-19-0-update-dramatically-reduced-performance-of"
  +title: "Lemmy Ansible 1.3.0 (Lemmy v0.19.0) update dramatically reduced performance of instance"
  +url: null
  +body: """
    I made the huge mistake of upgrading on the same day of the new release. I had copied my inventory folder to a new pull of lemmy-ansible, checked out 1.3.0, and ran it with no errors. But refreshing the took a very long time to load. The closest issue I found was at [github.com/LemmyNet/lemmy/issues/4244](https://github.com/LemmyNet/lemmy/issues/4244) but that’s a deep dive that didn’t shine any light for me. Hours of extensive searching yielded little help.\n
    \n
    I was expecting to see downtime like the readme meantioned, but the site was back up right after the playbook ran. Is the current slowdown actually the “downtime” the readme is referring to? I reran the playbook and re-examined every point in the documentation and the instructions for something I may have missed, but could not determine where I may have gone wrong.\n
    \n
    I don’t know if this will help, but my Jerboa client gives the error when I try to refresh on my instance:\n
    \n
    `Illegal input: Field ‘admin’ is required for type with serial nam…` and the rest is cut off.\n
    \n
    I’ll leave with some questions that may relate to a solution, but will be good to know anyway. I appreciate any insight you may have.\n
    \n
    - Is it possible to downgrade to 1.2.1?\n
    - My database is backed up. Would deleting the /srv/lemmy/sitedirectory and starting from scratch restore things?\n
    \n
    `___`
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702911945 {#2474
    date: 2023-12-18 16:05:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1512 …}
  +votes: Doctrine\ORM\PersistentCollection {#1524 …}
  +reports: Doctrine\ORM\PersistentCollection {#1500 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1514 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1502 …}
  +badges: Doctrine\ORM\PersistentCollection {#1544 …}
  +children: []
  -id: 22992
  -titleTs: "'1.3.0':3 'ansibl':2 'dramat':7 'instanc':11 'lemmi':1,4 'perform':9 'reduc':8 'updat':6 'v0.19.0':5"
  -bodyTs: "'/lemmynet/lemmy/issues/4244](https://github.com/lemmynet/lemmy/issues/4244)':58 '/srv/lemmy/sitedirectory':226 '1.2.1':217 '1.3.0':32 'actual':105 'admin':171 'ansibl':29 'anyway':203 'appreci':205 'back':94,221 'check':30 'client':156 'closest':50 'copi':18 'could':136 'current':103 'cut':183 'databas':219 'day':11 'deep':63 'delet':224 'determin':138 'didn':66 'dive':64 'document':125 'downgrad':215 'downtim':85,107 'error':38,159 'everi':121 'examin':120 'expect':82 'extens':75 'field':170 'folder':21 'found':53 'github.com':57 'github.com/lemmynet/lemmy/issues/4244](https://github.com/lemmynet/lemmy/issues/4244)':56 'give':157 'gone':143 'good':200 'help':79,152 'hour':73 'huge':4 'illeg':168 'input':169 'insight':207 'instanc':167 'instruct':128 'inventori':20 'issu':51 'jerboa':155 'know':148,202 'leav':187 'lemmi':28 'lemmy-ans':27 'light':70 'like':86 'littl':78 'll':186 'load':48 'long':45 'made':2 'may':132,141,192,209 'meantion':89 'miss':134 'mistak':5 'nam':178 'new':14,24 'playbook':99,116 'point':122 'possibl':213 'pull':25 'question':190 'ran':34,100 're':119 're-examin':118 'readm':88,109 'refer':111 'refresh':40,164 'relat':193 'releas':15 'requir':173 'reran':114 'rest':181 'restor':231 'right':96 'scratch':230 'search':76 'see':84 'serial':177 'shine':68 'site':92 'slowdown':104 'solut':196 'someth':130 'start':228 'thing':232 'time':46 'took':42 'tri':162 'type':175 'upgrad':7 'would':223 'wrong':144 'yield':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702960582
  +visibility: "visible             "
  +apId: "https://libretechni.ca/post/87746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702880082 {#1923
    date: 2023-12-18 07:14: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
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 {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "why-don-t-you-guys-scrobble"
  +title: "why don't you guys scrobble?"
  +url: null
  +body: "From a privacy standpoint, i guess. I want to support open scrobbling with listenbrainz and the account isn’t directly linked to a real acc. Why shouldn’t I/ why don’t you?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702910420 {#1547
    date: 2023-12-18 15:40:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1480 …}
  +votes: Doctrine\ORM\PersistentCollection {#1510 …}
  +reports: Doctrine\ORM\PersistentCollection {#1503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1543 …}
  +badges: Doctrine\ORM\PersistentCollection {#1535 …}
  +children: []
  -id: 22705
  -titleTs: "'guy':5 'scrobbl':6"
  -bodyTs: "'acc':25 'account':17 'direct':20 'guess':6 'isn':18 'link':21 'listenbrainz':14 'open':11 'privaci':3 'real':24 'scrobbl':12 'shouldn':27 'standpoint':4 'support':10 'want':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702848516
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7347767"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702762116 {#1481
    date: 2023-12-16 22:28:36.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 {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "why-don-t-you-guys-scrobble"
  +title: "why don't you guys scrobble?"
  +url: null
  +body: "From a privacy standpoint, i guess. I want to support open scrobbling with listenbrainz and the account isn’t directly linked to a real acc. Why shouldn’t I/ why don’t you?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702910420 {#1547
    date: 2023-12-18 15:40:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1480 …}
  +votes: Doctrine\ORM\PersistentCollection {#1510 …}
  +reports: Doctrine\ORM\PersistentCollection {#1503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1543 …}
  +badges: Doctrine\ORM\PersistentCollection {#1535 …}
  +children: []
  -id: 22705
  -titleTs: "'guy':5 'scrobbl':6"
  -bodyTs: "'acc':25 'account':17 'direct':20 'guess':6 'isn':18 'link':21 'listenbrainz':14 'open':11 'privaci':3 'real':24 'scrobbl':12 'shouldn':27 'standpoint':4 'support':10 'want':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702848516
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7347767"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702762116 {#1481
    date: 2023-12-16 22:28:36.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 {#1482
  +user: Proxies\__CG__\App\Entity\User {#1511 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1523 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "why-don-t-you-guys-scrobble"
  +title: "why don't you guys scrobble?"
  +url: null
  +body: "From a privacy standpoint, i guess. I want to support open scrobbling with listenbrainz and the account isn’t directly linked to a real acc. Why shouldn’t I/ why don’t you?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702910420 {#1547
    date: 2023-12-18 15:40:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1480 …}
  +votes: Doctrine\ORM\PersistentCollection {#1510 …}
  +reports: Doctrine\ORM\PersistentCollection {#1503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1507 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1543 …}
  +badges: Doctrine\ORM\PersistentCollection {#1535 …}
  +children: []
  -id: 22705
  -titleTs: "'guy':5 'scrobbl':6"
  -bodyTs: "'acc':25 'account':17 'direct':20 'guess':6 'isn':18 'link':21 'listenbrainz':14 'open':11 'privaci':3 'real':24 'scrobbl':12 'shouldn':27 'standpoint':4 'support':10 'want':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702848516
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7347767"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702762116 {#1481
    date: 2023-12-16 22:28:36.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 {#1533
  +user: Proxies\__CG__\App\Entity\User {#1539 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1541 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
  +title: "A dozen or two TB of storage for media on the cheap?"
  +url: null
  +body: """
    Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
    \n
    But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
    \n
    CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
    \n
    I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
    \n
    I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
    \n
    Budget: ~$500ish - storage goal: 12+ TB
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702908884 {#1542
    date: 2023-12-18 15:14:44.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: 21362
  -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
  -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702217634
  +visibility: "visible             "
  +apId: "https://thelemmy.club/post/5933021"
  +editedAt: DateTimeImmutable @1703573426 {#1540
    date: 2023-12-26 07:50:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702131234 {#1538
    date: 2023-12-09 15:13: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
47 DENIED edit
App\Entity\Entry {#1533
  +user: Proxies\__CG__\App\Entity\User {#1539 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1541 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
  +title: "A dozen or two TB of storage for media on the cheap?"
  +url: null
  +body: """
    Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
    \n
    But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
    \n
    CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
    \n
    I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
    \n
    I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
    \n
    Budget: ~$500ish - storage goal: 12+ TB
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702908884 {#1542
    date: 2023-12-18 15:14:44.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: 21362
  -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
  -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702217634
  +visibility: "visible             "
  +apId: "https://thelemmy.club/post/5933021"
  +editedAt: DateTimeImmutable @1703573426 {#1540
    date: 2023-12-26 07:50:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702131234 {#1538
    date: 2023-12-09 15:13: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
48 DENIED moderate
App\Entity\Entry {#1533
  +user: Proxies\__CG__\App\Entity\User {#1539 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1541 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
  +title: "A dozen or two TB of storage for media on the cheap?"
  +url: null
  +body: """
    Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
    \n
    But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
    \n
    CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
    \n
    I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
    \n
    I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
    \n
    Budget: ~$500ish - storage goal: 12+ TB
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702908884 {#1542
    date: 2023-12-18 15:14:44.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: 21362
  -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
  -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702217634
  +visibility: "visible             "
  +apId: "https://thelemmy.club/post/5933021"
  +editedAt: DateTimeImmutable @1703573426 {#1540
    date: 2023-12-26 07:50:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702131234 {#1538
    date: 2023-12-09 15:13: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
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 {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Seeing-read-posts-despite-show-read-posts-being-un-checked"
  +title: "Seeing read-posts despite "show read posts" being un checked"
  +url: null
  +body: "I have “show read posts” unchecked, so I shouldn’t see them. I can still see them. I didn’t see them yesterday, when lemm.ee was 0.18. I do see them today after 0.19 update. I’ve toggled it on, saved, then off, saved. Still seeing read posts."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702904190 {#1623
    date: 2023-12-18 13:56:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 22978
  -titleTs: "'check':11 'despit':5 'post':4,8 'read':3,7 'read-post':2 'see':1 'show':6 'un':10"
  -bodyTs: "'0.18':27 '0.19':34 'didn':19 'lemm.ee':25 'post':5,48 'read':4,47 'save':41,44 'see':11,16,21,30,46 'shouldn':9 'show':3 'still':15,45 'today':32 'toggl':38 'uncheck':6 'updat':35 've':37 'yesterday':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702924485
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18333132"
  +editedAt: DateTimeImmutable @1705359893 {#1631
    date: 2024-01-16 00:04:53.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702871485 {#1406
    date: 2023-12-18 04:51:25.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 {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Seeing-read-posts-despite-show-read-posts-being-un-checked"
  +title: "Seeing read-posts despite "show read posts" being un checked"
  +url: null
  +body: "I have “show read posts” unchecked, so I shouldn’t see them. I can still see them. I didn’t see them yesterday, when lemm.ee was 0.18. I do see them today after 0.19 update. I’ve toggled it on, saved, then off, saved. Still seeing read posts."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702904190 {#1623
    date: 2023-12-18 13:56:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 22978
  -titleTs: "'check':11 'despit':5 'post':4,8 'read':3,7 'read-post':2 'see':1 'show':6 'un':10"
  -bodyTs: "'0.18':27 '0.19':34 'didn':19 'lemm.ee':25 'post':5,48 'read':4,47 'save':41,44 'see':11,16,21,30,46 'shouldn':9 'show':3 'still':15,45 'today':32 'toggl':38 'uncheck':6 'updat':35 've':37 'yesterday':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702924485
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18333132"
  +editedAt: DateTimeImmutable @1705359893 {#1631
    date: 2024-01-16 00:04:53.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702871485 {#1406
    date: 2023-12-18 04:51:25.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 {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Seeing-read-posts-despite-show-read-posts-being-un-checked"
  +title: "Seeing read-posts despite "show read posts" being un checked"
  +url: null
  +body: "I have “show read posts” unchecked, so I shouldn’t see them. I can still see them. I didn’t see them yesterday, when lemm.ee was 0.18. I do see them today after 0.19 update. I’ve toggled it on, saved, then off, saved. Still seeing read posts."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702904190 {#1623
    date: 2023-12-18 13:56:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1712 …}
  +votes: Doctrine\ORM\PersistentCollection {#1706 …}
  +reports: Doctrine\ORM\PersistentCollection {#1657 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1745 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1738 …}
  +badges: Doctrine\ORM\PersistentCollection {#1746 …}
  +children: []
  -id: 22978
  -titleTs: "'check':11 'despit':5 'post':4,8 'read':3,7 'read-post':2 'see':1 'show':6 'un':10"
  -bodyTs: "'0.18':27 '0.19':34 'didn':19 'lemm.ee':25 'post':5,48 'read':4,47 'save':41,44 'see':11,16,21,30,46 'shouldn':9 'show':3 'still':15,45 'today':32 'toggl':38 'uncheck':6 'updat':35 've':37 'yesterday':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702924485
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/18333132"
  +editedAt: DateTimeImmutable @1705359893 {#1631
    date: 2024-01-16 00:04:53.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702871485 {#1406
    date: 2023-12-18 04:51:25.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 {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Americans-what-are-your-plans-if-Trump-wins-in-2024"
  +title: "Americans, what are your plans if Trump wins in 2024?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702893939 {#1750
    date: 2023-12-18 11:05:39.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: 30881
  -titleTs: "'2024':10 'american':1 'plan':5 'trump':7 'win':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9707089"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702893939 {#1748
    date: 2023-12-18 11:05:39.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 {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Americans-what-are-your-plans-if-Trump-wins-in-2024"
  +title: "Americans, what are your plans if Trump wins in 2024?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702893939 {#1750
    date: 2023-12-18 11:05:39.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: 30881
  -titleTs: "'2024':10 'american':1 'plan':5 'trump':7 'win':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9707089"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702893939 {#1748
    date: 2023-12-18 11:05:39.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 {#1468
  +user: Proxies\__CG__\App\Entity\User {#1474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Americans-what-are-your-plans-if-Trump-wins-in-2024"
  +title: "Americans, what are your plans if Trump wins in 2024?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702893939 {#1750
    date: 2023-12-18 11:05:39.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: 30881
  -titleTs: "'2024':10 'american':1 'plan':5 'trump':7 'win':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9707089"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702893939 {#1748
    date: 2023-12-18 11:05:39.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 {#1496
  +user: Proxies\__CG__\App\Entity\User {#1494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Community-search-for-vet-advice"
  +title: "Community search for vet advice"
  +url: null
  +body: """
    Is there a community for asking questions about pet symptoms? Maybe a place where vets share advice?\n
    \n
    I already go to my local vet with our dogs when needed but we have no vets for aquatic animals here and I could use some advice about an issue some of my fish have.\n
    \n
    I could imagine though that it could also be a good place to share experiences and advice about more obscure issues for any pet, like SLO in dogs. We got a diagnosis from the vet, but a lot more advice online about it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702892436 {#1487
    date: 2023-12-18 10:40:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 22585
  -titleTs: "'advic':5 'communiti':1 'search':2 'vet':4"
  -bodyTs: "'advic':17,44,69,92 'alreadi':19 'also':60 'anim':37 'aquat':36 'ask':6 'communiti':4 'could':41,54,59 'diagnosi':84 'dog':27,80 'experi':67 'fish':51 'go':20 'good':63 'got':82 'imagin':55 'issu':47,73 'like':77 'local':23 'lot':90 'mayb':11 'need':29 'obscur':72 'onlin':93 'pet':9,76 'place':13,64 'question':7 'share':16,66 'slo':78 'symptom':10 'though':56 'use':42 'vet':15,24,34,87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702814789
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9634155"
  +editedAt: DateTimeImmutable @1705018938 {#1485
    date: 2024-01-12 01:22:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702728389 {#1489
    date: 2023-12-16 13:06:29.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 {#1496
  +user: Proxies\__CG__\App\Entity\User {#1494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Community-search-for-vet-advice"
  +title: "Community search for vet advice"
  +url: null
  +body: """
    Is there a community for asking questions about pet symptoms? Maybe a place where vets share advice?\n
    \n
    I already go to my local vet with our dogs when needed but we have no vets for aquatic animals here and I could use some advice about an issue some of my fish have.\n
    \n
    I could imagine though that it could also be a good place to share experiences and advice about more obscure issues for any pet, like SLO in dogs. We got a diagnosis from the vet, but a lot more advice online about it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702892436 {#1487
    date: 2023-12-18 10:40:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 22585
  -titleTs: "'advic':5 'communiti':1 'search':2 'vet':4"
  -bodyTs: "'advic':17,44,69,92 'alreadi':19 'also':60 'anim':37 'aquat':36 'ask':6 'communiti':4 'could':41,54,59 'diagnosi':84 'dog':27,80 'experi':67 'fish':51 'go':20 'good':63 'got':82 'imagin':55 'issu':47,73 'like':77 'local':23 'lot':90 'mayb':11 'need':29 'obscur':72 'onlin':93 'pet':9,76 'place':13,64 'question':7 'share':16,66 'slo':78 'symptom':10 'though':56 'use':42 'vet':15,24,34,87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702814789
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9634155"
  +editedAt: DateTimeImmutable @1705018938 {#1485
    date: 2024-01-12 01:22:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702728389 {#1489
    date: 2023-12-16 13:06:29.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 {#1496
  +user: Proxies\__CG__\App\Entity\User {#1494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Community-search-for-vet-advice"
  +title: "Community search for vet advice"
  +url: null
  +body: """
    Is there a community for asking questions about pet symptoms? Maybe a place where vets share advice?\n
    \n
    I already go to my local vet with our dogs when needed but we have no vets for aquatic animals here and I could use some advice about an issue some of my fish have.\n
    \n
    I could imagine though that it could also be a good place to share experiences and advice about more obscure issues for any pet, like SLO in dogs. We got a diagnosis from the vet, but a lot more advice online about it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702892436 {#1487
    date: 2023-12-18 10:40:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 22585
  -titleTs: "'advic':5 'communiti':1 'search':2 'vet':4"
  -bodyTs: "'advic':17,44,69,92 'alreadi':19 'also':60 'anim':37 'aquat':36 'ask':6 'communiti':4 'could':41,54,59 'diagnosi':84 'dog':27,80 'experi':67 'fish':51 'go':20 'good':63 'got':82 'imagin':55 'issu':47,73 'like':77 'local':23 'lot':90 'mayb':11 'need':29 'obscur':72 'onlin':93 'pet':9,76 'place':13,64 'question':7 'share':16,66 'slo':78 'symptom':10 'though':56 'use':42 'vet':15,24,34,87"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702814789
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9634155"
  +editedAt: DateTimeImmutable @1705018938 {#1485
    date: 2024-01-12 01:22:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702728389 {#1489
    date: 2023-12-16 13:06:29.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 {#1767 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Where-can-I-find-online-courses-Skillshare-Domestika-Udemy-etc"
  +title: "Where can I find online courses? (Skillshare, Domestika, Udemy etc)"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702890886 {#1760
    date: 2023-12-18 10:14:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1759 …}
  +votes: Doctrine\ORM\PersistentCollection {#1751 …}
  +reports: Doctrine\ORM\PersistentCollection {#1772 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1778 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1777 …}
  +badges: Doctrine\ORM\PersistentCollection {#1773 …}
  +children: []
  -id: 30869
  -titleTs: "'cours':6 'domestika':8 'etc':10 'find':4 'onlin':5 'skillshar':7 'udemi':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9705902"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702890886 {#1757
    date: 2023-12-18 10:14:46.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 {#1767 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Where-can-I-find-online-courses-Skillshare-Domestika-Udemy-etc"
  +title: "Where can I find online courses? (Skillshare, Domestika, Udemy etc)"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702890886 {#1760
    date: 2023-12-18 10:14:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1759 …}
  +votes: Doctrine\ORM\PersistentCollection {#1751 …}
  +reports: Doctrine\ORM\PersistentCollection {#1772 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1778 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1777 …}
  +badges: Doctrine\ORM\PersistentCollection {#1773 …}
  +children: []
  -id: 30869
  -titleTs: "'cours':6 'domestika':8 'etc':10 'find':4 'onlin':5 'skillshar':7 'udemi':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9705902"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702890886 {#1757
    date: 2023-12-18 10:14:46.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 {#1767 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Where-can-I-find-online-courses-Skillshare-Domestika-Udemy-etc"
  +title: "Where can I find online courses? (Skillshare, Domestika, Udemy etc)"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702890886 {#1760
    date: 2023-12-18 10:14:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1759 …}
  +votes: Doctrine\ORM\PersistentCollection {#1751 …}
  +reports: Doctrine\ORM\PersistentCollection {#1772 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1778 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1777 …}
  +badges: Doctrine\ORM\PersistentCollection {#1773 …}
  +children: []
  -id: 30869
  -titleTs: "'cours':6 'domestika':8 'etc':10 'find':4 'onlin':5 'skillshar':7 'udemi':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9705902"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702890886 {#1757
    date: 2023-12-18 10:14:46.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 {#1782
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-s-a-cool-website-you-ve-visited-that-no-one-seems"
  +title: "What's a cool website you’ve visited that no one seems to know of?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702878965 {#1776
    date: 2023-12-18 06:56:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1785 …}
  +votes: Doctrine\ORM\PersistentCollection {#1786 …}
  +reports: Doctrine\ORM\PersistentCollection {#1764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1681 …}
  +badges: Doctrine\ORM\PersistentCollection {#1466 …}
  +children: []
  -id: 30831
  -titleTs: "'cool':4 'know':14 'one':11 'seem':12 've':7 'visit':8 'websit':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702878965
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9701599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702878965 {#1781
    date: 2023-12-18 06:56:05.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 {#1782
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-s-a-cool-website-you-ve-visited-that-no-one-seems"
  +title: "What's a cool website you’ve visited that no one seems to know of?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702878965 {#1776
    date: 2023-12-18 06:56:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1785 …}
  +votes: Doctrine\ORM\PersistentCollection {#1786 …}
  +reports: Doctrine\ORM\PersistentCollection {#1764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1681 …}
  +badges: Doctrine\ORM\PersistentCollection {#1466 …}
  +children: []
  -id: 30831
  -titleTs: "'cool':4 'know':14 'one':11 'seem':12 've':7 'visit':8 'websit':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702878965
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9701599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702878965 {#1781
    date: 2023-12-18 06:56:05.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 {#1782
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-s-a-cool-website-you-ve-visited-that-no-one-seems"
  +title: "What's a cool website you’ve visited that no one seems to know of?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702878965 {#1776
    date: 2023-12-18 06:56:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1785 …}
  +votes: Doctrine\ORM\PersistentCollection {#1786 …}
  +reports: Doctrine\ORM\PersistentCollection {#1764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1681 …}
  +badges: Doctrine\ORM\PersistentCollection {#1466 …}
  +children: []
  -id: 30831
  -titleTs: "'cool':4 'know':14 'one':11 'seem':12 've':7 'visit':8 'websit':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702878965
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9701599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702878965 {#1781
    date: 2023-12-18 06:56:05.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 {#1638
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-a-horror-tension-scare-visual-scare-movie-is"
  +title: "What is a horror tension scare / visual scare movie is actually scary?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702878321 {#1445
    date: 2023-12-18 06:45:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 30830
  -titleTs: "'actual':11 'horror':4 'movi':9 'scare':6,8 'scari':12 'tension':5 'visual':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9701343"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702878321 {#1465
    date: 2023-12-18 06:45: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
71 DENIED edit
App\Entity\Entry {#1638
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-a-horror-tension-scare-visual-scare-movie-is"
  +title: "What is a horror tension scare / visual scare movie is actually scary?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702878321 {#1445
    date: 2023-12-18 06:45:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 30830
  -titleTs: "'actual':11 'horror':4 'movi':9 'scare':6,8 'scari':12 'tension':5 'visual':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9701343"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702878321 {#1465
    date: 2023-12-18 06:45: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
72 DENIED moderate
App\Entity\Entry {#1638
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-a-horror-tension-scare-visual-scare-movie-is"
  +title: "What is a horror tension scare / visual scare movie is actually scary?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702878321 {#1445
    date: 2023-12-18 06:45:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 30830
  -titleTs: "'actual':11 'horror':4 'movi':9 'scare':6,8 'scari':12 'tension':5 'visual':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9701343"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702878321 {#1465
    date: 2023-12-18 06:45: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
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 {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-federation-not-working-on-lemmy-ml"
  +title: "Is federation not working on lemmy.ml ?"
  +url: null
  +body: """
    I have posted to the !evs@lemmy.world community from my lemmy.ml account. However my post does not appear on lemmy.world/c/evs but it does appear on lemmy.ml/c/evs@lemmy.world .\n
    \n
    Update\n
    \n
    [github.com/LemmyNet/lemmy/issues/4282#issuecommen…](https://github.com/LemmyNet/lemmy/issues/4282#issuecomment-1859947661)\n
    \n
    Another update\n
    \n
    [github.com/LemmyNet/lemmy/issues/4288](https://github.com/LemmyNet/lemmy/issues/4288)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702869430 {#1409
    date: 2023-12-18 04:17:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31415
  -titleTs: "'feder':2 'lemmy.ml':6 'work':4"
  -bodyTs: "'/c/evs':21 '/c/evs@lemmy.world':29 '/lemmynet/lemmy/issues/4282#issuecommen':33 '/lemmynet/lemmy/issues/4282#issuecomment-1859947661)':36 '/lemmynet/lemmy/issues/4288](https://github.com/lemmynet/lemmy/issues/4288)':41 'account':11 'anoth':37 'appear':17,25 'communiti':7 'evs@lemmy.world':6 'github.com':32,35,40 'github.com/lemmynet/lemmy/issues/4282#issuecommen':31 'github.com/lemmynet/lemmy/issues/4282#issuecomment-1859947661)':34 'github.com/lemmynet/lemmy/issues/4288](https://github.com/lemmynet/lemmy/issues/4288)':39 'howev':12 'lemmy.ml':10,28 'lemmy.ml/c/evs@lemmy.world':27 'lemmy.world':20 'lemmy.world/c/evs':19 'post':3,14 'updat':30,38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9456354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702869430 {#1450
    date: 2023-12-18 04:17: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
75 DENIED edit
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-federation-not-working-on-lemmy-ml"
  +title: "Is federation not working on lemmy.ml ?"
  +url: null
  +body: """
    I have posted to the !evs@lemmy.world community from my lemmy.ml account. However my post does not appear on lemmy.world/c/evs but it does appear on lemmy.ml/c/evs@lemmy.world .\n
    \n
    Update\n
    \n
    [github.com/LemmyNet/lemmy/issues/4282#issuecommen…](https://github.com/LemmyNet/lemmy/issues/4282#issuecomment-1859947661)\n
    \n
    Another update\n
    \n
    [github.com/LemmyNet/lemmy/issues/4288](https://github.com/LemmyNet/lemmy/issues/4288)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702869430 {#1409
    date: 2023-12-18 04:17:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31415
  -titleTs: "'feder':2 'lemmy.ml':6 'work':4"
  -bodyTs: "'/c/evs':21 '/c/evs@lemmy.world':29 '/lemmynet/lemmy/issues/4282#issuecommen':33 '/lemmynet/lemmy/issues/4282#issuecomment-1859947661)':36 '/lemmynet/lemmy/issues/4288](https://github.com/lemmynet/lemmy/issues/4288)':41 'account':11 'anoth':37 'appear':17,25 'communiti':7 'evs@lemmy.world':6 'github.com':32,35,40 'github.com/lemmynet/lemmy/issues/4282#issuecommen':31 'github.com/lemmynet/lemmy/issues/4282#issuecomment-1859947661)':34 'github.com/lemmynet/lemmy/issues/4288](https://github.com/lemmynet/lemmy/issues/4288)':39 'howev':12 'lemmy.ml':10,28 'lemmy.ml/c/evs@lemmy.world':27 'lemmy.world':20 'lemmy.world/c/evs':19 'post':3,14 'updat':30,38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9456354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702869430 {#1450
    date: 2023-12-18 04:17: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
76 DENIED moderate
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-federation-not-working-on-lemmy-ml"
  +title: "Is federation not working on lemmy.ml ?"
  +url: null
  +body: """
    I have posted to the !evs@lemmy.world community from my lemmy.ml account. However my post does not appear on lemmy.world/c/evs but it does appear on lemmy.ml/c/evs@lemmy.world .\n
    \n
    Update\n
    \n
    [github.com/LemmyNet/lemmy/issues/4282#issuecommen…](https://github.com/LemmyNet/lemmy/issues/4282#issuecomment-1859947661)\n
    \n
    Another update\n
    \n
    [github.com/LemmyNet/lemmy/issues/4288](https://github.com/LemmyNet/lemmy/issues/4288)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702869430 {#1409
    date: 2023-12-18 04:17:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31415
  -titleTs: "'feder':2 'lemmy.ml':6 'work':4"
  -bodyTs: "'/c/evs':21 '/c/evs@lemmy.world':29 '/lemmynet/lemmy/issues/4282#issuecommen':33 '/lemmynet/lemmy/issues/4282#issuecomment-1859947661)':36 '/lemmynet/lemmy/issues/4288](https://github.com/lemmynet/lemmy/issues/4288)':41 'account':11 'anoth':37 'appear':17,25 'communiti':7 'evs@lemmy.world':6 'github.com':32,35,40 'github.com/lemmynet/lemmy/issues/4282#issuecommen':31 'github.com/lemmynet/lemmy/issues/4282#issuecomment-1859947661)':34 'github.com/lemmynet/lemmy/issues/4288](https://github.com/lemmynet/lemmy/issues/4288)':39 'howev':12 'lemmy.ml':10,28 'lemmy.ml/c/evs@lemmy.world':27 'lemmy.world':20 'lemmy.world/c/evs':19 'post':3,14 'updat':30,38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9456354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702869430 {#1450
    date: 2023-12-18 04:17: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
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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-movie-should-me-and-fiance-watch-tonight"
  +title: "What movie should me and fiance watch tonight?"
  +url: null
  +body: """
    Today is the first day of our holidays. Tomorrow we pack to go to Germany. We’re trying to get the baby to sleep since 8pm, now it’s 11pm and it looks like he will fall asleep soon.\n
    \n
    We could watch some movie on Netflix which is not too long, like 1.5 hours. Which movie do you recommend?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702860587 {#1414
    date: 2023-12-18 01:49:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 22419
  -titleTs: "'fianc':6 'movi':2 'tonight':8 'watch':7"
  -bodyTs: "'1.5':53 '11pm':30 '8pm':26 'asleep':38 'babi':22 'could':41 'day':5 'fall':37 'first':4 'germani':15 'get':20 'go':13 'holiday':8 'hour':54 'like':34,52 'long':51 'look':33 'movi':44,56 'netflix':46 'pack':11 're':17 'recommend':59 'sinc':25 'sleep':24 'soon':39 'today':1 'tomorrow':9 'tri':18 'watch':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702735850
  +visibility: "visible             "
  +apId: "https://jemmy.jeena.net/post/445330"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702649450 {#1411
    date: 2023-12-15 15:10:50.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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-movie-should-me-and-fiance-watch-tonight"
  +title: "What movie should me and fiance watch tonight?"
  +url: null
  +body: """
    Today is the first day of our holidays. Tomorrow we pack to go to Germany. We’re trying to get the baby to sleep since 8pm, now it’s 11pm and it looks like he will fall asleep soon.\n
    \n
    We could watch some movie on Netflix which is not too long, like 1.5 hours. Which movie do you recommend?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702860587 {#1414
    date: 2023-12-18 01:49:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 22419
  -titleTs: "'fianc':6 'movi':2 'tonight':8 'watch':7"
  -bodyTs: "'1.5':53 '11pm':30 '8pm':26 'asleep':38 'babi':22 'could':41 'day':5 'fall':37 'first':4 'germani':15 'get':20 'go':13 'holiday':8 'hour':54 'like':34,52 'long':51 'look':33 'movi':44,56 'netflix':46 'pack':11 're':17 'recommend':59 'sinc':25 'sleep':24 'soon':39 'today':1 'tomorrow':9 'tri':18 'watch':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702735850
  +visibility: "visible             "
  +apId: "https://jemmy.jeena.net/post/445330"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702649450 {#1411
    date: 2023-12-15 15:10:50.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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-movie-should-me-and-fiance-watch-tonight"
  +title: "What movie should me and fiance watch tonight?"
  +url: null
  +body: """
    Today is the first day of our holidays. Tomorrow we pack to go to Germany. We’re trying to get the baby to sleep since 8pm, now it’s 11pm and it looks like he will fall asleep soon.\n
    \n
    We could watch some movie on Netflix which is not too long, like 1.5 hours. Which movie do you recommend?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702860587 {#1414
    date: 2023-12-18 01:49:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 22419
  -titleTs: "'fianc':6 'movi':2 'tonight':8 'watch':7"
  -bodyTs: "'1.5':53 '11pm':30 '8pm':26 'asleep':38 'babi':22 'could':41 'day':5 'fall':37 'first':4 'germani':15 'get':20 'go':13 'holiday':8 'hour':54 'like':34,52 'long':51 'look':33 'movi':44,56 'netflix':46 'pack':11 're':17 'recommend':59 'sinc':25 'sleep':24 'soon':39 'today':1 'tomorrow':9 'tri':18 'watch':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702735850
  +visibility: "visible             "
  +apId: "https://jemmy.jeena.net/post/445330"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702649450 {#1411
    date: 2023-12-15 15:10:50.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 {#1455
  +user: Proxies\__CG__\App\Entity\User {#1453 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1541 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-to-do-with-extra-HDDs"
  +title: "What to do with extra HDDs"
  +url: null
  +body: """
    Hey guys, I’m setting up my NAS (openmediavault) and very much enjoying it! It now runs my Nextcloud and a couple of services. I got a mirror ZFS setup of two 8TB drives.\n
    \n
    I got another two 8TB drives and am doubting whether I should add them as an extra mirror vdev, or create a new pool for extra backup. I’m not sure if that extra backup is necessary though, since I got a cloud backup already every day. My drives are only used 14% so I’m not even sure if I should already put them in the pool. What do you guys think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702860113 {#1448
    date: 2023-12-18 01:41:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1460 …}
  +votes: Doctrine\ORM\PersistentCollection {#1459 …}
  +reports: Doctrine\ORM\PersistentCollection {#1439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1428 …}
  +badges: Doctrine\ORM\PersistentCollection {#1430 …}
  +children: []
  -id: 22814
  -titleTs: "'extra':5 'hdds':6"
  -bodyTs: "'14':87 '8tb':33,39 'add':47 'alreadi':79,97 'anoth':37 'backup':61,69,78 'cloud':77 'coupl':22 'creat':55 'day':81 'doubt':43 'drive':34,40,83 'enjoy':13 'even':92 'everi':80 'extra':51,60,68 'got':26,36,75 'guy':2,106 'hey':1 'm':4,63,90 'mirror':28,52 'much':12 'nas':8 'necessari':71 'new':57 'nextcloud':19 'openmediavault':9 'pool':58,102 'put':98 'run':17 'servic':24 'set':5 'setup':30 'sinc':73 'sure':65,93 'think':107 'though':72 'two':32,38 'use':86 'vdev':53 'whether':44 'zfs':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702903483
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7918650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702817983 {#1457
    date: 2023-12-17 13:59:43.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 {#1455
  +user: Proxies\__CG__\App\Entity\User {#1453 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1541 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-to-do-with-extra-HDDs"
  +title: "What to do with extra HDDs"
  +url: null
  +body: """
    Hey guys, I’m setting up my NAS (openmediavault) and very much enjoying it! It now runs my Nextcloud and a couple of services. I got a mirror ZFS setup of two 8TB drives.\n
    \n
    I got another two 8TB drives and am doubting whether I should add them as an extra mirror vdev, or create a new pool for extra backup. I’m not sure if that extra backup is necessary though, since I got a cloud backup already every day. My drives are only used 14% so I’m not even sure if I should already put them in the pool. What do you guys think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702860113 {#1448
    date: 2023-12-18 01:41:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1460 …}
  +votes: Doctrine\ORM\PersistentCollection {#1459 …}
  +reports: Doctrine\ORM\PersistentCollection {#1439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1428 …}
  +badges: Doctrine\ORM\PersistentCollection {#1430 …}
  +children: []
  -id: 22814
  -titleTs: "'extra':5 'hdds':6"
  -bodyTs: "'14':87 '8tb':33,39 'add':47 'alreadi':79,97 'anoth':37 'backup':61,69,78 'cloud':77 'coupl':22 'creat':55 'day':81 'doubt':43 'drive':34,40,83 'enjoy':13 'even':92 'everi':80 'extra':51,60,68 'got':26,36,75 'guy':2,106 'hey':1 'm':4,63,90 'mirror':28,52 'much':12 'nas':8 'necessari':71 'new':57 'nextcloud':19 'openmediavault':9 'pool':58,102 'put':98 'run':17 'servic':24 'set':5 'setup':30 'sinc':73 'sure':65,93 'think':107 'though':72 'two':32,38 'use':86 'vdev':53 'whether':44 'zfs':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702903483
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7918650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702817983 {#1457
    date: 2023-12-17 13:59:43.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 {#1455
  +user: Proxies\__CG__\App\Entity\User {#1453 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1541 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-to-do-with-extra-HDDs"
  +title: "What to do with extra HDDs"
  +url: null
  +body: """
    Hey guys, I’m setting up my NAS (openmediavault) and very much enjoying it! It now runs my Nextcloud and a couple of services. I got a mirror ZFS setup of two 8TB drives.\n
    \n
    I got another two 8TB drives and am doubting whether I should add them as an extra mirror vdev, or create a new pool for extra backup. I’m not sure if that extra backup is necessary though, since I got a cloud backup already every day. My drives are only used 14% so I’m not even sure if I should already put them in the pool. What do you guys think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702860113 {#1448
    date: 2023-12-18 01:41:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1460 …}
  +votes: Doctrine\ORM\PersistentCollection {#1459 …}
  +reports: Doctrine\ORM\PersistentCollection {#1439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1437 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1428 …}
  +badges: Doctrine\ORM\PersistentCollection {#1430 …}
  +children: []
  -id: 22814
  -titleTs: "'extra':5 'hdds':6"
  -bodyTs: "'14':87 '8tb':33,39 'add':47 'alreadi':79,97 'anoth':37 'backup':61,69,78 'cloud':77 'coupl':22 'creat':55 'day':81 'doubt':43 'drive':34,40,83 'enjoy':13 'even':92 'everi':80 'extra':51,60,68 'got':26,36,75 'guy':2,106 'hey':1 'm':4,63,90 'mirror':28,52 'much':12 'nas':8 'necessari':71 'new':57 'nextcloud':19 'openmediavault':9 'pool':58,102 'put':98 'run':17 'servic':24 'set':5 'setup':30 'sinc':73 'sure':65,93 'think':107 'though':72 'two':32,38 'use':86 'vdev':53 'whether':44 'zfs':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702903483
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7918650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702817983 {#1457
    date: 2023-12-17 13:59:43.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 {#1438
  +user: Proxies\__CG__\App\Entity\User {#1429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "is-the-nouveau-project-mostly-dead-how-continuous-is-development"
  +title: "is the nouveau project mostly dead? how continuous is development on it?"
  +url: null
  +body: "its trello page shows no sign of life, issues that are years old with no recent activity exclusively"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702859796 {#1431
    date: 2023-12-18 01:36:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 30791
  -titleTs: "'continu':8 'dead':6 'develop':10 'most':5 'nouveau':3 'project':4"
  -bodyTs: "'activ':17 'exclus':18 'issu':9 'life':8 'old':13 'page':3 'recent':16 'show':4 'sign':6 'trello':2 'year':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9451470"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702859796 {#1440
    date: 2023-12-18 01:36:36.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 {#1438
  +user: Proxies\__CG__\App\Entity\User {#1429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "is-the-nouveau-project-mostly-dead-how-continuous-is-development"
  +title: "is the nouveau project mostly dead? how continuous is development on it?"
  +url: null
  +body: "its trello page shows no sign of life, issues that are years old with no recent activity exclusively"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702859796 {#1431
    date: 2023-12-18 01:36:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 30791
  -titleTs: "'continu':8 'dead':6 'develop':10 'most':5 'nouveau':3 'project':4"
  -bodyTs: "'activ':17 'exclus':18 'issu':9 'life':8 'old':13 'page':3 'recent':16 'show':4 'sign':6 'trello':2 'year':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9451470"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702859796 {#1440
    date: 2023-12-18 01:36:36.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 {#1438
  +user: Proxies\__CG__\App\Entity\User {#1429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "is-the-nouveau-project-mostly-dead-how-continuous-is-development"
  +title: "is the nouveau project mostly dead? how continuous is development on it?"
  +url: null
  +body: "its trello page shows no sign of life, issues that are years old with no recent activity exclusively"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702859796 {#1431
    date: 2023-12-18 01:36:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 30791
  -titleTs: "'continu':8 'dead':6 'develop':10 'most':5 'nouveau':3 'project':4"
  -bodyTs: "'activ':17 'exclus':18 'issu':9 'life':8 'old':13 'page':3 'recent':16 'show':4 'sign':6 'trello':2 'year':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9451470"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702859796 {#1440
    date: 2023-12-18 01:36:36.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 {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Lemmy-users-where-falsely-accused-of-plagiarism-how-did-it"
  +title: "Lemmy users where falsely accused of plagiarism, how did it happen ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702859202 {#1610
    date: 2023-12-18 01:26:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1612 …}
  +votes: Doctrine\ORM\PersistentCollection {#1743 …}
  +reports: Doctrine\ORM\PersistentCollection {#1744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1645 …}
  +badges: Doctrine\ORM\PersistentCollection {#1641 …}
  +children: []
  -id: 30733
  -titleTs: "'accus':5 'fals':4 'happen':11 'lemmi':1 'plagiar':7 'user':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9694359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702859202 {#1609
    date: 2023-12-18 01:26: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
91 DENIED edit
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Lemmy-users-where-falsely-accused-of-plagiarism-how-did-it"
  +title: "Lemmy users where falsely accused of plagiarism, how did it happen ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702859202 {#1610
    date: 2023-12-18 01:26:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1612 …}
  +votes: Doctrine\ORM\PersistentCollection {#1743 …}
  +reports: Doctrine\ORM\PersistentCollection {#1744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1645 …}
  +badges: Doctrine\ORM\PersistentCollection {#1641 …}
  +children: []
  -id: 30733
  -titleTs: "'accus':5 'fals':4 'happen':11 'lemmi':1 'plagiar':7 'user':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9694359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702859202 {#1609
    date: 2023-12-18 01:26: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
92 DENIED moderate
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Lemmy-users-where-falsely-accused-of-plagiarism-how-did-it"
  +title: "Lemmy users where falsely accused of plagiarism, how did it happen ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702859202 {#1610
    date: 2023-12-18 01:26:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1612 …}
  +votes: Doctrine\ORM\PersistentCollection {#1743 …}
  +reports: Doctrine\ORM\PersistentCollection {#1744 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1645 …}
  +badges: Doctrine\ORM\PersistentCollection {#1641 …}
  +children: []
  -id: 30733
  -titleTs: "'accus':5 'fals':4 'happen':11 'lemmi':1 'plagiar':7 'user':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9694359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702859202 {#1609
    date: 2023-12-18 01:26: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
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 {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-the-worst-case-of-keeping-up-with-the"
  +title: "What is the worst case of keeping up with the Joneses that you have seen?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702855802 {#1665
    date: 2023-12-18 00:30:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 30676
  -titleTs: "'case':5 'jones':11 'keep':7 'seen':15 'worst':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9692200"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702855802 {#1675
    date: 2023-12-18 00:30:02.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 {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-the-worst-case-of-keeping-up-with-the"
  +title: "What is the worst case of keeping up with the Joneses that you have seen?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702855802 {#1665
    date: 2023-12-18 00:30:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 30676
  -titleTs: "'case':5 'jones':11 'keep':7 'seen':15 'worst':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9692200"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702855802 {#1675
    date: 2023-12-18 00:30:02.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 {#1674
  +user: Proxies\__CG__\App\Entity\User {#1676 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-is-the-worst-case-of-keeping-up-with-the"
  +title: "What is the worst case of keeping up with the Joneses that you have seen?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702855802 {#1665
    date: 2023-12-18 00:30:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1672 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1668 …}
  +badges: Doctrine\ORM\PersistentCollection {#1679 …}
  +children: []
  -id: 30676
  -titleTs: "'case':5 'jones':11 'keep':7 'seen':15 'worst':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9692200"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702855802 {#1675
    date: 2023-12-18 00:30:02.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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-system-or-method-do-you-use-for-your-monthly"
  +title: "What system or method do you use for your monthly budget or personal finance?"
  +url: null
  +body: "What budgeting advice do you recommend? Money management method?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 43
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702855481 {#1654
    date: 2023-12-18 00:24:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 22560
  -titleTs: "'budget':11 'financ':14 'method':4 'month':10 'person':13 'system':2 'use':7"
  -bodyTs: "'advic':3 'budget':2 'manag':8 'method':9 'money':7 'recommend':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702793035
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9626751"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702706635 {#1652
    date: 2023-12-16 07:03:55.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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-system-or-method-do-you-use-for-your-monthly"
  +title: "What system or method do you use for your monthly budget or personal finance?"
  +url: null
  +body: "What budgeting advice do you recommend? Money management method?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 43
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702855481 {#1654
    date: 2023-12-18 00:24:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 22560
  -titleTs: "'budget':11 'financ':14 'method':4 'month':10 'person':13 'system':2 'use':7"
  -bodyTs: "'advic':3 'budget':2 'manag':8 'method':9 'money':7 'recommend':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702793035
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9626751"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702706635 {#1652
    date: 2023-12-16 07:03:55.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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-system-or-method-do-you-use-for-your-monthly"
  +title: "What system or method do you use for your monthly budget or personal finance?"
  +url: null
  +body: "What budgeting advice do you recommend? Money management method?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 43
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702855481 {#1654
    date: 2023-12-18 00:24:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 22560
  -titleTs: "'budget':11 'financ':14 'method':4 'month':10 'person':13 'system':2 'use':7"
  -bodyTs: "'advic':3 'budget':2 'manag':8 'method':9 'money':7 'recommend':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702793035
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9626751"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702706635 {#1652
    date: 2023-12-16 07:03:55.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