GET https://kbin.spritesserver.nl/index.php/*/active?p=151

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 …}
}
16.57 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.07 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 {#1388
  +user: Proxies\__CG__\App\Entity\User {#1387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "What-is-the-point-of-dbus"
  +title: "What is the point of dbus?"
  +url: "https://lemmy.world/pictrs/image/f7b2404a-896e-47b5-a954-8bc03c07d8f9.webp"
  +body: """
    Does anybody know why dbus exists? I’ve been wracking my brain trying to come up with a usecase for dbus that isn’t already covered by Unix sockets.\n
    \n
    You want to remotely control a daemon? Use sockets. You want the daemon to respond to the client? Sockets. Want to exchange information in json? plaintext? binary data? Sockets can do it. Want to restrict access to a socket? Go ahead, change the socket’s permissions. Want to prevent unauthorized programs from pretending to be someone they’re not? Change the permissions of the directory containing the socket. Want network transparency? That’s why we have abstract sockets.\n
    \n
    Plenty of well-established software uses sockets. Music player daemon uses sockets. BSPWM uses sockets. Tmux uses sockets. Pipewire uses sockets. Dhcpcd uses sockets. Heck, dbus itself relies on sockets!\n
    \n
    For developers, using sockets is easy. I once wrote a program that interfaced with BSPWM, and it was a breeze. Dbus, on the other hand, not so much. I tried writing a Python script that would contact Network Manager and check the WiFi signal strength. Right off the bat I’m using some obscure undocumented package for interfacing with dbus. What is an introspection? What is a proxy object? What is an interface? Why do I need 60 lines of (Python!) code for a seemingly trivial operation?\n
    \n
    So why do some developers decide to use dbus when they could just use unix sockets and save a lot of hassle for themselves and others?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 76
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712146891 {#1386
    date: 2024-04-03 14:21:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1903 …}
  +reports: Doctrine\ORM\PersistentCollection {#1364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1389 …}
  +badges: Doctrine\ORM\PersistentCollection {#1376 …}
  +children: []
  -id: 25525
  -titleTs: "'dbus':6 'point':4"
  -bodyTs: "'60':216 'abstract':106 'access':65 'ahead':70 'alreadi':25 'anybodi':2 'bat':187 'binari':56 'brain':12 'breez':158 'bspwm':121,153 'chang':71,89 'check':179 'client':47 'code':220 'come':15 'contact':175 'contain':95 'control':34 'could':237 'cover':26 'daemon':36,42,118 'data':57 'dbus':5,21,134,159,198,234 'decid':231 'develop':140,230 'dhcpcd':130 'directori':94 'easi':144 'establish':112 'exchang':51 'exist':6 'go':69 'hand':163 'hassl':247 'heck':133 'inform':52 'interfac':151,196,211 'introspect':202 'isn':23 'json':54 'know':3 'line':217 'lot':245 'm':189 'manag':177 'much':166 'music':116 'need':215 'network':99,176 'object':207 'obscur':192 'oper':225 'other':251 'packag':194 'permiss':75,91 'pipewir':127 'plaintext':55 'player':117 'plenti':108 'pretend':82 'prevent':78 'program':80,149 'proxi':206 'python':171,219 're':87 'reli':136 'remot':33 'respond':44 'restrict':64 'right':184 'save':243 'script':172 'seem':223 'signal':182 'socket':29,38,48,58,68,73,97,107,115,120,123,126,129,132,138,142,241 'softwar':113 'someon':85 'strength':183 'tmux':124 'transpar':100 'tri':13,168 'trivial':224 'unauthor':79 'undocu':193 'unix':28,240 'use':37,114,119,122,125,128,131,141,190,233,239 'usecas':19 've':8 'want':31,40,49,62,76,98 'well':111 'well-establish':110 'wifi':181 'would':174 'wrack':10 'write':169 'wrote':147"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703893490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10075662"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703807090 {#1397
    date: 2023-12-29 00:44:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#1388
  +user: Proxies\__CG__\App\Entity\User {#1387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "What-is-the-point-of-dbus"
  +title: "What is the point of dbus?"
  +url: "https://lemmy.world/pictrs/image/f7b2404a-896e-47b5-a954-8bc03c07d8f9.webp"
  +body: """
    Does anybody know why dbus exists? I’ve been wracking my brain trying to come up with a usecase for dbus that isn’t already covered by Unix sockets.\n
    \n
    You want to remotely control a daemon? Use sockets. You want the daemon to respond to the client? Sockets. Want to exchange information in json? plaintext? binary data? Sockets can do it. Want to restrict access to a socket? Go ahead, change the socket’s permissions. Want to prevent unauthorized programs from pretending to be someone they’re not? Change the permissions of the directory containing the socket. Want network transparency? That’s why we have abstract sockets.\n
    \n
    Plenty of well-established software uses sockets. Music player daemon uses sockets. BSPWM uses sockets. Tmux uses sockets. Pipewire uses sockets. Dhcpcd uses sockets. Heck, dbus itself relies on sockets!\n
    \n
    For developers, using sockets is easy. I once wrote a program that interfaced with BSPWM, and it was a breeze. Dbus, on the other hand, not so much. I tried writing a Python script that would contact Network Manager and check the WiFi signal strength. Right off the bat I’m using some obscure undocumented package for interfacing with dbus. What is an introspection? What is a proxy object? What is an interface? Why do I need 60 lines of (Python!) code for a seemingly trivial operation?\n
    \n
    So why do some developers decide to use dbus when they could just use unix sockets and save a lot of hassle for themselves and others?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 76
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712146891 {#1386
    date: 2024-04-03 14:21:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1903 …}
  +reports: Doctrine\ORM\PersistentCollection {#1364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1389 …}
  +badges: Doctrine\ORM\PersistentCollection {#1376 …}
  +children: []
  -id: 25525
  -titleTs: "'dbus':6 'point':4"
  -bodyTs: "'60':216 'abstract':106 'access':65 'ahead':70 'alreadi':25 'anybodi':2 'bat':187 'binari':56 'brain':12 'breez':158 'bspwm':121,153 'chang':71,89 'check':179 'client':47 'code':220 'come':15 'contact':175 'contain':95 'control':34 'could':237 'cover':26 'daemon':36,42,118 'data':57 'dbus':5,21,134,159,198,234 'decid':231 'develop':140,230 'dhcpcd':130 'directori':94 'easi':144 'establish':112 'exchang':51 'exist':6 'go':69 'hand':163 'hassl':247 'heck':133 'inform':52 'interfac':151,196,211 'introspect':202 'isn':23 'json':54 'know':3 'line':217 'lot':245 'm':189 'manag':177 'much':166 'music':116 'need':215 'network':99,176 'object':207 'obscur':192 'oper':225 'other':251 'packag':194 'permiss':75,91 'pipewir':127 'plaintext':55 'player':117 'plenti':108 'pretend':82 'prevent':78 'program':80,149 'proxi':206 'python':171,219 're':87 'reli':136 'remot':33 'respond':44 'restrict':64 'right':184 'save':243 'script':172 'seem':223 'signal':182 'socket':29,38,48,58,68,73,97,107,115,120,123,126,129,132,138,142,241 'softwar':113 'someon':85 'strength':183 'tmux':124 'transpar':100 'tri':13,168 'trivial':224 'unauthor':79 'undocu':193 'unix':28,240 'use':37,114,119,122,125,128,131,141,190,233,239 'usecas':19 've':8 'want':31,40,49,62,76,98 'well':111 'well-establish':110 'wifi':181 'would':174 'wrack':10 'write':169 'wrote':147"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703893490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10075662"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703807090 {#1397
    date: 2023-12-29 00:44:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#1388
  +user: Proxies\__CG__\App\Entity\User {#1387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "What-is-the-point-of-dbus"
  +title: "What is the point of dbus?"
  +url: "https://lemmy.world/pictrs/image/f7b2404a-896e-47b5-a954-8bc03c07d8f9.webp"
  +body: """
    Does anybody know why dbus exists? I’ve been wracking my brain trying to come up with a usecase for dbus that isn’t already covered by Unix sockets.\n
    \n
    You want to remotely control a daemon? Use sockets. You want the daemon to respond to the client? Sockets. Want to exchange information in json? plaintext? binary data? Sockets can do it. Want to restrict access to a socket? Go ahead, change the socket’s permissions. Want to prevent unauthorized programs from pretending to be someone they’re not? Change the permissions of the directory containing the socket. Want network transparency? That’s why we have abstract sockets.\n
    \n
    Plenty of well-established software uses sockets. Music player daemon uses sockets. BSPWM uses sockets. Tmux uses sockets. Pipewire uses sockets. Dhcpcd uses sockets. Heck, dbus itself relies on sockets!\n
    \n
    For developers, using sockets is easy. I once wrote a program that interfaced with BSPWM, and it was a breeze. Dbus, on the other hand, not so much. I tried writing a Python script that would contact Network Manager and check the WiFi signal strength. Right off the bat I’m using some obscure undocumented package for interfacing with dbus. What is an introspection? What is a proxy object? What is an interface? Why do I need 60 lines of (Python!) code for a seemingly trivial operation?\n
    \n
    So why do some developers decide to use dbus when they could just use unix sockets and save a lot of hassle for themselves and others?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 76
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712146891 {#1386
    date: 2024-04-03 14:21:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1903 …}
  +reports: Doctrine\ORM\PersistentCollection {#1364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1389 …}
  +badges: Doctrine\ORM\PersistentCollection {#1376 …}
  +children: []
  -id: 25525
  -titleTs: "'dbus':6 'point':4"
  -bodyTs: "'60':216 'abstract':106 'access':65 'ahead':70 'alreadi':25 'anybodi':2 'bat':187 'binari':56 'brain':12 'breez':158 'bspwm':121,153 'chang':71,89 'check':179 'client':47 'code':220 'come':15 'contact':175 'contain':95 'control':34 'could':237 'cover':26 'daemon':36,42,118 'data':57 'dbus':5,21,134,159,198,234 'decid':231 'develop':140,230 'dhcpcd':130 'directori':94 'easi':144 'establish':112 'exchang':51 'exist':6 'go':69 'hand':163 'hassl':247 'heck':133 'inform':52 'interfac':151,196,211 'introspect':202 'isn':23 'json':54 'know':3 'line':217 'lot':245 'm':189 'manag':177 'much':166 'music':116 'need':215 'network':99,176 'object':207 'obscur':192 'oper':225 'other':251 'packag':194 'permiss':75,91 'pipewir':127 'plaintext':55 'player':117 'plenti':108 'pretend':82 'prevent':78 'program':80,149 'proxi':206 'python':171,219 're':87 'reli':136 'remot':33 'respond':44 'restrict':64 'right':184 'save':243 'script':172 'seem':223 'signal':182 'socket':29,38,48,58,68,73,97,107,115,120,123,126,129,132,138,142,241 'softwar':113 'someon':85 'strength':183 'tmux':124 'transpar':100 'tri':13,168 'trivial':224 'unauthor':79 'undocu':193 'unix':28,240 'use':37,114,119,122,125,128,131,141,190,233,239 'usecas':19 've':8 'want':31,40,49,62,76,98 'well':111 'well-establish':110 'wifi':181 'would':174 'wrack':10 'write':169 'wrote':147"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703893490
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10075662"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703807090 {#1397
    date: 2023-12-29 00:44:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1441 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1443 …}
  +slug: "Tired-brain-is-worst-brain"
  +title: "Tired brain is worst brain"
  +url: "https://slrpnk.net/pictrs/image/63f993cb-c790-4c96-be63-2a5f6ee4c67c.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 441
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712146004 {#1417
    date: 2024-04-03 14:06:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 27397
  -titleTs: "'brain':2,5 'tire':1 'worst':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704554318
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5489230"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704467918 {#1414
    date: 2024-01-05 16:18:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1441 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1443 …}
  +slug: "Tired-brain-is-worst-brain"
  +title: "Tired brain is worst brain"
  +url: "https://slrpnk.net/pictrs/image/63f993cb-c790-4c96-be63-2a5f6ee4c67c.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 441
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712146004 {#1417
    date: 2024-04-03 14:06:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 27397
  -titleTs: "'brain':2,5 'tire':1 'worst':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704554318
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5489230"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704467918 {#1414
    date: 2024-01-05 16:18:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1441 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1443 …}
  +slug: "Tired-brain-is-worst-brain"
  +title: "Tired brain is worst brain"
  +url: "https://slrpnk.net/pictrs/image/63f993cb-c790-4c96-be63-2a5f6ee4c67c.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 17
  +favouriteCount: 441
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712146004 {#1417
    date: 2024-04-03 14:06:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1418 …}
  +votes: Doctrine\ORM\PersistentCollection {#1425 …}
  +reports: Doctrine\ORM\PersistentCollection {#1427 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1454 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1462 …}
  +badges: Doctrine\ORM\PersistentCollection {#1464 …}
  +children: []
  -id: 27397
  -titleTs: "'brain':2,5 'tire':1 'worst':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704554318
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5489230"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704467918 {#1414
    date: 2024-01-05 16:18:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-do-you-grow-your-Twitch-YouTube-Channels"
  +title: "How do you grow your Twitch/YouTube Channels?"
  +url: null
  +body: """
    New streamer/YouTuber and wanted to ask how I can grow my audience on the platform?\n
    \n
    Does doing tags in descriptions help?\n
    \n
    Any help would be appreciated.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712144837 {#1359
    date: 2024-04-03 13:47:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 26686
  -titleTs: "'channel':7 'grow':4 'twitch/youtube':6"
  -bodyTs: "'appreci':26 'ask':6 'audienc':12 'descript':20 'grow':10 'help':21,23 'new':1 'platform':15 'streamer/youtuber':2 'tag':18 'want':4 'would':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703975157
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/19542708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703942157 {#2488
    date: 2023-12-30 14:15:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-do-you-grow-your-Twitch-YouTube-Channels"
  +title: "How do you grow your Twitch/YouTube Channels?"
  +url: null
  +body: """
    New streamer/YouTuber and wanted to ask how I can grow my audience on the platform?\n
    \n
    Does doing tags in descriptions help?\n
    \n
    Any help would be appreciated.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712144837 {#1359
    date: 2024-04-03 13:47:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 26686
  -titleTs: "'channel':7 'grow':4 'twitch/youtube':6"
  -bodyTs: "'appreci':26 'ask':6 'audienc':12 'descript':20 'grow':10 'help':21,23 'new':1 'platform':15 'streamer/youtuber':2 'tag':18 'want':4 'would':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703975157
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/19542708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703942157 {#2488
    date: 2023-12-30 14:15:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-do-you-grow-your-Twitch-YouTube-Channels"
  +title: "How do you grow your Twitch/YouTube Channels?"
  +url: null
  +body: """
    New streamer/YouTuber and wanted to ask how I can grow my audience on the platform?\n
    \n
    Does doing tags in descriptions help?\n
    \n
    Any help would be appreciated.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712144837 {#1359
    date: 2024-04-03 13:47:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 26686
  -titleTs: "'channel':7 'grow':4 'twitch/youtube':6"
  -bodyTs: "'appreci':26 'ask':6 'audienc':12 'descript':20 'grow':10 'help':21,23 'new':1 'platform':15 'streamer/youtuber':2 'tag':18 'want':4 'would':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703975157
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/19542708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703942157 {#2488
    date: 2023-12-30 14:15:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#74
  +user: Proxies\__CG__\App\Entity\User {#1769 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: Proxies\__CG__\App\Entity\Image {#2437 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "Bringing-the-power-of-books-to-the-fediverse"
  +title: "Bringing the power of books to the fediverse"
  +url: "https://lemmy.world/pictrs/image/b34fa372-f8d8-4639-8950-e4f0d9fdb879.png"
  +body: """
    **Aye mateys, I wanted to share this with you as you may be interested in a discussion on having annas-archive linked to the fedi.**\n
    \n
    cross-posted from: [lemmy.world/post/9006151](https://lemmy.world/post/9006151)\n
    \n
    > Hello everyone,\n
    > \n
    > Books are still one of the most important sources of information we have as a human species. However, the media on which this information has been stored has changed considerably over time and with it its accessibility and influence on our society.\n
    > \n
    > Nowadays you can find an enormous range of books and texts online. Most of the time, however, access to them is extremely fragmented, difficult to find, subject to a fee, incompatible with the software platform of your choice or, in the worst case, goes under with its provider over time.\n
    > \n
    > To counteract this, [annas-archive](https://annas-archive.org/) was founded to make the knowledge stored in the texts and books openly accessible and to preserve it for future generations. On the other hand, there are platforms such as Goodreads that aim to simplify the joy of reading and the exchange of information, as well as the review and discussion of books and texts.\n
    > \n
    > Unfortunately, Goodreads is a centralized, proprietary solution that in addition also happens to be owned by Amazon. [BookWyrm](https://joinbookwyrm.com/) is a decentralized, open source alternative in the fediverse that steps in right here.\n
    > \n
    > **Now here’s the kicker:** what if we combined the power of both platforms? What if we combined the enormous book database of annas-archive with the fediverse, i.e. BookWyrm? Annas archive could benefit from reviews and discussions about the books and BookWyrm could expand its still very limited database many times over.\n
    > \n
    > From my point of view, this would be the perfect combination of two already great projects. What do you think?\n
    > \n
    > ---\n
    > \n
    > **TL:DR What do you think about combining [annas-archive](https://annas-archive.org/) with the fediverse ([BookWyrm](https://joinbookwyrm.com/))**
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 435
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712144277 {#237
    date: 2024-04-03 13:37:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1790 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1968 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1965 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1864 …}
  +badges: Doctrine\ORM\PersistentCollection {#1925 …}
  +children: []
  -id: 19008
  -titleTs: "'book':5 'bring':1 'fedivers':8 'power':3"
  -bodyTs: "'/)':136,212,314 '/))**':321 '/post/9006151](https://lemmy.world/post/9006151)':33 'access':72,95,150 'addit':201 'aim':169 'alreadi':294 'also':202 'altern':218 'amazon':208 'anna':21,132,251,258,310 'annas-arch':20,131,250,309 'annas-archive.org':135,313 'annas-archive.org/)':134,312 'archiv':22,133,252,259,311 'aye':1 'benefit':261 'book':36,86,148,189,247,268 'bookwyrm':209,257,270,318 'case':120 'central':196 'chang':64 'choic':115 'combin':235,244,291,308 'consider':65 'could':260,271 'counteract':129 'cross':28 'cross-post':27 'databas':248,277 'decentr':215 'difficult':101 'discuss':17,187,265 'dr':302 'enorm':83,246 'everyon':35 'exchang':178 'expand':272 'extrem':99 'fedi':26 'fedivers':221,255,317 'fee':107 'find':81,103 'found':138 'fragment':100 'futur':156 'generat':157 'goe':121 'goodread':167,193 'great':295 'hand':161 'happen':203 'hello':34 'howev':53,94 'human':51 'i.e':256 'import':43 'incompat':108 'influenc':74 'inform':46,59,180 'interest':14 'joinbookwyrm.com':211,320 'joinbookwyrm.com/)':210 'joinbookwyrm.com/))**':319 'joy':173 'kicker':231 'knowledg':142 'lemmy.world':32 'lemmy.world/post/9006151](https://lemmy.world/post/9006151)':31 'limit':276 'link':23 'make':140 'mani':278 'matey':2 'may':12 'media':55 'nowaday':78 'one':39 'onlin':89 'open':149,216 'own':206 'perfect':290 'platform':112,164,240 'point':283 'post':29 'power':237 'preserv':153 'project':296 'proprietari':197 'provid':125 'rang':84 'read':175 'review':185,263 'right':225 'share':6 'simplifi':171 'societi':77 'softwar':111 'solut':198 'sourc':44,217 'speci':52 'step':223 'still':38,274 'store':62,143 'subject':104 'text':88,146,191 'think':300,306 'time':67,93,127,279 'tl':301 'two':293 'unfortun':192 'view':285 'want':4 'well':182 'worst':119 'would':287"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701520312
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9006294"
  +editedAt: DateTimeImmutable @1702507168 {#246
    date: 2023-12-13 23:39:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701433912 {#239
    date: 2023-12-01 13:31: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
15 DENIED edit
App\Entity\Entry {#74
  +user: Proxies\__CG__\App\Entity\User {#1769 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: Proxies\__CG__\App\Entity\Image {#2437 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "Bringing-the-power-of-books-to-the-fediverse"
  +title: "Bringing the power of books to the fediverse"
  +url: "https://lemmy.world/pictrs/image/b34fa372-f8d8-4639-8950-e4f0d9fdb879.png"
  +body: """
    **Aye mateys, I wanted to share this with you as you may be interested in a discussion on having annas-archive linked to the fedi.**\n
    \n
    cross-posted from: [lemmy.world/post/9006151](https://lemmy.world/post/9006151)\n
    \n
    > Hello everyone,\n
    > \n
    > Books are still one of the most important sources of information we have as a human species. However, the media on which this information has been stored has changed considerably over time and with it its accessibility and influence on our society.\n
    > \n
    > Nowadays you can find an enormous range of books and texts online. Most of the time, however, access to them is extremely fragmented, difficult to find, subject to a fee, incompatible with the software platform of your choice or, in the worst case, goes under with its provider over time.\n
    > \n
    > To counteract this, [annas-archive](https://annas-archive.org/) was founded to make the knowledge stored in the texts and books openly accessible and to preserve it for future generations. On the other hand, there are platforms such as Goodreads that aim to simplify the joy of reading and the exchange of information, as well as the review and discussion of books and texts.\n
    > \n
    > Unfortunately, Goodreads is a centralized, proprietary solution that in addition also happens to be owned by Amazon. [BookWyrm](https://joinbookwyrm.com/) is a decentralized, open source alternative in the fediverse that steps in right here.\n
    > \n
    > **Now here’s the kicker:** what if we combined the power of both platforms? What if we combined the enormous book database of annas-archive with the fediverse, i.e. BookWyrm? Annas archive could benefit from reviews and discussions about the books and BookWyrm could expand its still very limited database many times over.\n
    > \n
    > From my point of view, this would be the perfect combination of two already great projects. What do you think?\n
    > \n
    > ---\n
    > \n
    > **TL:DR What do you think about combining [annas-archive](https://annas-archive.org/) with the fediverse ([BookWyrm](https://joinbookwyrm.com/))**
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 435
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712144277 {#237
    date: 2024-04-03 13:37:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1790 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1968 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1965 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1864 …}
  +badges: Doctrine\ORM\PersistentCollection {#1925 …}
  +children: []
  -id: 19008
  -titleTs: "'book':5 'bring':1 'fedivers':8 'power':3"
  -bodyTs: "'/)':136,212,314 '/))**':321 '/post/9006151](https://lemmy.world/post/9006151)':33 'access':72,95,150 'addit':201 'aim':169 'alreadi':294 'also':202 'altern':218 'amazon':208 'anna':21,132,251,258,310 'annas-arch':20,131,250,309 'annas-archive.org':135,313 'annas-archive.org/)':134,312 'archiv':22,133,252,259,311 'aye':1 'benefit':261 'book':36,86,148,189,247,268 'bookwyrm':209,257,270,318 'case':120 'central':196 'chang':64 'choic':115 'combin':235,244,291,308 'consider':65 'could':260,271 'counteract':129 'cross':28 'cross-post':27 'databas':248,277 'decentr':215 'difficult':101 'discuss':17,187,265 'dr':302 'enorm':83,246 'everyon':35 'exchang':178 'expand':272 'extrem':99 'fedi':26 'fedivers':221,255,317 'fee':107 'find':81,103 'found':138 'fragment':100 'futur':156 'generat':157 'goe':121 'goodread':167,193 'great':295 'hand':161 'happen':203 'hello':34 'howev':53,94 'human':51 'i.e':256 'import':43 'incompat':108 'influenc':74 'inform':46,59,180 'interest':14 'joinbookwyrm.com':211,320 'joinbookwyrm.com/)':210 'joinbookwyrm.com/))**':319 'joy':173 'kicker':231 'knowledg':142 'lemmy.world':32 'lemmy.world/post/9006151](https://lemmy.world/post/9006151)':31 'limit':276 'link':23 'make':140 'mani':278 'matey':2 'may':12 'media':55 'nowaday':78 'one':39 'onlin':89 'open':149,216 'own':206 'perfect':290 'platform':112,164,240 'point':283 'post':29 'power':237 'preserv':153 'project':296 'proprietari':197 'provid':125 'rang':84 'read':175 'review':185,263 'right':225 'share':6 'simplifi':171 'societi':77 'softwar':111 'solut':198 'sourc':44,217 'speci':52 'step':223 'still':38,274 'store':62,143 'subject':104 'text':88,146,191 'think':300,306 'time':67,93,127,279 'tl':301 'two':293 'unfortun':192 'view':285 'want':4 'well':182 'worst':119 'would':287"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701520312
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9006294"
  +editedAt: DateTimeImmutable @1702507168 {#246
    date: 2023-12-13 23:39:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701433912 {#239
    date: 2023-12-01 13:31: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
16 DENIED moderate
App\Entity\Entry {#74
  +user: Proxies\__CG__\App\Entity\User {#1769 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: Proxies\__CG__\App\Entity\Image {#2437 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "Bringing-the-power-of-books-to-the-fediverse"
  +title: "Bringing the power of books to the fediverse"
  +url: "https://lemmy.world/pictrs/image/b34fa372-f8d8-4639-8950-e4f0d9fdb879.png"
  +body: """
    **Aye mateys, I wanted to share this with you as you may be interested in a discussion on having annas-archive linked to the fedi.**\n
    \n
    cross-posted from: [lemmy.world/post/9006151](https://lemmy.world/post/9006151)\n
    \n
    > Hello everyone,\n
    > \n
    > Books are still one of the most important sources of information we have as a human species. However, the media on which this information has been stored has changed considerably over time and with it its accessibility and influence on our society.\n
    > \n
    > Nowadays you can find an enormous range of books and texts online. Most of the time, however, access to them is extremely fragmented, difficult to find, subject to a fee, incompatible with the software platform of your choice or, in the worst case, goes under with its provider over time.\n
    > \n
    > To counteract this, [annas-archive](https://annas-archive.org/) was founded to make the knowledge stored in the texts and books openly accessible and to preserve it for future generations. On the other hand, there are platforms such as Goodreads that aim to simplify the joy of reading and the exchange of information, as well as the review and discussion of books and texts.\n
    > \n
    > Unfortunately, Goodreads is a centralized, proprietary solution that in addition also happens to be owned by Amazon. [BookWyrm](https://joinbookwyrm.com/) is a decentralized, open source alternative in the fediverse that steps in right here.\n
    > \n
    > **Now here’s the kicker:** what if we combined the power of both platforms? What if we combined the enormous book database of annas-archive with the fediverse, i.e. BookWyrm? Annas archive could benefit from reviews and discussions about the books and BookWyrm could expand its still very limited database many times over.\n
    > \n
    > From my point of view, this would be the perfect combination of two already great projects. What do you think?\n
    > \n
    > ---\n
    > \n
    > **TL:DR What do you think about combining [annas-archive](https://annas-archive.org/) with the fediverse ([BookWyrm](https://joinbookwyrm.com/))**
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 38
  +favouriteCount: 435
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712144277 {#237
    date: 2024-04-03 13:37:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1790 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1968 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1965 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1864 …}
  +badges: Doctrine\ORM\PersistentCollection {#1925 …}
  +children: []
  -id: 19008
  -titleTs: "'book':5 'bring':1 'fedivers':8 'power':3"
  -bodyTs: "'/)':136,212,314 '/))**':321 '/post/9006151](https://lemmy.world/post/9006151)':33 'access':72,95,150 'addit':201 'aim':169 'alreadi':294 'also':202 'altern':218 'amazon':208 'anna':21,132,251,258,310 'annas-arch':20,131,250,309 'annas-archive.org':135,313 'annas-archive.org/)':134,312 'archiv':22,133,252,259,311 'aye':1 'benefit':261 'book':36,86,148,189,247,268 'bookwyrm':209,257,270,318 'case':120 'central':196 'chang':64 'choic':115 'combin':235,244,291,308 'consider':65 'could':260,271 'counteract':129 'cross':28 'cross-post':27 'databas':248,277 'decentr':215 'difficult':101 'discuss':17,187,265 'dr':302 'enorm':83,246 'everyon':35 'exchang':178 'expand':272 'extrem':99 'fedi':26 'fedivers':221,255,317 'fee':107 'find':81,103 'found':138 'fragment':100 'futur':156 'generat':157 'goe':121 'goodread':167,193 'great':295 'hand':161 'happen':203 'hello':34 'howev':53,94 'human':51 'i.e':256 'import':43 'incompat':108 'influenc':74 'inform':46,59,180 'interest':14 'joinbookwyrm.com':211,320 'joinbookwyrm.com/)':210 'joinbookwyrm.com/))**':319 'joy':173 'kicker':231 'knowledg':142 'lemmy.world':32 'lemmy.world/post/9006151](https://lemmy.world/post/9006151)':31 'limit':276 'link':23 'make':140 'mani':278 'matey':2 'may':12 'media':55 'nowaday':78 'one':39 'onlin':89 'open':149,216 'own':206 'perfect':290 'platform':112,164,240 'point':283 'post':29 'power':237 'preserv':153 'project':296 'proprietari':197 'provid':125 'rang':84 'read':175 'review':185,263 'right':225 'share':6 'simplifi':171 'societi':77 'softwar':111 'solut':198 'sourc':44,217 'speci':52 'step':223 'still':38,274 'store':62,143 'subject':104 'text':88,146,191 'think':300,306 'time':67,93,127,279 'tl':301 'two':293 'unfortun':192 'view':285 'want':4 'well':182 'worst':119 'would':287"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701520312
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9006294"
  +editedAt: DateTimeImmutable @1702507168 {#246
    date: 2023-12-13 23:39:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701433912 {#239
    date: 2023-12-01 13:31: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
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 {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#1747
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#1738
    date: 2024-01-03 22:49:15.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 {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#1747
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#1738
    date: 2024-01-03 22:49:15.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 {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#1747
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#1738
    date: 2024-01-03 22:49:15.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 {#1532
  +user: Proxies\__CG__\App\Entity\User {#1535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Self-hosted-media-tracker-recommendations"
  +title: "Self-hosted media tracker recommendations?"
  +url: null
  +body: """
    I’m looking to keep track of my watchlist/watched list. Found [flox](https://github.com/devfake/flox), [watcharr](https://github.com/sbondCo/Watcharr), and [MediaTracker](https://github.com/bonukai/MediaTracker).\n
    \n
    Does anyone have experience with these or other alternatives?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712137870 {#1505
    date: 2024-04-03 11:51:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1542 …}
  +votes: Doctrine\ORM\PersistentCollection {#1538 …}
  +reports: Doctrine\ORM\PersistentCollection {#1539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1530 …}
  +badges: Doctrine\ORM\PersistentCollection {#1536 …}
  +children: []
  -id: 26768
  -titleTs: "'host':3 'media':4 'recommend':6 'self':2 'self-host':1 'tracker':5"
  -bodyTs: "'/bonukai/mediatracker).':24 '/devfake/flox),':15 '/sbondco/watcharr),':19 'altern':33 'anyon':26 'experi':28 'flox':12 'found':11 'github.com':14,18,23 'github.com/bonukai/mediatracker).':22 'github.com/devfake/flox),':13 'github.com/sbondco/watcharr),':17 'keep':5 'list':10 'look':3 'm':2 'mediatrack':21 'track':6 'watcharr':16 'watchlist/watched':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704304441
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12035814"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704218041 {#1543
    date: 2024-01-02 18:54:01.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 {#1532
  +user: Proxies\__CG__\App\Entity\User {#1535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Self-hosted-media-tracker-recommendations"
  +title: "Self-hosted media tracker recommendations?"
  +url: null
  +body: """
    I’m looking to keep track of my watchlist/watched list. Found [flox](https://github.com/devfake/flox), [watcharr](https://github.com/sbondCo/Watcharr), and [MediaTracker](https://github.com/bonukai/MediaTracker).\n
    \n
    Does anyone have experience with these or other alternatives?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712137870 {#1505
    date: 2024-04-03 11:51:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1542 …}
  +votes: Doctrine\ORM\PersistentCollection {#1538 …}
  +reports: Doctrine\ORM\PersistentCollection {#1539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1530 …}
  +badges: Doctrine\ORM\PersistentCollection {#1536 …}
  +children: []
  -id: 26768
  -titleTs: "'host':3 'media':4 'recommend':6 'self':2 'self-host':1 'tracker':5"
  -bodyTs: "'/bonukai/mediatracker).':24 '/devfake/flox),':15 '/sbondco/watcharr),':19 'altern':33 'anyon':26 'experi':28 'flox':12 'found':11 'github.com':14,18,23 'github.com/bonukai/mediatracker).':22 'github.com/devfake/flox),':13 'github.com/sbondco/watcharr),':17 'keep':5 'list':10 'look':3 'm':2 'mediatrack':21 'track':6 'watcharr':16 'watchlist/watched':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704304441
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12035814"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704218041 {#1543
    date: 2024-01-02 18:54:01.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 {#1532
  +user: Proxies\__CG__\App\Entity\User {#1535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Self-hosted-media-tracker-recommendations"
  +title: "Self-hosted media tracker recommendations?"
  +url: null
  +body: """
    I’m looking to keep track of my watchlist/watched list. Found [flox](https://github.com/devfake/flox), [watcharr](https://github.com/sbondCo/Watcharr), and [MediaTracker](https://github.com/bonukai/MediaTracker).\n
    \n
    Does anyone have experience with these or other alternatives?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712137870 {#1505
    date: 2024-04-03 11:51:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1542 …}
  +votes: Doctrine\ORM\PersistentCollection {#1538 …}
  +reports: Doctrine\ORM\PersistentCollection {#1539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1530 …}
  +badges: Doctrine\ORM\PersistentCollection {#1536 …}
  +children: []
  -id: 26768
  -titleTs: "'host':3 'media':4 'recommend':6 'self':2 'self-host':1 'tracker':5"
  -bodyTs: "'/bonukai/mediatracker).':24 '/devfake/flox),':15 '/sbondco/watcharr),':19 'altern':33 'anyon':26 'experi':28 'flox':12 'found':11 'github.com':14,18,23 'github.com/bonukai/mediatracker).':22 'github.com/devfake/flox),':13 'github.com/sbondco/watcharr),':17 'keep':5 'list':10 'look':3 'm':2 'mediatrack':21 'track':6 'watcharr':16 'watchlist/watched':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704304441
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/12035814"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704218041 {#1543
    date: 2024-01-02 18:54:01.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 {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1592 …}
  +image: Proxies\__CG__\App\Entity\Image {#1591 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1459 …}
  +slug: "Duplicates-Crossposts"
  +title: "Duplicates/ Crossposts"
  +url: "https://lemmy.ca/pictrs/image/0ae14f3a-3e18-4fb3-bc7a-156baf81810d.jpeg"
  +body: """
    Is there any way to filter or exclude these? I know people post the same link to different communities around the same time to get maximum reach but it gets annoying seeing the same post 2-3 times in a row.\n
    \n
    Maybe get the app to read the link, see if it’s posted by the same user, then only show the first occurrence/post?\n
    \n
    I already swipe to hide the post but I don’t want to be hiding everything.\n
    \n
    Anyway, just a thought and see if anyone else has a workaround.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712132674 {#1663
    date: 2024-04-03 10:24:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1593 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1578 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1577 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1579 …}
  +badges: Doctrine\ORM\PersistentCollection {#1581 …}
  +children: []
  -id: 27485
  -titleTs: "'crosspost':2 'duplic':1"
  -bodyTs: "'-3':37 '2':36 'alreadi':66 'annoy':31 'anyon':88 'anyway':81 'app':45 'around':20 'communiti':19 'differ':18 'els':89 'everyth':80 'exclud':8 'filter':6 'first':63 'get':25,30,43 'hide':69,79 'know':11 'link':16,49 'maximum':26 'mayb':42 'occurrence/post':64 'peopl':12 'post':13,35,54,71 'reach':27 'read':47 'row':41 'see':32,50,86 'show':61 'swipe':67 'thought':84 'time':23,38 'user':58 'want':76 'way':4 'workaround':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704572125
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12719479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704489625 {#1553
    date: 2024-01-05 22:20:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1592 …}
  +image: Proxies\__CG__\App\Entity\Image {#1591 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1459 …}
  +slug: "Duplicates-Crossposts"
  +title: "Duplicates/ Crossposts"
  +url: "https://lemmy.ca/pictrs/image/0ae14f3a-3e18-4fb3-bc7a-156baf81810d.jpeg"
  +body: """
    Is there any way to filter or exclude these? I know people post the same link to different communities around the same time to get maximum reach but it gets annoying seeing the same post 2-3 times in a row.\n
    \n
    Maybe get the app to read the link, see if it’s posted by the same user, then only show the first occurrence/post?\n
    \n
    I already swipe to hide the post but I don’t want to be hiding everything.\n
    \n
    Anyway, just a thought and see if anyone else has a workaround.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712132674 {#1663
    date: 2024-04-03 10:24:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1593 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1578 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1577 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1579 …}
  +badges: Doctrine\ORM\PersistentCollection {#1581 …}
  +children: []
  -id: 27485
  -titleTs: "'crosspost':2 'duplic':1"
  -bodyTs: "'-3':37 '2':36 'alreadi':66 'annoy':31 'anyon':88 'anyway':81 'app':45 'around':20 'communiti':19 'differ':18 'els':89 'everyth':80 'exclud':8 'filter':6 'first':63 'get':25,30,43 'hide':69,79 'know':11 'link':16,49 'maximum':26 'mayb':42 'occurrence/post':64 'peopl':12 'post':13,35,54,71 'reach':27 'read':47 'row':41 'see':32,50,86 'show':61 'swipe':67 'thought':84 'time':23,38 'user':58 'want':76 'way':4 'workaround':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704572125
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12719479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704489625 {#1553
    date: 2024-01-05 22:20:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1592 …}
  +image: Proxies\__CG__\App\Entity\Image {#1591 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1459 …}
  +slug: "Duplicates-Crossposts"
  +title: "Duplicates/ Crossposts"
  +url: "https://lemmy.ca/pictrs/image/0ae14f3a-3e18-4fb3-bc7a-156baf81810d.jpeg"
  +body: """
    Is there any way to filter or exclude these? I know people post the same link to different communities around the same time to get maximum reach but it gets annoying seeing the same post 2-3 times in a row.\n
    \n
    Maybe get the app to read the link, see if it’s posted by the same user, then only show the first occurrence/post?\n
    \n
    I already swipe to hide the post but I don’t want to be hiding everything.\n
    \n
    Anyway, just a thought and see if anyone else has a workaround.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712132674 {#1663
    date: 2024-04-03 10:24:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1593 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1578 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1577 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1579 …}
  +badges: Doctrine\ORM\PersistentCollection {#1581 …}
  +children: []
  -id: 27485
  -titleTs: "'crosspost':2 'duplic':1"
  -bodyTs: "'-3':37 '2':36 'alreadi':66 'annoy':31 'anyon':88 'anyway':81 'app':45 'around':20 'communiti':19 'differ':18 'els':89 'everyth':80 'exclud':8 'filter':6 'first':63 'get':25,30,43 'hide':69,79 'know':11 'link':16,49 'maximum':26 'mayb':42 'occurrence/post':64 'peopl':12 'post':13,35,54,71 'reach':27 'read':47 'row':41 'see':32,50,86 'show':61 'swipe':67 'thought':84 'time':23,38 'user':58 'want':76 'way':4 'workaround':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704572125
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12719479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704489625 {#1553
    date: 2024-01-05 22:20:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1700 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1693 …}
  +slug: "A-2-day-streak"
  +title: "A 2 day streak!"
  +url: "https://startrek.website/pictrs/image/fc9b907f-4711-4994-9f31-324d5999687a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131638 {#1429
    date: 2024-04-03 10:07:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1697 …}
  +votes: Doctrine\ORM\PersistentCollection {#1690 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1595 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1609 …}
  +badges: Doctrine\ORM\PersistentCollection {#1614 …}
  +children: []
  -id: 27443
  -titleTs: "'2':2 'day':3 'streak':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704563488
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5352265"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704477088 {#1699
    date: 2024-01-05 18:51:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1700 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1693 …}
  +slug: "A-2-day-streak"
  +title: "A 2 day streak!"
  +url: "https://startrek.website/pictrs/image/fc9b907f-4711-4994-9f31-324d5999687a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131638 {#1429
    date: 2024-04-03 10:07:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1697 …}
  +votes: Doctrine\ORM\PersistentCollection {#1690 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1595 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1609 …}
  +badges: Doctrine\ORM\PersistentCollection {#1614 …}
  +children: []
  -id: 27443
  -titleTs: "'2':2 'day':3 'streak':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704563488
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5352265"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704477088 {#1699
    date: 2024-01-05 18:51:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1700 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1693 …}
  +slug: "A-2-day-streak"
  +title: "A 2 day streak!"
  +url: "https://startrek.website/pictrs/image/fc9b907f-4711-4994-9f31-324d5999687a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131638 {#1429
    date: 2024-04-03 10:07:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1697 …}
  +votes: Doctrine\ORM\PersistentCollection {#1690 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1595 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1609 …}
  +badges: Doctrine\ORM\PersistentCollection {#1614 …}
  +children: []
  -id: 27443
  -titleTs: "'2':2 'day':3 'streak':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704563488
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5352265"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704477088 {#1699
    date: 2024-01-05 18:51:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1953
  +user: Proxies\__CG__\App\Entity\User {#1937 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-to-respond-to-gf-saying-I-m-fat"
  +title: "How to respond to gf saying "I'm fat""
  +url: null
  +body: "She gained some weight but she is not fat at all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131007 {#1967
    date: 2024-04-03 09:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 25473
  -titleTs: "'fat':9 'gf':5 'm':8 'respond':3 'say':6"
  -bodyTs: "'fat':9 'gain':2 'weight':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703880389
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9849375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703793989 {#1975
    date: 2023-12-28 21:06:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1953
  +user: Proxies\__CG__\App\Entity\User {#1937 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-to-respond-to-gf-saying-I-m-fat"
  +title: "How to respond to gf saying "I'm fat""
  +url: null
  +body: "She gained some weight but she is not fat at all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131007 {#1967
    date: 2024-04-03 09:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 25473
  -titleTs: "'fat':9 'gf':5 'm':8 'respond':3 'say':6"
  -bodyTs: "'fat':9 'gain':2 'weight':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703880389
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9849375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703793989 {#1975
    date: 2023-12-28 21:06:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1953
  +user: Proxies\__CG__\App\Entity\User {#1937 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-to-respond-to-gf-saying-I-m-fat"
  +title: "How to respond to gf saying "I'm fat""
  +url: null
  +body: "She gained some weight but she is not fat at all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131007 {#1967
    date: 2024-04-03 09:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1970 …}
  +votes: Doctrine\ORM\PersistentCollection {#1973 …}
  +reports: Doctrine\ORM\PersistentCollection {#1961 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1957 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1930 …}
  +badges: Doctrine\ORM\PersistentCollection {#1952 …}
  +children: []
  -id: 25473
  -titleTs: "'fat':9 'gf':5 'm':8 'respond':3 'say':6"
  -bodyTs: "'fat':9 'gain':2 'weight':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703880389
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9849375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703793989 {#1975
    date: 2023-12-28 21:06:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1520
  +user: Proxies\__CG__\App\Entity\User {#1517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1632 …}
  +slug: "PiKVM-Build-and-Deploy"
  +title: "PiKVM Build and Deploy"
  +url: "https://feddit.nu/pictrs/image/7e4be15f-4896-4ed3-852c-3318a98538a6.jpeg"
  +body: """
    Built a nice little PiKVM and deployed it in my NAS. The NAS is heavy and placed in a dark half-height place under the stairs so it’s awkward when things go wrong and you need hardware access.\n
    \n
    ![The built KVM](https://feddit.nu/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)\n
    \n
    For those that don’t know what PiKVM is: [pikvm.org](https://pikvm.org/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 27
  +favouriteCount: 147
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712126617 {#1516
    date: 2024-04-03 08:43:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1623 …}
  +votes: Doctrine\ORM\PersistentCollection {#1406 …}
  +reports: Doctrine\ORM\PersistentCollection {#1713 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1710 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1742 …}
  +badges: Doctrine\ORM\PersistentCollection {#1659 …}
  +children: []
  -id: 26983
  -titleTs: "'build':2 'deploy':4 'pikvm':1"
  -bodyTs: "'/)':59 '/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)':46 'access':40 'awkward':31 'built':1,42 'dark':20 'deploy':7 'feddit.nu':45 'feddit.nu/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)':44 'go':34 'half':22 'half-height':21 'hardwar':39 'heavi':15 'height':23 'know':52 'kvm':43 'littl':4 'nas':11,13 'need':38 'nice':3 'pikvm':5,54 'pikvm.org':56,58 'pikvm.org/)':57 'place':17,24 'stair':27 'thing':33 'wrong':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704392376
  +visibility: "visible             "
  +apId: "https://feddit.nu/post/2451536"
  +editedAt: DateTimeImmutable @1711319486 {#1518
    date: 2024-03-24 23:31:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704305976 {#1519
    date: 2024-01-03 19:19:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1520
  +user: Proxies\__CG__\App\Entity\User {#1517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1632 …}
  +slug: "PiKVM-Build-and-Deploy"
  +title: "PiKVM Build and Deploy"
  +url: "https://feddit.nu/pictrs/image/7e4be15f-4896-4ed3-852c-3318a98538a6.jpeg"
  +body: """
    Built a nice little PiKVM and deployed it in my NAS. The NAS is heavy and placed in a dark half-height place under the stairs so it’s awkward when things go wrong and you need hardware access.\n
    \n
    ![The built KVM](https://feddit.nu/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)\n
    \n
    For those that don’t know what PiKVM is: [pikvm.org](https://pikvm.org/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 27
  +favouriteCount: 147
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712126617 {#1516
    date: 2024-04-03 08:43:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1623 …}
  +votes: Doctrine\ORM\PersistentCollection {#1406 …}
  +reports: Doctrine\ORM\PersistentCollection {#1713 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1710 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1742 …}
  +badges: Doctrine\ORM\PersistentCollection {#1659 …}
  +children: []
  -id: 26983
  -titleTs: "'build':2 'deploy':4 'pikvm':1"
  -bodyTs: "'/)':59 '/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)':46 'access':40 'awkward':31 'built':1,42 'dark':20 'deploy':7 'feddit.nu':45 'feddit.nu/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)':44 'go':34 'half':22 'half-height':21 'hardwar':39 'heavi':15 'height':23 'know':52 'kvm':43 'littl':4 'nas':11,13 'need':38 'nice':3 'pikvm':5,54 'pikvm.org':56,58 'pikvm.org/)':57 'place':17,24 'stair':27 'thing':33 'wrong':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704392376
  +visibility: "visible             "
  +apId: "https://feddit.nu/post/2451536"
  +editedAt: DateTimeImmutable @1711319486 {#1518
    date: 2024-03-24 23:31:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704305976 {#1519
    date: 2024-01-03 19:19:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1520
  +user: Proxies\__CG__\App\Entity\User {#1517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1632 …}
  +slug: "PiKVM-Build-and-Deploy"
  +title: "PiKVM Build and Deploy"
  +url: "https://feddit.nu/pictrs/image/7e4be15f-4896-4ed3-852c-3318a98538a6.jpeg"
  +body: """
    Built a nice little PiKVM and deployed it in my NAS. The NAS is heavy and placed in a dark half-height place under the stairs so it’s awkward when things go wrong and you need hardware access.\n
    \n
    ![The built KVM](https://feddit.nu/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)\n
    \n
    For those that don’t know what PiKVM is: [pikvm.org](https://pikvm.org/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 27
  +favouriteCount: 147
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712126617 {#1516
    date: 2024-04-03 08:43:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1623 …}
  +votes: Doctrine\ORM\PersistentCollection {#1406 …}
  +reports: Doctrine\ORM\PersistentCollection {#1713 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1710 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1742 …}
  +badges: Doctrine\ORM\PersistentCollection {#1659 …}
  +children: []
  -id: 26983
  -titleTs: "'build':2 'deploy':4 'pikvm':1"
  -bodyTs: "'/)':59 '/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)':46 'access':40 'awkward':31 'built':1,42 'dark':20 'deploy':7 'feddit.nu':45 'feddit.nu/pictrs/image/6698669b-e315-44f7-9182-8c32f48bf12a.jpeg)':44 'go':34 'half':22 'half-height':21 'hardwar':39 'heavi':15 'height':23 'know':52 'kvm':43 'littl':4 'nas':11,13 'need':38 'nice':3 'pikvm':5,54 'pikvm.org':56,58 'pikvm.org/)':57 'place':17,24 'stair':27 'thing':33 'wrong':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704392376
  +visibility: "visible             "
  +apId: "https://feddit.nu/post/2451536"
  +editedAt: DateTimeImmutable @1711319486 {#1518
    date: 2024-03-24 23:31:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704305976 {#1519
    date: 2024-01-03 19:19:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1575
  +user: Proxies\__CG__\App\Entity\User {#1587 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#1573 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1585 …}
  +slug: "Minx-Canceled-at-Starz-After-Network-Rescued-Show-from-Max"
  +title: "‘Minx’ Canceled at Starz After Network Rescued Show from Max"
  +url: "https://variety.com/2024/tv/news/minx-canceled-starz-season-3-1235862770/"
  +body: ""Minx" has been canceled at Starz, Variety has learned."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712126181 {#1572
    date: 2024-04-03 08:36:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1576 …}
  +votes: Doctrine\ORM\PersistentCollection {#1549 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1561 …}
  +badges: Doctrine\ORM\PersistentCollection {#1567 …}
  +children: []
  -id: 27499
  -titleTs: "'cancel':2 'max':10 'minx':1 'network':6 'rescu':7 'show':8 'starz':4"
  -bodyTs: "'cancel':4 'learn':9 'minx':1 'starz':6 'varieti':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704503999
  +visibility: "visible             "
  +apId: "https://kbin.social/m/television/t/742909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704492999 {#1574
    date: 2024-01-05 23:16:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1575
  +user: Proxies\__CG__\App\Entity\User {#1587 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#1573 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1585 …}
  +slug: "Minx-Canceled-at-Starz-After-Network-Rescued-Show-from-Max"
  +title: "‘Minx’ Canceled at Starz After Network Rescued Show from Max"
  +url: "https://variety.com/2024/tv/news/minx-canceled-starz-season-3-1235862770/"
  +body: ""Minx" has been canceled at Starz, Variety has learned."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712126181 {#1572
    date: 2024-04-03 08:36:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1576 …}
  +votes: Doctrine\ORM\PersistentCollection {#1549 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1561 …}
  +badges: Doctrine\ORM\PersistentCollection {#1567 …}
  +children: []
  -id: 27499
  -titleTs: "'cancel':2 'max':10 'minx':1 'network':6 'rescu':7 'show':8 'starz':4"
  -bodyTs: "'cancel':4 'learn':9 'minx':1 'starz':6 'varieti':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704503999
  +visibility: "visible             "
  +apId: "https://kbin.social/m/television/t/742909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704492999 {#1574
    date: 2024-01-05 23:16:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1575
  +user: Proxies\__CG__\App\Entity\User {#1587 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1586 …}
  +image: Proxies\__CG__\App\Entity\Image {#1573 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1585 …}
  +slug: "Minx-Canceled-at-Starz-After-Network-Rescued-Show-from-Max"
  +title: "‘Minx’ Canceled at Starz After Network Rescued Show from Max"
  +url: "https://variety.com/2024/tv/news/minx-canceled-starz-season-3-1235862770/"
  +body: ""Minx" has been canceled at Starz, Variety has learned."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712126181 {#1572
    date: 2024-04-03 08:36:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1576 …}
  +votes: Doctrine\ORM\PersistentCollection {#1549 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1561 …}
  +badges: Doctrine\ORM\PersistentCollection {#1567 …}
  +children: []
  -id: 27499
  -titleTs: "'cancel':2 'max':10 'minx':1 'network':6 'rescu':7 'show':8 'starz':4"
  -bodyTs: "'cancel':4 'learn':9 'minx':1 'starz':6 'varieti':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704503999
  +visibility: "visible             "
  +apId: "https://kbin.social/m/television/t/742909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704492999 {#1574
    date: 2024-01-05 23:16:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1666 …}
  +image: Proxies\__CG__\App\Entity\Image {#1667 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "Someone-sent-me-a-DS9-meme-so-I-made-this"
  +title: "Someone sent me a DS9 meme so I made this"
  +url: "https://midwest.social/pictrs/image/09a9d294-2f89-4b03-bc08-f487f6baf86a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 231
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712122932 {#1677
    date: 2024-04-03 07:42:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1652 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1649 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1653 …}
  +badges: Doctrine\ORM\PersistentCollection {#1661 …}
  +children: []
  -id: 27468
  -titleTs: "'ds9':5 'made':9 'meme':6 'sent':2 'someon':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704571961
  +visibility: "visible             "
  +apId: "https://midwest.social/post/7206062"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704485561 {#1678
    date: 2024-01-05 21:12:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1666 …}
  +image: Proxies\__CG__\App\Entity\Image {#1667 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "Someone-sent-me-a-DS9-meme-so-I-made-this"
  +title: "Someone sent me a DS9 meme so I made this"
  +url: "https://midwest.social/pictrs/image/09a9d294-2f89-4b03-bc08-f487f6baf86a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 231
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712122932 {#1677
    date: 2024-04-03 07:42:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1652 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1649 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1653 …}
  +badges: Doctrine\ORM\PersistentCollection {#1661 …}
  +children: []
  -id: 27468
  -titleTs: "'ds9':5 'made':9 'meme':6 'sent':2 'someon':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704571961
  +visibility: "visible             "
  +apId: "https://midwest.social/post/7206062"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704485561 {#1678
    date: 2024-01-05 21:12:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1666 …}
  +image: Proxies\__CG__\App\Entity\Image {#1667 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "Someone-sent-me-a-DS9-meme-so-I-made-this"
  +title: "Someone sent me a DS9 meme so I made this"
  +url: "https://midwest.social/pictrs/image/09a9d294-2f89-4b03-bc08-f487f6baf86a.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 231
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712122932 {#1677
    date: 2024-04-03 07:42:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1652 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1649 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1653 …}
  +badges: Doctrine\ORM\PersistentCollection {#1661 …}
  +children: []
  -id: 27468
  -titleTs: "'ds9':5 'made':9 'meme':6 'sent':2 'someon':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704571961
  +visibility: "visible             "
  +apId: "https://midwest.social/post/7206062"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704485561 {#1678
    date: 2024-01-05 21:12:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1773
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-do-I-see-what-pid-process-has-modified-a-linux"
  +title: "How do I see what pid/process has modified a linux routing table?"
  +url: null
  +body: "Anyone know how to see what pid/process has modified a linux routing table (specifically on Ubuntu )? I have an interesting problem where a route that I have created has been deleted over time, but can’t figure out what. I’ve tried rtmon but seems to only show timestamps of the adds/deletes"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712118578 {#1777
    date: 2024-04-03 06:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 27314
  -titleTs: "'linux':10 'modifi':8 'pid/process':6 'rout':11 'see':4 'tabl':12"
  -bodyTs: "'adds/deletes':52 'anyon':1 'creat':28 'delet':31 'figur':37 'interest':20 'know':2 'linux':11 'modifi':9 'pid/process':7 'problem':21 'rout':12,24 'rtmon':43 'see':5 'seem':45 'show':48 'specif':14 'tabl':13 'time':33 'timestamp':49 'tri':42 'ubuntu':16 've':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704506772
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10331946"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704420372 {#1774
    date: 2024-01-05 03:06:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1773
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-do-I-see-what-pid-process-has-modified-a-linux"
  +title: "How do I see what pid/process has modified a linux routing table?"
  +url: null
  +body: "Anyone know how to see what pid/process has modified a linux routing table (specifically on Ubuntu )? I have an interesting problem where a route that I have created has been deleted over time, but can’t figure out what. I’ve tried rtmon but seems to only show timestamps of the adds/deletes"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712118578 {#1777
    date: 2024-04-03 06:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 27314
  -titleTs: "'linux':10 'modifi':8 'pid/process':6 'rout':11 'see':4 'tabl':12"
  -bodyTs: "'adds/deletes':52 'anyon':1 'creat':28 'delet':31 'figur':37 'interest':20 'know':2 'linux':11 'modifi':9 'pid/process':7 'problem':21 'rout':12,24 'rtmon':43 'see':5 'seem':45 'show':48 'specif':14 'tabl':13 'time':33 'timestamp':49 'tri':42 'ubuntu':16 've':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704506772
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10331946"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704420372 {#1774
    date: 2024-01-05 03:06:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1773
  +user: Proxies\__CG__\App\Entity\User {#1775 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "How-do-I-see-what-pid-process-has-modified-a-linux"
  +title: "How do I see what pid/process has modified a linux routing table?"
  +url: null
  +body: "Anyone know how to see what pid/process has modified a linux routing table (specifically on Ubuntu )? I have an interesting problem where a route that I have created has been deleted over time, but can’t figure out what. I’ve tried rtmon but seems to only show timestamps of the adds/deletes"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712118578 {#1777
    date: 2024-04-03 06:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1776 …}
  +votes: Doctrine\ORM\PersistentCollection {#1782 …}
  +reports: Doctrine\ORM\PersistentCollection {#1785 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1786 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1764 …}
  +badges: Doctrine\ORM\PersistentCollection {#1766 …}
  +children: []
  -id: 27314
  -titleTs: "'linux':10 'modifi':8 'pid/process':6 'rout':11 'see':4 'tabl':12"
  -bodyTs: "'adds/deletes':52 'anyon':1 'creat':28 'delet':31 'figur':37 'interest':20 'know':2 'linux':11 'modifi':9 'pid/process':7 'problem':21 'rout':12,24 'rtmon':43 'see':5 'seem':45 'show':48 'specif':14 'tabl':13 'time':33 'timestamp':49 'tri':42 'ubuntu':16 've':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704506772
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10331946"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704420372 {#1774
    date: 2024-01-05 03:06:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1894 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1924 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
  +slug: "KDE-Plasma-6-Megarelease-Beta-1"
  +title: "KDE Plasma 6 Megarelease - Beta 1"
  +url: "https://kde.org/announcements/megarelease/6/beta1/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712118057 {#1880
    date: 2024-04-03 06:20:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1912 …}
  +votes: Doctrine\ORM\PersistentCollection {#1896 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1954 …}
  +badges: Doctrine\ORM\PersistentCollection {#1977 …}
  +children: []
  -id: 21623
  -titleTs: "'1':6 '6':3 'beta':5 'kde':1 'megareleas':4 'plasma':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701391345
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8662238"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701304945 {#1408
    date: 2023-11-30 01:42:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1894 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1924 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
  +slug: "KDE-Plasma-6-Megarelease-Beta-1"
  +title: "KDE Plasma 6 Megarelease - Beta 1"
  +url: "https://kde.org/announcements/megarelease/6/beta1/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712118057 {#1880
    date: 2024-04-03 06:20:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1912 …}
  +votes: Doctrine\ORM\PersistentCollection {#1896 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1954 …}
  +badges: Doctrine\ORM\PersistentCollection {#1977 …}
  +children: []
  -id: 21623
  -titleTs: "'1':6 '6':3 'beta':5 'kde':1 'megareleas':4 'plasma':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701391345
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8662238"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701304945 {#1408
    date: 2023-11-30 01:42:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1894 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1924 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1889 …}
  +slug: "KDE-Plasma-6-Megarelease-Beta-1"
  +title: "KDE Plasma 6 Megarelease - Beta 1"
  +url: "https://kde.org/announcements/megarelease/6/beta1/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712118057 {#1880
    date: 2024-04-03 06:20:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1912 …}
  +votes: Doctrine\ORM\PersistentCollection {#1896 …}
  +reports: Doctrine\ORM\PersistentCollection {#1950 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1928 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1954 …}
  +badges: Doctrine\ORM\PersistentCollection {#1977 …}
  +children: []
  -id: 21623
  -titleTs: "'1':6 '6':3 'beta':5 'kde':1 'megareleas':4 'plasma':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701391345
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8662238"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701304945 {#1408
    date: 2023-11-30 01:42:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2444
  +user: Proxies\__CG__\App\Entity\User {#2433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: Proxies\__CG__\App\Entity\Image {#2432 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2443 …}
  +slug: "If-humans-went-extinct-what-would-the-Earth-look-like"
  +title: "If humans went extinct, what would the Earth look like one year later?"
  +url: "https://theconversation.com/if-humans-went-extinct-what-would-the-earth-look-like-one-year-later-199737"
  +body: """
    I liked this article. It was a weird feeling to read it because I felt like it would be quite nice if humans disappeared from the planet…\n
    \n
    At the same time I’m happy to be here, enjoying all the tech we have and the tools we have, the food we eat.\n
    \n
    I still think humans can live in harmony with nature but we don’t have any good leaders to take civilization in that direction. So in the end, we will probably perish because we fought over power and money until there was nothing left.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712117520 {#2446
    date: 2024-04-03 06:12:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2442 …}
  +votes: Doctrine\ORM\PersistentCollection {#2440 …}
  +reports: Doctrine\ORM\PersistentCollection {#2436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2288 …}
  +badges: Doctrine\ORM\PersistentCollection {#2466 …}
  +children: []
  -id: 26593
  -titleTs: "'earth':8 'extinct':4 'human':2 'later':13 'like':10 'look':9 'one':11 'went':3 'would':6 'year':12"
  -bodyTs: "'articl':4 'civil':73 'direct':76 'disappear':24 'eat':52 'end':80 'enjoy':38 'feel':9 'felt':15 'food':50 'fought':87 'good':69 'happi':34 'harmoni':60 'human':23,56 'leader':70 'left':96 'like':2,16 'live':58 'm':33 'money':91 'natur':62 'nice':21 'noth':95 'perish':84 'planet':27 'power':89 'probabl':83 'quit':20 'read':11 'still':54 'take':72 'tech':41 'think':55 'time':31 'tool':46 'weird':8 'would':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704232577
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4775246"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704146177 {#2428
    date: 2024-01-01 22:56:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#2444
  +user: Proxies\__CG__\App\Entity\User {#2433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: Proxies\__CG__\App\Entity\Image {#2432 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2443 …}
  +slug: "If-humans-went-extinct-what-would-the-Earth-look-like"
  +title: "If humans went extinct, what would the Earth look like one year later?"
  +url: "https://theconversation.com/if-humans-went-extinct-what-would-the-earth-look-like-one-year-later-199737"
  +body: """
    I liked this article. It was a weird feeling to read it because I felt like it would be quite nice if humans disappeared from the planet…\n
    \n
    At the same time I’m happy to be here, enjoying all the tech we have and the tools we have, the food we eat.\n
    \n
    I still think humans can live in harmony with nature but we don’t have any good leaders to take civilization in that direction. So in the end, we will probably perish because we fought over power and money until there was nothing left.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712117520 {#2446
    date: 2024-04-03 06:12:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2442 …}
  +votes: Doctrine\ORM\PersistentCollection {#2440 …}
  +reports: Doctrine\ORM\PersistentCollection {#2436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2288 …}
  +badges: Doctrine\ORM\PersistentCollection {#2466 …}
  +children: []
  -id: 26593
  -titleTs: "'earth':8 'extinct':4 'human':2 'later':13 'like':10 'look':9 'one':11 'went':3 'would':6 'year':12"
  -bodyTs: "'articl':4 'civil':73 'direct':76 'disappear':24 'eat':52 'end':80 'enjoy':38 'feel':9 'felt':15 'food':50 'fought':87 'good':69 'happi':34 'harmoni':60 'human':23,56 'leader':70 'left':96 'like':2,16 'live':58 'm':33 'money':91 'natur':62 'nice':21 'noth':95 'perish':84 'planet':27 'power':89 'probabl':83 'quit':20 'read':11 'still':54 'take':72 'tech':41 'think':55 'time':31 'tool':46 'weird':8 'would':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704232577
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4775246"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704146177 {#2428
    date: 2024-01-01 22:56:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#2444
  +user: Proxies\__CG__\App\Entity\User {#2433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: Proxies\__CG__\App\Entity\Image {#2432 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2443 …}
  +slug: "If-humans-went-extinct-what-would-the-Earth-look-like"
  +title: "If humans went extinct, what would the Earth look like one year later?"
  +url: "https://theconversation.com/if-humans-went-extinct-what-would-the-earth-look-like-one-year-later-199737"
  +body: """
    I liked this article. It was a weird feeling to read it because I felt like it would be quite nice if humans disappeared from the planet…\n
    \n
    At the same time I’m happy to be here, enjoying all the tech we have and the tools we have, the food we eat.\n
    \n
    I still think humans can live in harmony with nature but we don’t have any good leaders to take civilization in that direction. So in the end, we will probably perish because we fought over power and money until there was nothing left.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 177
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712117520 {#2446
    date: 2024-04-03 06:12:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2442 …}
  +votes: Doctrine\ORM\PersistentCollection {#2440 …}
  +reports: Doctrine\ORM\PersistentCollection {#2436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2288 …}
  +badges: Doctrine\ORM\PersistentCollection {#2466 …}
  +children: []
  -id: 26593
  -titleTs: "'earth':8 'extinct':4 'human':2 'later':13 'like':10 'look':9 'one':11 'went':3 'would':6 'year':12"
  -bodyTs: "'articl':4 'civil':73 'direct':76 'disappear':24 'eat':52 'end':80 'enjoy':38 'feel':9 'felt':15 'food':50 'fought':87 'good':69 'happi':34 'harmoni':60 'human':23,56 'leader':70 'left':96 'like':2,16 'live':58 'm':33 'money':91 'natur':62 'nice':21 'noth':95 'perish':84 'planet':27 'power':89 'probabl':83 'quit':20 'read':11 'still':54 'take':72 'tech':41 'think':55 'time':31 'tool':46 'weird':8 'would':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704232577
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4775246"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704146177 {#2428
    date: 2024-01-01 22:56:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1379
  +user: Proxies\__CG__\App\Entity\User {#1400 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "what-are-your-fun-low-stakes-new-year-resolutions"
  +title: "what are your fun, low stakes new year resolutions?"
  +url: null
  +body: "My kiddo and I are having a fruit and vegetable challenge. Each month we’ll seek out a fruit or vegetable we’ve never tried and taste it. My BFF is trying to walk all the greenways in our county (that is county not country, low stakes! Attainabl!). How about you?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 212
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712115275 {#1371
    date: 2024-04-03 05:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1367 …}
  +votes: Doctrine\ORM\PersistentCollection {#1898 …}
  +reports: Doctrine\ORM\PersistentCollection {#1904 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2438 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1838 …}
  +badges: Doctrine\ORM\PersistentCollection {#2427 …}
  +children: []
  -id: 25855
  -titleTs: "'fun':4 'low':5 'new':7 'resolut':9 'stake':6 'year':8"
  -bodyTs: "'attainabl':48 'bff':30 'challeng':11 'counti':40,43 'countri':45 'fruit':8,19 'greenway':37 'kiddo':2 'll':15 'low':46 'month':13 'never':24 'seek':16 'stake':47 'tast':27 'tri':25,32 've':23 'veget':10,21 'walk':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704036878
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10129421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703950478 {#1375
    date: 2023-12-30 16:34:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1379
  +user: Proxies\__CG__\App\Entity\User {#1400 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "what-are-your-fun-low-stakes-new-year-resolutions"
  +title: "what are your fun, low stakes new year resolutions?"
  +url: null
  +body: "My kiddo and I are having a fruit and vegetable challenge. Each month we’ll seek out a fruit or vegetable we’ve never tried and taste it. My BFF is trying to walk all the greenways in our county (that is county not country, low stakes! Attainabl!). How about you?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 212
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712115275 {#1371
    date: 2024-04-03 05:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1367 …}
  +votes: Doctrine\ORM\PersistentCollection {#1898 …}
  +reports: Doctrine\ORM\PersistentCollection {#1904 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2438 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1838 …}
  +badges: Doctrine\ORM\PersistentCollection {#2427 …}
  +children: []
  -id: 25855
  -titleTs: "'fun':4 'low':5 'new':7 'resolut':9 'stake':6 'year':8"
  -bodyTs: "'attainabl':48 'bff':30 'challeng':11 'counti':40,43 'countri':45 'fruit':8,19 'greenway':37 'kiddo':2 'll':15 'low':46 'month':13 'never':24 'seek':16 'stake':47 'tast':27 'tri':25,32 've':23 'veget':10,21 'walk':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704036878
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10129421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703950478 {#1375
    date: 2023-12-30 16:34:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1379
  +user: Proxies\__CG__\App\Entity\User {#1400 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "what-are-your-fun-low-stakes-new-year-resolutions"
  +title: "what are your fun, low stakes new year resolutions?"
  +url: null
  +body: "My kiddo and I are having a fruit and vegetable challenge. Each month we’ll seek out a fruit or vegetable we’ve never tried and taste it. My BFF is trying to walk all the greenways in our county (that is county not country, low stakes! Attainabl!). How about you?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 212
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712115275 {#1371
    date: 2024-04-03 05:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1367 …}
  +votes: Doctrine\ORM\PersistentCollection {#1898 …}
  +reports: Doctrine\ORM\PersistentCollection {#1904 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2438 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1838 …}
  +badges: Doctrine\ORM\PersistentCollection {#2427 …}
  +children: []
  -id: 25855
  -titleTs: "'fun':4 'low':5 'new':7 'resolut':9 'stake':6 'year':8"
  -bodyTs: "'attainabl':48 'bff':30 'challeng':11 'counti':40,43 'countri':45 'fruit':8,19 'greenway':37 'kiddo':2 'll':15 'low':46 'month':13 'never':24 'seek':16 'stake':47 'tast':27 'tri':25,32 've':23 'veget':10,21 'walk':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704036878
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10129421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703950478 {#1375
    date: 2023-12-30 16:34:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Resolved-Debian-12-trying-to-auto-mount-a-NTFS-formatted-hard-drive"
  +title: "[Resolved] Debian 12: trying to auto-mount a NTFS-formatted hard drive by making an entry in fstab. Getting the error "mount: /etc/fstab: parse error at line 18 -- ignored""
  +url: null
  +body: """
    Here’s the entry in the fstab file for mounting my hard drive. I have bolded the name of the hard drive (that’s what it shows up as on the dock when it isn’t mounted):\n
    \n
    ```\n
    \n
    <span style="color:#323232;">UUID=D4C0A66EC0A65710 /media/lucky/New Volume ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000    0   0\n
    </span>\n
    ```\n
    \n
    After making that entry in fstab, I execute the, systemctl daemon-reload, command, and then mount -a, afterwards which gives me this error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712113916 {#1761
    date: 2024-04-03 05:11:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1757 …}
  +votes: Doctrine\ORM\PersistentCollection {#1756 …}
  +reports: Doctrine\ORM\PersistentCollection {#1759 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1751 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1772 …}
  +badges: Doctrine\ORM\PersistentCollection {#1778 …}
  +children: []
  -id: 27293
  -titleTs: "'/etc/fstab':25 '12':3 '18':30 'auto':7 'auto-mount':6 'debian':2 'drive':14 'entri':18 'error':23,27 'format':12 'fstab':20 'get':21 'hard':13 'ignor':31 'line':29 'make':16 'mount':8,24 'ntfs':11 'ntfs-format':10 'pars':26 'resolv':1 'tri':4"
  -bodyTs: "'/media/lucky/new':40 '0':55,56 '003':50 '1000':54 '46':52 'afterward':75 'auto':44 'bold':16 'command':70 'd4c0a66ec0a65710':39 'daemon':68 'daemon-reload':67 'dock':32 'drive':13,22 'entri':4,60 'error':80 'exec':46 'execut':64 'file':8 'fstab':7,62 'gid':51 'give':77 'hard':12,21 'isn':35 'make':58 'mount':10,37,73 'name':18 'nls':47 'ntfs':42 'reload':69 'rw':43 'show':27 'systemctl':66 'uid':53 'umask':49 'user':45 'utf8':48 'uuid':38 'volum':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704499125
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10327765"
  +editedAt: DateTimeImmutable @1711786218 {#1758
    date: 2024-03-30 09:10:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704412725 {#1754
    date: 2024-01-05 00:58:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Resolved-Debian-12-trying-to-auto-mount-a-NTFS-formatted-hard-drive"
  +title: "[Resolved] Debian 12: trying to auto-mount a NTFS-formatted hard drive by making an entry in fstab. Getting the error "mount: /etc/fstab: parse error at line 18 -- ignored""
  +url: null
  +body: """
    Here’s the entry in the fstab file for mounting my hard drive. I have bolded the name of the hard drive (that’s what it shows up as on the dock when it isn’t mounted):\n
    \n
    ```\n
    \n
    <span style="color:#323232;">UUID=D4C0A66EC0A65710 /media/lucky/New Volume ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000    0   0\n
    </span>\n
    ```\n
    \n
    After making that entry in fstab, I execute the, systemctl daemon-reload, command, and then mount -a, afterwards which gives me this error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712113916 {#1761
    date: 2024-04-03 05:11:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1757 …}
  +votes: Doctrine\ORM\PersistentCollection {#1756 …}
  +reports: Doctrine\ORM\PersistentCollection {#1759 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1751 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1772 …}
  +badges: Doctrine\ORM\PersistentCollection {#1778 …}
  +children: []
  -id: 27293
  -titleTs: "'/etc/fstab':25 '12':3 '18':30 'auto':7 'auto-mount':6 'debian':2 'drive':14 'entri':18 'error':23,27 'format':12 'fstab':20 'get':21 'hard':13 'ignor':31 'line':29 'make':16 'mount':8,24 'ntfs':11 'ntfs-format':10 'pars':26 'resolv':1 'tri':4"
  -bodyTs: "'/media/lucky/new':40 '0':55,56 '003':50 '1000':54 '46':52 'afterward':75 'auto':44 'bold':16 'command':70 'd4c0a66ec0a65710':39 'daemon':68 'daemon-reload':67 'dock':32 'drive':13,22 'entri':4,60 'error':80 'exec':46 'execut':64 'file':8 'fstab':7,62 'gid':51 'give':77 'hard':12,21 'isn':35 'make':58 'mount':10,37,73 'name':18 'nls':47 'ntfs':42 'reload':69 'rw':43 'show':27 'systemctl':66 'uid':53 'umask':49 'user':45 'utf8':48 'uuid':38 'volum':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704499125
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10327765"
  +editedAt: DateTimeImmutable @1711786218 {#1758
    date: 2024-03-30 09:10:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704412725 {#1754
    date: 2024-01-05 00:58:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Resolved-Debian-12-trying-to-auto-mount-a-NTFS-formatted-hard-drive"
  +title: "[Resolved] Debian 12: trying to auto-mount a NTFS-formatted hard drive by making an entry in fstab. Getting the error "mount: /etc/fstab: parse error at line 18 -- ignored""
  +url: null
  +body: """
    Here’s the entry in the fstab file for mounting my hard drive. I have bolded the name of the hard drive (that’s what it shows up as on the dock when it isn’t mounted):\n
    \n
    ```\n
    \n
    <span style="color:#323232;">UUID=D4C0A66EC0A65710 /media/lucky/New Volume ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000    0   0\n
    </span>\n
    ```\n
    \n
    After making that entry in fstab, I execute the, systemctl daemon-reload, command, and then mount -a, afterwards which gives me this error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712113916 {#1761
    date: 2024-04-03 05:11:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1757 …}
  +votes: Doctrine\ORM\PersistentCollection {#1756 …}
  +reports: Doctrine\ORM\PersistentCollection {#1759 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1751 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1772 …}
  +badges: Doctrine\ORM\PersistentCollection {#1778 …}
  +children: []
  -id: 27293
  -titleTs: "'/etc/fstab':25 '12':3 '18':30 'auto':7 'auto-mount':6 'debian':2 'drive':14 'entri':18 'error':23,27 'format':12 'fstab':20 'get':21 'hard':13 'ignor':31 'line':29 'make':16 'mount':8,24 'ntfs':11 'ntfs-format':10 'pars':26 'resolv':1 'tri':4"
  -bodyTs: "'/media/lucky/new':40 '0':55,56 '003':50 '1000':54 '46':52 'afterward':75 'auto':44 'bold':16 'command':70 'd4c0a66ec0a65710':39 'daemon':68 'daemon-reload':67 'dock':32 'drive':13,22 'entri':4,60 'error':80 'exec':46 'execut':64 'file':8 'fstab':7,62 'gid':51 'give':77 'hard':12,21 'isn':35 'make':58 'mount':10,37,73 'name':18 'nls':47 'ntfs':42 'reload':69 'rw':43 'show':27 'systemctl':66 'uid':53 'umask':49 'user':45 'utf8':48 'uuid':38 'volum':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704499125
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10327765"
  +editedAt: DateTimeImmutable @1711786218 {#1758
    date: 2024-03-30 09:10:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704412725 {#1754
    date: 2024-01-05 00:58:45.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1465 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "PS6-rumors-coming-in-hot"
  +title: "PS6 rumors coming in hot"
  +url: "https://lemmy.world/pictrs/image/9ed298cf-ce8e-49a5-8331-8929891031a2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 236
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712113272 {#1681
    date: 2024-04-03 05:01:12.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: 27334
  -titleTs: "'come':3 'hot':5 'ps6':1 'rumor':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704525499
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10339242"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704439099 {#1444
    date: 2024-01-05 08:18:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1465 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "PS6-rumors-coming-in-hot"
  +title: "PS6 rumors coming in hot"
  +url: "https://lemmy.world/pictrs/image/9ed298cf-ce8e-49a5-8331-8929891031a2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 236
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712113272 {#1681
    date: 2024-04-03 05:01:12.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: 27334
  -titleTs: "'come':3 'hot':5 'ps6':1 'rumor':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704525499
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10339242"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704439099 {#1444
    date: 2024-01-05 08:18:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1466
  +user: Proxies\__CG__\App\Entity\User {#1452 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1465 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "PS6-rumors-coming-in-hot"
  +title: "PS6 rumors coming in hot"
  +url: "https://lemmy.world/pictrs/image/9ed298cf-ce8e-49a5-8331-8929891031a2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 236
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712113272 {#1681
    date: 2024-04-03 05:01:12.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: 27334
  -titleTs: "'come':3 'hot':5 'ps6':1 'rumor':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704525499
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10339242"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704439099 {#1444
    date: 2024-01-05 08:18:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2353
  +user: Proxies\__CG__\App\Entity\User {#2475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "The-transition-from-the-holiday-season-back-to-the-normal"
  +title: "The transition from the holiday season back to the normal drudgery is so depressing. Is there any way to make Jan / Feb less depressing?"
  +url: null
  +body: "like, it’s still dark at 5pm, there are barely any sports on, still bitterly cold and austere and it hurts to go outside, but you’re not even looking forward to christmas or the new year. the new year is here, and it’s largely the same as last year. except you’re getting older."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 332
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712105085 {#2356
    date: 2024-04-03 02:44:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 26655
  -titleTs: "'back':7 'depress':14,24 'drudgeri':11 'feb':22 'holiday':5 'jan':21 'less':23 'make':20 'normal':10 'season':6 'transit':2 'way':18"
  -bodyTs: "'5pm':7 'auster':18 'bare':10 'bitter':15 'christma':33 'cold':16 'dark':5 'even':29 'except':52 'forward':31 'get':55 'go':23 'hurt':21 'larg':46 'last':50 'like':1 'look':30 'new':36,39 'older':56 'outsid':24 're':27,54 'sport':12 'still':4,14 'year':37,40,51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704257887
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10223452"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704171487 {#2451
    date: 2024-01-02 05:58:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#2353
  +user: Proxies\__CG__\App\Entity\User {#2475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "The-transition-from-the-holiday-season-back-to-the-normal"
  +title: "The transition from the holiday season back to the normal drudgery is so depressing. Is there any way to make Jan / Feb less depressing?"
  +url: null
  +body: "like, it’s still dark at 5pm, there are barely any sports on, still bitterly cold and austere and it hurts to go outside, but you’re not even looking forward to christmas or the new year. the new year is here, and it’s largely the same as last year. except you’re getting older."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 332
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712105085 {#2356
    date: 2024-04-03 02:44:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 26655
  -titleTs: "'back':7 'depress':14,24 'drudgeri':11 'feb':22 'holiday':5 'jan':21 'less':23 'make':20 'normal':10 'season':6 'transit':2 'way':18"
  -bodyTs: "'5pm':7 'auster':18 'bare':10 'bitter':15 'christma':33 'cold':16 'dark':5 'even':29 'except':52 'forward':31 'get':55 'go':23 'hurt':21 'larg':46 'last':50 'like':1 'look':30 'new':36,39 'older':56 'outsid':24 're':27,54 'sport':12 'still':4,14 'year':37,40,51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704257887
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10223452"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704171487 {#2451
    date: 2024-01-02 05:58:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#2353
  +user: Proxies\__CG__\App\Entity\User {#2475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1962 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "The-transition-from-the-holiday-season-back-to-the-normal"
  +title: "The transition from the holiday season back to the normal drudgery is so depressing. Is there any way to make Jan / Feb less depressing?"
  +url: null
  +body: "like, it’s still dark at 5pm, there are barely any sports on, still bitterly cold and austere and it hurts to go outside, but you’re not even looking forward to christmas or the new year. the new year is here, and it’s largely the same as last year. except you’re getting older."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 332
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712105085 {#2356
    date: 2024-04-03 02:44:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 26655
  -titleTs: "'back':7 'depress':14,24 'drudgeri':11 'feb':22 'holiday':5 'jan':21 'less':23 'make':20 'normal':10 'season':6 'transit':2 'way':18"
  -bodyTs: "'5pm':7 'auster':18 'bare':10 'bitter':15 'christma':33 'cold':16 'dark':5 'even':29 'except':52 'forward':31 'get':55 'go':23 'hurt':21 'larg':46 'last':50 'like':1 'look':30 'new':36,39 'older':56 'outsid':24 're':27,54 'sport':12 'still':4,14 'year':37,40,51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704257887
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10223452"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704171487 {#2451
    date: 2024-01-02 05:58:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: Proxies\__CG__\App\Entity\Image {#1488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1487 …}
  +slug: "New-Flashcard-for-Nintendo-Switch-Team-Xecuter-might-be-behind"
  +title: "New Flashcard for Nintendo Switch. Team Xecuter might be behind it."
  +url: "https://youtu.be/53ttoD8GYJE"
  +body: "I apologize if this video has already been posted here. I did a rudimentary look through the posts of the past few days and couldn’t see it."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 141
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712097743 {#1483
    date: 2024-04-03 00:42:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1485 …}
  +votes: Doctrine\ORM\PersistentCollection {#1496 …}
  +reports: Doctrine\ORM\PersistentCollection {#1490 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1493 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1492 …}
  +badges: Doctrine\ORM\PersistentCollection {#1477 …}
  +children: []
  -id: 27162
  -titleTs: "'behind':10 'flashcard':2 'might':8 'new':1 'nintendo':4 'switch':5 'team':6 'xecut':7"
  -bodyTs: "'alreadi':7 'apolog':2 'couldn':25 'day':23 'look':15 'past':21 'post':9,18 'rudimentari':14 'see':27 'video':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704463819
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10310589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704377419 {#1497
    date: 2024-01-04 15:10:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: Proxies\__CG__\App\Entity\Image {#1488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1487 …}
  +slug: "New-Flashcard-for-Nintendo-Switch-Team-Xecuter-might-be-behind"
  +title: "New Flashcard for Nintendo Switch. Team Xecuter might be behind it."
  +url: "https://youtu.be/53ttoD8GYJE"
  +body: "I apologize if this video has already been posted here. I did a rudimentary look through the posts of the past few days and couldn’t see it."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 141
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712097743 {#1483
    date: 2024-04-03 00:42:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1485 …}
  +votes: Doctrine\ORM\PersistentCollection {#1496 …}
  +reports: Doctrine\ORM\PersistentCollection {#1490 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1493 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1492 …}
  +badges: Doctrine\ORM\PersistentCollection {#1477 …}
  +children: []
  -id: 27162
  -titleTs: "'behind':10 'flashcard':2 'might':8 'new':1 'nintendo':4 'switch':5 'team':6 'xecut':7"
  -bodyTs: "'alreadi':7 'apolog':2 'couldn':25 'day':23 'look':15 'past':21 'post':9,18 'rudimentari':14 'see':27 'video':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704463819
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10310589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704377419 {#1497
    date: 2024-01-04 15:10:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: Proxies\__CG__\App\Entity\Image {#1488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1487 …}
  +slug: "New-Flashcard-for-Nintendo-Switch-Team-Xecuter-might-be-behind"
  +title: "New Flashcard for Nintendo Switch. Team Xecuter might be behind it."
  +url: "https://youtu.be/53ttoD8GYJE"
  +body: "I apologize if this video has already been posted here. I did a rudimentary look through the posts of the past few days and couldn’t see it."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 22
  +favouriteCount: 141
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712097743 {#1483
    date: 2024-04-03 00:42:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1485 …}
  +votes: Doctrine\ORM\PersistentCollection {#1496 …}
  +reports: Doctrine\ORM\PersistentCollection {#1490 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1493 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1492 …}
  +badges: Doctrine\ORM\PersistentCollection {#1477 …}
  +children: []
  -id: 27162
  -titleTs: "'behind':10 'flashcard':2 'might':8 'new':1 'nintendo':4 'switch':5 'team':6 'xecut':7"
  -bodyTs: "'alreadi':7 'apolog':2 'couldn':25 'day':23 'look':15 'past':21 'post':9,18 'rudimentari':14 'see':27 'video':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704463819
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10310589"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704377419 {#1497
    date: 2024-01-04 15:10:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1752
  +user: Proxies\__CG__\App\Entity\User {#1744 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1639 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "he-tails"
  +title: "he tails"
  +url: "https://lemmy.world/pictrs/image/d79b9c2d-991d-446d-acc1-927b519a5531.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 261
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712096895 {#1615
    date: 2024-04-03 00:28:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 27453
  -titleTs: "'tail':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704566195
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10356601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704479795 {#1743
    date: 2024-01-05 19:36:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1752
  +user: Proxies\__CG__\App\Entity\User {#1744 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1639 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "he-tails"
  +title: "he tails"
  +url: "https://lemmy.world/pictrs/image/d79b9c2d-991d-446d-acc1-927b519a5531.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 261
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712096895 {#1615
    date: 2024-04-03 00:28:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 27453
  -titleTs: "'tail':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704566195
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10356601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704479795 {#1743
    date: 2024-01-05 19:36:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1752
  +user: Proxies\__CG__\App\Entity\User {#1744 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1445 …}
  +image: Proxies\__CG__\App\Entity\Image {#1639 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1818 …}
  +slug: "he-tails"
  +title: "he tails"
  +url: "https://lemmy.world/pictrs/image/d79b9c2d-991d-446d-acc1-927b519a5531.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 261
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712096895 {#1615
    date: 2024-04-03 00:28:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 27453
  -titleTs: "'tail':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704566195
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10356601"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704479795 {#1743
    date: 2024-01-05 19:36:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1941
  +user: Proxies\__CG__\App\Entity\User {#1942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#1377
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1368 …}
  +reports: Doctrine\ORM\PersistentCollection {#1396 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1366 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1365 …}
  +badges: Doctrine\ORM\PersistentCollection {#1378 …}
  +children: []
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#1945
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1969
    date: 2023-12-30 07:45:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1941
  +user: Proxies\__CG__\App\Entity\User {#1942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#1377
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1368 …}
  +reports: Doctrine\ORM\PersistentCollection {#1396 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1366 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1365 …}
  +badges: Doctrine\ORM\PersistentCollection {#1378 …}
  +children: []
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#1945
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1969
    date: 2023-12-30 07:45:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1941
  +user: Proxies\__CG__\App\Entity\User {#1942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1793 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#1377
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1368 …}
  +reports: Doctrine\ORM\PersistentCollection {#1396 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1366 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1365 …}
  +badges: Doctrine\ORM\PersistentCollection {#1378 …}
  +children: []
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#1945
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1969
    date: 2023-12-30 07:45:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1459 …}
  +slug: "Yes"
  +title: "Yes"
  +url: "https://lemmy.ca/pictrs/image/addcc108-640b-43cb-b6aa-61875b696b7f.webm"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712086567 {#1457
    date: 2024-04-02 21:36:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 27432
  -titleTs: "'yes':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704527310
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12705733"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704473810 {#1455
    date: 2024-01-05 17:56:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1459 …}
  +slug: "Yes"
  +title: "Yes"
  +url: "https://lemmy.ca/pictrs/image/addcc108-640b-43cb-b6aa-61875b696b7f.webm"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712086567 {#1457
    date: 2024-04-02 21:36:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 27432
  -titleTs: "'yes':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704527310
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12705733"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704473810 {#1455
    date: 2024-01-05 17:56:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1459 …}
  +slug: "Yes"
  +title: "Yes"
  +url: "https://lemmy.ca/pictrs/image/addcc108-640b-43cb-b6aa-61875b696b7f.webm"
  +body: null
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712086567 {#1457
    date: 2024-04-02 21:36:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 27432
  -titleTs: "'yes':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704527310
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12705733"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704473810 {#1455
    date: 2024-01-05 17:56:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1450
  +user: Proxies\__CG__\App\Entity\User {#1449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Download-videos-with-ytdl-from-an-invidious-playlist-for-antennapod"
  +title: "Download videos with ytdl from an invidious playlist for antennapod"
  +url: null
  +body: """
    Hi, looking for a way to automatically download audio files with ytdl whenever i add a video to a specific invidious playlist. Hope this makes sense :)\n
    \n
    So, basically, i add a video to an invidious playlist, which then triggers ytdl to download that video as an audiofile to a disk on my server. Then i sync that file with syncthing to my phone, so that my antennapod can load the file as podcast. Or am i complicating things??
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712066355 {#1660
    date: 2024-04-02 15:59:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 27385
  -titleTs: "'antennapod':10 'download':1 'invidi':7 'playlist':8 'video':2 'ytdl':4"
  -bodyTs: "'add':15,30 'antennapod':67 'audio':9 'audiofil':47 'automat':7 'basic':28 'complic':77 'disk':50 'download':8,42 'file':10,58,71 'hi':1 'hope':23 'invidi':21,35 'load':69 'look':2 'make':25 'phone':63 'playlist':22,36 'podcast':73 'sens':26 'server':53 'specif':20 'sync':56 'syncth':60 'thing':78 'trigger':39 'video':17,32,44 'way':5 'whenev':13 'ytdl':12,40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704510550
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8738523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704465050 {#1409
    date: 2024-01-05 15:30:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1450
  +user: Proxies\__CG__\App\Entity\User {#1449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Download-videos-with-ytdl-from-an-invidious-playlist-for-antennapod"
  +title: "Download videos with ytdl from an invidious playlist for antennapod"
  +url: null
  +body: """
    Hi, looking for a way to automatically download audio files with ytdl whenever i add a video to a specific invidious playlist. Hope this makes sense :)\n
    \n
    So, basically, i add a video to an invidious playlist, which then triggers ytdl to download that video as an audiofile to a disk on my server. Then i sync that file with syncthing to my phone, so that my antennapod can load the file as podcast. Or am i complicating things??
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712066355 {#1660
    date: 2024-04-02 15:59:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 27385
  -titleTs: "'antennapod':10 'download':1 'invidi':7 'playlist':8 'video':2 'ytdl':4"
  -bodyTs: "'add':15,30 'antennapod':67 'audio':9 'audiofil':47 'automat':7 'basic':28 'complic':77 'disk':50 'download':8,42 'file':10,58,71 'hi':1 'hope':23 'invidi':21,35 'load':69 'look':2 'make':25 'phone':63 'playlist':22,36 'podcast':73 'sens':26 'server':53 'specif':20 'sync':56 'syncth':60 'thing':78 'trigger':39 'video':17,32,44 'way':5 'whenev':13 'ytdl':12,40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704510550
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8738523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704465050 {#1409
    date: 2024-01-05 15:30:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1450
  +user: Proxies\__CG__\App\Entity\User {#1449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1534 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1943 …}
  +slug: "Download-videos-with-ytdl-from-an-invidious-playlist-for-antennapod"
  +title: "Download videos with ytdl from an invidious playlist for antennapod"
  +url: null
  +body: """
    Hi, looking for a way to automatically download audio files with ytdl whenever i add a video to a specific invidious playlist. Hope this makes sense :)\n
    \n
    So, basically, i add a video to an invidious playlist, which then triggers ytdl to download that video as an audiofile to a disk on my server. Then i sync that file with syncthing to my phone, so that my antennapod can load the file as podcast. Or am i complicating things??
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712066355 {#1660
    date: 2024-04-02 15:59:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 27385
  -titleTs: "'antennapod':10 'download':1 'invidi':7 'playlist':8 'video':2 'ytdl':4"
  -bodyTs: "'add':15,30 'antennapod':67 'audio':9 'audiofil':47 'automat':7 'basic':28 'complic':77 'disk':50 'download':8,42 'file':10,58,71 'hi':1 'hope':23 'invidi':21,35 'load':69 'look':2 'make':25 'phone':63 'playlist':22,36 'podcast':73 'sens':26 'server':53 'specif':20 'sync':56 'syncth':60 'thing':78 'trigger':39 'video':17,32,44 'way':5 'whenev':13 'ytdl':12,40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704510550
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8738523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704465050 {#1409
    date: 2024-01-05 15:30:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1502
  +user: Proxies\__CG__\App\Entity\User {#1546 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1544 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1545 …}
  +slug: "Linux-Containers-From-Scratch-in-C"
  +title: "Linux Containers From Scratch in C"
  +url: "https://www.lucavall.in/blog/barco-linux-containers-from-scratch-in-c"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712061206 {#1514
    date: 2024-04-02 14:33:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1547 …}
  +votes: Doctrine\ORM\PersistentCollection {#1482 …}
  +reports: Doctrine\ORM\PersistentCollection {#1523 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1506 …}
  +badges: Doctrine\ORM\PersistentCollection {#1504 …}
  +children: []
  -id: 26708
  -titleTs: "'c':6 'contain':2 'linux':1 'scratch':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704290693
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8022995"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704204293 {#1499
    date: 2024-01-02 15:04: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
99 DENIED edit
App\Entity\Entry {#1502
  +user: Proxies\__CG__\App\Entity\User {#1546 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1544 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1545 …}
  +slug: "Linux-Containers-From-Scratch-in-C"
  +title: "Linux Containers From Scratch in C"
  +url: "https://www.lucavall.in/blog/barco-linux-containers-from-scratch-in-c"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712061206 {#1514
    date: 2024-04-02 14:33:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1547 …}
  +votes: Doctrine\ORM\PersistentCollection {#1482 …}
  +reports: Doctrine\ORM\PersistentCollection {#1523 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1506 …}
  +badges: Doctrine\ORM\PersistentCollection {#1504 …}
  +children: []
  -id: 26708
  -titleTs: "'c':6 'contain':2 'linux':1 'scratch':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704290693
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8022995"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704204293 {#1499
    date: 2024-01-02 15:04: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
100 DENIED moderate
App\Entity\Entry {#1502
  +user: Proxies\__CG__\App\Entity\User {#1546 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1900 …}
  +image: Proxies\__CG__\App\Entity\Image {#1544 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1545 …}
  +slug: "Linux-Containers-From-Scratch-in-C"
  +title: "Linux Containers From Scratch in C"
  +url: "https://www.lucavall.in/blog/barco-linux-containers-from-scratch-in-c"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712061206 {#1514
    date: 2024-04-02 14:33:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1547 …}
  +votes: Doctrine\ORM\PersistentCollection {#1482 …}
  +reports: Doctrine\ORM\PersistentCollection {#1523 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1506 …}
  +badges: Doctrine\ORM\PersistentCollection {#1504 …}
  +children: []
  -id: 26708
  -titleTs: "'c':6 'contain':2 'linux':1 'scratch':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704290693
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8022995"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704204293 {#1499
    date: 2024-01-02 15:04: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