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

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
12.51 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Help-with-NGINX-so-close"
  +title: "Help with NGINX? so close..."
  +url: null
  +body: """
    Hi friends. I’m new to the whole homeserver. I managed to make a ton of progress very quickly using CasaOS but I’ve been hung up on this for a couple of days now.\n
    \n
    I have Jellyfin set up and working properly, locally. I configured Namecheap to forward requests from [subdomain] to [WAN]. I have my router set up to port forward requests from [WAN] 80 and 443 to NGINX on [LAN] port 81. I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).\n
    \n
    Problem is when I type in [subdomain] into the browser, it takes me to the NGINX login page instead of the Jellyfin server…like it’s not forwarding the request? Not really sure what I’m doing wrong here. Any help is appreciated.\n
    \n
    Potential issue I see is that Jellyfin by default fires up on port 8097 but in the settings defaults HTTP to 8096 and…I’m not really sure why. Going to 8096 returns a “site can’t be reached” error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710089304 {#158
    date: 2024-03-10 17:48:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 26274
  -titleTs: "'close':5 'help':1 'nginx':3"
  -bodyTs: "'443':69 '80':67 '8096':161,171 '8097':94,153 '81':75 'appreci':139 'browser':106 'casao':21 'configur':46 'contain':96 'coupl':32 'creat':77 'day':34 'default':148,158 'error':179 'fire':149 'forward':49,63,84,124 'friend':2 'go':169 'help':137 'hi':1 'homeserv':9 'host':80 'http':159 'hung':26 'instead':115 'issu':141 'jellyfin':38,95,118,146 'lan':73,89,92 'like':120 'local':44 'login':113 'm':4,132,164 'make':13 'manag':11 'namecheap':47 'new':5 'nginx':71,82,112 'page':114 'port':62,74,93,152 'potenti':140 'problem':97 'progress':17 'proper':43 'proxi':79 'quick':19 'reach':178 'realli':128,166 'request':50,64,85,126 'return':172 'router':58 'see':143 'server':90,119 'set':39,59,157 'site':174 'subdomain':52,87,103 'sure':129,167 'take':108 'ton':15 'type':101 'use':20 've':24 'wan':54,66 'whole':8 'work':42 'wrong':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129941
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8509980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043541 {#241
    date: 2023-12-31 18:25: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
3 DENIED edit
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Help-with-NGINX-so-close"
  +title: "Help with NGINX? so close..."
  +url: null
  +body: """
    Hi friends. I’m new to the whole homeserver. I managed to make a ton of progress very quickly using CasaOS but I’ve been hung up on this for a couple of days now.\n
    \n
    I have Jellyfin set up and working properly, locally. I configured Namecheap to forward requests from [subdomain] to [WAN]. I have my router set up to port forward requests from [WAN] 80 and 443 to NGINX on [LAN] port 81. I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).\n
    \n
    Problem is when I type in [subdomain] into the browser, it takes me to the NGINX login page instead of the Jellyfin server…like it’s not forwarding the request? Not really sure what I’m doing wrong here. Any help is appreciated.\n
    \n
    Potential issue I see is that Jellyfin by default fires up on port 8097 but in the settings defaults HTTP to 8096 and…I’m not really sure why. Going to 8096 returns a “site can’t be reached” error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710089304 {#158
    date: 2024-03-10 17:48:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 26274
  -titleTs: "'close':5 'help':1 'nginx':3"
  -bodyTs: "'443':69 '80':67 '8096':161,171 '8097':94,153 '81':75 'appreci':139 'browser':106 'casao':21 'configur':46 'contain':96 'coupl':32 'creat':77 'day':34 'default':148,158 'error':179 'fire':149 'forward':49,63,84,124 'friend':2 'go':169 'help':137 'hi':1 'homeserv':9 'host':80 'http':159 'hung':26 'instead':115 'issu':141 'jellyfin':38,95,118,146 'lan':73,89,92 'like':120 'local':44 'login':113 'm':4,132,164 'make':13 'manag':11 'namecheap':47 'new':5 'nginx':71,82,112 'page':114 'port':62,74,93,152 'potenti':140 'problem':97 'progress':17 'proper':43 'proxi':79 'quick':19 'reach':178 'realli':128,166 'request':50,64,85,126 'return':172 'router':58 'see':143 'server':90,119 'set':39,59,157 'site':174 'subdomain':52,87,103 'sure':129,167 'take':108 'ton':15 'type':101 'use':20 've':24 'wan':54,66 'whole':8 'work':42 'wrong':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129941
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8509980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043541 {#241
    date: 2023-12-31 18:25: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
4 DENIED moderate
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Help-with-NGINX-so-close"
  +title: "Help with NGINX? so close..."
  +url: null
  +body: """
    Hi friends. I’m new to the whole homeserver. I managed to make a ton of progress very quickly using CasaOS but I’ve been hung up on this for a couple of days now.\n
    \n
    I have Jellyfin set up and working properly, locally. I configured Namecheap to forward requests from [subdomain] to [WAN]. I have my router set up to port forward requests from [WAN] 80 and 443 to NGINX on [LAN] port 81. I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).\n
    \n
    Problem is when I type in [subdomain] into the browser, it takes me to the NGINX login page instead of the Jellyfin server…like it’s not forwarding the request? Not really sure what I’m doing wrong here. Any help is appreciated.\n
    \n
    Potential issue I see is that Jellyfin by default fires up on port 8097 but in the settings defaults HTTP to 8096 and…I’m not really sure why. Going to 8096 returns a “site can’t be reached” error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710089304 {#158
    date: 2024-03-10 17:48:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 26274
  -titleTs: "'close':5 'help':1 'nginx':3"
  -bodyTs: "'443':69 '80':67 '8096':161,171 '8097':94,153 '81':75 'appreci':139 'browser':106 'casao':21 'configur':46 'contain':96 'coupl':32 'creat':77 'day':34 'default':148,158 'error':179 'fire':149 'forward':49,63,84,124 'friend':2 'go':169 'help':137 'hi':1 'homeserv':9 'host':80 'http':159 'hung':26 'instead':115 'issu':141 'jellyfin':38,95,118,146 'lan':73,89,92 'like':120 'local':44 'login':113 'm':4,132,164 'make':13 'manag':11 'namecheap':47 'new':5 'nginx':71,82,112 'page':114 'port':62,74,93,152 'potenti':140 'problem':97 'progress':17 'proper':43 'proxi':79 'quick':19 'reach':178 'realli':128,166 'request':50,64,85,126 'return':172 'router':58 'see':143 'server':90,119 'set':39,59,157 'site':174 'subdomain':52,87,103 'sure':129,167 'take':108 'ton':15 'type':101 'use':20 've':24 'wan':54,66 'whole':8 'work':42 'wrong':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129941
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8509980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043541 {#241
    date: 2023-12-31 18:25: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
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "todoist-alternatives"
  +title: "todoist alternatives"
  +url: null
  +body: "I’ve been using this app for quite a while now, and I like the way it’s designed, but I’m wondering if there’s a better equivalent."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710891972 {#1905
    date: 2024-03-20 00:46:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 26272
  -titleTs: "'altern':2 'todoist':1"
  -bodyTs: "'app':6 'better':28 'design':19 'equival':29 'like':14 'm':22 'quit':8 'use':4 've':2 'way':16 'wonder':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5342963"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043251 {#1866
    date: 2023-12-31 18:20:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "todoist-alternatives"
  +title: "todoist alternatives"
  +url: null
  +body: "I’ve been using this app for quite a while now, and I like the way it’s designed, but I’m wondering if there’s a better equivalent."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710891972 {#1905
    date: 2024-03-20 00:46:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 26272
  -titleTs: "'altern':2 'todoist':1"
  -bodyTs: "'app':6 'better':28 'design':19 'equival':29 'like':14 'm':22 'quit':8 'use':4 've':2 'way':16 'wonder':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5342963"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043251 {#1866
    date: 2023-12-31 18:20:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "todoist-alternatives"
  +title: "todoist alternatives"
  +url: null
  +body: "I’ve been using this app for quite a while now, and I like the way it’s designed, but I’m wondering if there’s a better equivalent."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710891972 {#1905
    date: 2024-03-20 00:46:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1877 …}
  +votes: Doctrine\ORM\PersistentCollection {#1925 …}
  +reports: Doctrine\ORM\PersistentCollection {#1895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1395 …}
  +badges: Doctrine\ORM\PersistentCollection {#1958 …}
  +children: []
  -id: 26272
  -titleTs: "'altern':2 'todoist':1"
  -bodyTs: "'app':6 'better':28 'design':19 'equival':29 'like':14 'm':22 'quit':8 'use':4 've':2 'way':16 'wonder':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5342963"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043251 {#1866
    date: 2023-12-31 18:20:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1960
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Where-can-I-find-all-the-scanned-copies-for-the"
  +title: "Where can I find all the scanned copies for the Tulu Lexicon?"
  +url: null
  +body: "I’ve tried looking for this project all over Libgen, Internet Archive and similar sites, but could not find it anywhere. I was only able to come across a Reddit post with the physical copies of the book."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710278783 {#1944
    date: 2024-03-12 22:26:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 26250
  -titleTs: "'copi':8 'find':4 'lexicon':12 'scan':7 'tulu':11"
  -bodyTs: "'abl':25 'across':28 'anywher':21 'archiv':12 'book':38 'come':27 'copi':35 'could':17 'find':19 'internet':11 'libgen':10 'look':4 'physic':34 'post':31 'project':7 'reddit':30 'similar':14 'site':15 'tri':3 've':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704074114
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9949513"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704038614 {#1954
    date: 2023-12-31 17:03:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1960
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Where-can-I-find-all-the-scanned-copies-for-the"
  +title: "Where can I find all the scanned copies for the Tulu Lexicon?"
  +url: null
  +body: "I’ve tried looking for this project all over Libgen, Internet Archive and similar sites, but could not find it anywhere. I was only able to come across a Reddit post with the physical copies of the book."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710278783 {#1944
    date: 2024-03-12 22:26:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 26250
  -titleTs: "'copi':8 'find':4 'lexicon':12 'scan':7 'tulu':11"
  -bodyTs: "'abl':25 'across':28 'anywher':21 'archiv':12 'book':38 'come':27 'copi':35 'could':17 'find':19 'internet':11 'libgen':10 'look':4 'physic':34 'post':31 'project':7 'reddit':30 'similar':14 'site':15 'tri':3 've':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704074114
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9949513"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704038614 {#1954
    date: 2023-12-31 17:03:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1960
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1974 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Where-can-I-find-all-the-scanned-copies-for-the"
  +title: "Where can I find all the scanned copies for the Tulu Lexicon?"
  +url: null
  +body: "I’ve tried looking for this project all over Libgen, Internet Archive and similar sites, but could not find it anywhere. I was only able to come across a Reddit post with the physical copies of the book."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710278783 {#1944
    date: 2024-03-12 22:26:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 26250
  -titleTs: "'copi':8 'find':4 'lexicon':12 'scan':7 'tulu':11"
  -bodyTs: "'abl':25 'across':28 'anywher':21 'archiv':12 'book':38 'come':27 'copi':35 'could':17 'find':19 'internet':11 'libgen':10 'look':4 'physic':34 'post':31 'project':7 'reddit':30 'similar':14 'site':15 'tri':3 've':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704074114
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9949513"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704038614 {#1954
    date: 2023-12-31 17:03:34.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 {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Nextcloud-Performance-Improvements"
  +title: "Nextcloud Performance Improvements"
  +url: null
  +body: """
    Nextcloud seems to have a bad reputation around here regarding performance. It never really bothered me, but when a comment on a [post here yesterday](https://discuss.tchncs.de/post/8512710) talked about huge speed gains to be had with Postgres, I got curious and spent a few hours researching and tweaking my setup.\n
    \n
    I thought I’d write up what I learned and maybe others can jump in with their insights to make this a good general overview.\n
    \n
    To note, my installation initially started out with [this docker compose stack](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml) from the official nextcloud docker images (as opposed to the AIO image or a source installation.) I run this behind an [NGINX reverse proxy](https://github.com/jwilder/docker-letsencrypt-nginx-proxy-companion).\n
    \n
    #### Sources of information\n
    \n
    - [Server tuning on Nextcloud Docs](https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html): Most of this are very basic things that are already taken care of in the docker image or in the proxy companion image I’m using. The one thing I haven’t tried and that comes up in other places, too, is using Imaginary for image preview generation.\n
    - [How to migrate Nextcloud 17 Database Backend from MySQL to postgreSQL](https://markus-blog.de/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)\n
    - [Eking out some Nextcloud Performance](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/) mainly talks about using a socket connection for redis, but also mentions logging to syslog (have not found a good source of information for this), using postgres, using imaginary for image previews\n
    \n
    ### Improvements\n
    \n
    #### Migrate DB to Postgres\n
    \n
    What I did first is migrate from maridb to postgres, roughly following the blog post I linked above. I didn’t do any benchmarking, but page loads felt a little faster after that (but a far cry from the “way way faster” claims I’d read.)\n
    \n
    Here's my process- add postgres container to compose file [like so](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml). I named mine “postgres”, added a “postgres” volume, and added it to depends_on for app and cron - run migration command from nextcloud app container like any other occ command. The migration process stopped with an error for a deactivated app so I completely removed it, dropped the postgres tables and started migration again and it went through. after migration, check `admin settings/system` to make sure Nextcloud is now using postgres. `./occ db:convert-type --password $POSTGRES_PASSWORD --all-apps pgsql $POSTGRES_USER postgres $POSTGRES_DB`- remove old “db” container and volume and all references to it from compose file and run `docker compose up -d --remove-orphans`\n
    \n
    #### Redis over Sockets\n
    \n
    I followed [above guide](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/) for connecting to Redis with sockets with details as stated below. This improved performance quite significantly. Very fast loads for files, calendar, etc. I haven’t yet changed the postgres connection over to sockets since the article spoke about minor improvements, but I might try this next.\n
    \n
    Hints- the redis configuration (host, port, password, …) need to be set in `config/config.php`, as well as `config/redis.config.php`- the cron container needs to receive the same `/etc/localtime` and `/etc/timezone` volumes the app container did, as well as the `volumes_from: tmp`\n
    \n
    #### EDIT Postgres over Sockets\n
    \n
    I’m now connecting to Postgres over sockets as well, which gave another pretty significant speed bump. When looking at developer tools in Firefox, the dashboard now finishes loading in half the time it did before the change; just over 6s. I followed the [same blog article I did for Redis](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/).\n
    \n
    Steps- in the compose file, for the db container: add volumes `/etc/localtime` and `/etc/timezone`; add `user: “70:33”`; add `command: postgres -c unix_socket_directories=‘/var/run/postgresql/,/tmp/docker/’`; add tmp container to `volumes_from` and `depends_on`- in nextcloud config.php, replace `‘dbhost’ => ‘postgres’,` with `‘dbhost’ => ‘/tmp/docker/’,`\n
    \n
    ### Outlook\n
    \n
    What have you done to improve your instance’s performance? Do you know good articles to share? I’m happy to edit this post to include any insights and make this a good source of information regarding Nextcloud performance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712594949 {#1957
    date: 2024-04-08 18:49:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 26234
  -titleTs: "'improv':3 'nextcloud':1 'perform':2"
  -bodyTs: "'/etc/localtime':491,575 '/etc/timezone':493,577 '/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)':191 '/jwilder/docker-letsencrypt-nginx-proxy-companion).':118 '/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml)':91 '/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml).':297 '/occ':369 '/post/8512710)':28 '/server/latest/admin_manual/installation/server_tuning.html):':129 '/tech/20220618-eking-out-some-nextcloud-performance/)':199,418 '/tech/20220618-eking-out-some-nextcloud-performance/).':563 '/tmp/docker':590,608 '/var/run/postgresql':589 '17':182 '33':581 '6s':550 '70':580 'ad':302,307 'add':287,573,578,582,591 'admin':359 'aio':102 'all-app':377 'alreadi':139 'also':210 'anoth':522 'app':313,321,338,379,496 'around':8 'articl':455,556,624 'backend':184 'bad':6 'basic':135 'behind':111 'benchmark':260 'blog':250,555 'bother':15 'bump':526 'c':585 'calendar':440 'care':141 'chang':446,547 'check':358 'claim':279 'come':165 'command':318,327,583 'comment':20 'companion':151 'complet':341 'compos':87,291,398,403,567 'config.php':602 'config/config.php':478 'config/redis.config.php':482 'configur':469 'connect':206,420,449,513 'contain':289,322,389,485,497,572,593 'convert':372 'convert-typ':371 'cri':273 'cron':315,484 'curious':41 'd':55,281,405 'dashboard':535 'databas':183 'db':234,370,385,388,571 'dbhost':604,607 'deactiv':337 'depend':310,598 'detail':426 'develop':530 'didn':256 'directori':588 'discuss.tchncs.de':27 'discuss.tchncs.de/post/8512710)':26 'doc':126 'docker':86,96,145,402 'docs.nextcloud.com':128 'docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html):':127 'done':613 'drop':344 'edit':506,631 'eke':192 'error':334 'etc':441 'far':272 'fast':436 'faster':267,278 'felt':264 'file':292,399,439,568 'finish':537 'firefox':533 'first':240 'follow':248,413,552 'found':217 'gain':33 'gave':521 'general':75 'generat':177 'github.com':90,117,296 'github.com/jwilder/docker-letsencrypt-nginx-proxy-companion).':116 'github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml)':89 'github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml).':295 'good':74,219,623,642 'got':40 'guid':415 'half':540 'happi':629 'haven':160,443 'hint':466 'host':470 'hour':46 'huge':31 'imag':97,103,146,152,175,230 'imaginari':173,228 'improv':232,431,459,615 'includ':635 'inform':121,222,645 'initi':81 'insight':69,637 'instal':80,107 'instanc':617 'jump':65 'know':622 'learn':60 'like':293,323 'link':253 'littl':266 'load':263,437,538 'log':212 'look':528 'm':154,511,628 'main':200 'make':71,362,639 'maridb':244 'markus-blog.de':190 'markus-blog.de/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)':189 'mayb':62 'mention':211 'might':462 'migrat':180,233,242,317,329,350,357 'mine':300 'minor':458 'mysql':186 'name':299 'need':473,486 'never':13 'next':465 'nextcloud':1,95,125,181,195,320,364,601,647 'nginx':113 'note':78 'occ':326 'offici':94 'old':387 'one':157 'oppos':99 'orphan':408 'other':63 'outlook':609 'overview':76 'page':262 'password':374,376,472 'peekread.info':198,417,562 'peekread.info/tech/20220618-eking-out-some-nextcloud-performance/)':197,416 'peekread.info/tech/20220618-eking-out-some-nextcloud-performance/).':561 'perform':11,196,432,619,648 'pgsql':380 'place':169 'port':471 'post':23,251,633 'postgr':38,226,236,246,288,301,304,346,368,375,381,383,384,448,507,515,584,605 'postgresql':188 'pretti':523 'preview':176,231 'process':286,330 'proxi':115,150 'quit':433 'read':282 'realli':14 'receiv':488 'redi':208,409,422,468,560 'refer':394 'regard':10,646 'remov':342,386,407 'remove-orphan':406 'replac':603 'reput':7 'research':47 'revers':114 'rough':247 'run':109,316,401 'seem':2 'server':122 'set':476 'settings/system':360 'setup':51 'share':626 'signific':434,524 'sinc':453 'socket':205,411,424,452,509,517,587 'sourc':106,119,220,643 'speed':32,525 'spent':43 'spoke':456 'stack':88 'start':82,349 'state':428 'step':564 'stop':331 'sure':363 'syslog':214 'tabl':347 'taken':140 'talk':29,201 'thing':136,158 'thought':53 'time':542 'tmp':505,592 'tool':531 'tri':162,463 'tune':123 'tweak':49 'type':373 'unix':586 'use':155,172,203,225,227,367 'user':382,579 'volum':305,391,494,503,574,595 'way':276,277 'well':480,500,519 'went':354 'write':56 'yesterday':25 'yet':445"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704118066
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8559818"
  +editedAt: DateTimeImmutable @1720292146 {#1932
    date: 2024-07-06 20:55:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704031666 {#1930
    date: 2023-12-31 15:07:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Nextcloud-Performance-Improvements"
  +title: "Nextcloud Performance Improvements"
  +url: null
  +body: """
    Nextcloud seems to have a bad reputation around here regarding performance. It never really bothered me, but when a comment on a [post here yesterday](https://discuss.tchncs.de/post/8512710) talked about huge speed gains to be had with Postgres, I got curious and spent a few hours researching and tweaking my setup.\n
    \n
    I thought I’d write up what I learned and maybe others can jump in with their insights to make this a good general overview.\n
    \n
    To note, my installation initially started out with [this docker compose stack](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml) from the official nextcloud docker images (as opposed to the AIO image or a source installation.) I run this behind an [NGINX reverse proxy](https://github.com/jwilder/docker-letsencrypt-nginx-proxy-companion).\n
    \n
    #### Sources of information\n
    \n
    - [Server tuning on Nextcloud Docs](https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html): Most of this are very basic things that are already taken care of in the docker image or in the proxy companion image I’m using. The one thing I haven’t tried and that comes up in other places, too, is using Imaginary for image preview generation.\n
    - [How to migrate Nextcloud 17 Database Backend from MySQL to postgreSQL](https://markus-blog.de/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)\n
    - [Eking out some Nextcloud Performance](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/) mainly talks about using a socket connection for redis, but also mentions logging to syslog (have not found a good source of information for this), using postgres, using imaginary for image previews\n
    \n
    ### Improvements\n
    \n
    #### Migrate DB to Postgres\n
    \n
    What I did first is migrate from maridb to postgres, roughly following the blog post I linked above. I didn’t do any benchmarking, but page loads felt a little faster after that (but a far cry from the “way way faster” claims I’d read.)\n
    \n
    Here's my process- add postgres container to compose file [like so](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml). I named mine “postgres”, added a “postgres” volume, and added it to depends_on for app and cron - run migration command from nextcloud app container like any other occ command. The migration process stopped with an error for a deactivated app so I completely removed it, dropped the postgres tables and started migration again and it went through. after migration, check `admin settings/system` to make sure Nextcloud is now using postgres. `./occ db:convert-type --password $POSTGRES_PASSWORD --all-apps pgsql $POSTGRES_USER postgres $POSTGRES_DB`- remove old “db” container and volume and all references to it from compose file and run `docker compose up -d --remove-orphans`\n
    \n
    #### Redis over Sockets\n
    \n
    I followed [above guide](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/) for connecting to Redis with sockets with details as stated below. This improved performance quite significantly. Very fast loads for files, calendar, etc. I haven’t yet changed the postgres connection over to sockets since the article spoke about minor improvements, but I might try this next.\n
    \n
    Hints- the redis configuration (host, port, password, …) need to be set in `config/config.php`, as well as `config/redis.config.php`- the cron container needs to receive the same `/etc/localtime` and `/etc/timezone` volumes the app container did, as well as the `volumes_from: tmp`\n
    \n
    #### EDIT Postgres over Sockets\n
    \n
    I’m now connecting to Postgres over sockets as well, which gave another pretty significant speed bump. When looking at developer tools in Firefox, the dashboard now finishes loading in half the time it did before the change; just over 6s. I followed the [same blog article I did for Redis](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/).\n
    \n
    Steps- in the compose file, for the db container: add volumes `/etc/localtime` and `/etc/timezone`; add `user: “70:33”`; add `command: postgres -c unix_socket_directories=‘/var/run/postgresql/,/tmp/docker/’`; add tmp container to `volumes_from` and `depends_on`- in nextcloud config.php, replace `‘dbhost’ => ‘postgres’,` with `‘dbhost’ => ‘/tmp/docker/’,`\n
    \n
    ### Outlook\n
    \n
    What have you done to improve your instance’s performance? Do you know good articles to share? I’m happy to edit this post to include any insights and make this a good source of information regarding Nextcloud performance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712594949 {#1957
    date: 2024-04-08 18:49:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 26234
  -titleTs: "'improv':3 'nextcloud':1 'perform':2"
  -bodyTs: "'/etc/localtime':491,575 '/etc/timezone':493,577 '/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)':191 '/jwilder/docker-letsencrypt-nginx-proxy-companion).':118 '/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml)':91 '/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml).':297 '/occ':369 '/post/8512710)':28 '/server/latest/admin_manual/installation/server_tuning.html):':129 '/tech/20220618-eking-out-some-nextcloud-performance/)':199,418 '/tech/20220618-eking-out-some-nextcloud-performance/).':563 '/tmp/docker':590,608 '/var/run/postgresql':589 '17':182 '33':581 '6s':550 '70':580 'ad':302,307 'add':287,573,578,582,591 'admin':359 'aio':102 'all-app':377 'alreadi':139 'also':210 'anoth':522 'app':313,321,338,379,496 'around':8 'articl':455,556,624 'backend':184 'bad':6 'basic':135 'behind':111 'benchmark':260 'blog':250,555 'bother':15 'bump':526 'c':585 'calendar':440 'care':141 'chang':446,547 'check':358 'claim':279 'come':165 'command':318,327,583 'comment':20 'companion':151 'complet':341 'compos':87,291,398,403,567 'config.php':602 'config/config.php':478 'config/redis.config.php':482 'configur':469 'connect':206,420,449,513 'contain':289,322,389,485,497,572,593 'convert':372 'convert-typ':371 'cri':273 'cron':315,484 'curious':41 'd':55,281,405 'dashboard':535 'databas':183 'db':234,370,385,388,571 'dbhost':604,607 'deactiv':337 'depend':310,598 'detail':426 'develop':530 'didn':256 'directori':588 'discuss.tchncs.de':27 'discuss.tchncs.de/post/8512710)':26 'doc':126 'docker':86,96,145,402 'docs.nextcloud.com':128 'docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html):':127 'done':613 'drop':344 'edit':506,631 'eke':192 'error':334 'etc':441 'far':272 'fast':436 'faster':267,278 'felt':264 'file':292,399,439,568 'finish':537 'firefox':533 'first':240 'follow':248,413,552 'found':217 'gain':33 'gave':521 'general':75 'generat':177 'github.com':90,117,296 'github.com/jwilder/docker-letsencrypt-nginx-proxy-companion).':116 'github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml)':89 'github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml).':295 'good':74,219,623,642 'got':40 'guid':415 'half':540 'happi':629 'haven':160,443 'hint':466 'host':470 'hour':46 'huge':31 'imag':97,103,146,152,175,230 'imaginari':173,228 'improv':232,431,459,615 'includ':635 'inform':121,222,645 'initi':81 'insight':69,637 'instal':80,107 'instanc':617 'jump':65 'know':622 'learn':60 'like':293,323 'link':253 'littl':266 'load':263,437,538 'log':212 'look':528 'm':154,511,628 'main':200 'make':71,362,639 'maridb':244 'markus-blog.de':190 'markus-blog.de/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)':189 'mayb':62 'mention':211 'might':462 'migrat':180,233,242,317,329,350,357 'mine':300 'minor':458 'mysql':186 'name':299 'need':473,486 'never':13 'next':465 'nextcloud':1,95,125,181,195,320,364,601,647 'nginx':113 'note':78 'occ':326 'offici':94 'old':387 'one':157 'oppos':99 'orphan':408 'other':63 'outlook':609 'overview':76 'page':262 'password':374,376,472 'peekread.info':198,417,562 'peekread.info/tech/20220618-eking-out-some-nextcloud-performance/)':197,416 'peekread.info/tech/20220618-eking-out-some-nextcloud-performance/).':561 'perform':11,196,432,619,648 'pgsql':380 'place':169 'port':471 'post':23,251,633 'postgr':38,226,236,246,288,301,304,346,368,375,381,383,384,448,507,515,584,605 'postgresql':188 'pretti':523 'preview':176,231 'process':286,330 'proxi':115,150 'quit':433 'read':282 'realli':14 'receiv':488 'redi':208,409,422,468,560 'refer':394 'regard':10,646 'remov':342,386,407 'remove-orphan':406 'replac':603 'reput':7 'research':47 'revers':114 'rough':247 'run':109,316,401 'seem':2 'server':122 'set':476 'settings/system':360 'setup':51 'share':626 'signific':434,524 'sinc':453 'socket':205,411,424,452,509,517,587 'sourc':106,119,220,643 'speed':32,525 'spent':43 'spoke':456 'stack':88 'start':82,349 'state':428 'step':564 'stop':331 'sure':363 'syslog':214 'tabl':347 'taken':140 'talk':29,201 'thing':136,158 'thought':53 'time':542 'tmp':505,592 'tool':531 'tri':162,463 'tune':123 'tweak':49 'type':373 'unix':586 'use':155,172,203,225,227,367 'user':382,579 'volum':305,391,494,503,574,595 'way':276,277 'well':480,500,519 'went':354 'write':56 'yesterday':25 'yet':445"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704118066
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8559818"
  +editedAt: DateTimeImmutable @1720292146 {#1932
    date: 2024-07-06 20:55:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704031666 {#1930
    date: 2023-12-31 15:07:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Nextcloud-Performance-Improvements"
  +title: "Nextcloud Performance Improvements"
  +url: null
  +body: """
    Nextcloud seems to have a bad reputation around here regarding performance. It never really bothered me, but when a comment on a [post here yesterday](https://discuss.tchncs.de/post/8512710) talked about huge speed gains to be had with Postgres, I got curious and spent a few hours researching and tweaking my setup.\n
    \n
    I thought I’d write up what I learned and maybe others can jump in with their insights to make this a good general overview.\n
    \n
    To note, my installation initially started out with [this docker compose stack](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml) from the official nextcloud docker images (as opposed to the AIO image or a source installation.) I run this behind an [NGINX reverse proxy](https://github.com/jwilder/docker-letsencrypt-nginx-proxy-companion).\n
    \n
    #### Sources of information\n
    \n
    - [Server tuning on Nextcloud Docs](https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html): Most of this are very basic things that are already taken care of in the docker image or in the proxy companion image I’m using. The one thing I haven’t tried and that comes up in other places, too, is using Imaginary for image preview generation.\n
    - [How to migrate Nextcloud 17 Database Backend from MySQL to postgreSQL](https://markus-blog.de/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)\n
    - [Eking out some Nextcloud Performance](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/) mainly talks about using a socket connection for redis, but also mentions logging to syslog (have not found a good source of information for this), using postgres, using imaginary for image previews\n
    \n
    ### Improvements\n
    \n
    #### Migrate DB to Postgres\n
    \n
    What I did first is migrate from maridb to postgres, roughly following the blog post I linked above. I didn’t do any benchmarking, but page loads felt a little faster after that (but a far cry from the “way way faster” claims I’d read.)\n
    \n
    Here's my process- add postgres container to compose file [like so](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml). I named mine “postgres”, added a “postgres” volume, and added it to depends_on for app and cron - run migration command from nextcloud app container like any other occ command. The migration process stopped with an error for a deactivated app so I completely removed it, dropped the postgres tables and started migration again and it went through. after migration, check `admin settings/system` to make sure Nextcloud is now using postgres. `./occ db:convert-type --password $POSTGRES_PASSWORD --all-apps pgsql $POSTGRES_USER postgres $POSTGRES_DB`- remove old “db” container and volume and all references to it from compose file and run `docker compose up -d --remove-orphans`\n
    \n
    #### Redis over Sockets\n
    \n
    I followed [above guide](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/) for connecting to Redis with sockets with details as stated below. This improved performance quite significantly. Very fast loads for files, calendar, etc. I haven’t yet changed the postgres connection over to sockets since the article spoke about minor improvements, but I might try this next.\n
    \n
    Hints- the redis configuration (host, port, password, …) need to be set in `config/config.php`, as well as `config/redis.config.php`- the cron container needs to receive the same `/etc/localtime` and `/etc/timezone` volumes the app container did, as well as the `volumes_from: tmp`\n
    \n
    #### EDIT Postgres over Sockets\n
    \n
    I’m now connecting to Postgres over sockets as well, which gave another pretty significant speed bump. When looking at developer tools in Firefox, the dashboard now finishes loading in half the time it did before the change; just over 6s. I followed the [same blog article I did for Redis](https://peekread.info/tech/20220618-eking-out-some-nextcloud-performance/).\n
    \n
    Steps- in the compose file, for the db container: add volumes `/etc/localtime` and `/etc/timezone`; add `user: “70:33”`; add `command: postgres -c unix_socket_directories=‘/var/run/postgresql/,/tmp/docker/’`; add tmp container to `volumes_from` and `depends_on`- in nextcloud config.php, replace `‘dbhost’ => ‘postgres’,` with `‘dbhost’ => ‘/tmp/docker/’,`\n
    \n
    ### Outlook\n
    \n
    What have you done to improve your instance’s performance? Do you know good articles to share? I’m happy to edit this post to include any insights and make this a good source of information regarding Nextcloud performance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 35
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712594949 {#1957
    date: 2024-04-08 18:49:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 26234
  -titleTs: "'improv':3 'nextcloud':1 'perform':2"
  -bodyTs: "'/etc/localtime':491,575 '/etc/timezone':493,577 '/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)':191 '/jwilder/docker-letsencrypt-nginx-proxy-companion).':118 '/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml)':91 '/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml).':297 '/occ':369 '/post/8512710)':28 '/server/latest/admin_manual/installation/server_tuning.html):':129 '/tech/20220618-eking-out-some-nextcloud-performance/)':199,418 '/tech/20220618-eking-out-some-nextcloud-performance/).':563 '/tmp/docker':590,608 '/var/run/postgresql':589 '17':182 '33':581 '6s':550 '70':580 'ad':302,307 'add':287,573,578,582,591 'admin':359 'aio':102 'all-app':377 'alreadi':139 'also':210 'anoth':522 'app':313,321,338,379,496 'around':8 'articl':455,556,624 'backend':184 'bad':6 'basic':135 'behind':111 'benchmark':260 'blog':250,555 'bother':15 'bump':526 'c':585 'calendar':440 'care':141 'chang':446,547 'check':358 'claim':279 'come':165 'command':318,327,583 'comment':20 'companion':151 'complet':341 'compos':87,291,398,403,567 'config.php':602 'config/config.php':478 'config/redis.config.php':482 'configur':469 'connect':206,420,449,513 'contain':289,322,389,485,497,572,593 'convert':372 'convert-typ':371 'cri':273 'cron':315,484 'curious':41 'd':55,281,405 'dashboard':535 'databas':183 'db':234,370,385,388,571 'dbhost':604,607 'deactiv':337 'depend':310,598 'detail':426 'develop':530 'didn':256 'directori':588 'discuss.tchncs.de':27 'discuss.tchncs.de/post/8512710)':26 'doc':126 'docker':86,96,145,402 'docs.nextcloud.com':128 'docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html):':127 'done':613 'drop':344 'edit':506,631 'eke':192 'error':334 'etc':441 'far':272 'fast':436 'faster':267,278 'felt':264 'file':292,399,439,568 'finish':537 'firefox':533 'first':240 'follow':248,413,552 'found':217 'gain':33 'gave':521 'general':75 'generat':177 'github.com':90,117,296 'github.com/jwilder/docker-letsencrypt-nginx-proxy-companion).':116 'github.com/nextcloud/docker/blob/master/.examples/docker-compose/insecure/mariadb/apache/docker-compose.yml)':89 'github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml).':295 'good':74,219,623,642 'got':40 'guid':415 'half':540 'happi':629 'haven':160,443 'hint':466 'host':470 'hour':46 'huge':31 'imag':97,103,146,152,175,230 'imaginari':173,228 'improv':232,431,459,615 'includ':635 'inform':121,222,645 'initi':81 'insight':69,637 'instal':80,107 'instanc':617 'jump':65 'know':622 'learn':60 'like':293,323 'link':253 'littl':266 'load':263,437,538 'log':212 'look':528 'm':154,511,628 'main':200 'make':71,362,639 'maridb':244 'markus-blog.de':190 'markus-blog.de/index.php/2019/10/21/how-to-migrate-nextcloud-17-database-backend-from-mysql-to-postgresql/)':189 'mayb':62 'mention':211 'might':462 'migrat':180,233,242,317,329,350,357 'mine':300 'minor':458 'mysql':186 'name':299 'need':473,486 'never':13 'next':465 'nextcloud':1,95,125,181,195,320,364,601,647 'nginx':113 'note':78 'occ':326 'offici':94 'old':387 'one':157 'oppos':99 'orphan':408 'other':63 'outlook':609 'overview':76 'page':262 'password':374,376,472 'peekread.info':198,417,562 'peekread.info/tech/20220618-eking-out-some-nextcloud-performance/)':197,416 'peekread.info/tech/20220618-eking-out-some-nextcloud-performance/).':561 'perform':11,196,432,619,648 'pgsql':380 'place':169 'port':471 'post':23,251,633 'postgr':38,226,236,246,288,301,304,346,368,375,381,383,384,448,507,515,584,605 'postgresql':188 'pretti':523 'preview':176,231 'process':286,330 'proxi':115,150 'quit':433 'read':282 'realli':14 'receiv':488 'redi':208,409,422,468,560 'refer':394 'regard':10,646 'remov':342,386,407 'remove-orphan':406 'replac':603 'reput':7 'research':47 'revers':114 'rough':247 'run':109,316,401 'seem':2 'server':122 'set':476 'settings/system':360 'setup':51 'share':626 'signific':434,524 'sinc':453 'socket':205,411,424,452,509,517,587 'sourc':106,119,220,643 'speed':32,525 'spent':43 'spoke':456 'stack':88 'start':82,349 'state':428 'step':564 'stop':331 'sure':363 'syslog':214 'tabl':347 'taken':140 'talk':29,201 'thing':136,158 'thought':53 'time':542 'tmp':505,592 'tool':531 'tri':162,463 'tune':123 'tweak':49 'type':373 'unix':586 'use':155,172,203,225,227,367 'user':382,579 'volum':305,391,494,503,574,595 'way':276,277 'well':480,500,519 'went':354 'write':56 'yesterday':25 'yet':445"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704118066
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8559818"
  +editedAt: DateTimeImmutable @1720292146 {#1932
    date: 2024-07-06 20:55:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704031666 {#1930
    date: 2023-12-31 15:07:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Before-the-prequels-were-released-what-did-you-personally-think"
  +title: "Before the prequels were released, what did you personally think the Clone Wars were like?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709988878 {#1398
    date: 2024-03-09 13:54:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1938 …}
  +votes: Doctrine\ORM\PersistentCollection {#1945 …}
  +reports: Doctrine\ORM\PersistentCollection {#1941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1971 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1368 …}
  +badges: Doctrine\ORM\PersistentCollection {#1396 …}
  +children: []
  -id: 26232
  -titleTs: "'clone':12 'like':15 'person':9 'prequel':3 'releas':5 'think':10 'war':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704117166
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10160243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704030766 {#1393
    date: 2023-12-31 14:52:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Before-the-prequels-were-released-what-did-you-personally-think"
  +title: "Before the prequels were released, what did you personally think the Clone Wars were like?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709988878 {#1398
    date: 2024-03-09 13:54:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1938 …}
  +votes: Doctrine\ORM\PersistentCollection {#1945 …}
  +reports: Doctrine\ORM\PersistentCollection {#1941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1971 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1368 …}
  +badges: Doctrine\ORM\PersistentCollection {#1396 …}
  +children: []
  -id: 26232
  -titleTs: "'clone':12 'like':15 'person':9 'prequel':3 'releas':5 'think':10 'war':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704117166
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10160243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704030766 {#1393
    date: 2023-12-31 14:52:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Before-the-prequels-were-released-what-did-you-personally-think"
  +title: "Before the prequels were released, what did you personally think the Clone Wars were like?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709988878 {#1398
    date: 2024-03-09 13:54:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1938 …}
  +votes: Doctrine\ORM\PersistentCollection {#1945 …}
  +reports: Doctrine\ORM\PersistentCollection {#1941 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1971 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1368 …}
  +badges: Doctrine\ORM\PersistentCollection {#1396 …}
  +children: []
  -id: 26232
  -titleTs: "'clone':12 'like':15 'person':9 'prequel':3 'releas':5 'think':10 'war':13"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704117166
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10160243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704030766 {#1393
    date: 2023-12-31 14:52:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Make-Inkscape-installed-through-Flatpak-callable-in-the-terminal-as"
  +title: "Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?"
  +url: null
  +body: """
    I have a Python-package that calls Inkscape as part of a conversion process. I have it installed, but through Flatpak. This means that calling `inkscape` does not work in the terminal, but rather `flatpak run org.inkscape.Inkscape`. I need the package to be able to call it as `inkscape`.\n
    \n
    What is the best way to go about this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710594812 {#1366
    date: 2024-03-16 14:13:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 26231
  -titleTs: "'callabl':6 'flatpak':5 'inkscap':2,11 'instal':3 'make':1 'termin':9"
  -bodyTs: "'abl':45 'best':54 'call':8,26,47 'convers':14 'flatpak':22,36 'go':57 'inkscap':9,27,50 'instal':19 'mean':24 'need':40 'org.inkscape.inkscape':38 'packag':6,42 'part':11 'process':15 'python':5 'python-packag':4 'rather':35 'run':37 'termin':33 'way':55 'work':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704115924
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9945157"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704029524 {#1374
    date: 2023-12-31 14:32:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Make-Inkscape-installed-through-Flatpak-callable-in-the-terminal-as"
  +title: "Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?"
  +url: null
  +body: """
    I have a Python-package that calls Inkscape as part of a conversion process. I have it installed, but through Flatpak. This means that calling `inkscape` does not work in the terminal, but rather `flatpak run org.inkscape.Inkscape`. I need the package to be able to call it as `inkscape`.\n
    \n
    What is the best way to go about this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710594812 {#1366
    date: 2024-03-16 14:13:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 26231
  -titleTs: "'callabl':6 'flatpak':5 'inkscap':2,11 'instal':3 'make':1 'termin':9"
  -bodyTs: "'abl':45 'best':54 'call':8,26,47 'convers':14 'flatpak':22,36 'go':57 'inkscap':9,27,50 'instal':19 'mean':24 'need':40 'org.inkscape.inkscape':38 'packag':6,42 'part':11 'process':15 'python':5 'python-packag':4 'rather':35 'run':37 'termin':33 'way':55 'work':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704115924
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9945157"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704029524 {#1374
    date: 2023-12-31 14:32:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Make-Inkscape-installed-through-Flatpak-callable-in-the-terminal-as"
  +title: "Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?"
  +url: null
  +body: """
    I have a Python-package that calls Inkscape as part of a conversion process. I have it installed, but through Flatpak. This means that calling `inkscape` does not work in the terminal, but rather `flatpak run org.inkscape.Inkscape`. I need the package to be able to call it as `inkscape`.\n
    \n
    What is the best way to go about this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710594812 {#1366
    date: 2024-03-16 14:13:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 26231
  -titleTs: "'callabl':6 'flatpak':5 'inkscap':2,11 'instal':3 'make':1 'termin':9"
  -bodyTs: "'abl':45 'best':54 'call':8,26,47 'convers':14 'flatpak':22,36 'go':57 'inkscap':9,27,50 'instal':19 'mean':24 'need':40 'org.inkscape.inkscape':38 'packag':6,42 'part':11 'process':15 'python':5 'python-packag':4 'rather':35 'run':37 'termin':33 'way':55 'work':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704115924
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9945157"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704029524 {#1374
    date: 2023-12-31 14:32:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Solved-Font-not-available-in-Firefox-or-Epiphany-GNOME-Web"
  +title: "[Solved] Font not available in Firefox or (Epiphany GNOME) Web browser."
  +url: null
  +body: """
    Edit: copying the font to **/usr/local/share/fonts/** fixed it. (I downloaded Debian Xfce a while ago because of how much I dislike Snap, so I’ll soon replace Xubuntu with it.)\n
    \n
    I recently installed the font “Atkinson Hyperlegible” on Xubuntu 22.04.3 (via right click, Fonts 41.0), and I use it as the Xfce UI font and the default in Mousepad and LibreOffice without any problems.\n
    \n
    However in Firefox 120.0.1 (64-bit), Snap for Ubuntu, canonical-002 - 1.0; it’s not listed at Edit, Settings, Fonts; or Fonts, Advanced…\n
    \n
    When I view an HTML page where the CSS’ body has ` font-family:“Atkinson Hyperlegible”,sans-serif;` it also doesn’t use the Atkinson font. That page also doesn’t use Atkinson in the (Epiphany GNOME) Web 45.1 browser.\n
    \n
    Any ideas on how to get Firefox and Epiphany to see it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709980338 {#1848
    date: 2024-03-09 11:32:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 26223
  -titleTs: "'avail':4 'browser':11 'epiphani':8 'firefox':6 'font':2 'gnome':9 'solv':1 'web':10"
  -bodyTs: "'-002':75 '/usr/local/share/fonts':6 '1.0':76 '120.0.1':68 '22.04.3':40 '41.0':45 '45.1':127 '64':69 'advanc':87 'ago':15 'also':108,117 'atkinson':36,102,113,121 'bit':70 'bodi':97 'browser':128 'canon':74 'click':43 'copi':2 'css':96 'debian':11 'default':57 'dislik':21 'doesn':109,118 'download':10 'edit':1,82 'epiphani':124,137 'famili':101 'firefox':67,135 'fix':7 'font':4,35,44,54,84,86,100,114 'font-famili':99 'get':134 'gnome':125 'howev':65 'html':92 'hyperleg':37,103 'idea':130 'instal':33 'libreoffic':61 'list':80 'll':25 'mousepad':59 'much':19 'page':93,116 'problem':64 'recent':32 'replac':27 'right':42 'san':105 'sans-serif':104 'see':139 'serif':106 'set':83 'snap':22,71 'soon':26 'ubuntu':73 'ui':53 'use':48,111,120 'via':41 'view':90 'web':126 'without':62 'xfce':12,52 'xubuntu':28,39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704103654
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12362778"
  +editedAt: DateTimeImmutable @1709974367 {#1838
    date: 2024-03-09 09:52:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704025654 {#2429
    date: 2023-12-31 13:27:34.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 {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Solved-Font-not-available-in-Firefox-or-Epiphany-GNOME-Web"
  +title: "[Solved] Font not available in Firefox or (Epiphany GNOME) Web browser."
  +url: null
  +body: """
    Edit: copying the font to **/usr/local/share/fonts/** fixed it. (I downloaded Debian Xfce a while ago because of how much I dislike Snap, so I’ll soon replace Xubuntu with it.)\n
    \n
    I recently installed the font “Atkinson Hyperlegible” on Xubuntu 22.04.3 (via right click, Fonts 41.0), and I use it as the Xfce UI font and the default in Mousepad and LibreOffice without any problems.\n
    \n
    However in Firefox 120.0.1 (64-bit), Snap for Ubuntu, canonical-002 - 1.0; it’s not listed at Edit, Settings, Fonts; or Fonts, Advanced…\n
    \n
    When I view an HTML page where the CSS’ body has ` font-family:“Atkinson Hyperlegible”,sans-serif;` it also doesn’t use the Atkinson font. That page also doesn’t use Atkinson in the (Epiphany GNOME) Web 45.1 browser.\n
    \n
    Any ideas on how to get Firefox and Epiphany to see it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709980338 {#1848
    date: 2024-03-09 11:32:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 26223
  -titleTs: "'avail':4 'browser':11 'epiphani':8 'firefox':6 'font':2 'gnome':9 'solv':1 'web':10"
  -bodyTs: "'-002':75 '/usr/local/share/fonts':6 '1.0':76 '120.0.1':68 '22.04.3':40 '41.0':45 '45.1':127 '64':69 'advanc':87 'ago':15 'also':108,117 'atkinson':36,102,113,121 'bit':70 'bodi':97 'browser':128 'canon':74 'click':43 'copi':2 'css':96 'debian':11 'default':57 'dislik':21 'doesn':109,118 'download':10 'edit':1,82 'epiphani':124,137 'famili':101 'firefox':67,135 'fix':7 'font':4,35,44,54,84,86,100,114 'font-famili':99 'get':134 'gnome':125 'howev':65 'html':92 'hyperleg':37,103 'idea':130 'instal':33 'libreoffic':61 'list':80 'll':25 'mousepad':59 'much':19 'page':93,116 'problem':64 'recent':32 'replac':27 'right':42 'san':105 'sans-serif':104 'see':139 'serif':106 'set':83 'snap':22,71 'soon':26 'ubuntu':73 'ui':53 'use':48,111,120 'via':41 'view':90 'web':126 'without':62 'xfce':12,52 'xubuntu':28,39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704103654
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12362778"
  +editedAt: DateTimeImmutable @1709974367 {#1838
    date: 2024-03-09 09:52:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704025654 {#2429
    date: 2023-12-31 13:27:34.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 {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Solved-Font-not-available-in-Firefox-or-Epiphany-GNOME-Web"
  +title: "[Solved] Font not available in Firefox or (Epiphany GNOME) Web browser."
  +url: null
  +body: """
    Edit: copying the font to **/usr/local/share/fonts/** fixed it. (I downloaded Debian Xfce a while ago because of how much I dislike Snap, so I’ll soon replace Xubuntu with it.)\n
    \n
    I recently installed the font “Atkinson Hyperlegible” on Xubuntu 22.04.3 (via right click, Fonts 41.0), and I use it as the Xfce UI font and the default in Mousepad and LibreOffice without any problems.\n
    \n
    However in Firefox 120.0.1 (64-bit), Snap for Ubuntu, canonical-002 - 1.0; it’s not listed at Edit, Settings, Fonts; or Fonts, Advanced…\n
    \n
    When I view an HTML page where the CSS’ body has ` font-family:“Atkinson Hyperlegible”,sans-serif;` it also doesn’t use the Atkinson font. That page also doesn’t use Atkinson in the (Epiphany GNOME) Web 45.1 browser.\n
    \n
    Any ideas on how to get Firefox and Epiphany to see it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709980338 {#1848
    date: 2024-03-09 11:32:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 26223
  -titleTs: "'avail':4 'browser':11 'epiphani':8 'firefox':6 'font':2 'gnome':9 'solv':1 'web':10"
  -bodyTs: "'-002':75 '/usr/local/share/fonts':6 '1.0':76 '120.0.1':68 '22.04.3':40 '41.0':45 '45.1':127 '64':69 'advanc':87 'ago':15 'also':108,117 'atkinson':36,102,113,121 'bit':70 'bodi':97 'browser':128 'canon':74 'click':43 'copi':2 'css':96 'debian':11 'default':57 'dislik':21 'doesn':109,118 'download':10 'edit':1,82 'epiphani':124,137 'famili':101 'firefox':67,135 'fix':7 'font':4,35,44,54,84,86,100,114 'font-famili':99 'get':134 'gnome':125 'howev':65 'html':92 'hyperleg':37,103 'idea':130 'instal':33 'libreoffic':61 'list':80 'll':25 'mousepad':59 'much':19 'page':93,116 'problem':64 'recent':32 'replac':27 'right':42 'san':105 'sans-serif':104 'see':139 'serif':106 'set':83 'snap':22,71 'soon':26 'ubuntu':73 'ui':53 'use':48,111,120 'via':41 'view':90 'web':126 'without':62 'xfce':12,52 'xubuntu':28,39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704103654
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12362778"
  +editedAt: DateTimeImmutable @1709974367 {#1838
    date: 2024-03-09 09:52:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704025654 {#2429
    date: 2023-12-31 13:27:34.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 {#2288
  +user: Proxies\__CG__\App\Entity\User {#2355 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2466 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-change-my-instance-to-one-language-forum"
  +title: "How to change my instance to one language forum?"
  +url: null
  +body: "Is that possible to change my lemmy to one language? For example current my instance’s email verfication language is english. Is that possible to change this to Chinese only?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710819277 {#2166
    date: 2024-03-19 04:34:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2476 …}
  +votes: Doctrine\ORM\PersistentCollection {#2451 …}
  +reports: Doctrine\ORM\PersistentCollection {#2475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2477 …}
  +badges: Doctrine\ORM\PersistentCollection {#2354 …}
  +children: []
  -id: 26213
  -titleTs: "'chang':3 'forum':9 'instanc':5 'languag':8 'one':7"
  -bodyTs: "'chang':5,26 'chines':29 'current':13 'email':17 'english':21 'exampl':12 'instanc':15 'languag':10,19 'lemmi':7 'one':9 'possibl':3,24 'verfic':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704073030
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9942895"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704021530 {#2167
    date: 2023-12-31 12:18: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
31 DENIED edit
App\Entity\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#2355 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2466 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-change-my-instance-to-one-language-forum"
  +title: "How to change my instance to one language forum?"
  +url: null
  +body: "Is that possible to change my lemmy to one language? For example current my instance’s email verfication language is english. Is that possible to change this to Chinese only?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710819277 {#2166
    date: 2024-03-19 04:34:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2476 …}
  +votes: Doctrine\ORM\PersistentCollection {#2451 …}
  +reports: Doctrine\ORM\PersistentCollection {#2475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2477 …}
  +badges: Doctrine\ORM\PersistentCollection {#2354 …}
  +children: []
  -id: 26213
  -titleTs: "'chang':3 'forum':9 'instanc':5 'languag':8 'one':7"
  -bodyTs: "'chang':5,26 'chines':29 'current':13 'email':17 'english':21 'exampl':12 'instanc':15 'languag':10,19 'lemmi':7 'one':9 'possibl':3,24 'verfic':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704073030
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9942895"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704021530 {#2167
    date: 2023-12-31 12:18: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
32 DENIED moderate
App\Entity\Entry {#2288
  +user: Proxies\__CG__\App\Entity\User {#2355 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2466 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-to-change-my-instance-to-one-language-forum"
  +title: "How to change my instance to one language forum?"
  +url: null
  +body: "Is that possible to change my lemmy to one language? For example current my instance’s email verfication language is english. Is that possible to change this to Chinese only?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710819277 {#2166
    date: 2024-03-19 04:34:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2476 …}
  +votes: Doctrine\ORM\PersistentCollection {#2451 …}
  +reports: Doctrine\ORM\PersistentCollection {#2475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2477 …}
  +badges: Doctrine\ORM\PersistentCollection {#2354 …}
  +children: []
  -id: 26213
  -titleTs: "'chang':3 'forum':9 'instanc':5 'languag':8 'one':7"
  -bodyTs: "'chang':5,26 'chines':29 'current':13 'email':17 'english':21 'exampl':12 'instanc':15 'languag':10,19 'lemmi':7 'one':9 'possibl':3,24 'verfic':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704073030
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9942895"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704021530 {#2167
    date: 2023-12-31 12:18: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
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 {#1841
  +user: Proxies\__CG__\App\Entity\User {#2409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-Tracking-and-Technology-in-Cars-Is-Being-Weaponized-by"
  +title: "How Tracking and Technology in Cars Is Being Weaponized by Abusive Partners"
  +url: null
  +body: "pulse_of_truth@infosec.pub"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710561302 {#2487
    date: 2024-03-16 04:55:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 26210
  -titleTs: "'abus':11 'car':6 'partner':12 'technolog':4 'track':2 'weapon':9"
  -bodyTs: "'pulse_of_truth@infosec.pub':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704107642
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6620825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704021242 {#2485
    date: 2023-12-31 12:14:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1841
  +user: Proxies\__CG__\App\Entity\User {#2409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-Tracking-and-Technology-in-Cars-Is-Being-Weaponized-by"
  +title: "How Tracking and Technology in Cars Is Being Weaponized by Abusive Partners"
  +url: null
  +body: "pulse_of_truth@infosec.pub"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710561302 {#2487
    date: 2024-03-16 04:55:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 26210
  -titleTs: "'abus':11 'car':6 'partner':12 'technolog':4 'track':2 'weapon':9"
  -bodyTs: "'pulse_of_truth@infosec.pub':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704107642
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6620825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704021242 {#2485
    date: 2023-12-31 12:14:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1841
  +user: Proxies\__CG__\App\Entity\User {#2409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-Tracking-and-Technology-in-Cars-Is-Being-Weaponized-by"
  +title: "How Tracking and Technology in Cars Is Being Weaponized by Abusive Partners"
  +url: null
  +body: "pulse_of_truth@infosec.pub"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710561302 {#2487
    date: 2024-03-16 04:55:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 26210
  -titleTs: "'abus':11 'car':6 'partner':12 'technolog':4 'track':2 'weapon':9"
  -bodyTs: "'pulse_of_truth@infosec.pub':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704107642
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6620825"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704021242 {#2485
    date: 2023-12-31 12:14:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1501
  +user: Proxies\__CG__\App\Entity\User {#1500 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-are-your-opinions-of-Guix"
  +title: "What are your opinions of Guix?"
  +url: null
  +body: """
    Reposting because it looks like federation failed.\n
    \n
    > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 50
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711845356 {#1508
    date: 2024-03-31 01:35:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 26200
  -titleTs: "'guix':6 'opinion':4"
  -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704102675
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9914757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704016275 {#1524
    date: 2023-12-31 10:51: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
39 DENIED edit
App\Entity\Entry {#1501
  +user: Proxies\__CG__\App\Entity\User {#1500 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-are-your-opinions-of-Guix"
  +title: "What are your opinions of Guix?"
  +url: null
  +body: """
    Reposting because it looks like federation failed.\n
    \n
    > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 50
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711845356 {#1508
    date: 2024-03-31 01:35:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 26200
  -titleTs: "'guix':6 'opinion':4"
  -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704102675
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9914757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704016275 {#1524
    date: 2023-12-31 10:51: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
40 DENIED moderate
App\Entity\Entry {#1501
  +user: Proxies\__CG__\App\Entity\User {#1500 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-are-your-opinions-of-Guix"
  +title: "What are your opinions of Guix?"
  +url: null
  +body: """
    Reposting because it looks like federation failed.\n
    \n
    > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 50
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711845356 {#1508
    date: 2024-03-31 01:35:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 26200
  -titleTs: "'guix':6 'opinion':4"
  -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704102675
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9914757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704016275 {#1524
    date: 2023-12-31 10:51: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
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 {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Does-anyone-else-feel-like-every-year-is-like-the"
  +title: "Does anyone else feel like every year is like the movie 'Groundhog Day'? Same holidays, same birthdays, same work week, etc"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 140
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710436581 {#1480
    date: 2024-03-14 18:16:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1504 …}
  +votes: Doctrine\ORM\PersistentCollection {#1505 …}
  +reports: Doctrine\ORM\PersistentCollection {#1532 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1534 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1540 …}
  +badges: Doctrine\ORM\PersistentCollection {#1533 …}
  +children: []
  -id: 26190
  -titleTs: "'anyon':2 'birthday':17 'day':13 'els':3 'etc':21 'everi':6 'feel':4 'groundhog':12 'holiday':15 'like':5,9 'movi':11 'week':20 'work':19 'year':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704097295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10152769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704010895 {#1522
    date: 2023-12-31 09:21: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
43 DENIED edit
App\Entity\Entry {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Does-anyone-else-feel-like-every-year-is-like-the"
  +title: "Does anyone else feel like every year is like the movie 'Groundhog Day'? Same holidays, same birthdays, same work week, etc"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 140
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710436581 {#1480
    date: 2024-03-14 18:16:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1504 …}
  +votes: Doctrine\ORM\PersistentCollection {#1505 …}
  +reports: Doctrine\ORM\PersistentCollection {#1532 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1534 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1540 …}
  +badges: Doctrine\ORM\PersistentCollection {#1533 …}
  +children: []
  -id: 26190
  -titleTs: "'anyon':2 'birthday':17 'day':13 'els':3 'etc':21 'everi':6 'feel':4 'groundhog':12 'holiday':15 'like':5,9 'movi':11 'week':20 'work':19 'year':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704097295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10152769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704010895 {#1522
    date: 2023-12-31 09:21: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
44 DENIED moderate
App\Entity\Entry {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Does-anyone-else-feel-like-every-year-is-like-the"
  +title: "Does anyone else feel like every year is like the movie 'Groundhog Day'? Same holidays, same birthdays, same work week, etc"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 140
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710436581 {#1480
    date: 2024-03-14 18:16:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1504 …}
  +votes: Doctrine\ORM\PersistentCollection {#1505 …}
  +reports: Doctrine\ORM\PersistentCollection {#1532 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1534 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1540 …}
  +badges: Doctrine\ORM\PersistentCollection {#1533 …}
  +children: []
  -id: 26190
  -titleTs: "'anyon':2 'birthday':17 'day':13 'els':3 'etc':21 'everi':6 'feel':4 'groundhog':12 'holiday':15 'like':5,9 'movi':11 'week':20 'work':19 'year':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704097295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10152769"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704010895 {#1522
    date: 2023-12-31 09:21: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
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 {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Is-there-a-forum-for-people-who-are-lonely-and"
  +title: "Is there a forum for people who are lonely and sad but specifically not incel sickos?"
  +url: null
  +body: """
    like you know you’re a good person at heart but life circumstances and trauma and bullying and etc prevented you from learning the proper social skills to find companionship. not necessarily a forum to actually find friends (i find going into things with that intention feels fake and weird), but rather a forum to commiserate and share advice and coping mechanisms and so on.\n
    \n
    loneliness is increasing worldwide, esp in men. and it’s very easy to get into the weeds on this of course…\n
    \n
    happy fuckin holidays
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 57
  +favouriteCount: 379
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712059199 {#1541
    date: 2024-04-02 13:59:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 26071
  -titleTs: "'forum':4 'incel':15 'lone':9 'peopl':6 'sad':11 'sicko':16 'specif':13"
  -bodyTs: "'actual':36 'advic':59 'bulli':17 'circumst':13 'commiser':56 'companionship':30 'cope':61 'cours':86 'easi':77 'esp':70 'etc':19 'fake':48 'feel':47 'find':29,37,40 'forum':34,54 'friend':38 'fuckin':88 'get':79 'go':41 'good':7 'happi':87 'heart':10 'holiday':89 'increas':68 'intent':46 'know':3 'learn':23 'life':12 'like':1 'loneli':66 'mechan':62 'men':72 'necessarili':32 'person':8 'prevent':20 'proper':25 'rather':52 're':5 'share':58 'skill':27 'social':26 'thing':43 'trauma':15 'weed':82 'weird':50 'worldwid':69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704077740
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10148139"
  +editedAt: DateTimeImmutable @1709679446 {#1529
    date: 2024-03-05 23:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703991340 {#1531
    date: 2023-12-31 03:55:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Is-there-a-forum-for-people-who-are-lonely-and"
  +title: "Is there a forum for people who are lonely and sad but specifically not incel sickos?"
  +url: null
  +body: """
    like you know you’re a good person at heart but life circumstances and trauma and bullying and etc prevented you from learning the proper social skills to find companionship. not necessarily a forum to actually find friends (i find going into things with that intention feels fake and weird), but rather a forum to commiserate and share advice and coping mechanisms and so on.\n
    \n
    loneliness is increasing worldwide, esp in men. and it’s very easy to get into the weeds on this of course…\n
    \n
    happy fuckin holidays
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 57
  +favouriteCount: 379
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712059199 {#1541
    date: 2024-04-02 13:59:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 26071
  -titleTs: "'forum':4 'incel':15 'lone':9 'peopl':6 'sad':11 'sicko':16 'specif':13"
  -bodyTs: "'actual':36 'advic':59 'bulli':17 'circumst':13 'commiser':56 'companionship':30 'cope':61 'cours':86 'easi':77 'esp':70 'etc':19 'fake':48 'feel':47 'find':29,37,40 'forum':34,54 'friend':38 'fuckin':88 'get':79 'go':41 'good':7 'happi':87 'heart':10 'holiday':89 'increas':68 'intent':46 'know':3 'learn':23 'life':12 'like':1 'loneli':66 'mechan':62 'men':72 'necessarili':32 'person':8 'prevent':20 'proper':25 'rather':52 're':5 'share':58 'skill':27 'social':26 'thing':43 'trauma':15 'weed':82 'weird':50 'worldwid':69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704077740
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10148139"
  +editedAt: DateTimeImmutable @1709679446 {#1529
    date: 2024-03-05 23:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703991340 {#1531
    date: 2023-12-31 03:55:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Is-there-a-forum-for-people-who-are-lonely-and"
  +title: "Is there a forum for people who are lonely and sad but specifically not incel sickos?"
  +url: null
  +body: """
    like you know you’re a good person at heart but life circumstances and trauma and bullying and etc prevented you from learning the proper social skills to find companionship. not necessarily a forum to actually find friends (i find going into things with that intention feels fake and weird), but rather a forum to commiserate and share advice and coping mechanisms and so on.\n
    \n
    loneliness is increasing worldwide, esp in men. and it’s very easy to get into the weeds on this of course…\n
    \n
    happy fuckin holidays
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 57
  +favouriteCount: 379
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712059199 {#1541
    date: 2024-04-02 13:59:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 26071
  -titleTs: "'forum':4 'incel':15 'lone':9 'peopl':6 'sad':11 'sicko':16 'specif':13"
  -bodyTs: "'actual':36 'advic':59 'bulli':17 'circumst':13 'commiser':56 'companionship':30 'cope':61 'cours':86 'easi':77 'esp':70 'etc':19 'fake':48 'feel':47 'find':29,37,40 'forum':34,54 'friend':38 'fuckin':88 'get':79 'go':41 'good':7 'happi':87 'heart':10 'holiday':89 'increas':68 'intent':46 'know':3 'learn':23 'life':12 'like':1 'loneli':66 'mechan':62 'men':72 'necessarili':32 'person':8 'prevent':20 'proper':25 'rather':52 're':5 'share':58 'skill':27 'social':26 'thing':43 'trauma':15 'weed':82 'weird':50 'worldwid':69"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704077740
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10148139"
  +editedAt: DateTimeImmutable @1709679446 {#1529
    date: 2024-03-05 23:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703991340 {#1531
    date: 2023-12-31 03:55:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
  +title: "Started to move off Google (not strictly self-hosted)"
  +url: null
  +body: """
    Started to move off Google’s services to proton:\n
    \n
    ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710911472 {#1713
    date: 2024-03-20 06:11:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 26060
  -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
  -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704075317
  +visibility: "visible             "
  +apId: "https://no.lastname.nz/post/278797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703988917 {#1712
    date: 2023-12-31 03:15: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
51 DENIED edit
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
  +title: "Started to move off Google (not strictly self-hosted)"
  +url: null
  +body: """
    Started to move off Google’s services to proton:\n
    \n
    ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710911472 {#1713
    date: 2024-03-20 06:11:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 26060
  -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
  -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704075317
  +visibility: "visible             "
  +apId: "https://no.lastname.nz/post/278797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703988917 {#1712
    date: 2023-12-31 03:15: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
52 DENIED moderate
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
  +title: "Started to move off Google (not strictly self-hosted)"
  +url: null
  +body: """
    Started to move off Google’s services to proton:\n
    \n
    ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710911472 {#1713
    date: 2024-03-20 06:11:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 26060
  -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
  -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704075317
  +visibility: "visible             "
  +apId: "https://no.lastname.nz/post/278797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703988917 {#1712
    date: 2023-12-31 03:15: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
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 {#1471
  +user: Proxies\__CG__\App\Entity\User {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Anyone-who-recently-had-a-Yup-it-was-that-kinda"
  +title: "Anyone who recently had a "Yup, it was that kinda day" day. What happened?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 89
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712584256 {#1474
    date: 2024-04-08 15:50:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 26054
  -titleTs: "'anyon':1 'day':11,12 'happen':14 'kinda':10 'recent':3 'yup':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704074074
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10146000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703987674 {#1472
    date: 2023-12-31 02:54:34.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 {#1471
  +user: Proxies\__CG__\App\Entity\User {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Anyone-who-recently-had-a-Yup-it-was-that-kinda"
  +title: "Anyone who recently had a "Yup, it was that kinda day" day. What happened?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 89
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712584256 {#1474
    date: 2024-04-08 15:50:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 26054
  -titleTs: "'anyon':1 'day':11,12 'happen':14 'kinda':10 'recent':3 'yup':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704074074
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10146000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703987674 {#1472
    date: 2023-12-31 02:54:34.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 {#1471
  +user: Proxies\__CG__\App\Entity\User {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Anyone-who-recently-had-a-Yup-it-was-that-kinda"
  +title: "Anyone who recently had a "Yup, it was that kinda day" day. What happened?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 89
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712584256 {#1474
    date: 2024-04-08 15:50:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 26054
  -titleTs: "'anyon':1 'day':11,12 'happen':14 'kinda':10 'recent':3 'yup':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704074074
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10146000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703987674 {#1472
    date: 2023-12-31 02:54:34.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 {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "how-do-i-efficiently-attach-audio-to-an-image"
  +title: "how do i efficiently attach audio to an image"
  +url: null
  +body: """
    hi all, ive tried using shotcut and kdenlive but the outputted file ends up being huge. i have a single image and want to put audio on top (releasing a song) but these programs end up making video files where they render the same image on each frame and the files end up being huge. what is the best way to achieve my use case of making a single photo music ‘video’ that doesnt degrade the quality of the image and can be posted to youtube?\n
    \n
    tl;dr: need a still image video (image is lossless) where rhe imsge isnt reduplicared and has audio
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710575177 {#1496
    date: 2024-03-16 08:46:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1495 …}
  +votes: Doctrine\ORM\PersistentCollection {#1475 …}
  +reports: Doctrine\ORM\PersistentCollection {#1476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1755 …}
  +badges: Doctrine\ORM\PersistentCollection {#1757 …}
  +children: []
  -id: 26004
  -titleTs: "'attach':5 'audio':6 'effici':4 'imag':9"
  -bodyTs: "'achiev':62 'audio':26,104 'best':59 'case':65 'degrad':75 'doesnt':74 'dr':88 'end':13,35,52 'file':12,39,51 'frame':48 'hi':1 'huge':16,55 'imag':21,45,80,92,94 'imsg':99 'isnt':100 'ive':3 'kdenliv':8 'lossless':96 'make':37,67 'music':71 'need':89 'output':11 'photo':70 'post':84 'program':34 'put':25 'qualiti':77 'reduplicar':101 'releas':29 'render':42 'rhe':98 'shotcut':6 'singl':20,69 'song':31 'still':91 'tl':87 'top':28 'tri':4 'use':5,64 'video':38,72,93 'want':23 'way':60 'youtub':86"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704069822
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9930061"
  +editedAt: DateTimeImmutable @1709617105 {#1494
    date: 2024-03-05 06:38:25.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703983422 {#1490
    date: 2023-12-31 01:43:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "how-do-i-efficiently-attach-audio-to-an-image"
  +title: "how do i efficiently attach audio to an image"
  +url: null
  +body: """
    hi all, ive tried using shotcut and kdenlive but the outputted file ends up being huge. i have a single image and want to put audio on top (releasing a song) but these programs end up making video files where they render the same image on each frame and the files end up being huge. what is the best way to achieve my use case of making a single photo music ‘video’ that doesnt degrade the quality of the image and can be posted to youtube?\n
    \n
    tl;dr: need a still image video (image is lossless) where rhe imsge isnt reduplicared and has audio
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710575177 {#1496
    date: 2024-03-16 08:46:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1495 …}
  +votes: Doctrine\ORM\PersistentCollection {#1475 …}
  +reports: Doctrine\ORM\PersistentCollection {#1476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1755 …}
  +badges: Doctrine\ORM\PersistentCollection {#1757 …}
  +children: []
  -id: 26004
  -titleTs: "'attach':5 'audio':6 'effici':4 'imag':9"
  -bodyTs: "'achiev':62 'audio':26,104 'best':59 'case':65 'degrad':75 'doesnt':74 'dr':88 'end':13,35,52 'file':12,39,51 'frame':48 'hi':1 'huge':16,55 'imag':21,45,80,92,94 'imsg':99 'isnt':100 'ive':3 'kdenliv':8 'lossless':96 'make':37,67 'music':71 'need':89 'output':11 'photo':70 'post':84 'program':34 'put':25 'qualiti':77 'reduplicar':101 'releas':29 'render':42 'rhe':98 'shotcut':6 'singl':20,69 'song':31 'still':91 'tl':87 'top':28 'tri':4 'use':5,64 'video':38,72,93 'want':23 'way':60 'youtub':86"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704069822
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9930061"
  +editedAt: DateTimeImmutable @1709617105 {#1494
    date: 2024-03-05 06:38:25.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703983422 {#1490
    date: 2023-12-31 01:43:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "how-do-i-efficiently-attach-audio-to-an-image"
  +title: "how do i efficiently attach audio to an image"
  +url: null
  +body: """
    hi all, ive tried using shotcut and kdenlive but the outputted file ends up being huge. i have a single image and want to put audio on top (releasing a song) but these programs end up making video files where they render the same image on each frame and the files end up being huge. what is the best way to achieve my use case of making a single photo music ‘video’ that doesnt degrade the quality of the image and can be posted to youtube?\n
    \n
    tl;dr: need a still image video (image is lossless) where rhe imsge isnt reduplicared and has audio
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710575177 {#1496
    date: 2024-03-16 08:46:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1495 …}
  +votes: Doctrine\ORM\PersistentCollection {#1475 …}
  +reports: Doctrine\ORM\PersistentCollection {#1476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1755 …}
  +badges: Doctrine\ORM\PersistentCollection {#1757 …}
  +children: []
  -id: 26004
  -titleTs: "'attach':5 'audio':6 'effici':4 'imag':9"
  -bodyTs: "'achiev':62 'audio':26,104 'best':59 'case':65 'degrad':75 'doesnt':74 'dr':88 'end':13,35,52 'file':12,39,51 'frame':48 'hi':1 'huge':16,55 'imag':21,45,80,92,94 'imsg':99 'isnt':100 'ive':3 'kdenliv':8 'lossless':96 'make':37,67 'music':71 'need':89 'output':11 'photo':70 'post':84 'program':34 'put':25 'qualiti':77 'reduplicar':101 'releas':29 'render':42 'rhe':98 'shotcut':6 'singl':20,69 'song':31 'still':91 'tl':87 'top':28 'tri':4 'use':5,64 'video':38,72,93 'want':23 'way':60 'youtub':86"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704069822
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9930061"
  +editedAt: DateTimeImmutable @1709617105 {#1494
    date: 2024-03-05 06:38:25.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703983422 {#1490
    date: 2023-12-31 01:43:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1762
  +user: Proxies\__CG__\App\Entity\User {#1751 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1788 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "I-have-a-DVD-collection-I-want-on-my-Jellyfin"
  +title: "I have a DVD collection I want on my Jellyfin library. What software should I use for compressing these DVD files to sizes matching what you find at sea?"
  +url: null
  +body: """
    **EDIT: Thank you so much everyone! There’s so much help for me here, and I’ll recommend anyone with similar question as me to read the comments**\n
    \n
    Basically title.\n
    \n
    I have the DVDs and I have the hardware to burn them to my PC.\n
    \n
    But the file size is too much. What software would be ideal to get the best quality with the lowest file size?\n
    \n
    I’m going for file sizes per movie at around 2-3gb max.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710432410 {#1756
    date: 2024-03-14 17:06:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1772 …}
  +votes: Doctrine\ORM\PersistentCollection {#1778 …}
  +reports: Doctrine\ORM\PersistentCollection {#1777 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1773 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1776 …}
  +badges: Doctrine\ORM\PersistentCollection {#1782 …}
  +children: []
  -id: 25944
  -titleTs: "'collect':5 'compress':18 'dvd':4,20 'file':21 'find':27 'jellyfin':10 'librari':11 'match':24 'sea':29 'size':23 'softwar':13 'use':16 'want':7"
  -bodyTs: "'-3':79 '2':78 'anyon':19 'around':77 'basic':29 'best':61 'burn':41 'comment':28 'dvds':34 'edit':1 'everyon':6 'file':48,66,72 'gb':80 'get':59 'go':70 'hardwar':39 'help':11 'ideal':57 'll':17 'lowest':65 'm':69 'max':81 'movi':75 'much':5,10,52 'pc':45 'per':74 'qualiti':62 'question':22 'read':26 'recommend':18 'similar':21 'size':49,67,73 'softwar':54 'thank':2 'titl':30 'would':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704063548
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10141764"
  +editedAt: DateTimeImmutable @1709822970 {#1767
    date: 2024-03-07 15:49:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703977148 {#1759
    date: 2023-12-30 23:59:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1762
  +user: Proxies\__CG__\App\Entity\User {#1751 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1788 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "I-have-a-DVD-collection-I-want-on-my-Jellyfin"
  +title: "I have a DVD collection I want on my Jellyfin library. What software should I use for compressing these DVD files to sizes matching what you find at sea?"
  +url: null
  +body: """
    **EDIT: Thank you so much everyone! There’s so much help for me here, and I’ll recommend anyone with similar question as me to read the comments**\n
    \n
    Basically title.\n
    \n
    I have the DVDs and I have the hardware to burn them to my PC.\n
    \n
    But the file size is too much. What software would be ideal to get the best quality with the lowest file size?\n
    \n
    I’m going for file sizes per movie at around 2-3gb max.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710432410 {#1756
    date: 2024-03-14 17:06:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1772 …}
  +votes: Doctrine\ORM\PersistentCollection {#1778 …}
  +reports: Doctrine\ORM\PersistentCollection {#1777 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1773 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1776 …}
  +badges: Doctrine\ORM\PersistentCollection {#1782 …}
  +children: []
  -id: 25944
  -titleTs: "'collect':5 'compress':18 'dvd':4,20 'file':21 'find':27 'jellyfin':10 'librari':11 'match':24 'sea':29 'size':23 'softwar':13 'use':16 'want':7"
  -bodyTs: "'-3':79 '2':78 'anyon':19 'around':77 'basic':29 'best':61 'burn':41 'comment':28 'dvds':34 'edit':1 'everyon':6 'file':48,66,72 'gb':80 'get':59 'go':70 'hardwar':39 'help':11 'ideal':57 'll':17 'lowest':65 'm':69 'max':81 'movi':75 'much':5,10,52 'pc':45 'per':74 'qualiti':62 'question':22 'read':26 'recommend':18 'similar':21 'size':49,67,73 'softwar':54 'thank':2 'titl':30 'would':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704063548
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10141764"
  +editedAt: DateTimeImmutable @1709822970 {#1767
    date: 2024-03-07 15:49:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703977148 {#1759
    date: 2023-12-30 23:59:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1762
  +user: Proxies\__CG__\App\Entity\User {#1751 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1788 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "I-have-a-DVD-collection-I-want-on-my-Jellyfin"
  +title: "I have a DVD collection I want on my Jellyfin library. What software should I use for compressing these DVD files to sizes matching what you find at sea?"
  +url: null
  +body: """
    **EDIT: Thank you so much everyone! There’s so much help for me here, and I’ll recommend anyone with similar question as me to read the comments**\n
    \n
    Basically title.\n
    \n
    I have the DVDs and I have the hardware to burn them to my PC.\n
    \n
    But the file size is too much. What software would be ideal to get the best quality with the lowest file size?\n
    \n
    I’m going for file sizes per movie at around 2-3gb max.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710432410 {#1756
    date: 2024-03-14 17:06:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1772 …}
  +votes: Doctrine\ORM\PersistentCollection {#1778 …}
  +reports: Doctrine\ORM\PersistentCollection {#1777 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1773 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1776 …}
  +badges: Doctrine\ORM\PersistentCollection {#1782 …}
  +children: []
  -id: 25944
  -titleTs: "'collect':5 'compress':18 'dvd':4,20 'file':21 'find':27 'jellyfin':10 'librari':11 'match':24 'sea':29 'size':23 'softwar':13 'use':16 'want':7"
  -bodyTs: "'-3':79 '2':78 'anyon':19 'around':77 'basic':29 'best':61 'burn':41 'comment':28 'dvds':34 'edit':1 'everyon':6 'file':48,66,72 'gb':80 'get':59 'go':70 'hardwar':39 'help':11 'ideal':57 'll':17 'lowest':65 'm':69 'max':81 'movi':75 'much':5,10,52 'pc':45 'per':74 'qualiti':62 'question':22 'read':26 'recommend':18 'similar':21 'size':49,67,73 'softwar':54 'thank':2 'titl':30 'would':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704063548
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10141764"
  +editedAt: DateTimeImmutable @1709822970 {#1767
    date: 2024-03-07 15:49:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703977148 {#1759
    date: 2023-12-30 23:59:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-the-worst-thing-you-accidentally-did-due-to-a"
  +title: "What's the worst thing you accidentally did due to a glitch on a site?"
  +url: null
  +body: "Lemmy is having a few hiccups for me, but as I reminisce, it’s far from the worst experience I had with glitches, so as long as people know why the double posting is occurring."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710839379 {#1785
    date: 2024-03-19 10:09:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1764 …}
  +votes: Doctrine\ORM\PersistentCollection {#1766 …}
  +reports: Doctrine\ORM\PersistentCollection {#1681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1445 …}
  +badges: Doctrine\ORM\PersistentCollection {#1638 …}
  +children: []
  -id: 26693
  -titleTs: "'accident':7 'due':9 'glitch':12 'site':15 'thing':5 'worst':4"
  -bodyTs: "'doubl':32 'experi':19 'far':15 'glitch':23 'hiccup':6 'know':29 'lemmi':1 'long':26 'occur':35 'peopl':28 'post':33 'reminisc':12 'worst':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703980205
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/19576270"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703964705 {#1784
    date: 2023-12-30 20:31: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 {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-the-worst-thing-you-accidentally-did-due-to-a"
  +title: "What's the worst thing you accidentally did due to a glitch on a site?"
  +url: null
  +body: "Lemmy is having a few hiccups for me, but as I reminisce, it’s far from the worst experience I had with glitches, so as long as people know why the double posting is occurring."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710839379 {#1785
    date: 2024-03-19 10:09:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1764 …}
  +votes: Doctrine\ORM\PersistentCollection {#1766 …}
  +reports: Doctrine\ORM\PersistentCollection {#1681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1445 …}
  +badges: Doctrine\ORM\PersistentCollection {#1638 …}
  +children: []
  -id: 26693
  -titleTs: "'accident':7 'due':9 'glitch':12 'site':15 'thing':5 'worst':4"
  -bodyTs: "'doubl':32 'experi':19 'far':15 'glitch':23 'hiccup':6 'know':29 'lemmi':1 'long':26 'occur':35 'peopl':28 'post':33 'reminisc':12 'worst':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703980205
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/19576270"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703964705 {#1784
    date: 2023-12-30 20:31: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 {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-the-worst-thing-you-accidentally-did-due-to-a"
  +title: "What's the worst thing you accidentally did due to a glitch on a site?"
  +url: null
  +body: "Lemmy is having a few hiccups for me, but as I reminisce, it’s far from the worst experience I had with glitches, so as long as people know why the double posting is occurring."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710839379 {#1785
    date: 2024-03-19 10:09:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1764 …}
  +votes: Doctrine\ORM\PersistentCollection {#1766 …}
  +reports: Doctrine\ORM\PersistentCollection {#1681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1445 …}
  +badges: Doctrine\ORM\PersistentCollection {#1638 …}
  +children: []
  -id: 26693
  -titleTs: "'accident':7 'due':9 'glitch':12 'site':15 'thing':5 'worst':4"
  -bodyTs: "'doubl':32 'experi':19 'far':15 'glitch':23 'hiccup':6 'know':29 'lemmi':1 'long':26 'occur':35 'peopl':28 'post':33 'reminisc':12 'worst':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703980205
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/19576270"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703964705 {#1784
    date: 2023-12-30 20:31: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 {#1622
  +user: Proxies\__CG__\App\Entity\User {#1633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Linode-Alternative-Suggestions-for-Small-Projects"
  +title: "Linode Alternative Suggestions for Small Projects"
  +url: null
  +body: """
    Hello everyone. I just tried to create an account with linode and got the automated cancellation email due to fraud, which left a bad taste in my mouth about the company before I even had the chance to get started.\n
    \n
    So I am looking for alternatives that won’t break the bank, have linux options, and are fairly easy to use once you get up and running. I dont need to do anything complex, just host my small hobby projects that I’m hacking away at. I don’t have anything ready now, but I thought that with new years and all that it might be a good time to snag some deals.\n
    \n
    Do you guys know of anything that fits? Thanks!\n
    \n
    Edit: Decided to go with Oracle’s Always Free option, as at this time being a student (i.e. poor) and just wanting to mess around and learn I can’t justify going with a non-free option when a free on is available. I am however stuck on the part where I need to create my instance. I’m getting the out of capacity error, which after reading up on means there aren’t available resources for my selected region. I can either try again daily to see if at some point they will be available or select a different region (which as far as I can tell means closing and reopening the account which I want to avoid).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711687075 {#1642
    date: 2024-03-29 05:37:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 25909
  -titleTs: "'altern':2 'linod':1 'project':6 'small':5 'suggest':3"
  -bodyTs: "'account':9,237 'altern':46 'alway':130 'anyth':73,91,119 'aren':196 'around':147 'autom':15 'avail':166,198,219 'avoid':242 'away':85 'bad':24 'bank':52 'break':50 'cancel':16 'capac':187 'chanc':37 'close':233 'compani':31 'complex':74 'creat':7,178 'daili':209 'deal':113 'decid':124 'differ':223 'dont':69 'due':18 'easi':59 'edit':123 'either':206 'email':17 'error':188 'even':34 'everyon':2 'fair':58 'far':227 'fit':121 'fraud':20 'free':131,159,163 'get':39,64,183 'go':126,154 'good':108 'got':13 'guy':116 'hack':84 'hello':1 'hobbi':79 'host':76 'howev':169 'i.e':140 'instanc':180 'justifi':153 'know':117 'learn':149 'left':22 'linod':11 'linux':54 'look':44 'm':83,182 'mean':194,232 'mess':146 'might':105 'mouth':28 'need':70,176 'new':99 'non':158 'non-fre':157 'option':55,132,160 'oracl':128 'part':173 'point':215 'poor':141 'project':80 'read':191 'readi':92 'region':203,224 'reopen':235 'resourc':199 'run':67 'see':211 'select':202,221 'small':78 'snag':111 'start':40 'stuck':170 'student':139 'tast':25 'tell':231 'thank':122 'thought':96 'time':109,136 'tri':5,207 'use':61 'want':144,240 'won':48 'year':100"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704048931
  +visibility: "visible             "
  +apId: "https://iusearchlinux.fyi/post/3193086"
  +editedAt: DateTimeImmutable @1710588190 {#1644
    date: 2024-03-16 12:23:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962531 {#1643
    date: 2023-12-30 19:55:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1622
  +user: Proxies\__CG__\App\Entity\User {#1633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Linode-Alternative-Suggestions-for-Small-Projects"
  +title: "Linode Alternative Suggestions for Small Projects"
  +url: null
  +body: """
    Hello everyone. I just tried to create an account with linode and got the automated cancellation email due to fraud, which left a bad taste in my mouth about the company before I even had the chance to get started.\n
    \n
    So I am looking for alternatives that won’t break the bank, have linux options, and are fairly easy to use once you get up and running. I dont need to do anything complex, just host my small hobby projects that I’m hacking away at. I don’t have anything ready now, but I thought that with new years and all that it might be a good time to snag some deals.\n
    \n
    Do you guys know of anything that fits? Thanks!\n
    \n
    Edit: Decided to go with Oracle’s Always Free option, as at this time being a student (i.e. poor) and just wanting to mess around and learn I can’t justify going with a non-free option when a free on is available. I am however stuck on the part where I need to create my instance. I’m getting the out of capacity error, which after reading up on means there aren’t available resources for my selected region. I can either try again daily to see if at some point they will be available or select a different region (which as far as I can tell means closing and reopening the account which I want to avoid).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711687075 {#1642
    date: 2024-03-29 05:37:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 25909
  -titleTs: "'altern':2 'linod':1 'project':6 'small':5 'suggest':3"
  -bodyTs: "'account':9,237 'altern':46 'alway':130 'anyth':73,91,119 'aren':196 'around':147 'autom':15 'avail':166,198,219 'avoid':242 'away':85 'bad':24 'bank':52 'break':50 'cancel':16 'capac':187 'chanc':37 'close':233 'compani':31 'complex':74 'creat':7,178 'daili':209 'deal':113 'decid':124 'differ':223 'dont':69 'due':18 'easi':59 'edit':123 'either':206 'email':17 'error':188 'even':34 'everyon':2 'fair':58 'far':227 'fit':121 'fraud':20 'free':131,159,163 'get':39,64,183 'go':126,154 'good':108 'got':13 'guy':116 'hack':84 'hello':1 'hobbi':79 'host':76 'howev':169 'i.e':140 'instanc':180 'justifi':153 'know':117 'learn':149 'left':22 'linod':11 'linux':54 'look':44 'm':83,182 'mean':194,232 'mess':146 'might':105 'mouth':28 'need':70,176 'new':99 'non':158 'non-fre':157 'option':55,132,160 'oracl':128 'part':173 'point':215 'poor':141 'project':80 'read':191 'readi':92 'region':203,224 'reopen':235 'resourc':199 'run':67 'see':211 'select':202,221 'small':78 'snag':111 'start':40 'stuck':170 'student':139 'tast':25 'tell':231 'thank':122 'thought':96 'time':109,136 'tri':5,207 'use':61 'want':144,240 'won':48 'year':100"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704048931
  +visibility: "visible             "
  +apId: "https://iusearchlinux.fyi/post/3193086"
  +editedAt: DateTimeImmutable @1710588190 {#1644
    date: 2024-03-16 12:23:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962531 {#1643
    date: 2023-12-30 19:55:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1622
  +user: Proxies\__CG__\App\Entity\User {#1633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Linode-Alternative-Suggestions-for-Small-Projects"
  +title: "Linode Alternative Suggestions for Small Projects"
  +url: null
  +body: """
    Hello everyone. I just tried to create an account with linode and got the automated cancellation email due to fraud, which left a bad taste in my mouth about the company before I even had the chance to get started.\n
    \n
    So I am looking for alternatives that won’t break the bank, have linux options, and are fairly easy to use once you get up and running. I dont need to do anything complex, just host my small hobby projects that I’m hacking away at. I don’t have anything ready now, but I thought that with new years and all that it might be a good time to snag some deals.\n
    \n
    Do you guys know of anything that fits? Thanks!\n
    \n
    Edit: Decided to go with Oracle’s Always Free option, as at this time being a student (i.e. poor) and just wanting to mess around and learn I can’t justify going with a non-free option when a free on is available. I am however stuck on the part where I need to create my instance. I’m getting the out of capacity error, which after reading up on means there aren’t available resources for my selected region. I can either try again daily to see if at some point they will be available or select a different region (which as far as I can tell means closing and reopening the account which I want to avoid).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711687075 {#1642
    date: 2024-03-29 05:37:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 25909
  -titleTs: "'altern':2 'linod':1 'project':6 'small':5 'suggest':3"
  -bodyTs: "'account':9,237 'altern':46 'alway':130 'anyth':73,91,119 'aren':196 'around':147 'autom':15 'avail':166,198,219 'avoid':242 'away':85 'bad':24 'bank':52 'break':50 'cancel':16 'capac':187 'chanc':37 'close':233 'compani':31 'complex':74 'creat':7,178 'daili':209 'deal':113 'decid':124 'differ':223 'dont':69 'due':18 'easi':59 'edit':123 'either':206 'email':17 'error':188 'even':34 'everyon':2 'fair':58 'far':227 'fit':121 'fraud':20 'free':131,159,163 'get':39,64,183 'go':126,154 'good':108 'got':13 'guy':116 'hack':84 'hello':1 'hobbi':79 'host':76 'howev':169 'i.e':140 'instanc':180 'justifi':153 'know':117 'learn':149 'left':22 'linod':11 'linux':54 'look':44 'm':83,182 'mean':194,232 'mess':146 'might':105 'mouth':28 'need':70,176 'new':99 'non':158 'non-fre':157 'option':55,132,160 'oracl':128 'part':173 'point':215 'poor':141 'project':80 'read':191 'readi':92 'region':203,224 'reopen':235 'resourc':199 'run':67 'see':211 'select':202,221 'small':78 'snag':111 'start':40 'stuck':170 'student':139 'tast':25 'tell':231 'thank':122 'thought':96 'time':109,136 'tri':5,207 'use':61 'want':144,240 'won':48 'year':100"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704048931
  +visibility: "visible             "
  +apId: "https://iusearchlinux.fyi/post/3193086"
  +editedAt: DateTimeImmutable @1710588190 {#1644
    date: 2024-03-16 12:23:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962531 {#1643
    date: 2023-12-30 19:55:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-your-favorite-part-of-the-day"
  +title: "What is your favorite part of the day?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710838118 {#1447
    date: 2024-03-19 09:48:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1415 …}
  +votes: Doctrine\ORM\PersistentCollection {#1426 …}
  +reports: Doctrine\ORM\PersistentCollection {#1413 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1414 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1412 …}
  +badges: Doctrine\ORM\PersistentCollection {#1443 …}
  +children: []
  -id: 25908
  -titleTs: "'day':8 'favorit':4 'part':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704048516
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/15964299"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703962116 {#1424
    date: 2023-12-30 19:48: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
75 DENIED edit
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-your-favorite-part-of-the-day"
  +title: "What is your favorite part of the day?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710838118 {#1447
    date: 2024-03-19 09:48:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1415 …}
  +votes: Doctrine\ORM\PersistentCollection {#1426 …}
  +reports: Doctrine\ORM\PersistentCollection {#1413 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1414 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1412 …}
  +badges: Doctrine\ORM\PersistentCollection {#1443 …}
  +children: []
  -id: 25908
  -titleTs: "'day':8 'favorit':4 'part':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704048516
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/15964299"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703962116 {#1424
    date: 2023-12-30 19:48: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
76 DENIED moderate
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-is-your-favorite-part-of-the-day"
  +title: "What is your favorite part of the day?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710838118 {#1447
    date: 2024-03-19 09:48:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1415 …}
  +votes: Doctrine\ORM\PersistentCollection {#1426 …}
  +reports: Doctrine\ORM\PersistentCollection {#1413 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1414 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1412 …}
  +badges: Doctrine\ORM\PersistentCollection {#1443 …}
  +children: []
  -id: 25908
  -titleTs: "'day':8 'favorit':4 'part':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704048516
  +visibility: "visible             "
  +apId: "https://endlesstalk.org/post/15964299"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703962116 {#1424
    date: 2023-12-30 19:48: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
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 {#1427
  +user: Proxies\__CG__\App\Entity\User {#1456 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Lemmings-in-school-what-are-they-teaching-about-drug-addiction"
  +title: "Lemmings in school, what are they teaching about drug addiction, fentanyl, and opiods?"
  +url: null
  +body: "With the current problems. And meth?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 61
  +favouriteCount: 114
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711146074 {#1419
    date: 2024-03-22 23:21:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1454 …}
  +votes: Doctrine\ORM\PersistentCollection {#1462 …}
  +reports: Doctrine\ORM\PersistentCollection {#1464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1453 …}
  +badges: Doctrine\ORM\PersistentCollection {#1458 …}
  +children: []
  -id: 25900
  -titleTs: "'addict':10 'drug':9 'fentanyl':11 'lem':1 'opiod':13 'school':3 'teach':7"
  -bodyTs: "'current':3 'meth':6 'problem':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704047570
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10135575"
  +editedAt: DateTimeImmutable @1709465206 {#1425
    date: 2024-03-03 12:26:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703961170 {#1416
    date: 2023-12-30 19:32:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1427
  +user: Proxies\__CG__\App\Entity\User {#1456 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Lemmings-in-school-what-are-they-teaching-about-drug-addiction"
  +title: "Lemmings in school, what are they teaching about drug addiction, fentanyl, and opiods?"
  +url: null
  +body: "With the current problems. And meth?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 61
  +favouriteCount: 114
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711146074 {#1419
    date: 2024-03-22 23:21:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1454 …}
  +votes: Doctrine\ORM\PersistentCollection {#1462 …}
  +reports: Doctrine\ORM\PersistentCollection {#1464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1453 …}
  +badges: Doctrine\ORM\PersistentCollection {#1458 …}
  +children: []
  -id: 25900
  -titleTs: "'addict':10 'drug':9 'fentanyl':11 'lem':1 'opiod':13 'school':3 'teach':7"
  -bodyTs: "'current':3 'meth':6 'problem':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704047570
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10135575"
  +editedAt: DateTimeImmutable @1709465206 {#1425
    date: 2024-03-03 12:26:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703961170 {#1416
    date: 2023-12-30 19:32:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1427
  +user: Proxies\__CG__\App\Entity\User {#1456 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Lemmings-in-school-what-are-they-teaching-about-drug-addiction"
  +title: "Lemmings in school, what are they teaching about drug addiction, fentanyl, and opiods?"
  +url: null
  +body: "With the current problems. And meth?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 61
  +favouriteCount: 114
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711146074 {#1419
    date: 2024-03-22 23:21:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1454 …}
  +votes: Doctrine\ORM\PersistentCollection {#1462 …}
  +reports: Doctrine\ORM\PersistentCollection {#1464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1453 …}
  +badges: Doctrine\ORM\PersistentCollection {#1458 …}
  +children: []
  -id: 25900
  -titleTs: "'addict':10 'drug':9 'fentanyl':11 'lem':1 'opiod':13 'school':3 'teach':7"
  -bodyTs: "'current':3 'meth':6 'problem':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704047570
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10135575"
  +editedAt: DateTimeImmutable @1709465206 {#1425
    date: 2024-03-03 12:26:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703961170 {#1416
    date: 2023-12-30 19:32:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1433
  +user: Proxies\__CG__\App\Entity\User {#1437 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1788 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-linux-program-do-you-use-to-rip-CDs-just"
  +title: "What linux program do you use to rip CDs (just audio)"
  +url: null
  +body: """
    I tried fre:ac but got an error from cddb when trying to connect to the database. Looking to rip to both FLAC and to Opus. Ideally with the latest codec updates.\n
    \n
    Any recommendations?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711922938 {#1432
    date: 2024-04-01 00:08:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1436 …}
  +votes: Doctrine\ORM\PersistentCollection {#1435 …}
  +reports: Doctrine\ORM\PersistentCollection {#1434 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1429 …}
  +badges: Doctrine\ORM\PersistentCollection {#1694 …}
  +children: []
  -id: 25897
  -titleTs: "'audio':11 'cds':9 'linux':2 'program':3 'rip':8 'use':6"
  -bodyTs: "'ac':4 'cddb':10 'codec':31 'connect':14 'databas':17 'error':8 'flac':23 'fre':3 'got':6 'ideal':27 'latest':30 'look':18 'opus':26 'recommend':34 'rip':20 'tri':2,12 'updat':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704047063
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10135393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703960663 {#1439
    date: 2023-12-30 19:24:23.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 {#1433
  +user: Proxies\__CG__\App\Entity\User {#1437 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1788 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-linux-program-do-you-use-to-rip-CDs-just"
  +title: "What linux program do you use to rip CDs (just audio)"
  +url: null
  +body: """
    I tried fre:ac but got an error from cddb when trying to connect to the database. Looking to rip to both FLAC and to Opus. Ideally with the latest codec updates.\n
    \n
    Any recommendations?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711922938 {#1432
    date: 2024-04-01 00:08:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1436 …}
  +votes: Doctrine\ORM\PersistentCollection {#1435 …}
  +reports: Doctrine\ORM\PersistentCollection {#1434 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1429 …}
  +badges: Doctrine\ORM\PersistentCollection {#1694 …}
  +children: []
  -id: 25897
  -titleTs: "'audio':11 'cds':9 'linux':2 'program':3 'rip':8 'use':6"
  -bodyTs: "'ac':4 'cddb':10 'codec':31 'connect':14 'databas':17 'error':8 'flac':23 'fre':3 'got':6 'ideal':27 'latest':30 'look':18 'opus':26 'recommend':34 'rip':20 'tri':2,12 'updat':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704047063
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10135393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703960663 {#1439
    date: 2023-12-30 19:24:23.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 {#1433
  +user: Proxies\__CG__\App\Entity\User {#1437 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1788 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-linux-program-do-you-use-to-rip-CDs-just"
  +title: "What linux program do you use to rip CDs (just audio)"
  +url: null
  +body: """
    I tried fre:ac but got an error from cddb when trying to connect to the database. Looking to rip to both FLAC and to Opus. Ideally with the latest codec updates.\n
    \n
    Any recommendations?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 120
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711922938 {#1432
    date: 2024-04-01 00:08:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1436 …}
  +votes: Doctrine\ORM\PersistentCollection {#1435 …}
  +reports: Doctrine\ORM\PersistentCollection {#1434 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1440 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1429 …}
  +badges: Doctrine\ORM\PersistentCollection {#1694 …}
  +children: []
  -id: 25897
  -titleTs: "'audio':11 'cds':9 'linux':2 'program':3 'rip':8 'use':6"
  -bodyTs: "'ac':4 'cddb':10 'codec':31 'connect':14 'databas':17 'error':8 'flac':23 'fre':3 'got':6 'ideal':27 'latest':30 'look':18 'opus':26 'recommend':34 'rip':20 'tri':2,12 'updat':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704047063
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10135393"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703960663 {#1439
    date: 2023-12-30 19:24:23.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 {#1697
  +user: Proxies\__CG__\App\Entity\User {#1695 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Introducing-the-series"
  +title: "Introducing the series?"
  +url: null
  +body: """
    My boyfriend knows absolutely nothing about the series other than that Natalie Portman is in the prequels. He wants to watch the prequels first - he likes her and is convinced you’re supposed to watch them in order.\n
    \n
    I’m advocating Machete order (with pre-Special Edition VHS rips), but he really wants to watch Phantom Menace and I’m not sure where to put Rogue One/what other non-mainline material to include.\n
    \n
    Do normies tend to like the sequels? I’ve told him upfront that I dislike them immensely, but I’ll tolerate them for him.\n
    \n
    This may come across as ridiculous but please understand - I’m just trying to maximize my chance of a couples Han/Chewie Halloween costume this year.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709645951 {#1700
    date: 2024-03-05 14:39:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1690 …}
  +votes: Doctrine\ORM\PersistentCollection {#1696 …}
  +reports: Doctrine\ORM\PersistentCollection {#1595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1609 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1614 …}
  +badges: Doctrine\ORM\PersistentCollection {#1615 …}
  +children: []
  -id: 25889
  -titleTs: "'introduc':1 'seri':3"
  -bodyTs: "'absolut':4 'across':103 'advoc':41 'boyfriend':2 'chanc':116 'come':102 'convinc':30 'costum':122 'coupl':119 'dislik':90 'edit':48 'first':24 'halloween':121 'han/chewie':120 'immens':92 'includ':75 'know':3 'like':26,80 'll':95 'm':40,61,110 'machet':42 'mainlin':72 'materi':73 'maxim':114 'may':101 'menac':58 'natali':12 'non':71 'non-mainlin':70 'normi':77 'noth':5 'one/what':68 'order':38,43 'phantom':57 'pleas':107 'portman':13 'pre':46 'pre-speci':45 'prequel':17,23 'put':66 're':32 'realli':53 'ridicul':105 'rip':50 'rogu':67 'sequel':82 'seri':8 'special':47 'suppos':33 'sure':63 'tend':78 'told':85 'toler':96 'tri':112 'understand':108 'upfront':87 've':84 'vhs':49 'want':19,54 'watch':21,35,56 'year':124"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704045510
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10134835"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703959110 {#1693
    date: 2023-12-30 18:58:30.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 {#1697
  +user: Proxies\__CG__\App\Entity\User {#1695 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Introducing-the-series"
  +title: "Introducing the series?"
  +url: null
  +body: """
    My boyfriend knows absolutely nothing about the series other than that Natalie Portman is in the prequels. He wants to watch the prequels first - he likes her and is convinced you’re supposed to watch them in order.\n
    \n
    I’m advocating Machete order (with pre-Special Edition VHS rips), but he really wants to watch Phantom Menace and I’m not sure where to put Rogue One/what other non-mainline material to include.\n
    \n
    Do normies tend to like the sequels? I’ve told him upfront that I dislike them immensely, but I’ll tolerate them for him.\n
    \n
    This may come across as ridiculous but please understand - I’m just trying to maximize my chance of a couples Han/Chewie Halloween costume this year.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709645951 {#1700
    date: 2024-03-05 14:39:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1690 …}
  +votes: Doctrine\ORM\PersistentCollection {#1696 …}
  +reports: Doctrine\ORM\PersistentCollection {#1595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1609 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1614 …}
  +badges: Doctrine\ORM\PersistentCollection {#1615 …}
  +children: []
  -id: 25889
  -titleTs: "'introduc':1 'seri':3"
  -bodyTs: "'absolut':4 'across':103 'advoc':41 'boyfriend':2 'chanc':116 'come':102 'convinc':30 'costum':122 'coupl':119 'dislik':90 'edit':48 'first':24 'halloween':121 'han/chewie':120 'immens':92 'includ':75 'know':3 'like':26,80 'll':95 'm':40,61,110 'machet':42 'mainlin':72 'materi':73 'maxim':114 'may':101 'menac':58 'natali':12 'non':71 'non-mainlin':70 'normi':77 'noth':5 'one/what':68 'order':38,43 'phantom':57 'pleas':107 'portman':13 'pre':46 'pre-speci':45 'prequel':17,23 'put':66 're':32 'realli':53 'ridicul':105 'rip':50 'rogu':67 'sequel':82 'seri':8 'special':47 'suppos':33 'sure':63 'tend':78 'told':85 'toler':96 'tri':112 'understand':108 'upfront':87 've':84 'vhs':49 'want':19,54 'watch':21,35,56 'year':124"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704045510
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10134835"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703959110 {#1693
    date: 2023-12-30 18:58:30.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 {#1697
  +user: Proxies\__CG__\App\Entity\User {#1695 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Introducing-the-series"
  +title: "Introducing the series?"
  +url: null
  +body: """
    My boyfriend knows absolutely nothing about the series other than that Natalie Portman is in the prequels. He wants to watch the prequels first - he likes her and is convinced you’re supposed to watch them in order.\n
    \n
    I’m advocating Machete order (with pre-Special Edition VHS rips), but he really wants to watch Phantom Menace and I’m not sure where to put Rogue One/what other non-mainline material to include.\n
    \n
    Do normies tend to like the sequels? I’ve told him upfront that I dislike them immensely, but I’ll tolerate them for him.\n
    \n
    This may come across as ridiculous but please understand - I’m just trying to maximize my chance of a couples Han/Chewie Halloween costume this year.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709645951 {#1700
    date: 2024-03-05 14:39:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1690 …}
  +votes: Doctrine\ORM\PersistentCollection {#1696 …}
  +reports: Doctrine\ORM\PersistentCollection {#1595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1609 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1614 …}
  +badges: Doctrine\ORM\PersistentCollection {#1615 …}
  +children: []
  -id: 25889
  -titleTs: "'introduc':1 'seri':3"
  -bodyTs: "'absolut':4 'across':103 'advoc':41 'boyfriend':2 'chanc':116 'come':102 'convinc':30 'costum':122 'coupl':119 'dislik':90 'edit':48 'first':24 'halloween':121 'han/chewie':120 'immens':92 'includ':75 'know':3 'like':26,80 'll':95 'm':40,61,110 'machet':42 'mainlin':72 'materi':73 'maxim':114 'may':101 'menac':58 'natali':12 'non':71 'non-mainlin':70 'normi':77 'noth':5 'one/what':68 'order':38,43 'phantom':57 'pleas':107 'portman':13 'pre':46 'pre-speci':45 'prequel':17,23 'put':66 're':32 'realli':53 'ridicul':105 'rip':50 'rogu':67 'sequel':82 'seri':8 'special':47 'suppos':33 'sure':63 'tend':78 'told':85 'toler':96 'tri':112 'understand':108 'upfront':87 've':84 'vhs':49 'want':19,54 'watch':21,35,56 'year':124"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704045510
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10134835"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703959110 {#1693
    date: 2023-12-30 18:58:30.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 {#1646
  +user: Proxies\__CG__\App\Entity\User {#1647 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-your-favorite-instrument-that-really-gets-through-to-you"
  +title: "What's your favorite instrument that really gets through to you?"
  +url: null
  +body: """
    Mine’s a bit of a strange one…\n
    \n
    > **Music box/celeste**\n
    \n
    🧚\u{200D}♂️
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711193168 {#1752
    date: 2024-03-23 12:26:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1645 …}
  +votes: Doctrine\ORM\PersistentCollection {#1641 …}
  +reports: Doctrine\ORM\PersistentCollection {#1665 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1674 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1672 …}
  +badges: Doctrine\ORM\PersistentCollection {#1677 …}
  +children: []
  -id: 25880
  -titleTs: "'favorit':4 'get':8 'instrument':5 'realli':7"
  -bodyTs: "'bit':4 'box/celeste':10 'mine':1 'music':9 'one':8 'strang':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704044104
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10134149"
  +editedAt: DateTimeImmutable @1709452252 {#1744
    date: 2024-03-03 08:50:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703957704 {#1639
    date: 2023-12-30 18:35:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1646
  +user: Proxies\__CG__\App\Entity\User {#1647 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-your-favorite-instrument-that-really-gets-through-to-you"
  +title: "What's your favorite instrument that really gets through to you?"
  +url: null
  +body: """
    Mine’s a bit of a strange one…\n
    \n
    > **Music box/celeste**\n
    \n
    🧚\u{200D}♂️
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711193168 {#1752
    date: 2024-03-23 12:26:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1645 …}
  +votes: Doctrine\ORM\PersistentCollection {#1641 …}
  +reports: Doctrine\ORM\PersistentCollection {#1665 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1674 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1672 …}
  +badges: Doctrine\ORM\PersistentCollection {#1677 …}
  +children: []
  -id: 25880
  -titleTs: "'favorit':4 'get':8 'instrument':5 'realli':7"
  -bodyTs: "'bit':4 'box/celeste':10 'mine':1 'music':9 'one':8 'strang':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704044104
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10134149"
  +editedAt: DateTimeImmutable @1709452252 {#1744
    date: 2024-03-03 08:50:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703957704 {#1639
    date: 2023-12-30 18:35:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1646
  +user: Proxies\__CG__\App\Entity\User {#1647 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-your-favorite-instrument-that-really-gets-through-to-you"
  +title: "What's your favorite instrument that really gets through to you?"
  +url: null
  +body: """
    Mine’s a bit of a strange one…\n
    \n
    > **Music box/celeste**\n
    \n
    🧚\u{200D}♂️
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 125
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711193168 {#1752
    date: 2024-03-23 12:26:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1645 …}
  +votes: Doctrine\ORM\PersistentCollection {#1641 …}
  +reports: Doctrine\ORM\PersistentCollection {#1665 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1674 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1672 …}
  +badges: Doctrine\ORM\PersistentCollection {#1677 …}
  +children: []
  -id: 25880
  -titleTs: "'favorit':4 'get':8 'instrument':5 'realli':7"
  -bodyTs: "'bit':4 'box/celeste':10 'mine':1 'music':9 'one':8 'strang':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704044104
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10134149"
  +editedAt: DateTimeImmutable @1709452252 {#1744
    date: 2024-03-03 08:50:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703957704 {#1639
    date: 2023-12-30 18:35:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1667
  +user: Proxies\__CG__\App\Entity\User {#1668 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
  +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
  +url: null
  +body: """
    For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
    \n
    Note: Englisch is not my first language\n
    \n
    Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710842644 {#1669
    date: 2024-03-19 11:04:04.0 +01: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: 25870
  -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
  -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704042619
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10132802"
  +editedAt: DateTimeImmutable @1710063839 {#1670
    date: 2024-03-10 10:43:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703956219 {#1666
    date: 2023-12-30 18: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
95 DENIED edit
App\Entity\Entry {#1667
  +user: Proxies\__CG__\App\Entity\User {#1668 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
  +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
  +url: null
  +body: """
    For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
    \n
    Note: Englisch is not my first language\n
    \n
    Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710842644 {#1669
    date: 2024-03-19 11:04:04.0 +01: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: 25870
  -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
  -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704042619
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10132802"
  +editedAt: DateTimeImmutable @1710063839 {#1670
    date: 2024-03-10 10:43:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703956219 {#1666
    date: 2023-12-30 18: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
96 DENIED moderate
App\Entity\Entry {#1667
  +user: Proxies\__CG__\App\Entity\User {#1668 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
  +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
  +url: null
  +body: """
    For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
    \n
    Note: Englisch is not my first language\n
    \n
    Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710842644 {#1669
    date: 2024-03-19 11:04:04.0 +01: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: 25870
  -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
  -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704042619
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10132802"
  +editedAt: DateTimeImmutable @1710063839 {#1670
    date: 2024-03-10 10:43:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703956219 {#1666
    date: 2023-12-30 18: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
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 {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +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 {#1663
    date: 2024-04-03 05:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1593 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1578 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  +badges: Doctrine\ORM\PersistentCollection {#1579 …}
  +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 {#1553
    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
99 DENIED edit
App\Entity\Entry {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +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 {#1663
    date: 2024-04-03 05:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1593 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1578 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  +badges: Doctrine\ORM\PersistentCollection {#1579 …}
  +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 {#1553
    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
100 DENIED moderate
App\Entity\Entry {#1552
  +user: Proxies\__CG__\App\Entity\User {#1590 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +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 {#1663
    date: 2024-04-03 05:34:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1593 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1578 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  +badges: Doctrine\ORM\PersistentCollection {#1579 …}
  +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 {#1553
    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