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

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
1.44 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.37 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.08 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 {#190
  +user: Proxies\__CG__\App\Entity\User {#1875 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#225 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Matter-vs-Zigbee-what-is-Matter-actually-replacing"
  +title: "Matter vs Zigbee: what is Matter actually replacing?"
  +url: null
  +body: """
    I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…\n
    \n
    So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?\n
    \n
    So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?\n
    \n
    And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.\n
    \n
    Am I getting close?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637949 {#184
    date: 2023-07-06 12:05:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#219 …}
  +votes: Doctrine\ORM\PersistentCollection {#178 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 32606
  -titleTs: "'actual':7 'matter':1,6 'replac':8 'vs':2 'zigbe':3"
  -bodyTs: "'actual':20,36,45 'alway':62,110 'autom':8 'basic':88 'behav':111 'better':17 'bulb':59,108 'close':124 'communic':27,82 'compat':63 'correct':42,77 'definit':31,102 'devic':34,101 'done':37 'either':85 'etc':41 'fi':97 'get':123 'home':7 'journey':5 'like':70,112 'matter':19,44,58,93,105,113 'need':67 'one':54,57 'paramet':120 'pick':69 'protocol':28,52 'reduc':46 'signifi':21 'smart':33,100 'specifi':114 'start':3,14 'still':104 'sub':51 'sub-protocol':50 'substitut':84 'technolog':90 'term':116 'thing':55 'think':11 'thread':87 'understand':16 'variabl':118 'wi':96 'wi-fi':95 'zha':39,75 'zigbe':23,49,81,89 'zigbee2mqtt':40,76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/519138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637949 {#241
    date: 2023-07-06 12:05:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#190
  +user: Proxies\__CG__\App\Entity\User {#1875 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#225 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Matter-vs-Zigbee-what-is-Matter-actually-replacing"
  +title: "Matter vs Zigbee: what is Matter actually replacing?"
  +url: null
  +body: """
    I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…\n
    \n
    So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?\n
    \n
    So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?\n
    \n
    And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.\n
    \n
    Am I getting close?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637949 {#184
    date: 2023-07-06 12:05:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#219 …}
  +votes: Doctrine\ORM\PersistentCollection {#178 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 32606
  -titleTs: "'actual':7 'matter':1,6 'replac':8 'vs':2 'zigbe':3"
  -bodyTs: "'actual':20,36,45 'alway':62,110 'autom':8 'basic':88 'behav':111 'better':17 'bulb':59,108 'close':124 'communic':27,82 'compat':63 'correct':42,77 'definit':31,102 'devic':34,101 'done':37 'either':85 'etc':41 'fi':97 'get':123 'home':7 'journey':5 'like':70,112 'matter':19,44,58,93,105,113 'need':67 'one':54,57 'paramet':120 'pick':69 'protocol':28,52 'reduc':46 'signifi':21 'smart':33,100 'specifi':114 'start':3,14 'still':104 'sub':51 'sub-protocol':50 'substitut':84 'technolog':90 'term':116 'thing':55 'think':11 'thread':87 'understand':16 'variabl':118 'wi':96 'wi-fi':95 'zha':39,75 'zigbe':23,49,81,89 'zigbee2mqtt':40,76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/519138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637949 {#241
    date: 2023-07-06 12:05:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#190
  +user: Proxies\__CG__\App\Entity\User {#1875 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#225 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Matter-vs-Zigbee-what-is-Matter-actually-replacing"
  +title: "Matter vs Zigbee: what is Matter actually replacing?"
  +url: null
  +body: """
    I just started my journey into Home Automation, and I think I am starting to understand better what Matter actually signifies…\n
    \n
    So, Zigbee is just a communication protocol, and the definition of smart devices is actually done by ZHA, Zigbee2MQTT, etc… correct?\n
    \n
    So Matter actually reduces all those Zigbee sub-protocols into one thing, so one Matter bulb will be always compatible, you don’t need to pick like we do now with ZHA, Zigbee2MQTT… correct?\n
    \n
    And then, the Zigbee communication is substituted either with Thread (basically Zigbee technology but for Matter) or Wi-Fi. But the smart device definition is still Matter, so a bulb will always behave like Matter specifies, in terms of variables and parameters.\n
    \n
    Am I getting close?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688637949 {#184
    date: 2023-07-06 12:05:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#219 …}
  +votes: Doctrine\ORM\PersistentCollection {#178 …}
  +reports: Doctrine\ORM\PersistentCollection {#2400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1879 …}
  +badges: Doctrine\ORM\PersistentCollection {#1865 …}
  +children: []
  -id: 32606
  -titleTs: "'actual':7 'matter':1,6 'replac':8 'vs':2 'zigbe':3"
  -bodyTs: "'actual':20,36,45 'alway':62,110 'autom':8 'basic':88 'behav':111 'better':17 'bulb':59,108 'close':124 'communic':27,82 'compat':63 'correct':42,77 'definit':31,102 'devic':34,101 'done':37 'either':85 'etc':41 'fi':97 'get':123 'home':7 'journey':5 'like':70,112 'matter':19,44,58,93,105,113 'need':67 'one':54,57 'paramet':120 'pick':69 'protocol':28,52 'reduc':46 'signifi':21 'smart':33,100 'specifi':114 'start':3,14 'still':104 'sub':51 'sub-protocol':50 'substitut':84 'technolog':90 'term':116 'thing':55 'think':11 'thread':87 'understand':16 'variabl':118 'wi':96 'wi-fi':95 'zha':39,75 'zigbe':23,49,81,89 'zigbee2mqtt':40,76"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/519138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688637949 {#241
    date: 2023-07-06 12:05:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Sources-for-FLAC-Music"
  +title: "Sources for FLAC Music"
  +url: null
  +body: """
    Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn’t have it in FLAC.\n
    \n
    Are there any good Public/Private trackers for Music?\n
    \n
    Cheers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688636640 {#1867
    date: 2023-07-06 11:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1886 …}
  +votes: Doctrine\ORM\PersistentCollection {#1866 …}
  +reports: Doctrine\ORM\PersistentCollection {#1925 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1924 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1915 …}
  +badges: Doctrine\ORM\PersistentCollection {#1899 …}
  +children: []
  -id: 21826
  -titleTs: "'flac':3 'music':4 'sourc':1"
  -bodyTs: "'acdc':60 'album':39 'avail':21 'best':13 'cannot':42 'cheer':79 'deezer':23,46 'doesn':65 'favorit':9 'flac':36,62,70 'found':44 'get':52 'good':74 'guy':33 'hi':1 'hoard':7 'know':27 'lot':17 'music':78 'n':55 'particular':38 'possibl':14 'public/private':75 'qualiti':15 'rock':54 'roll':56 'song':41,58 'sourc':30 'start':5 'stuff':19 'tidal':25,48,64 'track':10 'tracker':76 'train':57 'use':34 'want':3,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636640
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/420641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688636640 {#1913
    date: 2023-07-06 11:44:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Sources-for-FLAC-Music"
  +title: "Sources for FLAC Music"
  +url: null
  +body: """
    Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn’t have it in FLAC.\n
    \n
    Are there any good Public/Private trackers for Music?\n
    \n
    Cheers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688636640 {#1867
    date: 2023-07-06 11:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1886 …}
  +votes: Doctrine\ORM\PersistentCollection {#1866 …}
  +reports: Doctrine\ORM\PersistentCollection {#1925 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1924 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1915 …}
  +badges: Doctrine\ORM\PersistentCollection {#1899 …}
  +children: []
  -id: 21826
  -titleTs: "'flac':3 'music':4 'sourc':1"
  -bodyTs: "'acdc':60 'album':39 'avail':21 'best':13 'cannot':42 'cheer':79 'deezer':23,46 'doesn':65 'favorit':9 'flac':36,62,70 'found':44 'get':52 'good':74 'guy':33 'hi':1 'hoard':7 'know':27 'lot':17 'music':78 'n':55 'particular':38 'possibl':14 'public/private':75 'qualiti':15 'rock':54 'roll':56 'song':41,58 'sourc':30 'start':5 'stuff':19 'tidal':25,48,64 'track':10 'tracker':76 'train':57 'use':34 'want':3,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636640
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/420641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688636640 {#1913
    date: 2023-07-06 11:44:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1408
  +user: Proxies\__CG__\App\Entity\User {#1876 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1905 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Sources-for-FLAC-Music"
  +title: "Sources for FLAC Music"
  +url: null
  +body: """
    Hi! I wanted to start to hoard my favorite tracks in the best possible quality. A lot of stuff is available through Deezer or Tidal i know, but what sources are you guys using when FLACs for particular albums or songs cannot be found on Deezer or Tidal? I wanted to get the Rock n Roll Train song from ACDC in FLAC, but Tidal doesn’t have it in FLAC.\n
    \n
    Are there any good Public/Private trackers for Music?\n
    \n
    Cheers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688636640 {#1867
    date: 2023-07-06 11:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1886 …}
  +votes: Doctrine\ORM\PersistentCollection {#1866 …}
  +reports: Doctrine\ORM\PersistentCollection {#1925 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1924 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1915 …}
  +badges: Doctrine\ORM\PersistentCollection {#1899 …}
  +children: []
  -id: 21826
  -titleTs: "'flac':3 'music':4 'sourc':1"
  -bodyTs: "'acdc':60 'album':39 'avail':21 'best':13 'cannot':42 'cheer':79 'deezer':23,46 'doesn':65 'favorit':9 'flac':36,62,70 'found':44 'get':52 'good':74 'guy':33 'hi':1 'hoard':7 'know':27 'lot':17 'music':78 'n':55 'particular':38 'possibl':14 'public/private':75 'qualiti':15 'rock':54 'roll':56 'song':41,58 'sourc':30 'start':5 'stuff':19 'tidal':25,48,64 'track':10 'tracker':76 'train':57 'use':34 'want':3,50"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636640
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/420641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688636640 {#1913
    date: 2023-07-06 11:44:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1895
  +user: Proxies\__CG__\App\Entity\User {#1901 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-is-Hexbear-and-how-its-story-intertwines-to-Lemmy-s"
  +title: "What is Hexbear and how its story intertwines to Lemmy's?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625414 {#1894
    date: 2023-07-06 08:36:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1896 …}
  +votes: Doctrine\ORM\PersistentCollection {#1950 …}
  +reports: Doctrine\ORM\PersistentCollection {#1928 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 1270
  -titleTs: "'hexbear':3 'intertwin':8 'lemmi':10 'stori':7"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636958
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1084297"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688617458 {#1893
    date: 2023-07-06 06:24:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1895
  +user: Proxies\__CG__\App\Entity\User {#1901 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-is-Hexbear-and-how-its-story-intertwines-to-Lemmy-s"
  +title: "What is Hexbear and how its story intertwines to Lemmy's?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625414 {#1894
    date: 2023-07-06 08:36:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1896 …}
  +votes: Doctrine\ORM\PersistentCollection {#1950 …}
  +reports: Doctrine\ORM\PersistentCollection {#1928 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 1270
  -titleTs: "'hexbear':3 'intertwin':8 'lemmi':10 'stori':7"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636958
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1084297"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688617458 {#1893
    date: 2023-07-06 06:24:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1895
  +user: Proxies\__CG__\App\Entity\User {#1901 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-is-Hexbear-and-how-its-story-intertwines-to-Lemmy-s"
  +title: "What is Hexbear and how its story intertwines to Lemmy's?"
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625414 {#1894
    date: 2023-07-06 08:36:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1896 …}
  +votes: Doctrine\ORM\PersistentCollection {#1950 …}
  +reports: Doctrine\ORM\PersistentCollection {#1928 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1954 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1977 …}
  +badges: Doctrine\ORM\PersistentCollection {#1967 …}
  +children: []
  -id: 1270
  -titleTs: "'hexbear':3 'intertwin':8 'lemmi':10 'stori':7"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636958
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1084297"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688617458 {#1893
    date: 2023-07-06 06:24:18.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1970 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Someone-posted-a-can-of-beans-saying-Lemmy-will-upvote"
  +title: "Someone posted a can of beans saying Lemmy will upvote anything. But will Lemmy upvote SPAM?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625175 {#1953
    date: 2023-07-06 08:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 30555
  -titleTs: "'anyth':11 'bean':6 'lemmi':8,14 'post':2 'say':7 'someon':1 'spam':16 'upvot':10,15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688634175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625175 {#1937
    date: 2023-07-06 08:32:55.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1970 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Someone-posted-a-can-of-beans-saying-Lemmy-will-upvote"
  +title: "Someone posted a can of beans saying Lemmy will upvote anything. But will Lemmy upvote SPAM?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625175 {#1953
    date: 2023-07-06 08:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 30555
  -titleTs: "'anyth':11 'bean':6 'lemmi':8,14 'post':2 'say':7 'someon':1 'spam':16 'upvot':10,15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688634175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625175 {#1937
    date: 2023-07-06 08:32:55.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1962
  +user: Proxies\__CG__\App\Entity\User {#1943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1970 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Someone-posted-a-can-of-beans-saying-Lemmy-will-upvote"
  +title: "Someone posted a can of beans saying Lemmy will upvote anything. But will Lemmy upvote SPAM?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688625175 {#1953
    date: 2023-07-06 08:32:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1978 …}
  +votes: Doctrine\ORM\PersistentCollection {#1966 …}
  +reports: Doctrine\ORM\PersistentCollection {#1934 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1933 …}
  +badges: Doctrine\ORM\PersistentCollection {#1390 …}
  +children: []
  -id: 30555
  -titleTs: "'anyth':11 'bean':6 'lemmi':8,14 'post':2 'say':7 'someon':1 'spam':16 'upvot':10,15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688634175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1087417"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688625175 {#1937
    date: 2023-07-06 08:32:55.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Excited-to-get-off-reddit-excited-to-see-lemmy-grow"
  +title: "Excited to get off reddit, excited to see lemmy grow; growth is expensive. How is this getting paid for?"
  +url: null
  +body: "Curious how lemmy servers are paid for. Is it donation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615655 {#1397
    date: 2023-07-06 05:54:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1890 …}
  +votes: Doctrine\ORM\PersistentCollection {#1935 …}
  +reports: Doctrine\ORM\PersistentCollection {#1392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
  +badges: Doctrine\ORM\PersistentCollection {#1938 …}
  +children: []
  -id: 14865
  -titleTs: "'excit':1,6 'expens':13 'get':3,17 'grow':10 'growth':11 'lemmi':9 'paid':18 'reddit':5 'see':8"
  -bodyTs: "'curious':1 'donat':10 'lemmi':3 'paid':6 'server':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615655
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1083726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615655 {#1388
    date: 2023-07-06 05:54:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Excited-to-get-off-reddit-excited-to-see-lemmy-grow"
  +title: "Excited to get off reddit, excited to see lemmy grow; growth is expensive. How is this getting paid for?"
  +url: null
  +body: "Curious how lemmy servers are paid for. Is it donation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615655 {#1397
    date: 2023-07-06 05:54:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1890 …}
  +votes: Doctrine\ORM\PersistentCollection {#1935 …}
  +reports: Doctrine\ORM\PersistentCollection {#1392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
  +badges: Doctrine\ORM\PersistentCollection {#1938 …}
  +children: []
  -id: 14865
  -titleTs: "'excit':1,6 'expens':13 'get':3,17 'grow':10 'growth':11 'lemmi':9 'paid':18 'reddit':5 'see':8"
  -bodyTs: "'curious':1 'donat':10 'lemmi':3 'paid':6 'server':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615655
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1083726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615655 {#1388
    date: 2023-07-06 05:54:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#1892 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1380 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Excited-to-get-off-reddit-excited-to-see-lemmy-grow"
  +title: "Excited to get off reddit, excited to see lemmy grow; growth is expensive. How is this getting paid for?"
  +url: null
  +body: "Curious how lemmy servers are paid for. Is it donation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688615655 {#1397
    date: 2023-07-06 05:54:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1890 …}
  +votes: Doctrine\ORM\PersistentCollection {#1935 …}
  +reports: Doctrine\ORM\PersistentCollection {#1392 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1936 …}
  +badges: Doctrine\ORM\PersistentCollection {#1938 …}
  +children: []
  -id: 14865
  -titleTs: "'excit':1,6 'expens':13 'get':3,17 'grow':10 'growth':11 'lemmi':9 'paid':18 'reddit':5 'see':8"
  -bodyTs: "'curious':1 'donat':10 'lemmi':3 'paid':6 'server':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688615655
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1083726"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688615655 {#1388
    date: 2023-07-06 05:54:15.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1941
  +user: Proxies\__CG__\App\Entity\User {#1942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1971 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Is-there-etiquette-for-choosing-which-instance-your-migrated-subreddit"
  +title: "Is there 'etiquette' for choosing which instance your migrated subreddit is hosted on?"
  +url: null
  +body: """
    This question may be moot but it’s something I’ve been thinking about. I’ve only recently jumped into this brave new world so you’ll have to forgive my ignorance.\n
    \n
    I’m wondering if there’s any etiquette or conventions for which instance a ‘migrated’ subreddit should be hosted on. More specifically, I’m thinking about the communities where the subject matter is more regional.\n
    \n
    For example, if I use an account on a UK-based instance because that’s local to me then it might not be optimal to create a community on the UK instance if the subject matter is US-centric. Would that ultimately lead to a worse experience for the majority of those community members that are based in North America?\n
    \n
    The difference in speed for me connecting to something in the UK vs the US is basically negligible, but it’s non-zero and potentially exacerbated for those that have slower or unstable internet connections. This may be particularly true while rapidly-expanding instances are a bit unstable anyway.\n
    \n
    It’s obviously up to the mods of each subreddit to decide what to do for their “official” migration. However, what I’m afraid of happening is:\n
    \n
    1. A migrated subreddit is hosted on an instance which has a detrimental effect on the experience of a significant number of its users.\n
    2. To combat this, former Reddit communities get splintered into multiple, region-based communities.\n
    \n
    The latter wouldn’t be so bad but one of the things that made Reddit so appealing to me was the differences in perspective from all walks of life that sparked discussion. That sense of being part of a diverse, active community might be lost if the overall Reddit migration is handled in a haphazardly way.\n
    \n
    Does anyone have any thoughts on this? Am I worrying about a non-issue?\n
    \n
    ~Is~ ~it~ ~time~ ~to~ ~crack~ ~each~ ~other’s~ ~heads~ ~open~ ~and~ ~feast~ ~on~ ~the~ ~goo~ ~inside?~
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 8
  +score: 3
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688609107 {#1945
    date: 2023-07-06 04:05:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1927 …}
  +votes: Doctrine\ORM\PersistentCollection {#1399 …}
  +reports: Doctrine\ORM\PersistentCollection {#1394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1374 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1369 …}
  +badges: Doctrine\ORM\PersistentCollection {#1370 …}
  +children: []
  -id: 807
  -titleTs: "'choos':5 'etiquett':3 'host':12 'instanc':7 'migrat':9 'subreddit':10"
  -bodyTs: "'1':208 '2':232 'account':74 'activ':287 'afraid':204 'america':129 'anyon':304 'anyway':180 'appeal':263 'bad':253 'base':79,126,245 'basic':146 'bit':178 'brave':22 'centric':108 'combat':234 'communiti':60,96,122,238,246,288 'connect':136,165 'convent':42 'crack':322 'creat':94 'decid':192 'detriment':220 'differ':131,268 'discuss':278 'divers':286 'effect':221 'etiquett':40 'exacerb':156 'exampl':69 'expand':174 'experi':116,224 'feast':329 'forgiv':30 'former':236 'get':239 'goo':332 'handl':298 'haphazard':301 'happen':206 'head':326 'host':51,213 'howev':200 'ignor':32 'insid':333 'instanc':45,80,100,175,216 'internet':164 'issu':317 'jump':19 'latter':248 'lead':112 'life':275 'll':27 'local':84 'lost':291 'm':34,56,203 'made':260 'major':119 'matter':64,104 'may':3,167 'member':123 'might':89,289 'migrat':47,199,210,296 'mod':187 'moot':5 'multipl':242 'neglig':147 'new':23 'non':152,316 'non-issu':315 'non-zero':151 'north':128 'number':228 'obvious':183 'offici':198 'one':255 'open':327 'optim':92 'overal':294 'part':283 'particular':169 'perspect':270 'potenti':155 'question':2 'rapid':173 'rapidly-expand':172 'recent':18 'reddit':237,261,295 'region':67,244 'region-bas':243 'sens':280 'signific':227 'slower':161 'someth':9,138 'spark':277 'specif':54 'speed':133 'splinter':240 'subject':63,103 'subreddit':48,190,211 'thing':258 'think':13,57 'thought':307 'time':320 'true':170 'uk':78,99,141 'uk-bas':77 'ultim':111 'unstabl':163,179 'us':107,144 'us-centr':106 'use':72 'user':231 've':11,16 'vs':142 'walk':273 'way':302 'wonder':35 'world':24 'worri':312 'wors':115 'would':109 'wouldn':249 'zero':153"
  +cross: false
  +upVotes: 3
  +downVotes: 0
  +ranking: 1688551590
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1028827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688486090 {#1969
    date: 2023-07-04 17:54:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1941
  +user: Proxies\__CG__\App\Entity\User {#1942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1971 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Is-there-etiquette-for-choosing-which-instance-your-migrated-subreddit"
  +title: "Is there 'etiquette' for choosing which instance your migrated subreddit is hosted on?"
  +url: null
  +body: """
    This question may be moot but it’s something I’ve been thinking about. I’ve only recently jumped into this brave new world so you’ll have to forgive my ignorance.\n
    \n
    I’m wondering if there’s any etiquette or conventions for which instance a ‘migrated’ subreddit should be hosted on. More specifically, I’m thinking about the communities where the subject matter is more regional.\n
    \n
    For example, if I use an account on a UK-based instance because that’s local to me then it might not be optimal to create a community on the UK instance if the subject matter is US-centric. Would that ultimately lead to a worse experience for the majority of those community members that are based in North America?\n
    \n
    The difference in speed for me connecting to something in the UK vs the US is basically negligible, but it’s non-zero and potentially exacerbated for those that have slower or unstable internet connections. This may be particularly true while rapidly-expanding instances are a bit unstable anyway.\n
    \n
    It’s obviously up to the mods of each subreddit to decide what to do for their “official” migration. However, what I’m afraid of happening is:\n
    \n
    1. A migrated subreddit is hosted on an instance which has a detrimental effect on the experience of a significant number of its users.\n
    2. To combat this, former Reddit communities get splintered into multiple, region-based communities.\n
    \n
    The latter wouldn’t be so bad but one of the things that made Reddit so appealing to me was the differences in perspective from all walks of life that sparked discussion. That sense of being part of a diverse, active community might be lost if the overall Reddit migration is handled in a haphazardly way.\n
    \n
    Does anyone have any thoughts on this? Am I worrying about a non-issue?\n
    \n
    ~Is~ ~it~ ~time~ ~to~ ~crack~ ~each~ ~other’s~ ~heads~ ~open~ ~and~ ~feast~ ~on~ ~the~ ~goo~ ~inside?~
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 8
  +score: 3
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688609107 {#1945
    date: 2023-07-06 04:05:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1927 …}
  +votes: Doctrine\ORM\PersistentCollection {#1399 …}
  +reports: Doctrine\ORM\PersistentCollection {#1394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1374 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1369 …}
  +badges: Doctrine\ORM\PersistentCollection {#1370 …}
  +children: []
  -id: 807
  -titleTs: "'choos':5 'etiquett':3 'host':12 'instanc':7 'migrat':9 'subreddit':10"
  -bodyTs: "'1':208 '2':232 'account':74 'activ':287 'afraid':204 'america':129 'anyon':304 'anyway':180 'appeal':263 'bad':253 'base':79,126,245 'basic':146 'bit':178 'brave':22 'centric':108 'combat':234 'communiti':60,96,122,238,246,288 'connect':136,165 'convent':42 'crack':322 'creat':94 'decid':192 'detriment':220 'differ':131,268 'discuss':278 'divers':286 'effect':221 'etiquett':40 'exacerb':156 'exampl':69 'expand':174 'experi':116,224 'feast':329 'forgiv':30 'former':236 'get':239 'goo':332 'handl':298 'haphazard':301 'happen':206 'head':326 'host':51,213 'howev':200 'ignor':32 'insid':333 'instanc':45,80,100,175,216 'internet':164 'issu':317 'jump':19 'latter':248 'lead':112 'life':275 'll':27 'local':84 'lost':291 'm':34,56,203 'made':260 'major':119 'matter':64,104 'may':3,167 'member':123 'might':89,289 'migrat':47,199,210,296 'mod':187 'moot':5 'multipl':242 'neglig':147 'new':23 'non':152,316 'non-issu':315 'non-zero':151 'north':128 'number':228 'obvious':183 'offici':198 'one':255 'open':327 'optim':92 'overal':294 'part':283 'particular':169 'perspect':270 'potenti':155 'question':2 'rapid':173 'rapidly-expand':172 'recent':18 'reddit':237,261,295 'region':67,244 'region-bas':243 'sens':280 'signific':227 'slower':161 'someth':9,138 'spark':277 'specif':54 'speed':133 'splinter':240 'subject':63,103 'subreddit':48,190,211 'thing':258 'think':13,57 'thought':307 'time':320 'true':170 'uk':78,99,141 'uk-bas':77 'ultim':111 'unstabl':163,179 'us':107,144 'us-centr':106 'use':72 'user':231 've':11,16 'vs':142 'walk':273 'way':302 'wonder':35 'world':24 'worri':312 'wors':115 'would':109 'wouldn':249 'zero':153"
  +cross: false
  +upVotes: 3
  +downVotes: 0
  +ranking: 1688551590
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1028827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688486090 {#1969
    date: 2023-07-04 17:54:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1941
  +user: Proxies\__CG__\App\Entity\User {#1942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1971 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Is-there-etiquette-for-choosing-which-instance-your-migrated-subreddit"
  +title: "Is there 'etiquette' for choosing which instance your migrated subreddit is hosted on?"
  +url: null
  +body: """
    This question may be moot but it’s something I’ve been thinking about. I’ve only recently jumped into this brave new world so you’ll have to forgive my ignorance.\n
    \n
    I’m wondering if there’s any etiquette or conventions for which instance a ‘migrated’ subreddit should be hosted on. More specifically, I’m thinking about the communities where the subject matter is more regional.\n
    \n
    For example, if I use an account on a UK-based instance because that’s local to me then it might not be optimal to create a community on the UK instance if the subject matter is US-centric. Would that ultimately lead to a worse experience for the majority of those community members that are based in North America?\n
    \n
    The difference in speed for me connecting to something in the UK vs the US is basically negligible, but it’s non-zero and potentially exacerbated for those that have slower or unstable internet connections. This may be particularly true while rapidly-expanding instances are a bit unstable anyway.\n
    \n
    It’s obviously up to the mods of each subreddit to decide what to do for their “official” migration. However, what I’m afraid of happening is:\n
    \n
    1. A migrated subreddit is hosted on an instance which has a detrimental effect on the experience of a significant number of its users.\n
    2. To combat this, former Reddit communities get splintered into multiple, region-based communities.\n
    \n
    The latter wouldn’t be so bad but one of the things that made Reddit so appealing to me was the differences in perspective from all walks of life that sparked discussion. That sense of being part of a diverse, active community might be lost if the overall Reddit migration is handled in a haphazardly way.\n
    \n
    Does anyone have any thoughts on this? Am I worrying about a non-issue?\n
    \n
    ~Is~ ~it~ ~time~ ~to~ ~crack~ ~each~ ~other’s~ ~heads~ ~open~ ~and~ ~feast~ ~on~ ~the~ ~goo~ ~inside?~
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 8
  +score: 3
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688609107 {#1945
    date: 2023-07-06 04:05:07.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1927 …}
  +votes: Doctrine\ORM\PersistentCollection {#1399 …}
  +reports: Doctrine\ORM\PersistentCollection {#1394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1374 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1369 …}
  +badges: Doctrine\ORM\PersistentCollection {#1370 …}
  +children: []
  -id: 807
  -titleTs: "'choos':5 'etiquett':3 'host':12 'instanc':7 'migrat':9 'subreddit':10"
  -bodyTs: "'1':208 '2':232 'account':74 'activ':287 'afraid':204 'america':129 'anyon':304 'anyway':180 'appeal':263 'bad':253 'base':79,126,245 'basic':146 'bit':178 'brave':22 'centric':108 'combat':234 'communiti':60,96,122,238,246,288 'connect':136,165 'convent':42 'crack':322 'creat':94 'decid':192 'detriment':220 'differ':131,268 'discuss':278 'divers':286 'effect':221 'etiquett':40 'exacerb':156 'exampl':69 'expand':174 'experi':116,224 'feast':329 'forgiv':30 'former':236 'get':239 'goo':332 'handl':298 'haphazard':301 'happen':206 'head':326 'host':51,213 'howev':200 'ignor':32 'insid':333 'instanc':45,80,100,175,216 'internet':164 'issu':317 'jump':19 'latter':248 'lead':112 'life':275 'll':27 'local':84 'lost':291 'm':34,56,203 'made':260 'major':119 'matter':64,104 'may':3,167 'member':123 'might':89,289 'migrat':47,199,210,296 'mod':187 'moot':5 'multipl':242 'neglig':147 'new':23 'non':152,316 'non-issu':315 'non-zero':151 'north':128 'number':228 'obvious':183 'offici':198 'one':255 'open':327 'optim':92 'overal':294 'part':283 'particular':169 'perspect':270 'potenti':155 'question':2 'rapid':173 'rapidly-expand':172 'recent':18 'reddit':237,261,295 'region':67,244 'region-bas':243 'sens':280 'signific':227 'slower':161 'someth':9,138 'spark':277 'specif':54 'speed':133 'splinter':240 'subject':63,103 'subreddit':48,190,211 'thing':258 'think':13,57 'thought':307 'time':320 'true':170 'uk':78,99,141 'uk-bas':77 'ultim':111 'unstabl':163,179 'us':107,144 'us-centr':106 'use':72 'user':231 've':11,16 'vs':142 'walk':273 'way':302 'wonder':35 'world':24 'worri':312 'wors':115 'would':109 'wouldn':249 'zero':153"
  +cross: false
  +upVotes: 3
  +downVotes: 0
  +ranking: 1688551590
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1028827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688486090 {#1969
    date: 2023-07-04 17:54:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1400
  +user: Proxies\__CG__\App\Entity\User {#1367 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1971 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Please-ignore-this-I-m-just-still-trying-to-wrap-my"
  +title: "Please ignore this. I'm just still trying to wrap my head around this federated social media."
  +url: null
  +body: "I can tag @Foreplay241@mastodon.social AND @Foreplay241@pixelfed.social and I will be able to see their accounts through this portal/view/media?.."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 33
  +score: 10
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688608016 {#1375
    date: 2023-07-06 03:46:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Foreplay241@mastodon.social"
    "@Foreplay241@pixelfed.social"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1902 …}
  +votes: Doctrine\ORM\PersistentCollection {#1891 …}
  +reports: Doctrine\ORM\PersistentCollection {#1956 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1848 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2429 …}
  +badges: Doctrine\ORM\PersistentCollection {#2424 …}
  +children: []
  -id: 753
  -titleTs: "'around':13 'feder':15 'head':12 'ignor':2 'm':5 'media':17 'pleas':1 'social':16 'still':7 'tri':8 'wrap':10"
  -bodyTs: "'abl':11 'account':15 'foreplay241@mastodon.social':4 'foreplay241@pixelfed.social':6 'portal/view/media':18 'see':13 'tag':3"
  +cross: false
  +upVotes: 10
  +downVotes: 0
  +ranking: 1688509707
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1000312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688423307 {#1379
    date: 2023-07-04 00:28:27.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#1400
  +user: Proxies\__CG__\App\Entity\User {#1367 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1971 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Please-ignore-this-I-m-just-still-trying-to-wrap-my"
  +title: "Please ignore this. I'm just still trying to wrap my head around this federated social media."
  +url: null
  +body: "I can tag @Foreplay241@mastodon.social AND @Foreplay241@pixelfed.social and I will be able to see their accounts through this portal/view/media?.."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 33
  +score: 10
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688608016 {#1375
    date: 2023-07-06 03:46:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Foreplay241@mastodon.social"
    "@Foreplay241@pixelfed.social"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1902 …}
  +votes: Doctrine\ORM\PersistentCollection {#1891 …}
  +reports: Doctrine\ORM\PersistentCollection {#1956 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1848 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2429 …}
  +badges: Doctrine\ORM\PersistentCollection {#2424 …}
  +children: []
  -id: 753
  -titleTs: "'around':13 'feder':15 'head':12 'ignor':2 'm':5 'media':17 'pleas':1 'social':16 'still':7 'tri':8 'wrap':10"
  -bodyTs: "'abl':11 'account':15 'foreplay241@mastodon.social':4 'foreplay241@pixelfed.social':6 'portal/view/media':18 'see':13 'tag':3"
  +cross: false
  +upVotes: 10
  +downVotes: 0
  +ranking: 1688509707
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1000312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688423307 {#1379
    date: 2023-07-04 00:28:27.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#1400
  +user: Proxies\__CG__\App\Entity\User {#1367 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1971 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Please-ignore-this-I-m-just-still-trying-to-wrap-my"
  +title: "Please ignore this. I'm just still trying to wrap my head around this federated social media."
  +url: null
  +body: "I can tag @Foreplay241@mastodon.social AND @Foreplay241@pixelfed.social and I will be able to see their accounts through this portal/view/media?.."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 33
  +score: 10
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688608016 {#1375
    date: 2023-07-06 03:46:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Foreplay241@mastodon.social"
    "@Foreplay241@pixelfed.social"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1902 …}
  +votes: Doctrine\ORM\PersistentCollection {#1891 …}
  +reports: Doctrine\ORM\PersistentCollection {#1956 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1848 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2429 …}
  +badges: Doctrine\ORM\PersistentCollection {#2424 …}
  +children: []
  -id: 753
  -titleTs: "'around':13 'feder':15 'head':12 'ignor':2 'm':5 'media':17 'pleas':1 'social':16 'still':7 'tri':8 'wrap':10"
  -bodyTs: "'abl':11 'account':15 'foreplay241@mastodon.social':4 'foreplay241@pixelfed.social':6 'portal/view/media':18 'see':13 'tag':3"
  +cross: false
  +upVotes: 10
  +downVotes: 0
  +ranking: 1688509707
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1000312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688423307 {#1379
    date: 2023-07-04 00:28:27.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2433
  +user: Proxies\__CG__\App\Entity\User {#2432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-do-you-deal-with-passwords-Password-manager-Txt-file"
  +title: "How do you deal with passwords? Password manager? Txt file? Do you use biometrics on devices that have them?"
  +url: null
  +body: """
    I was gonna ask about the biometrics part in a separate question, but its both about security, so might as well combine it in one post.\n
    \n
    Okay so I don’t use password managers. I just try to make easy to remember passwords 3-4 random words + 3-4 random numbers. Online accounts can’t be brute forced anyways. Edit: I mean most websites have log in limits don’t they? Maybe I’ve been mistaken?\n
    \n
    For offline accounts, I just increase the words and numbers. For mobile I don’t use biometrics, although I’ve been testing whether or not I want a pin + no biometrics or alphanumeric password + biometrics. I just can’t decide.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688589100 {#2428
    date: 2023-07-05 22:31:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2443 …}
  +votes: Doctrine\ORM\PersistentCollection {#2426 …}
  +reports: Doctrine\ORM\PersistentCollection {#2439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2167 …}
  +badges: Doctrine\ORM\PersistentCollection {#2355 …}
  +children: []
  -id: 1398
  -titleTs: "'biometr':14 'deal':4 'devic':16 'file':10 'manag':8 'password':6,7 'txt':9 'use':13"
  -bodyTs: "'-4':45,49 '3':44,48 'account':53,79 'alphanumer':109 'although':94 'anyway':59 'ask':4 'biometr':7,93,107,111 'brute':57 'combin':22 'decid':116 'easi':40 'edit':60 'forc':58 'gonna':3 'increas':82 'limit':68 'log':66 'make':39 'manag':34 'mayb':72 'mean':62 'might':19 'mistaken':76 'mobil':88 'number':51,86 'offlin':78 'okay':27 'one':25 'onlin':52 'part':8 'password':33,43,110 'pin':105 'post':26 'question':12 'random':46,50 'rememb':42 'secur':17 'separ':11 'test':98 'tri':37 'use':32,92 've':74,96 'want':103 'websit':64 'well':21 'whether':99 'word':47,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688589100
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/406013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688589100 {#2444
    date: 2023-07-05 22:31:40.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2433
  +user: Proxies\__CG__\App\Entity\User {#2432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-do-you-deal-with-passwords-Password-manager-Txt-file"
  +title: "How do you deal with passwords? Password manager? Txt file? Do you use biometrics on devices that have them?"
  +url: null
  +body: """
    I was gonna ask about the biometrics part in a separate question, but its both about security, so might as well combine it in one post.\n
    \n
    Okay so I don’t use password managers. I just try to make easy to remember passwords 3-4 random words + 3-4 random numbers. Online accounts can’t be brute forced anyways. Edit: I mean most websites have log in limits don’t they? Maybe I’ve been mistaken?\n
    \n
    For offline accounts, I just increase the words and numbers. For mobile I don’t use biometrics, although I’ve been testing whether or not I want a pin + no biometrics or alphanumeric password + biometrics. I just can’t decide.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688589100 {#2428
    date: 2023-07-05 22:31:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2443 …}
  +votes: Doctrine\ORM\PersistentCollection {#2426 …}
  +reports: Doctrine\ORM\PersistentCollection {#2439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2167 …}
  +badges: Doctrine\ORM\PersistentCollection {#2355 …}
  +children: []
  -id: 1398
  -titleTs: "'biometr':14 'deal':4 'devic':16 'file':10 'manag':8 'password':6,7 'txt':9 'use':13"
  -bodyTs: "'-4':45,49 '3':44,48 'account':53,79 'alphanumer':109 'although':94 'anyway':59 'ask':4 'biometr':7,93,107,111 'brute':57 'combin':22 'decid':116 'easi':40 'edit':60 'forc':58 'gonna':3 'increas':82 'limit':68 'log':66 'make':39 'manag':34 'mayb':72 'mean':62 'might':19 'mistaken':76 'mobil':88 'number':51,86 'offlin':78 'okay':27 'one':25 'onlin':52 'part':8 'password':33,43,110 'pin':105 'post':26 'question':12 'random':46,50 'rememb':42 'secur':17 'separ':11 'test':98 'tri':37 'use':32,92 've':74,96 'want':103 'websit':64 'well':21 'whether':99 'word':47,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688589100
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/406013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688589100 {#2444
    date: 2023-07-05 22:31:40.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2433
  +user: Proxies\__CG__\App\Entity\User {#2432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-do-you-deal-with-passwords-Password-manager-Txt-file"
  +title: "How do you deal with passwords? Password manager? Txt file? Do you use biometrics on devices that have them?"
  +url: null
  +body: """
    I was gonna ask about the biometrics part in a separate question, but its both about security, so might as well combine it in one post.\n
    \n
    Okay so I don’t use password managers. I just try to make easy to remember passwords 3-4 random words + 3-4 random numbers. Online accounts can’t be brute forced anyways. Edit: I mean most websites have log in limits don’t they? Maybe I’ve been mistaken?\n
    \n
    For offline accounts, I just increase the words and numbers. For mobile I don’t use biometrics, although I’ve been testing whether or not I want a pin + no biometrics or alphanumeric password + biometrics. I just can’t decide.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688589100 {#2428
    date: 2023-07-05 22:31:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2443 …}
  +votes: Doctrine\ORM\PersistentCollection {#2426 …}
  +reports: Doctrine\ORM\PersistentCollection {#2439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2167 …}
  +badges: Doctrine\ORM\PersistentCollection {#2355 …}
  +children: []
  -id: 1398
  -titleTs: "'biometr':14 'deal':4 'devic':16 'file':10 'manag':8 'password':6,7 'txt':9 'use':13"
  -bodyTs: "'-4':45,49 '3':44,48 'account':53,79 'alphanumer':109 'although':94 'anyway':59 'ask':4 'biometr':7,93,107,111 'brute':57 'combin':22 'decid':116 'easi':40 'edit':60 'forc':58 'gonna':3 'increas':82 'limit':68 'log':66 'make':39 'manag':34 'mayb':72 'mean':62 'might':19 'mistaken':76 'mobil':88 'number':51,86 'offlin':78 'okay':27 'one':25 'onlin':52 'part':8 'password':33,43,110 'pin':105 'post':26 'question':12 'random':46,50 'rememb':42 'secur':17 'separ':11 'test':98 'tri':37 'use':32,92 've':74,96 'want':103 'websit':64 'well':21 'whether':99 'word':47,84"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688589100
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/406013"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688589100 {#2444
    date: 2023-07-05 22:31:40.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#2451
  +user: Proxies\__CG__\App\Entity\User {#2353 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Making-a-USB-desk-fan-from-spare-CPU-fan"
  +title: "Making a USB desk fan from spare CPU fan"
  +url: null
  +body: "If I wanted to make a USB desk fan from a spare CPU fan (input: 12V, 0.15A), could I just solder a resistor to the positive lead of the USB wire? I plan on getting an adjustable voltage booster, but I was curious if this was possible. I think I would need a 13 ohm resistor for USB 3.0."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688588978 {#2476
    date: 2023-07-05 22:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 744
  -titleTs: "'cpu':8 'desk':4 'fan':5,9 'make':1 'spare':7 'usb':3"
  -bodyTs: "'0.15':17 '12v':16 '13':55 '3.0':60 'adjust':38 'booster':40 'could':19 'cpu':13 'curious':44 'desk':8 'fan':9,14 'get':36 'input':15 'lead':28 'make':5 'need':53 'ohm':56 'plan':34 'posit':27 'possibl':48 'resistor':24,57 'solder':22 'spare':12 'think':50 'usb':7,31,59 'voltag':39 'want':3 'wire':32 'would':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688453520
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/995079"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688410020 {#2356
    date: 2023-07-03 20:47:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#2451
  +user: Proxies\__CG__\App\Entity\User {#2353 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Making-a-USB-desk-fan-from-spare-CPU-fan"
  +title: "Making a USB desk fan from spare CPU fan"
  +url: null
  +body: "If I wanted to make a USB desk fan from a spare CPU fan (input: 12V, 0.15A), could I just solder a resistor to the positive lead of the USB wire? I plan on getting an adjustable voltage booster, but I was curious if this was possible. I think I would need a 13 ohm resistor for USB 3.0."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688588978 {#2476
    date: 2023-07-05 22:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 744
  -titleTs: "'cpu':8 'desk':4 'fan':5,9 'make':1 'spare':7 'usb':3"
  -bodyTs: "'0.15':17 '12v':16 '13':55 '3.0':60 'adjust':38 'booster':40 'could':19 'cpu':13 'curious':44 'desk':8 'fan':9,14 'get':36 'input':15 'lead':28 'make':5 'need':53 'ohm':56 'plan':34 'posit':27 'possibl':48 'resistor':24,57 'solder':22 'spare':12 'think':50 'usb':7,31,59 'voltag':39 'want':3 'wire':32 'would':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688453520
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/995079"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688410020 {#2356
    date: 2023-07-03 20:47:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#2451
  +user: Proxies\__CG__\App\Entity\User {#2353 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Making-a-USB-desk-fan-from-spare-CPU-fan"
  +title: "Making a USB desk fan from spare CPU fan"
  +url: null
  +body: "If I wanted to make a USB desk fan from a spare CPU fan (input: 12V, 0.15A), could I just solder a resistor to the positive lead of the USB wire? I plan on getting an adjustable voltage booster, but I was curious if this was possible. I think I would need a 13 ohm resistor for USB 3.0."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688588978 {#2476
    date: 2023-07-05 22:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 744
  -titleTs: "'cpu':8 'desk':4 'fan':5,9 'make':1 'spare':7 'usb':3"
  -bodyTs: "'0.15':17 '12v':16 '13':55 '3.0':60 'adjust':38 'booster':40 'could':19 'cpu':13 'curious':44 'desk':8 'fan':9,14 'get':36 'input':15 'lead':28 'make':5 'need':53 'ohm':56 'plan':34 'posit':27 'possibl':48 'resistor':24,57 'solder':22 'spare':12 'think':50 'usb':7,31,59 'voltag':39 'want':3 'wire':32 'would':52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688453520
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/995079"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688410020 {#2356
    date: 2023-07-03 20:47:00.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Lemmy-and-GDPR-What-is-the-current-state"
  +title: "Lemmy and GDPR - What is the current state?"
  +url: null
  +body: "As the Fediverse grows more and more, rules and regulations become more important. For example, is Lemmy GDPR complient? If not, are admins aware of the possible consequence? What does this mean for the growth of Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688578304 {#1359
    date: 2023-07-05 19:31:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 859
  -titleTs: "'current':7 'gdpr':3 'lemmi':1 'state':8"
  -bodyTs: "'admin':23 'awar':24 'becom':11 'complient':19 'consequ':28 'exampl':15 'fedivers':3 'gdpr':18 'grow':4 'growth':35 'import':13 'lemmi':17,37 'mean':32 'possibl':27 'regul':10 'rule':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688601765
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1060627"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688561765 {#2488
    date: 2023-07-05 14:56:05.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Lemmy-and-GDPR-What-is-the-current-state"
  +title: "Lemmy and GDPR - What is the current state?"
  +url: null
  +body: "As the Fediverse grows more and more, rules and regulations become more important. For example, is Lemmy GDPR complient? If not, are admins aware of the possible consequence? What does this mean for the growth of Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688578304 {#1359
    date: 2023-07-05 19:31:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 859
  -titleTs: "'current':7 'gdpr':3 'lemmi':1 'state':8"
  -bodyTs: "'admin':23 'awar':24 'becom':11 'complient':19 'consequ':28 'exampl':15 'fedivers':3 'gdpr':18 'grow':4 'growth':35 'import':13 'lemmi':17,37 'mean':32 'possibl':27 'regul':10 'rule':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688601765
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1060627"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688561765 {#2488
    date: 2023-07-05 14:56:05.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#2490
  +user: Proxies\__CG__\App\Entity\User {#2489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Lemmy-and-GDPR-What-is-the-current-state"
  +title: "Lemmy and GDPR - What is the current state?"
  +url: null
  +body: "As the Fediverse grows more and more, rules and regulations become more important. For example, is Lemmy GDPR complient? If not, are admins aware of the possible consequence? What does this mean for the growth of Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688578304 {#1359
    date: 2023-07-05 19:31:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 859
  -titleTs: "'current':7 'gdpr':3 'lemmi':1 'state':8"
  -bodyTs: "'admin':23 'awar':24 'becom':11 'complient':19 'consequ':28 'exampl':15 'fedivers':3 'gdpr':18 'grow':4 'growth':35 'import':13 'lemmi':17,37 'mean':32 'possibl':27 'regul':10 'rule':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688601765
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1060627"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688561765 {#2488
    date: 2023-07-05 14:56:05.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1502
  +user: Proxies\__CG__\App\Entity\User {#1546 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-are-hardware-and-internet-requirements-to-setup-an-instance"
  +title: "What are hardware and internet requirements to setup an instance?"
  +url: null
  +body: "Basically the title. I am thinking I want to start my own instance but not sure what is required? Can someone give me a tldr or link to proper webpage?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688578286 {#1514
    date: 2023-07-05 19:31:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1544 …}
  +votes: Doctrine\ORM\PersistentCollection {#1547 …}
  +reports: Doctrine\ORM\PersistentCollection {#1482 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1523 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1522 …}
  +badges: Doctrine\ORM\PersistentCollection {#1506 …}
  +children: []
  -id: 874
  -titleTs: "'hardwar':3 'instanc':10 'internet':5 'requir':6 'setup':8"
  -bodyTs: "'basic':1 'give':22 'instanc':13 'link':27 'proper':29 'requir':19 'someon':21 'start':10 'sure':16 'think':6 'titl':3 'tldr':25 'want':8 'webpag':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688587286
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1068357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688578286 {#1499
    date: 2023-07-05 19:31:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1502
  +user: Proxies\__CG__\App\Entity\User {#1546 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-are-hardware-and-internet-requirements-to-setup-an-instance"
  +title: "What are hardware and internet requirements to setup an instance?"
  +url: null
  +body: "Basically the title. I am thinking I want to start my own instance but not sure what is required? Can someone give me a tldr or link to proper webpage?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688578286 {#1514
    date: 2023-07-05 19:31:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1544 …}
  +votes: Doctrine\ORM\PersistentCollection {#1547 …}
  +reports: Doctrine\ORM\PersistentCollection {#1482 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1523 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1522 …}
  +badges: Doctrine\ORM\PersistentCollection {#1506 …}
  +children: []
  -id: 874
  -titleTs: "'hardwar':3 'instanc':10 'internet':5 'requir':6 'setup':8"
  -bodyTs: "'basic':1 'give':22 'instanc':13 'link':27 'proper':29 'requir':19 'someon':21 'start':10 'sure':16 'think':6 'titl':3 'tldr':25 'want':8 'webpag':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688587286
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1068357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688578286 {#1499
    date: 2023-07-05 19:31:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1502
  +user: Proxies\__CG__\App\Entity\User {#1546 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-are-hardware-and-internet-requirements-to-setup-an-instance"
  +title: "What are hardware and internet requirements to setup an instance?"
  +url: null
  +body: "Basically the title. I am thinking I want to start my own instance but not sure what is required? Can someone give me a tldr or link to proper webpage?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688578286 {#1514
    date: 2023-07-05 19:31:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1544 …}
  +votes: Doctrine\ORM\PersistentCollection {#1547 …}
  +reports: Doctrine\ORM\PersistentCollection {#1482 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1523 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1522 …}
  +badges: Doctrine\ORM\PersistentCollection {#1506 …}
  +children: []
  -id: 874
  -titleTs: "'hardwar':3 'instanc':10 'internet':5 'requir':6 'setup':8"
  -bodyTs: "'basic':1 'give':22 'instanc':13 'link':27 'proper':29 'requir':19 'someon':21 'start':10 'sure':16 'think':6 'titl':3 'tldr':25 'want':8 'webpag':30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688587286
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1068357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688578286 {#1499
    date: 2023-07-05 19:31:26.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-to-crosspost"
  +title: "How to crosspost?"
  +url: null
  +body: "I see people cross-posting but I don’t know how they are doing it. All I see for posting options on the lemmy interface is a single community I can select."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688576998 {#1504
    date: 2023-07-05 19:09:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 873
  -titleTs: "'crosspost':3"
  -bodyTs: "'communiti':30 'cross':5 'cross-post':4 'interfac':26 'know':11 'lemmi':25 'option':22 'peopl':3 'post':6,21 'see':2,19 'select':33 'singl':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688596119
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1067695"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688576619 {#1507
    date: 2023-07-05 19:03:39.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-to-crosspost"
  +title: "How to crosspost?"
  +url: null
  +body: "I see people cross-posting but I don’t know how they are doing it. All I see for posting options on the lemmy interface is a single community I can select."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688576998 {#1504
    date: 2023-07-05 19:09:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 873
  -titleTs: "'crosspost':3"
  -bodyTs: "'communiti':30 'cross':5 'cross-post':4 'interfac':26 'know':11 'lemmi':25 'option':22 'peopl':3 'post':6,21 'see':2,19 'select':33 'singl':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688596119
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1067695"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688576619 {#1507
    date: 2023-07-05 19:03:39.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1505
  +user: Proxies\__CG__\App\Entity\User {#1543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-to-crosspost"
  +title: "How to crosspost?"
  +url: null
  +body: "I see people cross-posting but I don’t know how they are doing it. All I see for posting options on the lemmy interface is a single community I can select."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688576998 {#1504
    date: 2023-07-05 19:09:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1532 …}
  +votes: Doctrine\ORM\PersistentCollection {#1534 …}
  +reports: Doctrine\ORM\PersistentCollection {#1540 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1533 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1541 …}
  +badges: Doctrine\ORM\PersistentCollection {#1531 …}
  +children: []
  -id: 873
  -titleTs: "'crosspost':3"
  -bodyTs: "'communiti':30 'cross':5 'cross-post':4 'interfac':26 'know':11 'lemmi':25 'option':22 'peopl':3 'post':6,21 'see':2,19 'select':33 'singl':29"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688596119
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1067695"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688576619 {#1507
    date: 2023-07-05 19:03:39.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-s-the-general-consensus-on-making-private-fediverse-instances"
  +title: "What's the general consensus on making private fediverse instances?"
  +url: null
  +body: """
    I feel like over the past few months, the main thing preventing me from getting super active in the fediverse has been all of the drama surrounding federation and instances shutting down.\n
    \n
    I just want to be able to turn my brain off, and not have to think “Will this instance be around in 6 months?” every time I post.\n
    \n
    As a result, I’ve been thinking about creating a Lemmy and/or Mastodon instance that is literally just me and no one else. No communities or anything, simply me posting to other instances via this private instance. And I know that this instance will stay alive and federated for as long as I keep hosting it.\n
    \n
    However before I go through the effort of setting these up, I want to know what people think about private instances. Is this bad taste? Is it a logistical nightmare? Have people done this before? And what would the hardware requirements for a 1 user instance look like?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688575980 {#1537
    date: 2023-07-05 18:53:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 871
  -titleTs: "'consensus':5 'fedivers':9 'general':4 'instanc':10 'make':7 'privat':8"
  -bodyTs: "'1':160 '6':55 'abl':38 'activ':17 'aliv':106 'and/or':72 'anyth':87 'around':53 'bad':140 'brain':42 'communiti':85 'creat':69 'done':149 'drama':26 'effort':123 'els':83 'everi':57 'feder':28,108 'fedivers':20 'feel':2 'get':15 'go':120 'hardwar':156 'host':115 'howev':117 'instanc':30,51,74,93,97,103,137,162 'keep':114 'know':100,131 'lemmi':71 'like':3,164 'liter':77 'logist':145 'long':111 'look':163 'main':10 'mastodon':73 'month':8,56 'nightmar':146 'one':82 'past':6 'peopl':133,148 'post':60,90 'prevent':12 'privat':96,136 'requir':157 'result':63 'set':125 'shut':31 'simpli':88 'stay':105 'super':16 'surround':27 'tast':141 'thing':11 'think':48,67,134 'time':58 'turn':40 'user':161 've':65 'via':94 'want':35,129 'would':154"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688585158
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/637767"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688574158 {#1536
    date: 2023-07-05 18:22:38.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-s-the-general-consensus-on-making-private-fediverse-instances"
  +title: "What's the general consensus on making private fediverse instances?"
  +url: null
  +body: """
    I feel like over the past few months, the main thing preventing me from getting super active in the fediverse has been all of the drama surrounding federation and instances shutting down.\n
    \n
    I just want to be able to turn my brain off, and not have to think “Will this instance be around in 6 months?” every time I post.\n
    \n
    As a result, I’ve been thinking about creating a Lemmy and/or Mastodon instance that is literally just me and no one else. No communities or anything, simply me posting to other instances via this private instance. And I know that this instance will stay alive and federated for as long as I keep hosting it.\n
    \n
    However before I go through the effort of setting these up, I want to know what people think about private instances. Is this bad taste? Is it a logistical nightmare? Have people done this before? And what would the hardware requirements for a 1 user instance look like?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688575980 {#1537
    date: 2023-07-05 18:53:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 871
  -titleTs: "'consensus':5 'fedivers':9 'general':4 'instanc':10 'make':7 'privat':8"
  -bodyTs: "'1':160 '6':55 'abl':38 'activ':17 'aliv':106 'and/or':72 'anyth':87 'around':53 'bad':140 'brain':42 'communiti':85 'creat':69 'done':149 'drama':26 'effort':123 'els':83 'everi':57 'feder':28,108 'fedivers':20 'feel':2 'get':15 'go':120 'hardwar':156 'host':115 'howev':117 'instanc':30,51,74,93,97,103,137,162 'keep':114 'know':100,131 'lemmi':71 'like':3,164 'liter':77 'logist':145 'long':111 'look':163 'main':10 'mastodon':73 'month':8,56 'nightmar':146 'one':82 'past':6 'peopl':133,148 'post':60,90 'prevent':12 'privat':96,136 'requir':157 'result':63 'set':125 'shut':31 'simpli':88 'stay':105 'super':16 'surround':27 'tast':141 'thing':11 'think':48,67,134 'time':58 'turn':40 'user':161 've':65 'via':94 'want':35,129 'would':154"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688585158
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/637767"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688574158 {#1536
    date: 2023-07-05 18:22:38.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1515
  +user: Proxies\__CG__\App\Entity\User {#1516 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-s-the-general-consensus-on-making-private-fediverse-instances"
  +title: "What's the general consensus on making private fediverse instances?"
  +url: null
  +body: """
    I feel like over the past few months, the main thing preventing me from getting super active in the fediverse has been all of the drama surrounding federation and instances shutting down.\n
    \n
    I just want to be able to turn my brain off, and not have to think “Will this instance be around in 6 months?” every time I post.\n
    \n
    As a result, I’ve been thinking about creating a Lemmy and/or Mastodon instance that is literally just me and no one else. No communities or anything, simply me posting to other instances via this private instance. And I know that this instance will stay alive and federated for as long as I keep hosting it.\n
    \n
    However before I go through the effort of setting these up, I want to know what people think about private instances. Is this bad taste? Is it a logistical nightmare? Have people done this before? And what would the hardware requirements for a 1 user instance look like?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688575980 {#1537
    date: 2023-07-05 18:53:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 871
  -titleTs: "'consensus':5 'fedivers':9 'general':4 'instanc':10 'make':7 'privat':8"
  -bodyTs: "'1':160 '6':55 'abl':38 'activ':17 'aliv':106 'and/or':72 'anyth':87 'around':53 'bad':140 'brain':42 'communiti':85 'creat':69 'done':149 'drama':26 'effort':123 'els':83 'everi':57 'feder':28,108 'fedivers':20 'feel':2 'get':15 'go':120 'hardwar':156 'host':115 'howev':117 'instanc':30,51,74,93,97,103,137,162 'keep':114 'know':100,131 'lemmi':71 'like':3,164 'liter':77 'logist':145 'long':111 'look':163 'main':10 'mastodon':73 'month':8,56 'nightmar':146 'one':82 'past':6 'peopl':133,148 'post':60,90 'prevent':12 'privat':96,136 'requir':157 'result':63 'set':125 'shut':31 'simpli':88 'stay':105 'super':16 'surround':27 'tast':141 'thing':11 'think':48,67,134 'time':58 'turn':40 'user':161 've':65 'via':94 'want':35,129 'would':154"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688585158
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/637767"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688574158 {#1536
    date: 2023-07-05 18:22:38.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-s-the-sense"
  +title: "What's the sense?"
  +url: null
  +body: "What is the point of different servers having communities with the same purpose? For example, the linux gaming community on this server, and the same community but on another server like lemmy.ml"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688575083 {#1706
    date: 2023-07-05 18:38:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 870
  -titleTs: "'sens':4"
  -bodyTs: "'anoth':29 'communiti':9,19,26 'differ':6 'exampl':15 'game':18 'lemmy.ml':32 'like':31 'linux':17 'point':4 'purpos':13 'server':7,22,30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604231
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/617434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688571731 {#1742
    date: 2023-07-05 17:42:11.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-s-the-sense"
  +title: "What's the sense?"
  +url: null
  +body: "What is the point of different servers having communities with the same purpose? For example, the linux gaming community on this server, and the same community but on another server like lemmy.ml"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688575083 {#1706
    date: 2023-07-05 18:38:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 870
  -titleTs: "'sens':4"
  -bodyTs: "'anoth':29 'communiti':9,19,26 'differ':6 'exampl':15 'game':18 'lemmy.ml':32 'like':31 'linux':17 'point':4 'purpos':13 'server':7,22,30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604231
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/617434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688571731 {#1742
    date: 2023-07-05 17:42:11.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-s-the-sense"
  +title: "What's the sense?"
  +url: null
  +body: "What is the point of different servers having communities with the same purpose? For example, the linux gaming community on this server, and the same community but on another server like lemmy.ml"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688575083 {#1706
    date: 2023-07-05 18:38:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 870
  -titleTs: "'sens':4"
  -bodyTs: "'anoth':29 'communiti':9,19,26 'differ':6 'exampl':15 'game':18 'lemmy.ml':32 'like':31 'linux':17 'point':4 'purpos':13 'server':7,22,30"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604231
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/617434"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688571731 {#1742
    date: 2023-07-05 17:42:11.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Viewing-deleted-comments"
  +title: "Viewing deleted comments"
  +url: null
  +body: """
    I can see the comment contents by selecting View source on a deleted comment. Is this a bug or a feature? Or something configurable per instance?\n
    \n
    Works on Jerboa at least.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688572966 {#1467
    date: 2023-07-05 18:02:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1498 …}
  +votes: Doctrine\ORM\PersistentCollection {#1497 …}
  +reports: Doctrine\ORM\PersistentCollection {#1486 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1487 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1489 …}
  +badges: Doctrine\ORM\PersistentCollection {#1494 …}
  +children: []
  -id: 872
  -titleTs: "'comment':3 'delet':2 'view':1"
  -bodyTs: "'bug':18 'comment':5,14 'configur':24 'content':6 'delet':13 'featur':21 'instanc':26 'jerboa':29 'least':31 'per':25 'see':3 'select':8 'someth':23 'sourc':10 'view':9 'work':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688577466
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1065650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688572966 {#1470
    date: 2023-07-05 18:02:46.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Viewing-deleted-comments"
  +title: "Viewing deleted comments"
  +url: null
  +body: """
    I can see the comment contents by selecting View source on a deleted comment. Is this a bug or a feature? Or something configurable per instance?\n
    \n
    Works on Jerboa at least.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688572966 {#1467
    date: 2023-07-05 18:02:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1498 …}
  +votes: Doctrine\ORM\PersistentCollection {#1497 …}
  +reports: Doctrine\ORM\PersistentCollection {#1486 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1487 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1489 …}
  +badges: Doctrine\ORM\PersistentCollection {#1494 …}
  +children: []
  -id: 872
  -titleTs: "'comment':3 'delet':2 'view':1"
  -bodyTs: "'bug':18 'comment':5,14 'configur':24 'content':6 'delet':13 'featur':21 'instanc':26 'jerboa':29 'least':31 'per':25 'see':3 'select':8 'someth':23 'sourc':10 'view':9 'work':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688577466
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1065650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688572966 {#1470
    date: 2023-07-05 18:02:46.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Viewing-deleted-comments"
  +title: "Viewing deleted comments"
  +url: null
  +body: """
    I can see the comment contents by selecting View source on a deleted comment. Is this a bug or a feature? Or something configurable per instance?\n
    \n
    Works on Jerboa at least.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688572966 {#1467
    date: 2023-07-05 18:02:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1498 …}
  +votes: Doctrine\ORM\PersistentCollection {#1497 …}
  +reports: Doctrine\ORM\PersistentCollection {#1486 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1487 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1489 …}
  +badges: Doctrine\ORM\PersistentCollection {#1494 …}
  +children: []
  -id: 872
  -titleTs: "'comment':3 'delet':2 'view':1"
  -bodyTs: "'bug':18 'comment':5,14 'configur':24 'content':6 'delet':13 'featur':21 'instanc':26 'jerboa':29 'least':31 'per':25 'see':3 'select':8 'someth':23 'sourc':10 'view':9 'work':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688577466
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1065650"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688572966 {#1470
    date: 2023-07-05 18:02:46.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1495
  +user: Proxies\__CG__\App\Entity\User {#1492 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-can-Lemmy-federate-with"
  +title: "What can Lemmy federate with?"
  +url: null
  +body: """
    Can Lemmy federate with these platforms?\n
    \n
    - Peertube (Video comments)\n
    - Mastodon (Tweets/Toots comments)\n
    - Plemora (Tweets comments)\n
    - Misskey (Tweets comments)\n
    - Plume (Blog post comments)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688571690 {#1491
    date: 2023-07-05 17:41:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1475 …}
  +votes: Doctrine\ORM\PersistentCollection {#1476 …}
  +reports: Doctrine\ORM\PersistentCollection {#1758 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1755 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1757 …}
  +badges: Doctrine\ORM\PersistentCollection {#1756 …}
  +children: []
  -id: 837
  -titleTs: "'feder':4 'lemmi':3"
  -bodyTs: "'blog':20 'comment':9,12,15,18,22 'feder':3 'lemmi':2 'mastodon':10 'misskey':16 'peertub':7 'platform':6 'plemora':13 'plume':19 'post':21 'tweet':14,17 'tweets/toots':11 'video':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688617525
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1049148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688531125 {#1493
    date: 2023-07-05 06:25:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1495
  +user: Proxies\__CG__\App\Entity\User {#1492 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-can-Lemmy-federate-with"
  +title: "What can Lemmy federate with?"
  +url: null
  +body: """
    Can Lemmy federate with these platforms?\n
    \n
    - Peertube (Video comments)\n
    - Mastodon (Tweets/Toots comments)\n
    - Plemora (Tweets comments)\n
    - Misskey (Tweets comments)\n
    - Plume (Blog post comments)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688571690 {#1491
    date: 2023-07-05 17:41:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1475 …}
  +votes: Doctrine\ORM\PersistentCollection {#1476 …}
  +reports: Doctrine\ORM\PersistentCollection {#1758 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1755 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1757 …}
  +badges: Doctrine\ORM\PersistentCollection {#1756 …}
  +children: []
  -id: 837
  -titleTs: "'feder':4 'lemmi':3"
  -bodyTs: "'blog':20 'comment':9,12,15,18,22 'feder':3 'lemmi':2 'mastodon':10 'misskey':16 'peertub':7 'platform':6 'plemora':13 'plume':19 'post':21 'tweet':14,17 'tweets/toots':11 'video':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688617525
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1049148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688531125 {#1493
    date: 2023-07-05 06:25:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1495
  +user: Proxies\__CG__\App\Entity\User {#1492 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "What-can-Lemmy-federate-with"
  +title: "What can Lemmy federate with?"
  +url: null
  +body: """
    Can Lemmy federate with these platforms?\n
    \n
    - Peertube (Video comments)\n
    - Mastodon (Tweets/Toots comments)\n
    - Plemora (Tweets comments)\n
    - Misskey (Tweets comments)\n
    - Plume (Blog post comments)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688571690 {#1491
    date: 2023-07-05 17:41:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1475 …}
  +votes: Doctrine\ORM\PersistentCollection {#1476 …}
  +reports: Doctrine\ORM\PersistentCollection {#1758 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1755 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1757 …}
  +badges: Doctrine\ORM\PersistentCollection {#1756 …}
  +children: []
  -id: 837
  -titleTs: "'feder':4 'lemmi':3"
  -bodyTs: "'blog':20 'comment':9,12,15,18,22 'feder':3 'lemmi':2 'mastodon':10 'misskey':16 'peertub':7 'platform':6 'plemora':13 'plume':19 'post':21 'tweet':14,17 'tweets/toots':11 'video':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688617525
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1049148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688531125 {#1493
    date: 2023-07-05 06:25:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\Entry {#1751
  +user: Proxies\__CG__\App\Entity\User {#1788 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-rich-are-you"
  +title: "How rich are you?"
  +url: null
  +body: "I’m so rich! I had so much toilet paper in 2020 that I could afford cooking oil in 2022!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688570654 {#1759
    date: 2023-07-05 17:24:14.0 +02: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: 865
  -titleTs: "'rich':2"
  -bodyTs: "'2020':12 '2022':20 'afford':16 'cook':17 'could':15 'm':2 'much':8 'oil':18 'paper':10 'rich':4 'toilet':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688618651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1063391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688567151 {#1762
    date: 2023-07-05 16:25:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1751
  +user: Proxies\__CG__\App\Entity\User {#1788 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-rich-are-you"
  +title: "How rich are you?"
  +url: null
  +body: "I’m so rich! I had so much toilet paper in 2020 that I could afford cooking oil in 2022!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688570654 {#1759
    date: 2023-07-05 17:24:14.0 +02: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: 865
  -titleTs: "'rich':2"
  -bodyTs: "'2020':12 '2022':20 'afford':16 'cook':17 'could':15 'm':2 'much':8 'oil':18 'paper':10 'rich':4 'toilet':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688618651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1063391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688567151 {#1762
    date: 2023-07-05 16:25:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1751
  +user: Proxies\__CG__\App\Entity\User {#1788 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-rich-are-you"
  +title: "How rich are you?"
  +url: null
  +body: "I’m so rich! I had so much toilet paper in 2020 that I could afford cooking oil in 2022!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688570654 {#1759
    date: 2023-07-05 17:24:14.0 +02: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: 865
  -titleTs: "'rich':2"
  -bodyTs: "'2020':12 '2022':20 'afford':16 'cook':17 'could':15 'm':2 'much':8 'oil':18 'paper':10 'rich':4 'toilet':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688618651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1063391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688567151 {#1762
    date: 2023-07-05 16:25:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Recommend-a-water-pick"
  +title: "Recommend a water pick?"
  +url: null
  +body: """
    A post over at YSK talked about flossing, and mentioned water picks.\n
    \n
    - Anyone got any recommendations they can share?\n
    - How much should I be spending?\n
    - Any reasons for or against?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688569274 {#1785
    date: 2023-07-05 17:01:14.0 +02: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: 861
  -titleTs: "'pick':4 'recommend':1 'water':3"
  -bodyTs: "'anyon':13 'floss':8 'got':14 'mention':10 'much':21 'pick':12 'post':2 'reason':27 'recommend':16 'share':19 'spend':25 'talk':6 'water':11 'ysk':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604930
  +visibility: "visible             "
  +apId: "https://lazysoci.al/post/260151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688563430 {#1784
    date: 2023-07-05 15:23:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Recommend-a-water-pick"
  +title: "Recommend a water pick?"
  +url: null
  +body: """
    A post over at YSK talked about flossing, and mentioned water picks.\n
    \n
    - Anyone got any recommendations they can share?\n
    - How much should I be spending?\n
    - Any reasons for or against?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688569274 {#1785
    date: 2023-07-05 17:01:14.0 +02: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: 861
  -titleTs: "'pick':4 'recommend':1 'water':3"
  -bodyTs: "'anyon':13 'floss':8 'got':14 'mention':10 'much':21 'pick':12 'post':2 'reason':27 'recommend':16 'share':19 'spend':25 'talk':6 'water':11 'ysk':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604930
  +visibility: "visible             "
  +apId: "https://lazysoci.al/post/260151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688563430 {#1784
    date: 2023-07-05 15:23:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1786
  +user: Proxies\__CG__\App\Entity\User {#1780 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Recommend-a-water-pick"
  +title: "Recommend a water pick?"
  +url: null
  +body: """
    A post over at YSK talked about flossing, and mentioned water picks.\n
    \n
    - Anyone got any recommendations they can share?\n
    - How much should I be spending?\n
    - Any reasons for or against?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688569274 {#1785
    date: 2023-07-05 17:01:14.0 +02: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: 861
  -titleTs: "'pick':4 'recommend':1 'water':3"
  -bodyTs: "'anyon':13 'floss':8 'got':14 'mention':10 'much':21 'pick':12 'post':2 'reason':27 'recommend':16 'share':19 'spend':25 'talk':6 'water':11 'ysk':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688604930
  +visibility: "visible             "
  +apId: "https://lazysoci.al/post/260151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688563430 {#1784
    date: 2023-07-05 15:23:50.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1643
  +user: Proxies\__CG__\App\Entity\User {#1622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "ESP32-with-multiple-cameras"
  +title: "ESP32 with multiple cameras"
  +url: null
  +body: "I want to connect five OV2640 cameras via FPC to an ESP32 on a custom PCB. Is this generally possible and does the ESP32 have enough power for this or do I need an ESP32 for each camera? The frames per second are not so important as the cameras will be used as QR code scanners. Which components allow to run so many cameras with one ESP32?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688567318 {#1642
    date: 2023-07-05 16:28:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1633 …}
  +votes: Doctrine\ORM\PersistentCollection {#1624 …}
  +reports: Doctrine\ORM\PersistentCollection {#1636 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1660 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1450 …}
  +badges: Doctrine\ORM\PersistentCollection {#1421 …}
  +children: []
  -id: 603
  -titleTs: "'camera':4 'esp32':1 'multipl':3"
  -bodyTs: "'allow':59 'camera':7,38,49,64 'code':55 'compon':58 'connect':4 'custom':15 'enough':26 'esp32':12,24,35,67 'five':5 'fpc':9 'frame':40 'general':19 'import':46 'mani':63 'need':33 'one':66 'ov2640':6 'pcb':16 'per':41 'possibl':20 'power':27 'qr':54 'run':61 'scanner':56 'second':42 'use':52 'via':8 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688202269
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/401109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688159269 {#1644
    date: 2023-06-30 23:07:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1643
  +user: Proxies\__CG__\App\Entity\User {#1622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "ESP32-with-multiple-cameras"
  +title: "ESP32 with multiple cameras"
  +url: null
  +body: "I want to connect five OV2640 cameras via FPC to an ESP32 on a custom PCB. Is this generally possible and does the ESP32 have enough power for this or do I need an ESP32 for each camera? The frames per second are not so important as the cameras will be used as QR code scanners. Which components allow to run so many cameras with one ESP32?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688567318 {#1642
    date: 2023-07-05 16:28:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1633 …}
  +votes: Doctrine\ORM\PersistentCollection {#1624 …}
  +reports: Doctrine\ORM\PersistentCollection {#1636 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1660 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1450 …}
  +badges: Doctrine\ORM\PersistentCollection {#1421 …}
  +children: []
  -id: 603
  -titleTs: "'camera':4 'esp32':1 'multipl':3"
  -bodyTs: "'allow':59 'camera':7,38,49,64 'code':55 'compon':58 'connect':4 'custom':15 'enough':26 'esp32':12,24,35,67 'five':5 'fpc':9 'frame':40 'general':19 'import':46 'mani':63 'need':33 'one':66 'ov2640':6 'pcb':16 'per':41 'possibl':20 'power':27 'qr':54 'run':61 'scanner':56 'second':42 'use':52 'via':8 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688202269
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/401109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688159269 {#1644
    date: 2023-06-30 23:07:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1643
  +user: Proxies\__CG__\App\Entity\User {#1622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "ESP32-with-multiple-cameras"
  +title: "ESP32 with multiple cameras"
  +url: null
  +body: "I want to connect five OV2640 cameras via FPC to an ESP32 on a custom PCB. Is this generally possible and does the ESP32 have enough power for this or do I need an ESP32 for each camera? The frames per second are not so important as the cameras will be used as QR code scanners. Which components allow to run so many cameras with one ESP32?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688567318 {#1642
    date: 2023-07-05 16:28:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1633 …}
  +votes: Doctrine\ORM\PersistentCollection {#1624 …}
  +reports: Doctrine\ORM\PersistentCollection {#1636 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1660 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1450 …}
  +badges: Doctrine\ORM\PersistentCollection {#1421 …}
  +children: []
  -id: 603
  -titleTs: "'camera':4 'esp32':1 'multipl':3"
  -bodyTs: "'allow':59 'camera':7,38,49,64 'code':55 'compon':58 'connect':4 'custom':15 'enough':26 'esp32':12,24,35,67 'five':5 'fpc':9 'frame':40 'general':19 'import':46 'mani':63 'need':33 'one':66 'ov2640':6 'pcb':16 'per':41 'possibl':20 'power':27 'qr':54 'run':61 'scanner':56 'second':42 'use':52 'via':8 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688202269
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/401109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688159269 {#1644
    date: 2023-06-30 23:07:49.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Tried-modding-a-car-stereo-to-add-an-AUX-input"
  +title: "Tried modding a car stereo to add an AUX input, but it's not working properly"
  +url: null
  +body: """
    I tried adding an AUX jack to a car stereo with an internal CD player and no native support for one.\n
    \n
    When I first did tests, simply attaching to one of the amp’s input lines while the stereo was at min volume (1, not 0, more on this later) worked wonderfully.\n
    \n
    To install the jack itself however, I thought that it may be dangerous to have the stereo send current to the AUX device and vice versa, so I thought about installing a switch to cut the stereo’s audio input lines when using the jack and vice versa.\n
    \n
    I thought about just muting the stereo, or turning the volume to 0, or using a dummy paused CD, but all of the three activate the mute line on the amp, which isn’t a simple binary on/off deal, and activating it would also mute the jack.  \n
    [Image](https://lemmy.world/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)\n
    \n
    This is the original schematic of the amp circuit: [Image](https://lemmy.world/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)  \n
    I attached to the IN1-4 lines like this: [Image](https://lemmy.world/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)\n
    \n
    I left the rear channels disconnected because a friend of mine suggested jumping two input lines could cause issues to the amp\n
    \n
    However, once all was done, it wasn’t working correctly. First of all, when I flip the switch, some signal from the stereo still gets through. It’s very faint and you have to turn the volume way up to hear it, but it’s there. This concerns me if it may lead to damage to either the plugged in device or the stereo, and if it could be the cause of the following issue.\n
    \n
    Second, when a male to male cable is plugged in the other end (without even anything attached to the other end), a high pitched whine starts playing from the speakers. I tried bypassing the jack with alligator clips to the rear terminals, but it still happens, and when this happens I suddenly read a resistance of 7~8MΩ between either of the jack’s channels and ground. I haven’t tried another cable, but if I test the cable itself when it’s unplugged I can’t read anything between the rings.\n
    \n
    I’m especially puzzled as to why there were no issues when I tried by tapping into the lines, but now that I did it “”“properly”“” (at least in my head) it’s problematic.\n
    \n
    The full schematic for the stereo can be found by googling “BLAUPUNKT FIAT B-MPV CD-MP3 7645324316 SM”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688566719 {#1446
    date: 2023-07-05 16:18:39.0 +02: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: 699
  -titleTs: "'add':7 'aux':9 'car':4 'input':10 'mod':2 'proper':16 'stereo':5 'tri':1 'work':15"
  -bodyTs: "'-4':170 '/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)':151 '/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)':177 '/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)':164 '0':46,113 '1':44 '7':331 '7645324316':421 'activ':125,141 'ad':3 'allig':311 'also':144 'amp':33,131,159,199 'anoth':347 'anyth':290,364 'attach':28,166,291 'audio':91 'aux':5,74 'b':416 'b-mpv':415 'binari':137 'blaupunkt':413 'bypass':307 'cabl':281,348,354 'car':9 'caus':195,270 'cd':14,119,419 'cd-mp3':418 'channel':182,340 'circuit':160 'clip':312 'concern':247 'correct':209 'could':194,267 'current':71 'cut':87 'damag':254 'danger':65 'deal':139 'devic':75,260 'disconnect':183 'done':204 'dummi':117 'either':256,335 'end':287,295 'especi':370 'even':289 'faint':229 'fiat':414 'first':24,210 'flip':215 'follow':273 'found':410 'friend':186 'full':403 'get':224 'googl':412 'ground':342 'happen':320,324 'haven':344 'head':398 'hear':240 'high':297 'howev':58,200 'imag':148,161,174 'in1':169 'input':35,92,192 'instal':54,83 'intern':13 'isn':133 'issu':196,274,378 'jack':6,56,97,147,309,338 'jump':190 'later':50 'lead':252 'least':395 'left':179 'lemmy.world':150,163,176 'lemmy.world/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)':149 'lemmy.world/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)':175 'lemmy.world/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)':162 'like':172 'line':36,93,128,171,193,386 'm':369 'male':278,280 'may':63,251 'min':42 'mine':188 'mp3':420 'mpv':417 'mute':105,127,145 'nativ':18 'on/off':138 'one':21,30 'origin':155 'paus':118 'pitch':298 'play':301 'player':15 'plug':258,283 'problemat':401 'proper':393 'puzzl':371 'read':327,363 'rear':181,315 'resist':329 'ring':367 'schemat':156,404 'second':275 'send':70 'signal':219 'simpl':136 'simpli':27 'sm':422 'speaker':304 'start':300 'stereo':10,39,69,89,107,222,263,407 'still':223,319 'sudden':326 'suggest':189 'support':19 'switch':85,217 'tap':383 'termin':316 'test':26,352 'thought':60,81,102 'three':124 'tri':2,306,346,381 'turn':109,234 'two':191 'unplug':359 'use':95,115 'versa':78,100 'vice':77,99 'volum':43,111,236 'wasn':206 'way':237 'whine':299 'without':288 'wonder':52 'work':51,208 'would':143 '~8m':332 'ω':333"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688335184
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/948092"
  +editedAt: DateTimeImmutable @1688320805 {#1447
    date: 2023-07-02 20:00:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1688304184 {#1424
    date: 2023-07-02 15:23:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Tried-modding-a-car-stereo-to-add-an-AUX-input"
  +title: "Tried modding a car stereo to add an AUX input, but it's not working properly"
  +url: null
  +body: """
    I tried adding an AUX jack to a car stereo with an internal CD player and no native support for one.\n
    \n
    When I first did tests, simply attaching to one of the amp’s input lines while the stereo was at min volume (1, not 0, more on this later) worked wonderfully.\n
    \n
    To install the jack itself however, I thought that it may be dangerous to have the stereo send current to the AUX device and vice versa, so I thought about installing a switch to cut the stereo’s audio input lines when using the jack and vice versa.\n
    \n
    I thought about just muting the stereo, or turning the volume to 0, or using a dummy paused CD, but all of the three activate the mute line on the amp, which isn’t a simple binary on/off deal, and activating it would also mute the jack.  \n
    [Image](https://lemmy.world/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)\n
    \n
    This is the original schematic of the amp circuit: [Image](https://lemmy.world/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)  \n
    I attached to the IN1-4 lines like this: [Image](https://lemmy.world/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)\n
    \n
    I left the rear channels disconnected because a friend of mine suggested jumping two input lines could cause issues to the amp\n
    \n
    However, once all was done, it wasn’t working correctly. First of all, when I flip the switch, some signal from the stereo still gets through. It’s very faint and you have to turn the volume way up to hear it, but it’s there. This concerns me if it may lead to damage to either the plugged in device or the stereo, and if it could be the cause of the following issue.\n
    \n
    Second, when a male to male cable is plugged in the other end (without even anything attached to the other end), a high pitched whine starts playing from the speakers. I tried bypassing the jack with alligator clips to the rear terminals, but it still happens, and when this happens I suddenly read a resistance of 7~8MΩ between either of the jack’s channels and ground. I haven’t tried another cable, but if I test the cable itself when it’s unplugged I can’t read anything between the rings.\n
    \n
    I’m especially puzzled as to why there were no issues when I tried by tapping into the lines, but now that I did it “”“properly”“” (at least in my head) it’s problematic.\n
    \n
    The full schematic for the stereo can be found by googling “BLAUPUNKT FIAT B-MPV CD-MP3 7645324316 SM”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688566719 {#1446
    date: 2023-07-05 16:18:39.0 +02: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: 699
  -titleTs: "'add':7 'aux':9 'car':4 'input':10 'mod':2 'proper':16 'stereo':5 'tri':1 'work':15"
  -bodyTs: "'-4':170 '/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)':151 '/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)':177 '/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)':164 '0':46,113 '1':44 '7':331 '7645324316':421 'activ':125,141 'ad':3 'allig':311 'also':144 'amp':33,131,159,199 'anoth':347 'anyth':290,364 'attach':28,166,291 'audio':91 'aux':5,74 'b':416 'b-mpv':415 'binari':137 'blaupunkt':413 'bypass':307 'cabl':281,348,354 'car':9 'caus':195,270 'cd':14,119,419 'cd-mp3':418 'channel':182,340 'circuit':160 'clip':312 'concern':247 'correct':209 'could':194,267 'current':71 'cut':87 'damag':254 'danger':65 'deal':139 'devic':75,260 'disconnect':183 'done':204 'dummi':117 'either':256,335 'end':287,295 'especi':370 'even':289 'faint':229 'fiat':414 'first':24,210 'flip':215 'follow':273 'found':410 'friend':186 'full':403 'get':224 'googl':412 'ground':342 'happen':320,324 'haven':344 'head':398 'hear':240 'high':297 'howev':58,200 'imag':148,161,174 'in1':169 'input':35,92,192 'instal':54,83 'intern':13 'isn':133 'issu':196,274,378 'jack':6,56,97,147,309,338 'jump':190 'later':50 'lead':252 'least':395 'left':179 'lemmy.world':150,163,176 'lemmy.world/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)':149 'lemmy.world/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)':175 'lemmy.world/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)':162 'like':172 'line':36,93,128,171,193,386 'm':369 'male':278,280 'may':63,251 'min':42 'mine':188 'mp3':420 'mpv':417 'mute':105,127,145 'nativ':18 'on/off':138 'one':21,30 'origin':155 'paus':118 'pitch':298 'play':301 'player':15 'plug':258,283 'problemat':401 'proper':393 'puzzl':371 'read':327,363 'rear':181,315 'resist':329 'ring':367 'schemat':156,404 'second':275 'send':70 'signal':219 'simpl':136 'simpli':27 'sm':422 'speaker':304 'start':300 'stereo':10,39,69,89,107,222,263,407 'still':223,319 'sudden':326 'suggest':189 'support':19 'switch':85,217 'tap':383 'termin':316 'test':26,352 'thought':60,81,102 'three':124 'tri':2,306,346,381 'turn':109,234 'two':191 'unplug':359 'use':95,115 'versa':78,100 'vice':77,99 'volum':43,111,236 'wasn':206 'way':237 'whine':299 'without':288 'wonder':52 'work':51,208 'would':143 '~8m':332 'ω':333"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688335184
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/948092"
  +editedAt: DateTimeImmutable @1688320805 {#1447
    date: 2023-07-02 20:00:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1688304184 {#1424
    date: 2023-07-02 15:23:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Tried-modding-a-car-stereo-to-add-an-AUX-input"
  +title: "Tried modding a car stereo to add an AUX input, but it's not working properly"
  +url: null
  +body: """
    I tried adding an AUX jack to a car stereo with an internal CD player and no native support for one.\n
    \n
    When I first did tests, simply attaching to one of the amp’s input lines while the stereo was at min volume (1, not 0, more on this later) worked wonderfully.\n
    \n
    To install the jack itself however, I thought that it may be dangerous to have the stereo send current to the AUX device and vice versa, so I thought about installing a switch to cut the stereo’s audio input lines when using the jack and vice versa.\n
    \n
    I thought about just muting the stereo, or turning the volume to 0, or using a dummy paused CD, but all of the three activate the mute line on the amp, which isn’t a simple binary on/off deal, and activating it would also mute the jack.  \n
    [Image](https://lemmy.world/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)\n
    \n
    This is the original schematic of the amp circuit: [Image](https://lemmy.world/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)  \n
    I attached to the IN1-4 lines like this: [Image](https://lemmy.world/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)\n
    \n
    I left the rear channels disconnected because a friend of mine suggested jumping two input lines could cause issues to the amp\n
    \n
    However, once all was done, it wasn’t working correctly. First of all, when I flip the switch, some signal from the stereo still gets through. It’s very faint and you have to turn the volume way up to hear it, but it’s there. This concerns me if it may lead to damage to either the plugged in device or the stereo, and if it could be the cause of the following issue.\n
    \n
    Second, when a male to male cable is plugged in the other end (without even anything attached to the other end), a high pitched whine starts playing from the speakers. I tried bypassing the jack with alligator clips to the rear terminals, but it still happens, and when this happens I suddenly read a resistance of 7~8MΩ between either of the jack’s channels and ground. I haven’t tried another cable, but if I test the cable itself when it’s unplugged I can’t read anything between the rings.\n
    \n
    I’m especially puzzled as to why there were no issues when I tried by tapping into the lines, but now that I did it “”“properly”“” (at least in my head) it’s problematic.\n
    \n
    The full schematic for the stereo can be found by googling “BLAUPUNKT FIAT B-MPV CD-MP3 7645324316 SM”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688566719 {#1446
    date: 2023-07-05 16:18:39.0 +02: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: 699
  -titleTs: "'add':7 'aux':9 'car':4 'input':10 'mod':2 'proper':16 'stereo':5 'tri':1 'work':15"
  -bodyTs: "'-4':170 '/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)':151 '/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)':177 '/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)':164 '0':46,113 '1':44 '7':331 '7645324316':421 'activ':125,141 'ad':3 'allig':311 'also':144 'amp':33,131,159,199 'anoth':347 'anyth':290,364 'attach':28,166,291 'audio':91 'aux':5,74 'b':416 'b-mpv':415 'binari':137 'blaupunkt':413 'bypass':307 'cabl':281,348,354 'car':9 'caus':195,270 'cd':14,119,419 'cd-mp3':418 'channel':182,340 'circuit':160 'clip':312 'concern':247 'correct':209 'could':194,267 'current':71 'cut':87 'damag':254 'danger':65 'deal':139 'devic':75,260 'disconnect':183 'done':204 'dummi':117 'either':256,335 'end':287,295 'especi':370 'even':289 'faint':229 'fiat':414 'first':24,210 'flip':215 'follow':273 'found':410 'friend':186 'full':403 'get':224 'googl':412 'ground':342 'happen':320,324 'haven':344 'head':398 'hear':240 'high':297 'howev':58,200 'imag':148,161,174 'in1':169 'input':35,92,192 'instal':54,83 'intern':13 'isn':133 'issu':196,274,378 'jack':6,56,97,147,309,338 'jump':190 'later':50 'lead':252 'least':395 'left':179 'lemmy.world':150,163,176 'lemmy.world/pictrs/image/07c73cda-6a66-47ec-984b-22b26859683a.png)':149 'lemmy.world/pictrs/image/3b9bf33c-685d-47a1-8313-23af3c6fd6da.png)':175 'lemmy.world/pictrs/image/55fd9a9a-2b5e-4bc0-bfa5-1513dacbbb0f.jpeg)':162 'like':172 'line':36,93,128,171,193,386 'm':369 'male':278,280 'may':63,251 'min':42 'mine':188 'mp3':420 'mpv':417 'mute':105,127,145 'nativ':18 'on/off':138 'one':21,30 'origin':155 'paus':118 'pitch':298 'play':301 'player':15 'plug':258,283 'problemat':401 'proper':393 'puzzl':371 'read':327,363 'rear':181,315 'resist':329 'ring':367 'schemat':156,404 'second':275 'send':70 'signal':219 'simpl':136 'simpli':27 'sm':422 'speaker':304 'start':300 'stereo':10,39,69,89,107,222,263,407 'still':223,319 'sudden':326 'suggest':189 'support':19 'switch':85,217 'tap':383 'termin':316 'test':26,352 'thought':60,81,102 'three':124 'tri':2,306,346,381 'turn':109,234 'two':191 'unplug':359 'use':95,115 'versa':78,100 'vice':77,99 'volum':43,111,236 'wasn':206 'way':237 'whine':299 'without':288 'wonder':52 'work':51,208 'would':143 '~8m':332 'ω':333"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688335184
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/948092"
  +editedAt: DateTimeImmutable @1688320805 {#1447
    date: 2023-07-02 20:00:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1688304184 {#1424
    date: 2023-07-02 15:23:04.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1416
  +user: Proxies\__CG__\App\Entity\User {#1427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Alternatives-to-Google-Discover"
  +title: "Alternatives to Google Discover?"
  +url: null
  +body: "So I’m tired of dealing with Google not respecting my content preferences and I’m looking for a story viewer with a little bit more control. Anyone have any ideas or good programs?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688566042 {#1419
    date: 2023-07-05 16:07:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1456 …}
  +votes: Doctrine\ORM\PersistentCollection {#1461 …}
  +reports: Doctrine\ORM\PersistentCollection {#1463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1455 …}
  +badges: Doctrine\ORM\PersistentCollection {#1460 …}
  +children: []
  -id: 864
  -titleTs: "'altern':1 'discov':4 'googl':3"
  -bodyTs: "'anyon':28 'bit':25 'content':12 'control':27 'deal':6 'good':33 'googl':8 'idea':31 'littl':24 'look':17 'm':3,16 'prefer':13 'program':34 'respect':10 'stori':20 'tire':4 'viewer':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688566042
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/962174"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688566042 {#1425
    date: 2023-07-05 16:07:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1416
  +user: Proxies\__CG__\App\Entity\User {#1427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Alternatives-to-Google-Discover"
  +title: "Alternatives to Google Discover?"
  +url: null
  +body: "So I’m tired of dealing with Google not respecting my content preferences and I’m looking for a story viewer with a little bit more control. Anyone have any ideas or good programs?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688566042 {#1419
    date: 2023-07-05 16:07:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1456 …}
  +votes: Doctrine\ORM\PersistentCollection {#1461 …}
  +reports: Doctrine\ORM\PersistentCollection {#1463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1455 …}
  +badges: Doctrine\ORM\PersistentCollection {#1460 …}
  +children: []
  -id: 864
  -titleTs: "'altern':1 'discov':4 'googl':3"
  -bodyTs: "'anyon':28 'bit':25 'content':12 'control':27 'deal':6 'good':33 'googl':8 'idea':31 'littl':24 'look':17 'm':3,16 'prefer':13 'program':34 'respect':10 'stori':20 'tire':4 'viewer':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688566042
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/962174"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688566042 {#1425
    date: 2023-07-05 16:07:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1416
  +user: Proxies\__CG__\App\Entity\User {#1427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Alternatives-to-Google-Discover"
  +title: "Alternatives to Google Discover?"
  +url: null
  +body: "So I’m tired of dealing with Google not respecting my content preferences and I’m looking for a story viewer with a little bit more control. Anyone have any ideas or good programs?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688566042 {#1419
    date: 2023-07-05 16:07:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1456 …}
  +votes: Doctrine\ORM\PersistentCollection {#1461 …}
  +reports: Doctrine\ORM\PersistentCollection {#1463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1455 …}
  +badges: Doctrine\ORM\PersistentCollection {#1460 …}
  +children: []
  -id: 864
  -titleTs: "'altern':1 'discov':4 'googl':3"
  -bodyTs: "'anyon':28 'bit':25 'content':12 'control':27 'deal':6 'good':33 'googl':8 'idea':31 'littl':24 'look':17 'm':3,16 'prefer':13 'program':34 'respect':10 'stori':20 'tire':4 'viewer':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688566042
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/962174"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688566042 {#1425
    date: 2023-07-05 16:07:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1439
  +user: Proxies\__CG__\App\Entity\User {#1433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Extra-Long-Pin-2x2-header"
  +title: "Extra Long Pin 2x2 header"
  +url: null
  +body: """
    I’m looking for a version of this connector (2x2, 2.54mm):\n
    \n
    [www.adafruit.com/product/4855](https://www.adafruit.com/product/4855)\n
    \n
    with extra long pins, like this: [www.adafruit.com/product/2223](https://www.adafruit.com/product/2223)\n
    \n
    Any sources for this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688565512 {#1459
    date: 2023-07-05 15:58:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 601
  -titleTs: "'2x2':4 'extra':1 'header':5 'long':2 'pin':3"
  -bodyTs: "'/product/2223](https://www.adafruit.com/product/2223)':24 '/product/4855](https://www.adafruit.com/product/4855)':15 '2.54':11 '2x2':10 'connector':9 'extra':17 'like':20 'long':18 'look':3 'm':2 'mm':12 'pin':19 'sourc':26 'version':6 'www.adafruit.com':14,23 'www.adafruit.com/product/2223](https://www.adafruit.com/product/2223)':22 'www.adafruit.com/product/4855](https://www.adafruit.com/product/4855)':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688158804
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/396183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688141304 {#1432
    date: 2023-06-30 18:08:24.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1439
  +user: Proxies\__CG__\App\Entity\User {#1433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Extra-Long-Pin-2x2-header"
  +title: "Extra Long Pin 2x2 header"
  +url: null
  +body: """
    I’m looking for a version of this connector (2x2, 2.54mm):\n
    \n
    [www.adafruit.com/product/4855](https://www.adafruit.com/product/4855)\n
    \n
    with extra long pins, like this: [www.adafruit.com/product/2223](https://www.adafruit.com/product/2223)\n
    \n
    Any sources for this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688565512 {#1459
    date: 2023-07-05 15:58:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 601
  -titleTs: "'2x2':4 'extra':1 'header':5 'long':2 'pin':3"
  -bodyTs: "'/product/2223](https://www.adafruit.com/product/2223)':24 '/product/4855](https://www.adafruit.com/product/4855)':15 '2.54':11 '2x2':10 'connector':9 'extra':17 'like':20 'long':18 'look':3 'm':2 'mm':12 'pin':19 'sourc':26 'version':6 'www.adafruit.com':14,23 'www.adafruit.com/product/2223](https://www.adafruit.com/product/2223)':22 'www.adafruit.com/product/4855](https://www.adafruit.com/product/4855)':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688158804
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/396183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688141304 {#1432
    date: 2023-06-30 18:08:24.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1439
  +user: Proxies\__CG__\App\Entity\User {#1433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Extra-Long-Pin-2x2-header"
  +title: "Extra Long Pin 2x2 header"
  +url: null
  +body: """
    I’m looking for a version of this connector (2x2, 2.54mm):\n
    \n
    [www.adafruit.com/product/4855](https://www.adafruit.com/product/4855)\n
    \n
    with extra long pins, like this: [www.adafruit.com/product/2223](https://www.adafruit.com/product/2223)\n
    \n
    Any sources for this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688565512 {#1459
    date: 2023-07-05 15:58:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 601
  -titleTs: "'2x2':4 'extra':1 'header':5 'long':2 'pin':3"
  -bodyTs: "'/product/2223](https://www.adafruit.com/product/2223)':24 '/product/4855](https://www.adafruit.com/product/4855)':15 '2.54':11 '2x2':10 'connector':9 'extra':17 'like':20 'long':18 'look':3 'm':2 'mm':12 'pin':19 'sourc':26 'version':6 'www.adafruit.com':14,23 'www.adafruit.com/product/2223](https://www.adafruit.com/product/2223)':22 'www.adafruit.com/product/4855](https://www.adafruit.com/product/4855)':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688158804
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/396183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688141304 {#1432
    date: 2023-06-30 18:08:24.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-can-people-prevent-the-Dead-Internet-Theory-from-becoming"
  +title: "How can people prevent the Dead Internet Theory from becoming our reality?"
  +url: null
  +body: "[ELI5 Dead Internet Theory](https://lemmy.fmhy.ml/post/609101)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688564807 {#1703
    date: 2023-07-05 15:46:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 851
  -titleTs: "'becom':10 'dead':6 'internet':7 'peopl':3 'prevent':4 'realiti':12 'theori':8"
  -bodyTs: "'/post/609101)':7 'dead':2 'eli5':1 'internet':3 'lemmy.fmhy.ml':6 'lemmy.fmhy.ml/post/609101)':5 'theori':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688639182
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/609201"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688552782 {#1700
    date: 2023-07-05 12:26:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-can-people-prevent-the-Dead-Internet-Theory-from-becoming"
  +title: "How can people prevent the Dead Internet Theory from becoming our reality?"
  +url: null
  +body: "[ELI5 Dead Internet Theory](https://lemmy.fmhy.ml/post/609101)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688564807 {#1703
    date: 2023-07-05 15:46:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 851
  -titleTs: "'becom':10 'dead':6 'internet':7 'peopl':3 'prevent':4 'realiti':12 'theori':8"
  -bodyTs: "'/post/609101)':7 'dead':2 'eli5':1 'internet':3 'lemmy.fmhy.ml':6 'lemmy.fmhy.ml/post/609101)':5 'theori':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688639182
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/609201"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688552782 {#1700
    date: 2023-07-05 12:26:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "How-can-people-prevent-the-Dead-Internet-Theory-from-becoming"
  +title: "How can people prevent the Dead Internet Theory from becoming our reality?"
  +url: null
  +body: "[ELI5 Dead Internet Theory](https://lemmy.fmhy.ml/post/609101)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688564807 {#1703
    date: 2023-07-05 15:46:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 851
  -titleTs: "'becom':10 'dead':6 'internet':7 'peopl':3 'prevent':4 'realiti':12 'theori':8"
  -bodyTs: "'/post/609101)':7 'dead':2 'eli5':1 'internet':3 'lemmy.fmhy.ml':6 'lemmy.fmhy.ml/post/609101)':5 'theori':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688639182
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/609201"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688552782 {#1700
    date: 2023-07-05 12:26:22.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "You-now-have-a-1-billion-bounty-on-your-head"
  +title: "You now have a 1 billion $ bounty on your head and every armed man on Earth is on to you. What do you do to survive as long as possible?"
  +url: null
  +body: "It is not the matter of *what if* you are found. It’s the matter of *when*."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688562728 {#1743
    date: 2023-07-05 15:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 850
  -titleTs: "'1':5 'arm':13 'billion':6 'bounti':7 'earth':16 'everi':12 'head':10 'long':28 'man':14 'possibl':30 'surviv':26"
  -bodyTs: "'found':11 'matter':5,15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636231
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/607848"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688549831 {#1752
    date: 2023-07-05 11:37:11.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "You-now-have-a-1-billion-bounty-on-your-head"
  +title: "You now have a 1 billion $ bounty on your head and every armed man on Earth is on to you. What do you do to survive as long as possible?"
  +url: null
  +body: "It is not the matter of *what if* you are found. It’s the matter of *when*."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688562728 {#1743
    date: 2023-07-05 15:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 850
  -titleTs: "'1':5 'arm':13 'billion':6 'bounti':7 'earth':16 'everi':12 'head':10 'long':28 'man':14 'possibl':30 'surviv':26"
  -bodyTs: "'found':11 'matter':5,15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636231
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/607848"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688549831 {#1752
    date: 2023-07-05 11:37:11.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "You-now-have-a-1-billion-bounty-on-your-head"
  +title: "You now have a 1 billion $ bounty on your head and every armed man on Earth is on to you. What do you do to survive as long as possible?"
  +url: null
  +body: "It is not the matter of *what if* you are found. It’s the matter of *when*."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688562728 {#1743
    date: 2023-07-05 15:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 850
  -titleTs: "'1':5 'arm':13 'billion':6 'bounti':7 'earth':16 'everi':12 'head':10 'long':28 'man':14 'possibl':30 'surviv':26"
  -bodyTs: "'found':11 'matter':5,15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688636231
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/607848"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688549831 {#1752
    date: 2023-07-05 11:37:11.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
  +title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
  +url: null
  +body: "If you do, then what exactly defines a soul in your view?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688562159 {#1677
    date: 2023-07-05 15:02:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 769
  -titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
  -bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688553963
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1020045"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688467563 {#1678
    date: 2023-07-04 12:46:03.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
  +title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
  +url: null
  +body: "If you do, then what exactly defines a soul in your view?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688562159 {#1677
    date: 2023-07-05 15:02:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 769
  -titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
  -bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688553963
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1020045"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688467563 {#1678
    date: 2023-07-04 12:46:03.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1669
  +user: Proxies\__CG__\App\Entity\User {#1670 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2435 …}
  +slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
  +title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
  +url: null
  +body: "If you do, then what exactly defines a soul in your view?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 41
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688562159 {#1677
    date: 2023-07-05 15:02:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 769
  -titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
  -bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688553963
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1020045"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688467563 {#1678
    date: 2023-07-04 12:46:03.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details