GET https://kbin.spritesserver.nl/commented/%E2%88%9E/articles?p=68

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
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: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#183
    date: 2023-11-09 21:27:11.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: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#247
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#189
    date: 2023-11-07 22:22: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
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: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#183
    date: 2023-11-09 21:27:11.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: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#247
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#189
    date: 2023-11-07 22:22: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
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: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#183
    date: 2023-11-09 21:27:11.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: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#247
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#189
    date: 2023-11-07 22:22: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
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 {#1925
  +user: Proxies\__CG__\App\Entity\User {#1924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "YOU-CANT-MAKE-THIS-UP"
  +title: "YOU CANT MAKE THIS UP"
  +url: null
  +body: """
    […gnome.org/…/foundation-welcomes-new-executive-di…](https://foundation.gnome.org/2023/10/17/foundation-welcomes-new-executive-director/)  \n
    YOU CANT MAKE THIS UP HAHAHAHAHAHAHAHAHHAHAHAHAHA THE GNOME FOUNDATION HIRED A FUCKING SHAMAN AS A DIRECTOR MY FUCKING SIDES I CANT EVEN
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699208244 {#1884
    date: 2023-11-05 19:17:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#1880 …}
  +reports: Doctrine\ORM\PersistentCollection {#1900 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 10212
  -titleTs: "'cant':2 'make':3"
  -bodyTs: "'/2023/10/17/foundation-welcomes-new-executive-director/)':5 '/foundation-welcomes-new-executive-di':2 'cant':7,26 'director':21 'even':27 'foundat':14 'foundation.gnome.org':4 'foundation.gnome.org/2023/10/17/foundation-welcomes-new-executive-director/)':3 'fuck':17,23 'gnome':13 'gnome.org':1 'hahahahahahahahahhahahahaha':11 'hire':15 'make':8 'shaman':18 'side':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699278473
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8589960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699201973 {#1865
    date: 2023-11-05 17:32:53.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 {#1925
  +user: Proxies\__CG__\App\Entity\User {#1924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "YOU-CANT-MAKE-THIS-UP"
  +title: "YOU CANT MAKE THIS UP"
  +url: null
  +body: """
    […gnome.org/…/foundation-welcomes-new-executive-di…](https://foundation.gnome.org/2023/10/17/foundation-welcomes-new-executive-director/)  \n
    YOU CANT MAKE THIS UP HAHAHAHAHAHAHAHAHHAHAHAHAHA THE GNOME FOUNDATION HIRED A FUCKING SHAMAN AS A DIRECTOR MY FUCKING SIDES I CANT EVEN
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699208244 {#1884
    date: 2023-11-05 19:17:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#1880 …}
  +reports: Doctrine\ORM\PersistentCollection {#1900 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 10212
  -titleTs: "'cant':2 'make':3"
  -bodyTs: "'/2023/10/17/foundation-welcomes-new-executive-director/)':5 '/foundation-welcomes-new-executive-di':2 'cant':7,26 'director':21 'even':27 'foundat':14 'foundation.gnome.org':4 'foundation.gnome.org/2023/10/17/foundation-welcomes-new-executive-director/)':3 'fuck':17,23 'gnome':13 'gnome.org':1 'hahahahahahahahahhahahahaha':11 'hire':15 'make':8 'shaman':18 'side':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699278473
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8589960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699201973 {#1865
    date: 2023-11-05 17:32:53.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 {#1925
  +user: Proxies\__CG__\App\Entity\User {#1924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "YOU-CANT-MAKE-THIS-UP"
  +title: "YOU CANT MAKE THIS UP"
  +url: null
  +body: """
    […gnome.org/…/foundation-welcomes-new-executive-di…](https://foundation.gnome.org/2023/10/17/foundation-welcomes-new-executive-director/)  \n
    YOU CANT MAKE THIS UP HAHAHAHAHAHAHAHAHHAHAHAHAHA THE GNOME FOUNDATION HIRED A FUCKING SHAMAN AS A DIRECTOR MY FUCKING SIDES I CANT EVEN
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699208244 {#1884
    date: 2023-11-05 19:17:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#1880 …}
  +reports: Doctrine\ORM\PersistentCollection {#1900 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 10212
  -titleTs: "'cant':2 'make':3"
  -bodyTs: "'/2023/10/17/foundation-welcomes-new-executive-director/)':5 '/foundation-welcomes-new-executive-di':2 'cant':7,26 'director':21 'even':27 'foundat':14 'foundation.gnome.org':4 'foundation.gnome.org/2023/10/17/foundation-welcomes-new-executive-director/)':3 'fuck':17,23 'gnome':13 'gnome.org':1 'hahahahahahahahahhahahahaha':11 'hire':15 'make':8 'shaman':18 'side':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699278473
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8589960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699201973 {#1865
    date: 2023-11-05 17:32:53.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 {#1928
  +user: Proxies\__CG__\App\Entity\User {#1944 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-would-you-approach-buildings-if-they-were-more-like"
  +title: "How would you approach buildings if they were more like synthetic organisms?"
  +url: null
  +body: "I’m talking like instead of metaphors or analogies, buildings and entire cities are in fact their own sort of constructed organisms and colonies of organisms."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699064418 {#1950
    date: 2023-11-04 03:20:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1960 …}
  +votes: Doctrine\ORM\PersistentCollection {#1974 …}
  +reports: Doctrine\ORM\PersistentCollection {#1975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1937 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1943 …}
  +badges: Doctrine\ORM\PersistentCollection {#1978 …}
  +children: []
  -id: 9478
  -titleTs: "'approach':4 'build':5 'like':10 'organ':12 'synthet':11 'would':2"
  -bodyTs: "'analog':9 'build':10 'citi':13 'coloni':24 'construct':21 'entir':12 'fact':16 'instead':5 'like':4 'm':2 'metaphor':7 'organ':22,26 'sort':19 'talk':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699143531
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13758566"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699057131 {#1958
    date: 2023-11-04 01:18:51.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 {#1928
  +user: Proxies\__CG__\App\Entity\User {#1944 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-would-you-approach-buildings-if-they-were-more-like"
  +title: "How would you approach buildings if they were more like synthetic organisms?"
  +url: null
  +body: "I’m talking like instead of metaphors or analogies, buildings and entire cities are in fact their own sort of constructed organisms and colonies of organisms."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699064418 {#1950
    date: 2023-11-04 03:20:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1960 …}
  +votes: Doctrine\ORM\PersistentCollection {#1974 …}
  +reports: Doctrine\ORM\PersistentCollection {#1975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1937 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1943 …}
  +badges: Doctrine\ORM\PersistentCollection {#1978 …}
  +children: []
  -id: 9478
  -titleTs: "'approach':4 'build':5 'like':10 'organ':12 'synthet':11 'would':2"
  -bodyTs: "'analog':9 'build':10 'citi':13 'coloni':24 'construct':21 'entir':12 'fact':16 'instead':5 'like':4 'm':2 'metaphor':7 'organ':22,26 'sort':19 'talk':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699143531
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13758566"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699057131 {#1958
    date: 2023-11-04 01:18:51.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 {#1928
  +user: Proxies\__CG__\App\Entity\User {#1944 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-would-you-approach-buildings-if-they-were-more-like"
  +title: "How would you approach buildings if they were more like synthetic organisms?"
  +url: null
  +body: "I’m talking like instead of metaphors or analogies, buildings and entire cities are in fact their own sort of constructed organisms and colonies of organisms."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699064418 {#1950
    date: 2023-11-04 03:20:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1960 …}
  +votes: Doctrine\ORM\PersistentCollection {#1974 …}
  +reports: Doctrine\ORM\PersistentCollection {#1975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1937 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1943 …}
  +badges: Doctrine\ORM\PersistentCollection {#1978 …}
  +children: []
  -id: 9478
  -titleTs: "'approach':4 'build':5 'like':10 'organ':12 'synthet':11 'would':2"
  -bodyTs: "'analog':9 'build':10 'citi':13 'coloni':24 'construct':21 'entir':12 'fact':16 'instead':5 'like':4 'm':2 'metaphor':7 'organ':22,26 'sort':19 'talk':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699143531
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13758566"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699057131 {#1958
    date: 2023-11-04 01:18:51.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 {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "DRM-software-in-websites"
  +title: "DRM software in websites"
  +url: null
  +body: """
    I was trying to watch konosuba on crunchyroll and when i opened it on my brave a pop up showed up that i need to have some drm software and whetewer i allow it. i did clik allow and it didint work either way so i watched it on Firefox and there is a thing saying that this thing is drm protected.\n
    \n
    Soooo whats the point of this ? Is it supposed to stop you from pirating the content from their sites . If so how exatcly when you can just literaly record screen ? I honestly struggle to understand the purpose of this. Not sure if thats correct community to ask about it but it seems like you guys might know about this
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699230448 {#1966
    date: 2023-11-06 01:27:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 9375
  -titleTs: "'drm':1 'softwar':2 'websit':4"
  -bodyTs: "'allow':33,38 'ask':109 'brave':16 'clik':37 'communiti':107 'content':78 'correct':106 'crunchyrol':8 'didint':41 'drm':28,61 'either':43 'exatc':85 'firefox':50 'guy':117 'honest':94 'know':119 'konosuba':6 'like':115 'literali':90 'might':118 'need':24 'open':12 'pirat':76 'point':66 'pop':18 'protect':62 'purpos':99 'record':91 'say':56 'screen':92 'seem':114 'show':20 'site':81 'softwar':29 'soooo':63 'stop':73 'struggl':95 'suppos':71 'sure':103 'that':105 'thing':55,59 'tri':3 'understand':97 'watch':5,47 'way':44 'what':64 'whetew':31 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699117564
  +visibility: "visible             "
  +apId: "https://programming.dev/post/5353384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699031164 {#1961
    date: 2023-11-03 18:06:04.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 {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "DRM-software-in-websites"
  +title: "DRM software in websites"
  +url: null
  +body: """
    I was trying to watch konosuba on crunchyroll and when i opened it on my brave a pop up showed up that i need to have some drm software and whetewer i allow it. i did clik allow and it didint work either way so i watched it on Firefox and there is a thing saying that this thing is drm protected.\n
    \n
    Soooo whats the point of this ? Is it supposed to stop you from pirating the content from their sites . If so how exatcly when you can just literaly record screen ? I honestly struggle to understand the purpose of this. Not sure if thats correct community to ask about it but it seems like you guys might know about this
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699230448 {#1966
    date: 2023-11-06 01:27:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 9375
  -titleTs: "'drm':1 'softwar':2 'websit':4"
  -bodyTs: "'allow':33,38 'ask':109 'brave':16 'clik':37 'communiti':107 'content':78 'correct':106 'crunchyrol':8 'didint':41 'drm':28,61 'either':43 'exatc':85 'firefox':50 'guy':117 'honest':94 'know':119 'konosuba':6 'like':115 'literali':90 'might':118 'need':24 'open':12 'pirat':76 'point':66 'pop':18 'protect':62 'purpos':99 'record':91 'say':56 'screen':92 'seem':114 'show':20 'site':81 'softwar':29 'soooo':63 'stop':73 'struggl':95 'suppos':71 'sure':103 'that':105 'thing':55,59 'tri':3 'understand':97 'watch':5,47 'way':44 'what':64 'whetew':31 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699117564
  +visibility: "visible             "
  +apId: "https://programming.dev/post/5353384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699031164 {#1961
    date: 2023-11-03 18:06:04.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 {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "DRM-software-in-websites"
  +title: "DRM software in websites"
  +url: null
  +body: """
    I was trying to watch konosuba on crunchyroll and when i opened it on my brave a pop up showed up that i need to have some drm software and whetewer i allow it. i did clik allow and it didint work either way so i watched it on Firefox and there is a thing saying that this thing is drm protected.\n
    \n
    Soooo whats the point of this ? Is it supposed to stop you from pirating the content from their sites . If so how exatcly when you can just literaly record screen ? I honestly struggle to understand the purpose of this. Not sure if thats correct community to ask about it but it seems like you guys might know about this
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699230448 {#1966
    date: 2023-11-06 01:27:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 9375
  -titleTs: "'drm':1 'softwar':2 'websit':4"
  -bodyTs: "'allow':33,38 'ask':109 'brave':16 'clik':37 'communiti':107 'content':78 'correct':106 'crunchyrol':8 'didint':41 'drm':28,61 'either':43 'exatc':85 'firefox':50 'guy':117 'honest':94 'know':119 'konosuba':6 'like':115 'literali':90 'might':118 'need':24 'open':12 'pirat':76 'point':66 'pop':18 'protect':62 'purpos':99 'record':91 'say':56 'screen':92 'seem':114 'show':20 'site':81 'softwar':29 'soooo':63 'stop':73 'struggl':95 'suppos':71 'sure':103 'that':105 'thing':55,59 'tri':3 'understand':97 'watch':5,47 'way':44 'what':64 'whetew':31 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699117564
  +visibility: "visible             "
  +apId: "https://programming.dev/post/5353384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699031164 {#1961
    date: 2023-11-03 18:06:04.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 {#1364
  +user: Proxies\__CG__\App\Entity\User {#1392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Plasma-Bigscreen"
  +title: "Plasma Bigscreen"
  +url: null
  +body: """
    Does anyone use it? [plasma-bigscreen.org](https://plasma-bigscreen.org/)\n
    \n
    Can you install it on a running system or do you have to install it on metal to test it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699089945 {#1903
    date: 2023-11-04 10:25:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 9331
  -titleTs: "'bigscreen':2 'plasma':1"
  -bodyTs: "'/)':8 'anyon':2 'instal':11,22 'metal':25 'plasma-bigscreen.org':5,7 'plasma-bigscreen.org/)':6 'run':15 'system':16 'test':27 'use':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699107842
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7439635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699021442 {#1935
    date: 2023-11-03 15:24: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
19 DENIED edit
App\Entity\Entry {#1364
  +user: Proxies\__CG__\App\Entity\User {#1392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Plasma-Bigscreen"
  +title: "Plasma Bigscreen"
  +url: null
  +body: """
    Does anyone use it? [plasma-bigscreen.org](https://plasma-bigscreen.org/)\n
    \n
    Can you install it on a running system or do you have to install it on metal to test it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699089945 {#1903
    date: 2023-11-04 10:25:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 9331
  -titleTs: "'bigscreen':2 'plasma':1"
  -bodyTs: "'/)':8 'anyon':2 'instal':11,22 'metal':25 'plasma-bigscreen.org':5,7 'plasma-bigscreen.org/)':6 'run':15 'system':16 'test':27 'use':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699107842
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7439635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699021442 {#1935
    date: 2023-11-03 15:24: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
20 DENIED moderate
App\Entity\Entry {#1364
  +user: Proxies\__CG__\App\Entity\User {#1392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Plasma-Bigscreen"
  +title: "Plasma Bigscreen"
  +url: null
  +body: """
    Does anyone use it? [plasma-bigscreen.org](https://plasma-bigscreen.org/)\n
    \n
    Can you install it on a running system or do you have to install it on metal to test it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699089945 {#1903
    date: 2023-11-04 10:25:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 9331
  -titleTs: "'bigscreen':2 'plasma':1"
  -bodyTs: "'/)':8 'anyon':2 'instal':11,22 'metal':25 'plasma-bigscreen.org':5,7 'plasma-bigscreen.org/)':6 'run':15 'system':16 'test':27 'use':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699107842
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7439635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699021442 {#1935
    date: 2023-11-03 15:24: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
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 {#1396
  +user: Proxies\__CG__\App\Entity\User {#1394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-few-remaining-gripes-with-linux"
  +title: "My few remaining gripes with linux"
  +url: null
  +body: """
    It’s mostly libinput. Why the hell can’t I easily change scroll speed on Gnome and not on KDE? Why does gnome have a simple tool (gnome tweaks) to change the trackpad cooldown to change the time trackpad doesn’t work as a substitute for good palm rejection and KDE doesn’t? Why is it a bit of a pain in both to change trackpad gestures? Why am I hearing again about God damn redesigning the settings placement on most desktop environments.\n
    \n
    Edit: I love both KDE and Gnome, and I think that they’re great. But it kinda hurts to see them fail on what seem like relatively simple things
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699084574 {#1927
    date: 2023-11-04 08:56:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 9269
  -titleTs: "'gripe':4 'linux':6 'remain':3"
  -bodyTs: "'bit':58 'chang':12,31,36,65 'cooldown':34 'damn':75 'desktop':82 'doesn':40,52 'easili':11 'edit':84 'environ':83 'fail':105 'gestur':67 'gnome':16,23,28,90 'god':74 'good':47 'great':97 'hear':71 'hell':7 'hurt':101 'kde':20,51,88 'kinda':100 'libinput':4 'like':109 'love':86 'most':3 'pain':61 'palm':48 'placement':79 're':96 'redesign':76 'reject':49 'relat':110 'scroll':13 'see':103 'seem':108 'set':78 'simpl':26,111 'speed':14 'substitut':45 'thing':112 'think':93 'time':38 'tool':27 'trackpad':33,39,66 'tweak':29 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699087072
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13693825"
  +editedAt: DateTimeImmutable @1699026412 {#1368
    date: 2023-11-03 16:46:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699000672 {#1399
    date: 2023-11-03 09:37:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1396
  +user: Proxies\__CG__\App\Entity\User {#1394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-few-remaining-gripes-with-linux"
  +title: "My few remaining gripes with linux"
  +url: null
  +body: """
    It’s mostly libinput. Why the hell can’t I easily change scroll speed on Gnome and not on KDE? Why does gnome have a simple tool (gnome tweaks) to change the trackpad cooldown to change the time trackpad doesn’t work as a substitute for good palm rejection and KDE doesn’t? Why is it a bit of a pain in both to change trackpad gestures? Why am I hearing again about God damn redesigning the settings placement on most desktop environments.\n
    \n
    Edit: I love both KDE and Gnome, and I think that they’re great. But it kinda hurts to see them fail on what seem like relatively simple things
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699084574 {#1927
    date: 2023-11-04 08:56:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 9269
  -titleTs: "'gripe':4 'linux':6 'remain':3"
  -bodyTs: "'bit':58 'chang':12,31,36,65 'cooldown':34 'damn':75 'desktop':82 'doesn':40,52 'easili':11 'edit':84 'environ':83 'fail':105 'gestur':67 'gnome':16,23,28,90 'god':74 'good':47 'great':97 'hear':71 'hell':7 'hurt':101 'kde':20,51,88 'kinda':100 'libinput':4 'like':109 'love':86 'most':3 'pain':61 'palm':48 'placement':79 're':96 'redesign':76 'reject':49 'relat':110 'scroll':13 'see':103 'seem':108 'set':78 'simpl':26,111 'speed':14 'substitut':45 'thing':112 'think':93 'time':38 'tool':27 'trackpad':33,39,66 'tweak':29 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699087072
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13693825"
  +editedAt: DateTimeImmutable @1699026412 {#1368
    date: 2023-11-03 16:46:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699000672 {#1399
    date: 2023-11-03 09:37:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1396
  +user: Proxies\__CG__\App\Entity\User {#1394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-few-remaining-gripes-with-linux"
  +title: "My few remaining gripes with linux"
  +url: null
  +body: """
    It’s mostly libinput. Why the hell can’t I easily change scroll speed on Gnome and not on KDE? Why does gnome have a simple tool (gnome tweaks) to change the trackpad cooldown to change the time trackpad doesn’t work as a substitute for good palm rejection and KDE doesn’t? Why is it a bit of a pain in both to change trackpad gestures? Why am I hearing again about God damn redesigning the settings placement on most desktop environments.\n
    \n
    Edit: I love both KDE and Gnome, and I think that they’re great. But it kinda hurts to see them fail on what seem like relatively simple things
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699084574 {#1927
    date: 2023-11-04 08:56:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 9269
  -titleTs: "'gripe':4 'linux':6 'remain':3"
  -bodyTs: "'bit':58 'chang':12,31,36,65 'cooldown':34 'damn':75 'desktop':82 'doesn':40,52 'easili':11 'edit':84 'environ':83 'fail':105 'gestur':67 'gnome':16,23,28,90 'god':74 'good':47 'great':97 'hear':71 'hell':7 'hurt':101 'kde':20,51,88 'kinda':100 'libinput':4 'like':109 'love':86 'most':3 'pain':61 'palm':48 'placement':79 're':96 'redesign':76 'reject':49 'relat':110 'scroll':13 'see':103 'seem':108 'set':78 'simpl':26,111 'speed':14 'substitut':45 'thing':112 'think':93 'time':38 'tool':27 'trackpad':33,39,66 'tweak':29 'work':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699087072
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13693825"
  +editedAt: DateTimeImmutable @1699026412 {#1368
    date: 2023-11-03 16:46:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699000672 {#1399
    date: 2023-11-03 09:37:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-it-safe-to-use-a-laptop-charger-to-power"
  +title: "Is it safe to use a laptop charger to power two parallel 24v fans?"
  +url: null
  +body: """
    I have a 3D printer and have a special filter that has two 24V blower fans that are connected in parallel. Unfortunately my printer doesn’t have the proper connectors for the fans. So if I purchase something like this [power jack adapter](https://www.amazon.com/gp/product/B07C61434H/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1) I know the adapter is 12V not sure if that would make a difference. Anyway if I connect the female part of that adapter to the fan cables and plug in my laptop charger which is rated for 19v to 24V would that be ok?\n
    \n
    If those adapters are fine, should I just purchase 12V blower fans instead?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698698127 {#1898
    date: 2023-10-30 21:35:27.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: 8247
  -titleTs: "'24v':13 'charger':8 'fan':14 'laptop':7 'parallel':12 'power':10 'safe':3 'two':11 'use':5"
  -bodyTs: "'/gp/product/b07c61434h/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=utf8&th=1)':46 '12v':52,101 '19v':85 '24v':14,87 '3d':4 'adapt':43,50,70,94 'anyway':61 'blower':15,102 'cabl':74 'charger':80 'connect':19,64 'connector':30 'differ':60 'doesn':25 'fan':16,33,73,103 'femal':66 'filter':10 'fine':96 'instead':104 'jack':42 'know':48 'laptop':79 'like':39 'make':58 'ok':91 'parallel':21 'part':67 'plug':76 'power':41 'printer':5,24 'proper':29 'purchas':37,100 'rate':83 'someth':38 'special':9 'sure':54 'two':13 'unfortun':22 'would':57,88 'www.amazon.com':45 'www.amazon.com/gp/product/b07c61434h/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=utf8&th=1)':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698613273
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/5459570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698538273 {#1891
    date: 2023-10-29 02:11:13.0 +02: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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-it-safe-to-use-a-laptop-charger-to-power"
  +title: "Is it safe to use a laptop charger to power two parallel 24v fans?"
  +url: null
  +body: """
    I have a 3D printer and have a special filter that has two 24V blower fans that are connected in parallel. Unfortunately my printer doesn’t have the proper connectors for the fans. So if I purchase something like this [power jack adapter](https://www.amazon.com/gp/product/B07C61434H/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1) I know the adapter is 12V not sure if that would make a difference. Anyway if I connect the female part of that adapter to the fan cables and plug in my laptop charger which is rated for 19v to 24V would that be ok?\n
    \n
    If those adapters are fine, should I just purchase 12V blower fans instead?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698698127 {#1898
    date: 2023-10-30 21:35:27.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: 8247
  -titleTs: "'24v':13 'charger':8 'fan':14 'laptop':7 'parallel':12 'power':10 'safe':3 'two':11 'use':5"
  -bodyTs: "'/gp/product/b07c61434h/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=utf8&th=1)':46 '12v':52,101 '19v':85 '24v':14,87 '3d':4 'adapt':43,50,70,94 'anyway':61 'blower':15,102 'cabl':74 'charger':80 'connect':19,64 'connector':30 'differ':60 'doesn':25 'fan':16,33,73,103 'femal':66 'filter':10 'fine':96 'instead':104 'jack':42 'know':48 'laptop':79 'like':39 'make':58 'ok':91 'parallel':21 'part':67 'plug':76 'power':41 'printer':5,24 'proper':29 'purchas':37,100 'rate':83 'someth':38 'special':9 'sure':54 'two':13 'unfortun':22 'would':57,88 'www.amazon.com':45 'www.amazon.com/gp/product/b07c61434h/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=utf8&th=1)':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698613273
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/5459570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698538273 {#1891
    date: 2023-10-29 02:11:13.0 +02: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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1956 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-it-safe-to-use-a-laptop-charger-to-power"
  +title: "Is it safe to use a laptop charger to power two parallel 24v fans?"
  +url: null
  +body: """
    I have a 3D printer and have a special filter that has two 24V blower fans that are connected in parallel. Unfortunately my printer doesn’t have the proper connectors for the fans. So if I purchase something like this [power jack adapter](https://www.amazon.com/gp/product/B07C61434H/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1) I know the adapter is 12V not sure if that would make a difference. Anyway if I connect the female part of that adapter to the fan cables and plug in my laptop charger which is rated for 19v to 24V would that be ok?\n
    \n
    If those adapters are fine, should I just purchase 12V blower fans instead?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698698127 {#1898
    date: 2023-10-30 21:35:27.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: 8247
  -titleTs: "'24v':13 'charger':8 'fan':14 'laptop':7 'parallel':12 'power':10 'safe':3 'two':11 'use':5"
  -bodyTs: "'/gp/product/b07c61434h/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=utf8&th=1)':46 '12v':52,101 '19v':85 '24v':14,87 '3d':4 'adapt':43,50,70,94 'anyway':61 'blower':15,102 'cabl':74 'charger':80 'connect':19,64 'connector':30 'differ':60 'doesn':25 'fan':16,33,73,103 'femal':66 'filter':10 'fine':96 'instead':104 'jack':42 'know':48 'laptop':79 'like':39 'make':58 'ok':91 'parallel':21 'part':67 'plug':76 'power':41 'printer':5,24 'proper':29 'purchas':37,100 'rate':83 'someth':38 'special':9 'sure':54 'two':13 'unfortun':22 'would':57,88 'www.amazon.com':45 'www.amazon.com/gp/product/b07c61434h/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=utf8&th=1)':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698613273
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/5459570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698538273 {#1891
    date: 2023-10-29 02:11:13.0 +02: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 {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Charity-Work"
  +title: "Charity Work"
  +url: null
  +body: """
    Good morning everyone,\n
    \n
    I am looking to do charity work for one year straight. Starting in February of 2024 my job is giving me a years salary to go do charity work of any sort.\n
    \n
    So my question is, what kind of charity needs help around central Pennsylvania, USA?\n
    \n
    I know there are soup kitchens and some popular ones like Habitat for Humanity, but how do I help the ones that might not have as many people helping them?\n
    \n
    I apologize if this isn’t the correct place to post this, I’m still very new to Lemmy.\n
    \n
    Thank you
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699157390 {#2426
    date: 2023-11-05 05:09:50.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: 7855
  -titleTs: "'chariti':1 'work':2"
  -bodyTs: "'2024':19 'apolog':81 'around':46 'central':47 'chariti':9,31,43 'correct':87 'everyon':3 'februari':17 'give':23 'go':29 'good':1 'habitat':61 'help':45,68,78 'human':63 'isn':84 'job':21 'kind':41 'kitchen':55 'know':51 'lemmi':98 'like':60 'look':6 'm':93 'mani':76 'might':72 'morn':2 'need':44 'new':96 'one':12,59,70 'pennsylvania':48 'peopl':77 'place':88 'popular':58 'post':90 'question':38 'salari':27 'sort':35 'soup':54 'start':15 'still':94 'straight':14 'thank':99 'usa':49 'work':10,32 'year':13,26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698421685
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7947450"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698335285 {#2440
    date: 2023-10-26 17:48:05.0 +02: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 {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Charity-Work"
  +title: "Charity Work"
  +url: null
  +body: """
    Good morning everyone,\n
    \n
    I am looking to do charity work for one year straight. Starting in February of 2024 my job is giving me a years salary to go do charity work of any sort.\n
    \n
    So my question is, what kind of charity needs help around central Pennsylvania, USA?\n
    \n
    I know there are soup kitchens and some popular ones like Habitat for Humanity, but how do I help the ones that might not have as many people helping them?\n
    \n
    I apologize if this isn’t the correct place to post this, I’m still very new to Lemmy.\n
    \n
    Thank you
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699157390 {#2426
    date: 2023-11-05 05:09:50.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: 7855
  -titleTs: "'chariti':1 'work':2"
  -bodyTs: "'2024':19 'apolog':81 'around':46 'central':47 'chariti':9,31,43 'correct':87 'everyon':3 'februari':17 'give':23 'go':29 'good':1 'habitat':61 'help':45,68,78 'human':63 'isn':84 'job':21 'kind':41 'kitchen':55 'know':51 'lemmi':98 'like':60 'look':6 'm':93 'mani':76 'might':72 'morn':2 'need':44 'new':96 'one':12,59,70 'pennsylvania':48 'peopl':77 'place':88 'popular':58 'post':90 'question':38 'salari':27 'sort':35 'soup':54 'start':15 'still':94 'straight':14 'thank':99 'usa':49 'work':10,32 'year':13,26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698421685
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7947450"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698335285 {#2440
    date: 2023-10-26 17:48:05.0 +02: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 {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Charity-Work"
  +title: "Charity Work"
  +url: null
  +body: """
    Good morning everyone,\n
    \n
    I am looking to do charity work for one year straight. Starting in February of 2024 my job is giving me a years salary to go do charity work of any sort.\n
    \n
    So my question is, what kind of charity needs help around central Pennsylvania, USA?\n
    \n
    I know there are soup kitchens and some popular ones like Habitat for Humanity, but how do I help the ones that might not have as many people helping them?\n
    \n
    I apologize if this isn’t the correct place to post this, I’m still very new to Lemmy.\n
    \n
    Thank you
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699157390 {#2426
    date: 2023-11-05 05:09:50.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: 7855
  -titleTs: "'chariti':1 'work':2"
  -bodyTs: "'2024':19 'apolog':81 'around':46 'central':47 'chariti':9,31,43 'correct':87 'everyon':3 'februari':17 'give':23 'go':29 'good':1 'habitat':61 'help':45,68,78 'human':63 'isn':84 'job':21 'kind':41 'kitchen':55 'know':51 'lemmi':98 'like':60 'look':6 'm':93 'mani':76 'might':72 'morn':2 'need':44 'new':96 'one':12,59,70 'pennsylvania':48 'peopl':77 'place':88 'popular':58 'post':90 'question':38 'salari':27 'sort':35 'soup':54 'start':15 'still':94 'straight':14 'thank':99 'usa':49 'work':10,32 'year':13,26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698421685
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7947450"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698335285 {#2440
    date: 2023-10-26 17:48:05.0 +02: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 {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "People-talk-about-ideas-being-living-things-How-can-we"
  +title: "People talk about ideas being living things. How can we do better at cultivating and propagating ideas that are helpful / sustainable?"
  +url: null
  +body: """
    Using the metaphorical (or maybe literal) model of ideas as living things - there should be conditions we can create to nurture an ecosystem of beneficial ideas. Like making a garden or farm.\n
    \n
    Not just thinking about transmission method (memes, books, songs, art, gatherings) but also having a defined, intentional and continued program of evaluating ideas and spreading ideas.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698412729 {#2450
    date: 2023-10-27 15:18:49.0 +02: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: 7772
  -titleTs: "'better':12 'cultiv':14 'help':20 'idea':4,17 'live':6 'peopl':1 'propag':16 'sustain':21 'talk':2 'thing':7"
  -bodyTs: "'also':45 'art':42 'benefici':25 'book':40 'condit':16 'continu':51 'creat':19 'defin':48 'ecosystem':23 'evalu':54 'farm':32 'garden':30 'gather':43 'idea':9,26,55,58 'intent':49 'like':27 'liter':6 'live':11 'make':28 'mayb':5 'meme':39 'metaphor':3 'method':38 'model':7 'nurtur':21 'program':52 'song':41 'spread':57 'thing':12 'think':35 'transmiss':37 'use':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698376884
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7343842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698290484 {#2449
    date: 2023-10-26 05:21:24.0 +02: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 {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "People-talk-about-ideas-being-living-things-How-can-we"
  +title: "People talk about ideas being living things. How can we do better at cultivating and propagating ideas that are helpful / sustainable?"
  +url: null
  +body: """
    Using the metaphorical (or maybe literal) model of ideas as living things - there should be conditions we can create to nurture an ecosystem of beneficial ideas. Like making a garden or farm.\n
    \n
    Not just thinking about transmission method (memes, books, songs, art, gatherings) but also having a defined, intentional and continued program of evaluating ideas and spreading ideas.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698412729 {#2450
    date: 2023-10-27 15:18:49.0 +02: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: 7772
  -titleTs: "'better':12 'cultiv':14 'help':20 'idea':4,17 'live':6 'peopl':1 'propag':16 'sustain':21 'talk':2 'thing':7"
  -bodyTs: "'also':45 'art':42 'benefici':25 'book':40 'condit':16 'continu':51 'creat':19 'defin':48 'ecosystem':23 'evalu':54 'farm':32 'garden':30 'gather':43 'idea':9,26,55,58 'intent':49 'like':27 'liter':6 'live':11 'make':28 'mayb':5 'meme':39 'metaphor':3 'method':38 'model':7 'nurtur':21 'program':52 'song':41 'spread':57 'thing':12 'think':35 'transmiss':37 'use':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698376884
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7343842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698290484 {#2449
    date: 2023-10-26 05:21:24.0 +02: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 {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "People-talk-about-ideas-being-living-things-How-can-we"
  +title: "People talk about ideas being living things. How can we do better at cultivating and propagating ideas that are helpful / sustainable?"
  +url: null
  +body: """
    Using the metaphorical (or maybe literal) model of ideas as living things - there should be conditions we can create to nurture an ecosystem of beneficial ideas. Like making a garden or farm.\n
    \n
    Not just thinking about transmission method (memes, books, songs, art, gatherings) but also having a defined, intentional and continued program of evaluating ideas and spreading ideas.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698412729 {#2450
    date: 2023-10-27 15:18:49.0 +02: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: 7772
  -titleTs: "'better':12 'cultiv':14 'help':20 'idea':4,17 'live':6 'peopl':1 'propag':16 'sustain':21 'talk':2 'thing':7"
  -bodyTs: "'also':45 'art':42 'benefici':25 'book':40 'condit':16 'continu':51 'creat':19 'defin':48 'ecosystem':23 'evalu':54 'farm':32 'garden':30 'gather':43 'idea':9,26,55,58 'intent':49 'like':27 'liter':6 'live':11 'make':28 'mayb':5 'meme':39 'metaphor':3 'method':38 'model':7 'nurtur':21 'program':52 'song':41 'spread':57 'thing':12 'think':35 'transmiss':37 'use':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698376884
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7343842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698290484 {#2449
    date: 2023-10-26 05:21:24.0 +02: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 {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-nicknames-have-you-been-given"
  +title: "What nicknames have you been given?"
  +url: null
  +body: """
    Shower thought … if the government is truly listening to us all 24/7, what nicknames would they give you?\n
    \n
    I imagine mine would be something along the lines of tone deaf as when I’m on my own, I’m constantly singing.\n
    \n
    I could just imagine them speaking to each other in their call centre sighing and saying to each other: “Oh here we go again Tone Deaf is ruining another song”\n
    \n
    What would yours be?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698326022 {#2474
    date: 2023-10-26 15:13:42.0 +02: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: 7636
  -titleTs: "'given':6 'nicknam':2"
  -bodyTs: "'24/7':12 'along':25 'anoth':70 'call':53 'centr':54 'constant':40 'could':43 'deaf':30,67 'give':17 'go':64 'govern':5 'imagin':20,45 'line':27 'listen':8 'm':34,39 'mine':21 'nicknam':14 'oh':61 'ruin':69 'say':57 'shower':1 'sigh':55 'sing':41 'someth':24 'song':71 'speak':47 'thought':2 'tone':29,66 'truli':7 'us':10 'would':15,22,73"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698307895
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7304274"
  +editedAt: DateTimeImmutable @1698232196 {#1923
    date: 2023-10-25 13:09:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698221495 {#2484
    date: 2023-10-25 10:11:35.0 +02: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 {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-nicknames-have-you-been-given"
  +title: "What nicknames have you been given?"
  +url: null
  +body: """
    Shower thought … if the government is truly listening to us all 24/7, what nicknames would they give you?\n
    \n
    I imagine mine would be something along the lines of tone deaf as when I’m on my own, I’m constantly singing.\n
    \n
    I could just imagine them speaking to each other in their call centre sighing and saying to each other: “Oh here we go again Tone Deaf is ruining another song”\n
    \n
    What would yours be?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698326022 {#2474
    date: 2023-10-26 15:13:42.0 +02: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: 7636
  -titleTs: "'given':6 'nicknam':2"
  -bodyTs: "'24/7':12 'along':25 'anoth':70 'call':53 'centr':54 'constant':40 'could':43 'deaf':30,67 'give':17 'go':64 'govern':5 'imagin':20,45 'line':27 'listen':8 'm':34,39 'mine':21 'nicknam':14 'oh':61 'ruin':69 'say':57 'shower':1 'sigh':55 'sing':41 'someth':24 'song':71 'speak':47 'thought':2 'tone':29,66 'truli':7 'us':10 'would':15,22,73"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698307895
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7304274"
  +editedAt: DateTimeImmutable @1698232196 {#1923
    date: 2023-10-25 13:09:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698221495 {#2484
    date: 2023-10-25 10:11:35.0 +02: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 {#1391
  +user: Proxies\__CG__\App\Entity\User {#2481 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-nicknames-have-you-been-given"
  +title: "What nicknames have you been given?"
  +url: null
  +body: """
    Shower thought … if the government is truly listening to us all 24/7, what nicknames would they give you?\n
    \n
    I imagine mine would be something along the lines of tone deaf as when I’m on my own, I’m constantly singing.\n
    \n
    I could just imagine them speaking to each other in their call centre sighing and saying to each other: “Oh here we go again Tone Deaf is ruining another song”\n
    \n
    What would yours be?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698326022 {#2474
    date: 2023-10-26 15:13:42.0 +02: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: 7636
  -titleTs: "'given':6 'nicknam':2"
  -bodyTs: "'24/7':12 'along':25 'anoth':70 'call':53 'centr':54 'constant':40 'could':43 'deaf':30,67 'give':17 'go':64 'govern':5 'imagin':20,45 'line':27 'listen':8 'm':34,39 'mine':21 'nicknam':14 'oh':61 'ruin':69 'say':57 'shower':1 'sigh':55 'sing':41 'someth':24 'song':71 'speak':47 'thought':2 'tone':29,66 'truli':7 'us':10 'would':15,22,73"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698307895
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7304274"
  +editedAt: DateTimeImmutable @1698232196 {#1923
    date: 2023-10-25 13:09:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698221495 {#2484
    date: 2023-10-25 10:11:35.0 +02: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 {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Sharing-files-from-authenticated-sites"
  +title: "Sharing files from authenticated sites"
  +url: null
  +body: """
    Should I be concerned before I share a video I downloaded from a site I needed to log in to with a username and password? Does the file I have include data that references my account? If so is there away to remove it before I share it?\n
    \n
    Signed I am tired of feeling like I don’t contribute to the community.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698756580 {#1547
    date: 2023-10-31 13:49:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1523 …}
  +votes: Doctrine\ORM\PersistentCollection {#1522 …}
  +reports: Doctrine\ORM\PersistentCollection {#1506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1505 …}
  +badges: Doctrine\ORM\PersistentCollection {#1532 …}
  +children: []
  -id: 7600
  -titleTs: "'authent':4 'file':2 'share':1 'site':5"
  -bodyTs: "'account':36 'away':41 'communiti':62 'concern':4 'contribut':59 'data':32 'download':11 'feel':54 'file':28 'includ':31 'like':55 'log':18 'need':16 'password':25 'refer':34 'remov':43 'share':7,47 'sign':49 'site':14 'tire':52 'usernam':23 'video':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698293647
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7921960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698207247 {#1481
    date: 2023-10-25 06:14:07.0 +02: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 {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Sharing-files-from-authenticated-sites"
  +title: "Sharing files from authenticated sites"
  +url: null
  +body: """
    Should I be concerned before I share a video I downloaded from a site I needed to log in to with a username and password? Does the file I have include data that references my account? If so is there away to remove it before I share it?\n
    \n
    Signed I am tired of feeling like I don’t contribute to the community.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698756580 {#1547
    date: 2023-10-31 13:49:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1523 …}
  +votes: Doctrine\ORM\PersistentCollection {#1522 …}
  +reports: Doctrine\ORM\PersistentCollection {#1506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1505 …}
  +badges: Doctrine\ORM\PersistentCollection {#1532 …}
  +children: []
  -id: 7600
  -titleTs: "'authent':4 'file':2 'share':1 'site':5"
  -bodyTs: "'account':36 'away':41 'communiti':62 'concern':4 'contribut':59 'data':32 'download':11 'feel':54 'file':28 'includ':31 'like':55 'log':18 'need':16 'password':25 'refer':34 'remov':43 'share':7,47 'sign':49 'site':14 'tire':52 'usernam':23 'video':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698293647
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7921960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698207247 {#1481
    date: 2023-10-25 06:14:07.0 +02: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 {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Sharing-files-from-authenticated-sites"
  +title: "Sharing files from authenticated sites"
  +url: null
  +body: """
    Should I be concerned before I share a video I downloaded from a site I needed to log in to with a username and password? Does the file I have include data that references my account? If so is there away to remove it before I share it?\n
    \n
    Signed I am tired of feeling like I don’t contribute to the community.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698756580 {#1547
    date: 2023-10-31 13:49:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1523 …}
  +votes: Doctrine\ORM\PersistentCollection {#1522 …}
  +reports: Doctrine\ORM\PersistentCollection {#1506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1505 …}
  +badges: Doctrine\ORM\PersistentCollection {#1532 …}
  +children: []
  -id: 7600
  -titleTs: "'authent':4 'file':2 'share':1 'site':5"
  -bodyTs: "'account':36 'away':41 'communiti':62 'concern':4 'contribut':59 'data':32 'download':11 'feel':54 'file':28 'includ':31 'like':55 'log':18 'need':16 'password':25 'refer':34 'remov':43 'share':7,47 'sign':49 'site':14 'tire':52 'usernam':23 'video':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698293647
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7921960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698207247 {#1481
    date: 2023-10-25 06:14:07.0 +02: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 {#1540
  +user: Proxies\__CG__\App\Entity\User {#1538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Privacy-friendly-clock-app"
  +title: "Privacy friendly clock app ?"
  +url: null
  +body: "Hi, would you know a privacy friendly clock app ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698832033 {#1534
    date: 2023-11-01 10:47:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1539 …}
  +votes: Doctrine\ORM\PersistentCollection {#1529 …}
  +reports: Doctrine\ORM\PersistentCollection {#1530 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1516 …}
  +badges: Doctrine\ORM\PersistentCollection {#1519 …}
  +children: []
  -id: 7517
  -titleTs: "'app':4 'clock':3 'friend':2 'privaci':1"
  -bodyTs: "'app':9 'clock':8 'friend':7 'hi':1 'know':4 'privaci':6 'would':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698254835
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5839055"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698168435 {#1542
    date: 2023-10-24 19:27:15.0 +02: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 {#1540
  +user: Proxies\__CG__\App\Entity\User {#1538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Privacy-friendly-clock-app"
  +title: "Privacy friendly clock app ?"
  +url: null
  +body: "Hi, would you know a privacy friendly clock app ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698832033 {#1534
    date: 2023-11-01 10:47:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1539 …}
  +votes: Doctrine\ORM\PersistentCollection {#1529 …}
  +reports: Doctrine\ORM\PersistentCollection {#1530 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1516 …}
  +badges: Doctrine\ORM\PersistentCollection {#1519 …}
  +children: []
  -id: 7517
  -titleTs: "'app':4 'clock':3 'friend':2 'privaci':1"
  -bodyTs: "'app':9 'clock':8 'friend':7 'hi':1 'know':4 'privaci':6 'would':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698254835
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5839055"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698168435 {#1542
    date: 2023-10-24 19:27:15.0 +02: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 {#1540
  +user: Proxies\__CG__\App\Entity\User {#1538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Privacy-friendly-clock-app"
  +title: "Privacy friendly clock app ?"
  +url: null
  +body: "Hi, would you know a privacy friendly clock app ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698832033 {#1534
    date: 2023-11-01 10:47:13.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1539 …}
  +votes: Doctrine\ORM\PersistentCollection {#1529 …}
  +reports: Doctrine\ORM\PersistentCollection {#1530 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1516 …}
  +badges: Doctrine\ORM\PersistentCollection {#1519 …}
  +children: []
  -id: 7517
  -titleTs: "'app':4 'clock':3 'friend':2 'privaci':1"
  -bodyTs: "'app':9 'clock':8 'friend':7 'hi':1 'know':4 'privaci':6 'would':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698254835
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5839055"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698168435 {#1542
    date: 2023-10-24 19:27:15.0 +02: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 {#1623
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-One-Step-Guide-to-Turn-Soup-from-Watery-Crap-into"
  +title: "My One-Step Guide to Turn Soup from Watery Crap into Something You Would Want to Eat"
  +url: null
  +body: """
    Step 1: Add a little bit of oil to taste.\n
    \n
    Done.\n
    \n
    Take your crappy canned soup and toss in a bit of butter, olive oil, or regular vegetable oil. Sprinkle some sesame oil into your homemade ramen. This is basically the single most important difference between the soup which traumatized you as a child and the inexplicably edible soup you get from restaurants.\n
    \n
    Don’t suffer through fall and winter. Soup can be a lazy convenience meal you which can taste good without a lot of effort.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698460255 {#1517
    date: 2023-10-28 04:30:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1704 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 6867
  -titleTs: "'crap':11 'eat':18 'guid':5 'one':3 'one-step':2 'someth':13 'soup':8 'step':4 'turn':7 'want':16 'wateri':10 'would':15"
  -bodyTs: "'1':2 'add':3 'basic':40 'bit':6,21 'butter':23 'can':15 'child':54 'conveni':76 'crappi':14 'differ':45 'done':11 'edibl':58 'effort':87 'fall':68 'get':61 'good':82 'homemad':36 'import':44 'inexplic':57 'lazi':75 'littl':5 'lot':85 'meal':77 'oil':8,25,29,33 'oliv':24 'ramen':37 'regular':27 'restaur':63 'sesam':32 'singl':42 'soup':16,48,59,71 'sprinkl':30 'step':1 'suffer':66 'take':12 'tast':10,81 'toss':18 'traumat':50 'veget':28 'winter':70 'without':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697988554
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/8907734"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697902154 {#1632
    date: 2023-10-21 17:29:14.0 +02: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 {#1623
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-One-Step-Guide-to-Turn-Soup-from-Watery-Crap-into"
  +title: "My One-Step Guide to Turn Soup from Watery Crap into Something You Would Want to Eat"
  +url: null
  +body: """
    Step 1: Add a little bit of oil to taste.\n
    \n
    Done.\n
    \n
    Take your crappy canned soup and toss in a bit of butter, olive oil, or regular vegetable oil. Sprinkle some sesame oil into your homemade ramen. This is basically the single most important difference between the soup which traumatized you as a child and the inexplicably edible soup you get from restaurants.\n
    \n
    Don’t suffer through fall and winter. Soup can be a lazy convenience meal you which can taste good without a lot of effort.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698460255 {#1517
    date: 2023-10-28 04:30:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1704 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 6867
  -titleTs: "'crap':11 'eat':18 'guid':5 'one':3 'one-step':2 'someth':13 'soup':8 'step':4 'turn':7 'want':16 'wateri':10 'would':15"
  -bodyTs: "'1':2 'add':3 'basic':40 'bit':6,21 'butter':23 'can':15 'child':54 'conveni':76 'crappi':14 'differ':45 'done':11 'edibl':58 'effort':87 'fall':68 'get':61 'good':82 'homemad':36 'import':44 'inexplic':57 'lazi':75 'littl':5 'lot':85 'meal':77 'oil':8,25,29,33 'oliv':24 'ramen':37 'regular':27 'restaur':63 'sesam':32 'singl':42 'soup':16,48,59,71 'sprinkl':30 'step':1 'suffer':66 'take':12 'tast':10,81 'toss':18 'traumat':50 'veget':28 'winter':70 'without':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697988554
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/8907734"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697902154 {#1632
    date: 2023-10-21 17:29:14.0 +02: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 {#1623
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-One-Step-Guide-to-Turn-Soup-from-Watery-Crap-into"
  +title: "My One-Step Guide to Turn Soup from Watery Crap into Something You Would Want to Eat"
  +url: null
  +body: """
    Step 1: Add a little bit of oil to taste.\n
    \n
    Done.\n
    \n
    Take your crappy canned soup and toss in a bit of butter, olive oil, or regular vegetable oil. Sprinkle some sesame oil into your homemade ramen. This is basically the single most important difference between the soup which traumatized you as a child and the inexplicably edible soup you get from restaurants.\n
    \n
    Don’t suffer through fall and winter. Soup can be a lazy convenience meal you which can taste good without a lot of effort.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698460255 {#1517
    date: 2023-10-28 04:30:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1704 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 6867
  -titleTs: "'crap':11 'eat':18 'guid':5 'one':3 'one-step':2 'someth':13 'soup':8 'step':4 'turn':7 'want':16 'wateri':10 'would':15"
  -bodyTs: "'1':2 'add':3 'basic':40 'bit':6,21 'butter':23 'can':15 'child':54 'conveni':76 'crappi':14 'differ':45 'done':11 'edibl':58 'effort':87 'fall':68 'get':61 'good':82 'homemad':36 'import':44 'inexplic':57 'lazi':75 'littl':5 'lot':85 'meal':77 'oil':8,25,29,33 'oliv':24 'ramen':37 'regular':27 'restaur':63 'sesam':32 'singl':42 'soup':16,48,59,71 'sprinkl':30 'step':1 'suffer':66 'take':12 'tast':10,81 'toss':18 'traumat':50 'veget':28 'winter':70 'without':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697988554
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/8907734"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697902154 {#1632
    date: 2023-10-21 17:29:14.0 +02: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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Suggestions-for-an-iOS-News-app-or-way-that-doesn-t"
  +title: "Suggestions for an iOS News app (or way) that doesn't track (much) data ?"
  +url: null
  +body: "Hi there, I’m quite new to this *digital hygiene* thing. I try to avoid apps on my phone that tracks useless data for their initial purpose. How do you guys read news ? Would love a “respectful” app that doesn’t track too much data, but I’m open to any solution. Would like to browse international and french news."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697900697 {#1746
    date: 2023-10-21 17:04:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1472 …}
  +reports: Doctrine\ORM\PersistentCollection {#1467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1498 …}
  +badges: Doctrine\ORM\PersistentCollection {#1497 …}
  +children: []
  -id: 4987
  -titleTs: "'app':6 'data':14 'doesn':10 'io':4 'much':13 'news':5 'suggest':1 'track':12 'way':8"
  -bodyTs: "'app':16,38 'avoid':15 'brows':56 'data':23,45 'digit':9 'doesn':40 'french':59 'guy':31 'hi':1 'hygien':10 'initi':26 'intern':57 'like':54 'love':35 'm':4,48 'much':44 'new':6 'news':33,60 'open':49 'phone':19 'purpos':27 'quit':5 'read':32 'respect':37 'solut':52 'thing':11 'track':21,42 'tri':13 'useless':22 'would':34,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697295553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7118038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697209153 {#1749
    date: 2023-10-13 16:59:13.0 +02: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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Suggestions-for-an-iOS-News-app-or-way-that-doesn-t"
  +title: "Suggestions for an iOS News app (or way) that doesn't track (much) data ?"
  +url: null
  +body: "Hi there, I’m quite new to this *digital hygiene* thing. I try to avoid apps on my phone that tracks useless data for their initial purpose. How do you guys read news ? Would love a “respectful” app that doesn’t track too much data, but I’m open to any solution. Would like to browse international and french news."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697900697 {#1746
    date: 2023-10-21 17:04:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1472 …}
  +reports: Doctrine\ORM\PersistentCollection {#1467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1498 …}
  +badges: Doctrine\ORM\PersistentCollection {#1497 …}
  +children: []
  -id: 4987
  -titleTs: "'app':6 'data':14 'doesn':10 'io':4 'much':13 'news':5 'suggest':1 'track':12 'way':8"
  -bodyTs: "'app':16,38 'avoid':15 'brows':56 'data':23,45 'digit':9 'doesn':40 'french':59 'guy':31 'hi':1 'hygien':10 'initi':26 'intern':57 'like':54 'love':35 'm':4,48 'much':44 'new':6 'news':33,60 'open':49 'phone':19 'purpos':27 'quit':5 'read':32 'respect':37 'solut':52 'thing':11 'track':21,42 'tri':13 'useless':22 'would':34,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697295553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7118038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697209153 {#1749
    date: 2023-10-13 16:59:13.0 +02: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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1954 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Suggestions-for-an-iOS-News-app-or-way-that-doesn-t"
  +title: "Suggestions for an iOS News app (or way) that doesn't track (much) data ?"
  +url: null
  +body: "Hi there, I’m quite new to this *digital hygiene* thing. I try to avoid apps on my phone that tracks useless data for their initial purpose. How do you guys read news ? Would love a “respectful” app that doesn’t track too much data, but I’m open to any solution. Would like to browse international and french news."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697900697 {#1746
    date: 2023-10-21 17:04:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1472 …}
  +reports: Doctrine\ORM\PersistentCollection {#1467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1498 …}
  +badges: Doctrine\ORM\PersistentCollection {#1497 …}
  +children: []
  -id: 4987
  -titleTs: "'app':6 'data':14 'doesn':10 'io':4 'much':13 'news':5 'suggest':1 'track':12 'way':8"
  -bodyTs: "'app':16,38 'avoid':15 'brows':56 'data':23,45 'digit':9 'doesn':40 'french':59 'guy':31 'hi':1 'hygien':10 'initi':26 'intern':57 'like':54 'love':35 'm':4,48 'much':44 'new':6 'news':33,60 'open':49 'phone':19 'purpos':27 'quit':5 'read':32 'respect':37 'solut':52 'thing':11 'track':21,42 'tri':13 'useless':22 'would':34,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697295553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7118038"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697209153 {#1749
    date: 2023-10-13 16:59:13.0 +02: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 {#1487
  +user: Proxies\__CG__\App\Entity\User {#1485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Should-I-worry-about-legitimate-interest-tracking-cookies"
  +title: "Should I worry about "legitimate interest" tracking cookies?"
  +url: null
  +body: """
    I know they’ve been around since the GDPR came into effect, but I’ve suddenly noticed a sharp increase in the cookie prompts on web pages which have a second “legitimate interest” page. Some of these have an “object all” button, but plenty require you to manually opt-out of sometimes *hundreds* of ad-trackers.\n
    \n
    The cynic in me assumes this is a legal loophole, whereby they can claim legitimate interest in your data in order to do exactly what they were going to do anyway (which is *not* what the *legitimate interest* feature of the GDPR is for) without being required to give you a “reject all” button.\n
    \n
    1. Am I being overly paranoid or is this exactly what’s happening?\n
    2. Does blocking all third-party cookies (something your browser should be able to do by default) negate all this need to reject anyway?\n
    3. If not then what’s the solution?\n
    \n
    If you do have an answer then please state if it applies to EU/UK or other, non-GDPR-respecting countries!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697043634 {#1486
    date: 2023-10-11 19:00:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 3379
  -titleTs: "'cooki':8 'interest':6 'legitim':5 'track':7 'worri':3"
  -bodyTs: "'1':113 '2':126 '3':151 'abl':139 'ad':57 'ad-track':56 'answer':164 'anyway':89,150 'appli':170 'around':6 'assum':63 'block':128 'browser':136 'button':42,112 'came':10 'claim':72 'cooki':23,133 'countri':179 'cynic':60 'data':77 'default':143 'effect':12 'eu/uk':172 'exact':82,122 'featur':97 'gdpr':9,100,177 'give':107 'go':86 'happen':125 'hundr':54 'increas':20 'interest':33,74,96 'know':2 'legal':67 'legitim':32,73,95 'loophol':68 'manual':48 'need':147 'negat':144 'non':176 'non-gdpr-respect':175 'notic':17 'object':40 'opt':50 'opt-out':49 'order':79 'over':117 'page':27,34 'paranoid':118 'parti':132 'pleas':166 'plenti':44 'prompt':24 'reject':110,149 'requir':45,105 'respect':178 'second':31 'sharp':19 'sinc':7 'solut':158 'someth':134 'sometim':53 'state':167 'sudden':16 'third':131 'third-parti':130 'tracker':58 've':4,15 'web':26 'wherebi':69 'without':103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696760859
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5042916"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696674459 {#1488
    date: 2023-10-07 12:27:39.0 +02: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 {#1487
  +user: Proxies\__CG__\App\Entity\User {#1485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Should-I-worry-about-legitimate-interest-tracking-cookies"
  +title: "Should I worry about "legitimate interest" tracking cookies?"
  +url: null
  +body: """
    I know they’ve been around since the GDPR came into effect, but I’ve suddenly noticed a sharp increase in the cookie prompts on web pages which have a second “legitimate interest” page. Some of these have an “object all” button, but plenty require you to manually opt-out of sometimes *hundreds* of ad-trackers.\n
    \n
    The cynic in me assumes this is a legal loophole, whereby they can claim legitimate interest in your data in order to do exactly what they were going to do anyway (which is *not* what the *legitimate interest* feature of the GDPR is for) without being required to give you a “reject all” button.\n
    \n
    1. Am I being overly paranoid or is this exactly what’s happening?\n
    2. Does blocking all third-party cookies (something your browser should be able to do by default) negate all this need to reject anyway?\n
    3. If not then what’s the solution?\n
    \n
    If you do have an answer then please state if it applies to EU/UK or other, non-GDPR-respecting countries!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697043634 {#1486
    date: 2023-10-11 19:00:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 3379
  -titleTs: "'cooki':8 'interest':6 'legitim':5 'track':7 'worri':3"
  -bodyTs: "'1':113 '2':126 '3':151 'abl':139 'ad':57 'ad-track':56 'answer':164 'anyway':89,150 'appli':170 'around':6 'assum':63 'block':128 'browser':136 'button':42,112 'came':10 'claim':72 'cooki':23,133 'countri':179 'cynic':60 'data':77 'default':143 'effect':12 'eu/uk':172 'exact':82,122 'featur':97 'gdpr':9,100,177 'give':107 'go':86 'happen':125 'hundr':54 'increas':20 'interest':33,74,96 'know':2 'legal':67 'legitim':32,73,95 'loophol':68 'manual':48 'need':147 'negat':144 'non':176 'non-gdpr-respect':175 'notic':17 'object':40 'opt':50 'opt-out':49 'order':79 'over':117 'page':27,34 'paranoid':118 'parti':132 'pleas':166 'plenti':44 'prompt':24 'reject':110,149 'requir':45,105 'respect':178 'second':31 'sharp':19 'sinc':7 'solut':158 'someth':134 'sometim':53 'state':167 'sudden':16 'third':131 'third-parti':130 'tracker':58 've':4,15 'web':26 'wherebi':69 'without':103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696760859
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5042916"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696674459 {#1488
    date: 2023-10-07 12:27:39.0 +02: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 {#1487
  +user: Proxies\__CG__\App\Entity\User {#1485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Should-I-worry-about-legitimate-interest-tracking-cookies"
  +title: "Should I worry about "legitimate interest" tracking cookies?"
  +url: null
  +body: """
    I know they’ve been around since the GDPR came into effect, but I’ve suddenly noticed a sharp increase in the cookie prompts on web pages which have a second “legitimate interest” page. Some of these have an “object all” button, but plenty require you to manually opt-out of sometimes *hundreds* of ad-trackers.\n
    \n
    The cynic in me assumes this is a legal loophole, whereby they can claim legitimate interest in your data in order to do exactly what they were going to do anyway (which is *not* what the *legitimate interest* feature of the GDPR is for) without being required to give you a “reject all” button.\n
    \n
    1. Am I being overly paranoid or is this exactly what’s happening?\n
    2. Does blocking all third-party cookies (something your browser should be able to do by default) negate all this need to reject anyway?\n
    3. If not then what’s the solution?\n
    \n
    If you do have an answer then please state if it applies to EU/UK or other, non-GDPR-respecting countries!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697043634 {#1486
    date: 2023-10-11 19:00:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 3379
  -titleTs: "'cooki':8 'interest':6 'legitim':5 'track':7 'worri':3"
  -bodyTs: "'1':113 '2':126 '3':151 'abl':139 'ad':57 'ad-track':56 'answer':164 'anyway':89,150 'appli':170 'around':6 'assum':63 'block':128 'browser':136 'button':42,112 'came':10 'claim':72 'cooki':23,133 'countri':179 'cynic':60 'data':77 'default':143 'effect':12 'eu/uk':172 'exact':82,122 'featur':97 'gdpr':9,100,177 'give':107 'go':86 'happen':125 'hundr':54 'increas':20 'interest':33,74,96 'know':2 'legal':67 'legitim':32,73,95 'loophol':68 'manual':48 'need':147 'negat':144 'non':176 'non-gdpr-respect':175 'notic':17 'object':40 'opt':50 'opt-out':49 'order':79 'over':117 'page':27,34 'paranoid':118 'parti':132 'pleas':166 'plenti':44 'prompt':24 'reject':110,149 'requir':45,105 'respect':178 'second':31 'sharp':19 'sinc':7 'solut':158 'someth':134 'sometim':53 'state':167 'sudden':16 'third':131 'third-parti':130 'tracker':58 've':4,15 'web':26 'wherebi':69 'without':103"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696760859
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5042916"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696674459 {#1488
    date: 2023-10-07 12:27:39.0 +02: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 {#1760
  +user: Proxies\__CG__\App\Entity\User {#1757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-s-the-thinnest-E-ink-screen-that-is-closest-to-3-5-2-5"
  +title: "What's the thinnest E-ink screen that is closest to 3.5×2.5 inch?"
  +url: null
  +body: """
    I am curious if one, something like this exists, and two what the cost might be? I am looking for a screen, I assume an e-ink is the best/cheapest option and I want it to be as close as possible to the size of a playing card, ideally not thicker than 2MM. But I think up to 5mm could work.\n
    \n
    Basically the idea is to use and or eventually create very thin cheap e-reader screens to make programmable playing card games. I have no idea if the screens are even that small, when I go to look for them I get results that are very far from what I am looking for.\n
    \n
    Anyone know if what I want exists, and if not, if it would even be possible to manufacture for cheap?\n
    \n
    Edit: I wonder how hard it would be to repurpose something like [this](https://m.alibaba.com/product/1600439857583/Red-White-Black-3-colors-Electronic.html?__sceneInfo=%7B%22cacheTime%22%3A%221800000%22%2C%22type%22%3A%22appDetailShare%22%7D&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?\n
    \n
    The idea is that all the “cards” would be inserted into a carring case that acts as a dock to update the cards. Once you pick your game, all of the cards refresh to whatever game you picked. I would want to make the games open so anyone can design a game for people to play.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693783321 {#1758
    date: 2023-09-04 01:22:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 2074
  -titleTs: "'2.5':14 '3.5':13 'closest':11 'e':6 'e-ink':5 'inch':15 'ink':7 'screen':8 'thinnest':4"
  -bodyTs: "'/product/1600439857583/red-white-black-3-colors-electronic.html?__sceneinfo=%7b%22cachetime%22%3a%221800000%22%2c%22type%22%3a%22appdetailshare%22%7d&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?':152 '2mm':54 '5mm':60 'act':168 'anyon':117,200 'assum':24 'basic':63 'best/cheapest':31 'car':165 'card':49,84,159,175,184 'case':166 'cheap':75,136 'close':40 'cost':14 'could':61 'creat':72 'curious':3 'design':202 'dock':171 'e':27,77 'e-ink':26 'e-read':76 'edit':137 'even':94,130 'eventu':71 'exist':9,123 'far':110 'game':85,180,188,197,204 'get':105 'go':99 'hard':141 'idea':65,89,154 'ideal':50 'ink':28 'insert':162 'know':118 'like':7,148 'look':19,101,115 'm.alibaba.com':151 'm.alibaba.com/product/1600439857583/red-white-black-3-colors-electronic.html?__sceneinfo=%7b%22cachetime%22%3a%221800000%22%2c%22type%22%3a%22appdetailshare%22%7d&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?':150 'make':81,195 'manufactur':134 'might':15 'one':5 'open':198 'option':32 'peopl':206 'pick':178,190 'play':48,83,208 'possibl':42,132 'programm':82 'reader':78 'refresh':185 'repurpos':146 'result':106 'screen':22,79,92 'size':45 'small':96 'someth':6,147 'thicker':52 'thin':74 'think':57 'two':11 'updat':173 'use':68 'want':35,122,193 'whatev':187 'wonder':139 'work':62 'would':129,143,160,192"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693748690
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/4227889"
  +editedAt: DateTimeImmutable @1693678712 {#1754
    date: 2023-09-02 20:18:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693662290 {#1755
    date: 2023-09-02 15:44:50.0 +02: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 {#1760
  +user: Proxies\__CG__\App\Entity\User {#1757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-s-the-thinnest-E-ink-screen-that-is-closest-to-3-5-2-5"
  +title: "What's the thinnest E-ink screen that is closest to 3.5×2.5 inch?"
  +url: null
  +body: """
    I am curious if one, something like this exists, and two what the cost might be? I am looking for a screen, I assume an e-ink is the best/cheapest option and I want it to be as close as possible to the size of a playing card, ideally not thicker than 2MM. But I think up to 5mm could work.\n
    \n
    Basically the idea is to use and or eventually create very thin cheap e-reader screens to make programmable playing card games. I have no idea if the screens are even that small, when I go to look for them I get results that are very far from what I am looking for.\n
    \n
    Anyone know if what I want exists, and if not, if it would even be possible to manufacture for cheap?\n
    \n
    Edit: I wonder how hard it would be to repurpose something like [this](https://m.alibaba.com/product/1600439857583/Red-White-Black-3-colors-Electronic.html?__sceneInfo=%7B%22cacheTime%22%3A%221800000%22%2C%22type%22%3A%22appDetailShare%22%7D&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?\n
    \n
    The idea is that all the “cards” would be inserted into a carring case that acts as a dock to update the cards. Once you pick your game, all of the cards refresh to whatever game you picked. I would want to make the games open so anyone can design a game for people to play.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693783321 {#1758
    date: 2023-09-04 01:22:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 2074
  -titleTs: "'2.5':14 '3.5':13 'closest':11 'e':6 'e-ink':5 'inch':15 'ink':7 'screen':8 'thinnest':4"
  -bodyTs: "'/product/1600439857583/red-white-black-3-colors-electronic.html?__sceneinfo=%7b%22cachetime%22%3a%221800000%22%2c%22type%22%3a%22appdetailshare%22%7d&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?':152 '2mm':54 '5mm':60 'act':168 'anyon':117,200 'assum':24 'basic':63 'best/cheapest':31 'car':165 'card':49,84,159,175,184 'case':166 'cheap':75,136 'close':40 'cost':14 'could':61 'creat':72 'curious':3 'design':202 'dock':171 'e':27,77 'e-ink':26 'e-read':76 'edit':137 'even':94,130 'eventu':71 'exist':9,123 'far':110 'game':85,180,188,197,204 'get':105 'go':99 'hard':141 'idea':65,89,154 'ideal':50 'ink':28 'insert':162 'know':118 'like':7,148 'look':19,101,115 'm.alibaba.com':151 'm.alibaba.com/product/1600439857583/red-white-black-3-colors-electronic.html?__sceneinfo=%7b%22cachetime%22%3a%221800000%22%2c%22type%22%3a%22appdetailshare%22%7d&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?':150 'make':81,195 'manufactur':134 'might':15 'one':5 'open':198 'option':32 'peopl':206 'pick':178,190 'play':48,83,208 'possibl':42,132 'programm':82 'reader':78 'refresh':185 'repurpos':146 'result':106 'screen':22,79,92 'size':45 'small':96 'someth':6,147 'thicker':52 'thin':74 'think':57 'two':11 'updat':173 'use':68 'want':35,122,193 'whatev':187 'wonder':139 'work':62 'would':129,143,160,192"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693748690
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/4227889"
  +editedAt: DateTimeImmutable @1693678712 {#1754
    date: 2023-09-02 20:18:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693662290 {#1755
    date: 2023-09-02 15:44:50.0 +02: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 {#1760
  +user: Proxies\__CG__\App\Entity\User {#1757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-s-the-thinnest-E-ink-screen-that-is-closest-to-3-5-2-5"
  +title: "What's the thinnest E-ink screen that is closest to 3.5×2.5 inch?"
  +url: null
  +body: """
    I am curious if one, something like this exists, and two what the cost might be? I am looking for a screen, I assume an e-ink is the best/cheapest option and I want it to be as close as possible to the size of a playing card, ideally not thicker than 2MM. But I think up to 5mm could work.\n
    \n
    Basically the idea is to use and or eventually create very thin cheap e-reader screens to make programmable playing card games. I have no idea if the screens are even that small, when I go to look for them I get results that are very far from what I am looking for.\n
    \n
    Anyone know if what I want exists, and if not, if it would even be possible to manufacture for cheap?\n
    \n
    Edit: I wonder how hard it would be to repurpose something like [this](https://m.alibaba.com/product/1600439857583/Red-White-Black-3-colors-Electronic.html?__sceneInfo=%7B%22cacheTime%22%3A%221800000%22%2C%22type%22%3A%22appDetailShare%22%7D&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?\n
    \n
    The idea is that all the “cards” would be inserted into a carring case that acts as a dock to update the cards. Once you pick your game, all of the cards refresh to whatever game you picked. I would want to make the games open so anyone can design a game for people to play.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693783321 {#1758
    date: 2023-09-04 01:22:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 2074
  -titleTs: "'2.5':14 '3.5':13 'closest':11 'e':6 'e-ink':5 'inch':15 'ink':7 'screen':8 'thinnest':4"
  -bodyTs: "'/product/1600439857583/red-white-black-3-colors-electronic.html?__sceneinfo=%7b%22cachetime%22%3a%221800000%22%2c%22type%22%3a%22appdetailshare%22%7d&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?':152 '2mm':54 '5mm':60 'act':168 'anyon':117,200 'assum':24 'basic':63 'best/cheapest':31 'car':165 'card':49,84,159,175,184 'case':166 'cheap':75,136 'close':40 'cost':14 'could':61 'creat':72 'curious':3 'design':202 'dock':171 'e':27,77 'e-ink':26 'e-read':76 'edit':137 'even':94,130 'eventu':71 'exist':9,123 'far':110 'game':85,180,188,197,204 'get':105 'go':99 'hard':141 'idea':65,89,154 'ideal':50 'ink':28 'insert':162 'know':118 'like':7,148 'look':19,101,115 'm.alibaba.com':151 'm.alibaba.com/product/1600439857583/red-white-black-3-colors-electronic.html?__sceneinfo=%7b%22cachetime%22%3a%221800000%22%2c%22type%22%3a%22appdetailshare%22%7d&from=share&ckvia=share_d71d2a40b5d44e5aae781de3d8d313b1)?':150 'make':81,195 'manufactur':134 'might':15 'one':5 'open':198 'option':32 'peopl':206 'pick':178,190 'play':48,83,208 'possibl':42,132 'programm':82 'reader':78 'refresh':185 'repurpos':146 'result':106 'screen':22,79,92 'size':45 'small':96 'someth':6,147 'thicker':52 'thin':74 'think':57 'two':11 'updat':173 'use':68 'want':35,122,193 'whatev':187 'wonder':139 'work':62 'would':129,143,160,192"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693748690
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/4227889"
  +editedAt: DateTimeImmutable @1693678712 {#1754
    date: 2023-09-02 20:18:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693662290 {#1755
    date: 2023-09-02 15:44:50.0 +02: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 {#1775
  +user: Proxies\__CG__\App\Entity\User {#1776 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-far-from-a-forest-fire-do-you-have-to"
  +title: "How far from a forest fire do you have to be for a daily temperature record to count?"
  +url: null
  +body: "There have been some impressive (and scary) temperature records set in the past couple weeks. That said, there are parts of Canada that are currently on fire that likely have a daily temperature in the hundreds of degrees. Clearly that doesn’t count for any sort of temperature record. What I’m wondering is: where’s the dividing line? How far away from a big fire do you have to be to record a valid daily temperature?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689743570 {#1774
    date: 2023-07-19 07:12:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1782 …}
  +votes: Doctrine\ORM\PersistentCollection {#1785 …}
  +reports: Doctrine\ORM\PersistentCollection {#1786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1766 …}
  +badges: Doctrine\ORM\PersistentCollection {#1681 …}
  +children: []
  -id: 1442
  -titleTs: "'count':18 'daili':14 'far':2 'fire':6 'forest':5 'record':16 'temperatur':15"
  -bodyTs: "'away':62 'big':65 'canada':22 'clear':39 'count':43 'coupl':14 'current':25 'daili':32,76 'degre':38 'divid':58 'doesn':41 'far':61 'fire':27,66 'hundr':36 'impress':5 'like':29 'line':59 'm':52 'part':20 'past':13 'record':9,49,73 'said':17 'scari':7 'set':10 'sort':46 'temperatur':8,33,48,77 'valid':75 'week':15 'wonder':53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689814070
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1745747"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689727670 {#1773
    date: 2023-07-19 02:47:50.0 +02: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 {#1775
  +user: Proxies\__CG__\App\Entity\User {#1776 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-far-from-a-forest-fire-do-you-have-to"
  +title: "How far from a forest fire do you have to be for a daily temperature record to count?"
  +url: null
  +body: "There have been some impressive (and scary) temperature records set in the past couple weeks. That said, there are parts of Canada that are currently on fire that likely have a daily temperature in the hundreds of degrees. Clearly that doesn’t count for any sort of temperature record. What I’m wondering is: where’s the dividing line? How far away from a big fire do you have to be to record a valid daily temperature?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689743570 {#1774
    date: 2023-07-19 07:12:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1782 …}
  +votes: Doctrine\ORM\PersistentCollection {#1785 …}
  +reports: Doctrine\ORM\PersistentCollection {#1786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1766 …}
  +badges: Doctrine\ORM\PersistentCollection {#1681 …}
  +children: []
  -id: 1442
  -titleTs: "'count':18 'daili':14 'far':2 'fire':6 'forest':5 'record':16 'temperatur':15"
  -bodyTs: "'away':62 'big':65 'canada':22 'clear':39 'count':43 'coupl':14 'current':25 'daili':32,76 'degre':38 'divid':58 'doesn':41 'far':61 'fire':27,66 'hundr':36 'impress':5 'like':29 'line':59 'm':52 'part':20 'past':13 'record':9,49,73 'said':17 'scari':7 'set':10 'sort':46 'temperatur':8,33,48,77 'valid':75 'week':15 'wonder':53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689814070
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1745747"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689727670 {#1773
    date: 2023-07-19 02:47:50.0 +02: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 {#1775
  +user: Proxies\__CG__\App\Entity\User {#1776 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-far-from-a-forest-fire-do-you-have-to"
  +title: "How far from a forest fire do you have to be for a daily temperature record to count?"
  +url: null
  +body: "There have been some impressive (and scary) temperature records set in the past couple weeks. That said, there are parts of Canada that are currently on fire that likely have a daily temperature in the hundreds of degrees. Clearly that doesn’t count for any sort of temperature record. What I’m wondering is: where’s the dividing line? How far away from a big fire do you have to be to record a valid daily temperature?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689743570 {#1774
    date: 2023-07-19 07:12:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1782 …}
  +votes: Doctrine\ORM\PersistentCollection {#1785 …}
  +reports: Doctrine\ORM\PersistentCollection {#1786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1764 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1766 …}
  +badges: Doctrine\ORM\PersistentCollection {#1681 …}
  +children: []
  -id: 1442
  -titleTs: "'count':18 'daili':14 'far':2 'fire':6 'forest':5 'record':16 'temperatur':15"
  -bodyTs: "'away':62 'big':65 'canada':22 'clear':39 'count':43 'coupl':14 'current':25 'daili':32,76 'degre':38 'divid':58 'doesn':41 'far':61 'fire':27,66 'hundr':36 'impress':5 'like':29 'line':59 'm':52 'part':20 'past':13 'record':9,49,73 'said':17 'scari':7 'set':10 'sort':46 'temperatur':8,33,48,77 'valid':75 'week':15 'wonder':53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689814070
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1745747"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689727670 {#1773
    date: 2023-07-19 02:47:50.0 +02: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 {#1445
  +user: Proxies\__CG__\App\Entity\User {#1465 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Where-do-you-find-your-arts-and-culture-news"
  +title: "Where do you find your arts and culture news?"
  +url: null
  +body: """
    Maybe a niche question but I’m looking for a community focused on arts and culture around the world rather than sharing your own work.\n
    \n
    I can easily find it somewhere like The Guardian, but I was hoping there was something in the fediverse or forum based for discourse.\n
    \n
    Any ideas?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689718522 {#1466
    date: 2023-07-19 00:15:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 1312
  -titleTs: "'art':6 'cultur':8 'find':4 'news':9"
  -bodyTs: "'around':17 'art':14 'base':47 'communiti':11 'cultur':16 'discours':49 'easili':28 'fedivers':44 'find':29 'focus':12 'forum':46 'guardian':34 'hope':38 'idea':51 'like':32 'look':8 'm':7 'mayb':1 'nich':3 'question':4 'rather':20 'share':22 'someth':41 'somewher':31 'work':25 'world':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689538889
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/1079187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689452489 {#1452
    date: 2023-07-15 22:21:29.0 +02: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 {#1445
  +user: Proxies\__CG__\App\Entity\User {#1465 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Where-do-you-find-your-arts-and-culture-news"
  +title: "Where do you find your arts and culture news?"
  +url: null
  +body: """
    Maybe a niche question but I’m looking for a community focused on arts and culture around the world rather than sharing your own work.\n
    \n
    I can easily find it somewhere like The Guardian, but I was hoping there was something in the fediverse or forum based for discourse.\n
    \n
    Any ideas?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689718522 {#1466
    date: 2023-07-19 00:15:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 1312
  -titleTs: "'art':6 'cultur':8 'find':4 'news':9"
  -bodyTs: "'around':17 'art':14 'base':47 'communiti':11 'cultur':16 'discours':49 'easili':28 'fedivers':44 'find':29 'focus':12 'forum':46 'guardian':34 'hope':38 'idea':51 'like':32 'look':8 'm':7 'mayb':1 'nich':3 'question':4 'rather':20 'share':22 'someth':41 'somewher':31 'work':25 'world':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689538889
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/1079187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689452489 {#1452
    date: 2023-07-15 22:21:29.0 +02: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 {#1445
  +user: Proxies\__CG__\App\Entity\User {#1465 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Where-do-you-find-your-arts-and-culture-news"
  +title: "Where do you find your arts and culture news?"
  +url: null
  +body: """
    Maybe a niche question but I’m looking for a community focused on arts and culture around the world rather than sharing your own work.\n
    \n
    I can easily find it somewhere like The Guardian, but I was hoping there was something in the fediverse or forum based for discourse.\n
    \n
    Any ideas?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689718522 {#1466
    date: 2023-07-19 00:15:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 1312
  -titleTs: "'art':6 'cultur':8 'find':4 'news':9"
  -bodyTs: "'around':17 'art':14 'base':47 'communiti':11 'cultur':16 'discours':49 'easili':28 'fedivers':44 'find':29 'focus':12 'forum':46 'guardian':34 'hope':38 'idea':51 'like':32 'look':8 'm':7 'mayb':1 'nich':3 'question':4 'rather':20 'share':22 'someth':41 'somewher':31 'work':25 'world':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689538889
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/1079187"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689452489 {#1452
    date: 2023-07-15 22:21:29.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-there-an-efficient-way-to-search-for-lemmy-instances"
  +title: "Is there an efficient way to search for lemmy instances based on their rules?"
  +url: null
  +body: "I am looking for a place that is as close to “as long as it’s not illegal, it’s allowed” as possible. Is there a good way to narrow down my search without going to every single server and reading their sidebar?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689225358 {#1660
    date: 2023-07-13 07:15:58.0 +02: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: 1156
  -titleTs: "'base':11 'effici':4 'instanc':10 'lemmi':9 'rule':14 'search':7 'way':5"
  -bodyTs: "'allow':21 'close':10 'everi':37 'go':35 'good':27 'illeg':18 'long':13 'look':3 'narrow':30 'place':6 'possibl':23 'read':41 'search':33 'server':39 'sidebar':43 'singl':38 'way':28 'without':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689277401
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/1035090"
  +editedAt: DateTimeImmutable @1689191025 {#1409
    date: 2023-07-12 21:43:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689191001 {#1450
    date: 2023-07-12 21:43:21.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-there-an-efficient-way-to-search-for-lemmy-instances"
  +title: "Is there an efficient way to search for lemmy instances based on their rules?"
  +url: null
  +body: "I am looking for a place that is as close to “as long as it’s not illegal, it’s allowed” as possible. Is there a good way to narrow down my search without going to every single server and reading their sidebar?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689225358 {#1660
    date: 2023-07-13 07:15:58.0 +02: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: 1156
  -titleTs: "'base':11 'effici':4 'instanc':10 'lemmi':9 'rule':14 'search':7 'way':5"
  -bodyTs: "'allow':21 'close':10 'everi':37 'go':35 'good':27 'illeg':18 'long':13 'look':3 'narrow':30 'place':6 'possibl':23 'read':41 'search':33 'server':39 'sidebar':43 'singl':38 'way':28 'without':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689277401
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/1035090"
  +editedAt: DateTimeImmutable @1689191025 {#1409
    date: 2023-07-12 21:43:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689191001 {#1450
    date: 2023-07-12 21:43:21.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Is-there-an-efficient-way-to-search-for-lemmy-instances"
  +title: "Is there an efficient way to search for lemmy instances based on their rules?"
  +url: null
  +body: "I am looking for a place that is as close to “as long as it’s not illegal, it’s allowed” as possible. Is there a good way to narrow down my search without going to every single server and reading their sidebar?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689225358 {#1660
    date: 2023-07-13 07:15:58.0 +02: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: 1156
  -titleTs: "'base':11 'effici':4 'instanc':10 'lemmi':9 'rule':14 'search':7 'way':5"
  -bodyTs: "'allow':21 'close':10 'everi':37 'go':35 'good':27 'illeg':18 'long':13 'look':3 'narrow':30 'place':6 'possibl':23 'read':41 'search':33 'server':39 'sidebar':43 'singl':38 'way':28 'without':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689277401
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/1035090"
  +editedAt: DateTimeImmutable @1689191025 {#1409
    date: 2023-07-12 21:43:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689191001 {#1450
    date: 2023-07-12 21:43:21.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-would-happen-if-your-surgeon-just-left-in-the"
  +title: "What would happen if your surgeon just left in the middle of surgery?"
  +url: null
  +body: """
    Say you’re having major surgery, like installing some new ribs, and half way through the surgery, while your chest is wide open, the surgeon just leaves. Like he just decides to go home and leave you there.\n
    \n
    Eventually you’ll wake up, right? You’ll wake up with your chest open, probably in a lot of pain.\n
    \n
    Would you die? If you manage to stay calm and just lie there patiently, how long could you survive? Besides something like an infection, what would be the things that could kill you in that situation?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689122393 {#1414
    date: 2023-07-12 02:39:53.0 +02: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: 1073
  -titleTs: "'happen':3 'left':8 'middl':11 'surgeon':6 'surgeri':13 'would':2"
  -bodyTs: "'besid':78 'calm':67 'chest':20,51 'could':75,89 'decid':31 'die':61 'eventu':39 'go':33 'half':13 'home':34 'infect':82 'instal':8 'kill':90 'leav':27,36 'lie':70 'like':7,28,80 'll':41,46 'long':74 'lot':56 'major':5 'manag':64 'new':10 'open':23,52 'pain':58 'patient':72 'probabl':53 're':3 'rib':11 'right':44 'say':1 'situat':94 'someth':79 'stay':66 'surgeon':25 'surgeri':6,17 'surviv':77 'thing':87 'wake':42,47 'way':14 'wide':22 'would':59,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689098721
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/964609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689016721 {#1411
    date: 2023-07-10 21:18:41.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-would-happen-if-your-surgeon-just-left-in-the"
  +title: "What would happen if your surgeon just left in the middle of surgery?"
  +url: null
  +body: """
    Say you’re having major surgery, like installing some new ribs, and half way through the surgery, while your chest is wide open, the surgeon just leaves. Like he just decides to go home and leave you there.\n
    \n
    Eventually you’ll wake up, right? You’ll wake up with your chest open, probably in a lot of pain.\n
    \n
    Would you die? If you manage to stay calm and just lie there patiently, how long could you survive? Besides something like an infection, what would be the things that could kill you in that situation?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689122393 {#1414
    date: 2023-07-12 02:39:53.0 +02: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: 1073
  -titleTs: "'happen':3 'left':8 'middl':11 'surgeon':6 'surgeri':13 'would':2"
  -bodyTs: "'besid':78 'calm':67 'chest':20,51 'could':75,89 'decid':31 'die':61 'eventu':39 'go':33 'half':13 'home':34 'infect':82 'instal':8 'kill':90 'leav':27,36 'lie':70 'like':7,28,80 'll':41,46 'long':74 'lot':56 'major':5 'manag':64 'new':10 'open':23,52 'pain':58 'patient':72 'probabl':53 're':3 'rib':11 'right':44 'say':1 'situat':94 'someth':79 'stay':66 'surgeon':25 'surgeri':6,17 'surviv':77 'thing':87 'wake':42,47 'way':14 'wide':22 'would':59,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689098721
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/964609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689016721 {#1411
    date: 2023-07-10 21:18:41.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-would-happen-if-your-surgeon-just-left-in-the"
  +title: "What would happen if your surgeon just left in the middle of surgery?"
  +url: null
  +body: """
    Say you’re having major surgery, like installing some new ribs, and half way through the surgery, while your chest is wide open, the surgeon just leaves. Like he just decides to go home and leave you there.\n
    \n
    Eventually you’ll wake up, right? You’ll wake up with your chest open, probably in a lot of pain.\n
    \n
    Would you die? If you manage to stay calm and just lie there patiently, how long could you survive? Besides something like an infection, what would be the things that could kill you in that situation?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689122393 {#1414
    date: 2023-07-12 02:39:53.0 +02: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: 1073
  -titleTs: "'happen':3 'left':8 'middl':11 'surgeon':6 'surgeri':13 'would':2"
  -bodyTs: "'besid':78 'calm':67 'chest':20,51 'could':75,89 'decid':31 'die':61 'eventu':39 'go':33 'half':13 'home':34 'infect':82 'instal':8 'kill':90 'leav':27,36 'lie':70 'like':7,28,80 'll':41,46 'long':74 'lot':56 'major':5 'manag':64 'new':10 'open':23,52 'pain':58 'patient':72 'probabl':53 're':3 'rib':11 'right':44 'say':1 'situat':94 'someth':79 'stay':66 'surgeon':25 'surgeri':6,17 'surviv':77 'thing':87 'wake':42,47 'way':14 'wide':22 'would':59,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689098721
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/964609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689016721 {#1411
    date: 2023-07-10 21:18:41.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Why-are-fediverse-admins-blocking-out-threads"
  +title: "Why are fediverse admins blocking out threads?"
  +url: null
  +body: "I get meta evil, but aren’t we just blocking out any users from accessing the wider fediverse?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689154868 {#1448
    date: 2023-07-12 11:41:08.0 +02: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: 1117
  -titleTs: "'admin':4 'block':5 'fedivers':3 'thread':7"
  -bodyTs: "'access':15 'aren':6 'block':10 'evil':4 'fedivers':18 'get':2 'meta':3 'user':13 'wider':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688848287
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/375769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688780287 {#1457
    date: 2023-07-08 03:38:07.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Why-are-fediverse-admins-blocking-out-threads"
  +title: "Why are fediverse admins blocking out threads?"
  +url: null
  +body: "I get meta evil, but aren’t we just blocking out any users from accessing the wider fediverse?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689154868 {#1448
    date: 2023-07-12 11:41:08.0 +02: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: 1117
  -titleTs: "'admin':4 'block':5 'fedivers':3 'thread':7"
  -bodyTs: "'access':15 'aren':6 'block':10 'evil':4 'fedivers':18 'get':2 'meta':3 'user':13 'wider':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688848287
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/375769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688780287 {#1457
    date: 2023-07-08 03:38:07.0 +02: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 {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Why-are-fediverse-admins-blocking-out-threads"
  +title: "Why are fediverse admins blocking out threads?"
  +url: null
  +body: "I get meta evil, but aren’t we just blocking out any users from accessing the wider fediverse?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689154868 {#1448
    date: 2023-07-12 11:41:08.0 +02: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: 1117
  -titleTs: "'admin':4 'block':5 'fedivers':3 'thread':7"
  -bodyTs: "'access':15 'aren':6 'block':10 'evil':4 'fedivers':18 'get':2 'meta':3 'user':13 'wider':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688848287
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/375769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688780287 {#1457
    date: 2023-07-08 03:38:07.0 +02: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 {#1699 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Reddit-Notifications"
  +title: "Reddit Notifications?"
  +url: null
  +body: """
    For the first time ever, I’m getting Reddit notifications, outside of when I get a dm or a comment/post reply from someone. 🧐 Hmm, I wonder if that’s just coincidence…\n
    \n
    Anyone else? Or just me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688533064 {#1431
    date: 2023-07-05 06:57:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1694 …}
  +votes: Doctrine\ORM\PersistentCollection {#1700 …}
  +reports: Doctrine\ORM\PersistentCollection {#1697 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1690 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1696 …}
  +badges: Doctrine\ORM\PersistentCollection {#1595 …}
  +children: []
  -id: 757
  -titleTs: "'notif':2 'reddit':1"
  -bodyTs: "'anyon':32 'coincid':31 'comment/post':20 'dm':17 'els':33 'ever':5 'first':3 'get':8,15 'hmm':24 'm':7 'notif':10 'outsid':11 'reddit':9 'repli':21 'someon':23 'time':4 'wonder':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688517076
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1004769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688435076 {#1440
    date: 2023-07-04 03:44:36.0 +02: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 {#1699 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Reddit-Notifications"
  +title: "Reddit Notifications?"
  +url: null
  +body: """
    For the first time ever, I’m getting Reddit notifications, outside of when I get a dm or a comment/post reply from someone. 🧐 Hmm, I wonder if that’s just coincidence…\n
    \n
    Anyone else? Or just me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688533064 {#1431
    date: 2023-07-05 06:57:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1694 …}
  +votes: Doctrine\ORM\PersistentCollection {#1700 …}
  +reports: Doctrine\ORM\PersistentCollection {#1697 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1690 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1696 …}
  +badges: Doctrine\ORM\PersistentCollection {#1595 …}
  +children: []
  -id: 757
  -titleTs: "'notif':2 'reddit':1"
  -bodyTs: "'anyon':32 'coincid':31 'comment/post':20 'dm':17 'els':33 'ever':5 'first':3 'get':8,15 'hmm':24 'm':7 'notif':10 'outsid':11 'reddit':9 'repli':21 'someon':23 'time':4 'wonder':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688517076
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1004769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688435076 {#1440
    date: 2023-07-04 03:44:36.0 +02: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 {#1699 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Reddit-Notifications"
  +title: "Reddit Notifications?"
  +url: null
  +body: """
    For the first time ever, I’m getting Reddit notifications, outside of when I get a dm or a comment/post reply from someone. 🧐 Hmm, I wonder if that’s just coincidence…\n
    \n
    Anyone else? Or just me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688533064 {#1431
    date: 2023-07-05 06:57:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1694 …}
  +votes: Doctrine\ORM\PersistentCollection {#1700 …}
  +reports: Doctrine\ORM\PersistentCollection {#1697 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1690 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1696 …}
  +badges: Doctrine\ORM\PersistentCollection {#1595 …}
  +children: []
  -id: 757
  -titleTs: "'notif':2 'reddit':1"
  -bodyTs: "'anyon':32 'coincid':31 'comment/post':20 'dm':17 'els':33 'ever':5 'first':3 'get':8,15 'hmm':24 'm':7 'notif':10 'outsid':11 'reddit':9 'repli':21 'someon':23 'time':4 'wonder':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688517076
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1004769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688435076 {#1440
    date: 2023-07-04 03:44:36.0 +02: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 {#1614
  +user: Proxies\__CG__\App\Entity\User {#1612 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-software-do-you-use-for-PCB-design"
  +title: "What software do you use for PCB design?"
  +url: null
  +body: "I’m interested in learning how to make a proper PCB rather than perf board with wires all over the place."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688023354 {#1609
    date: 2023-06-29 09:22:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1615 …}
  +votes: Doctrine\ORM\PersistentCollection {#1752 …}
  +reports: Doctrine\ORM\PersistentCollection {#1639 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1647 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1640 …}
  +badges: Doctrine\ORM\PersistentCollection {#1648 …}
  +children: []
  -id: 446
  -titleTs: "'design':8 'pcb':7 'softwar':2 'use':5"
  -bodyTs: "'board':15 'interest':3 'learn':5 'm':2 'make':8 'pcb':11 'perf':14 'place':21 'proper':10 'rather':12 'wire':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687845003
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/307416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687758603 {#1606
    date: 2023-06-26 07:50:03.0 +02: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 {#1614
  +user: Proxies\__CG__\App\Entity\User {#1612 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-software-do-you-use-for-PCB-design"
  +title: "What software do you use for PCB design?"
  +url: null
  +body: "I’m interested in learning how to make a proper PCB rather than perf board with wires all over the place."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688023354 {#1609
    date: 2023-06-29 09:22:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1615 …}
  +votes: Doctrine\ORM\PersistentCollection {#1752 …}
  +reports: Doctrine\ORM\PersistentCollection {#1639 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1647 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1640 …}
  +badges: Doctrine\ORM\PersistentCollection {#1648 …}
  +children: []
  -id: 446
  -titleTs: "'design':8 'pcb':7 'softwar':2 'use':5"
  -bodyTs: "'board':15 'interest':3 'learn':5 'm':2 'make':8 'pcb':11 'perf':14 'place':21 'proper':10 'rather':12 'wire':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687845003
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/307416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687758603 {#1606
    date: 2023-06-26 07:50:03.0 +02: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 {#1614
  +user: Proxies\__CG__\App\Entity\User {#1612 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2438 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-software-do-you-use-for-PCB-design"
  +title: "What software do you use for PCB design?"
  +url: null
  +body: "I’m interested in learning how to make a proper PCB rather than perf board with wires all over the place."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688023354 {#1609
    date: 2023-06-29 09:22:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1615 …}
  +votes: Doctrine\ORM\PersistentCollection {#1752 …}
  +reports: Doctrine\ORM\PersistentCollection {#1639 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1647 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1640 …}
  +badges: Doctrine\ORM\PersistentCollection {#1648 …}
  +children: []
  -id: 446
  -titleTs: "'design':8 'pcb':7 'softwar':2 'use':5"
  -bodyTs: "'board':15 'interest':3 'learn':5 'm':2 'make':8 'pcb':11 'perf':14 'place':21 'proper':10 'rather':12 'wire':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687845003
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/307416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687758603 {#1606
    date: 2023-06-26 07:50:03.0 +02: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 {#1676
  +user: Proxies\__CG__\App\Entity\User {#1672 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-do-you-eat-that-other-people-think-is-odd"
  +title: "What do you eat that other people think is odd?"
  +url: null
  +body: "I’ll start: pesto as a bagel topping."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687535065 {#1675
    date: 2023-06-23 17:44:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 9464
  -titleTs: "'eat':4 'odd':10 'peopl':7 'think':8"
  -bodyTs: "'bagel':7 'll':2 'pesto':4 'start':3 'top':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687439428
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/683455"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687376428 {#1674
    date: 2023-06-21 21:40:28.0 +02: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 {#1676
  +user: Proxies\__CG__\App\Entity\User {#1672 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-do-you-eat-that-other-people-think-is-odd"
  +title: "What do you eat that other people think is odd?"
  +url: null
  +body: "I’ll start: pesto as a bagel topping."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687535065 {#1675
    date: 2023-06-23 17:44:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 9464
  -titleTs: "'eat':4 'odd':10 'peopl':7 'think':8"
  -bodyTs: "'bagel':7 'll':2 'pesto':4 'start':3 'top':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687439428
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/683455"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687376428 {#1674
    date: 2023-06-21 21:40:28.0 +02: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 {#1676
  +user: Proxies\__CG__\App\Entity\User {#1672 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-do-you-eat-that-other-people-think-is-odd"
  +title: "What do you eat that other people think is odd?"
  +url: null
  +body: "I’ll start: pesto as a bagel topping."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687535065 {#1675
    date: 2023-06-23 17:44:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 9464
  -titleTs: "'eat':4 'odd':10 'peopl':7 'think':8"
  -bodyTs: "'bagel':7 'll':2 'pesto':4 'start':3 'top':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687439428
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/683455"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687376428 {#1674
    date: 2023-06-21 21:40:28.0 +02: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 {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-niche-reddit-community-do-you-want-to-see-find"
  +title: "What niche reddit community do you want to see find a place on the fediverse?"
  +url: null
  +body: "Personally i'm looking forward to seeing twobestfriendsplay, arkhamasylum, whowouldwin, and respectthreads, on here."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689443942 {#1652
    date: 2023-07-15 19:59:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 300
  -titleTs: "'communiti':4 'fedivers':15 'find':10 'nich':2 'place':12 'reddit':3 'see':9 'want':7"
  -bodyTs: "'arkhamasylum':9 'forward':5 'look':4 'm':3 'person':1 'respectthread':12 'see':7 'twobestfriendsplay':8 'whowouldwin':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686174087
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/451417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686096587 {#1655
    date: 2023-06-07 02:09:47.0 +02: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 {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-niche-reddit-community-do-you-want-to-see-find"
  +title: "What niche reddit community do you want to see find a place on the fediverse?"
  +url: null
  +body: "Personally i'm looking forward to seeing twobestfriendsplay, arkhamasylum, whowouldwin, and respectthreads, on here."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689443942 {#1652
    date: 2023-07-15 19:59:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 300
  -titleTs: "'communiti':4 'fedivers':15 'find':10 'nich':2 'place':12 'reddit':3 'see':9 'want':7"
  -bodyTs: "'arkhamasylum':9 'forward':5 'look':4 'm':3 'person':1 'respectthread':12 'see':7 'twobestfriendsplay':8 'whowouldwin':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686174087
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/451417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686096587 {#1655
    date: 2023-06-07 02:09:47.0 +02: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 {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1781 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-niche-reddit-community-do-you-want-to-see-find"
  +title: "What niche reddit community do you want to see find a place on the fediverse?"
  +url: null
  +body: "Personally i'm looking forward to seeing twobestfriendsplay, arkhamasylum, whowouldwin, and respectthreads, on here."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689443942 {#1652
    date: 2023-07-15 19:59:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 300
  -titleTs: "'communiti':4 'fedivers':15 'find':10 'nich':2 'place':12 'reddit':3 'see':9 'want':7"
  -bodyTs: "'arkhamasylum':9 'forward':5 'look':4 'm':3 'person':1 'respectthread':12 'see':7 'twobestfriendsplay':8 'whowouldwin':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686174087
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/451417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686096587 {#1655
    date: 2023-06-07 02:09:47.0 +02: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