GET https://kbin.spritesserver.nl/index.php/u/@WhyAUsername_1@lemmy.world/active

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2302
  +user: Proxies\__CG__\App\Entity\User {#2622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
  +title: "selfhosted service to share files to SSO-authenticated users ?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Well, my question is in the title of of post. :-)\n
    \n
    Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
    \n
    I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
    \n
    I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
    \n
    Kr.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725895744 {#2654
    date: 2024-09-09 17:29:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2659 …}
  +votes: Doctrine\ORM\PersistentCollection {#2662 …}
  +reports: Doctrine\ORM\PersistentCollection {#2664 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2668 …}
  +badges: Doctrine\ORM\PersistentCollection {#2670 …}
  +children: [
    App\Entity\EntryComment {#2301
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2302 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
      +body: "This. Network folder with read only access."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705326498 {#2291
        date: 2024-01-15 14:48:18.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kristoff@infosec.pub"
        "@NeoNachtwaechter@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2320 …}
      +nested: Doctrine\ORM\PersistentCollection {#2322 …}
      +votes: Doctrine\ORM\PersistentCollection {#2312 …}
      +reports: Doctrine\ORM\PersistentCollection {#2307 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2308 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2304 …}
      -id: 310653
      -bodyTs: "'access':7 'folder':3 'network':2 'read':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6707984"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705326498 {#2309
        date: 2024-01-15 14:48:18.0 +01:00
      }
      +"title": 310653
    }
  ]
  -id: 30457
  -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
  -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705329382
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7164519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705251882 {#2642
    date: 2024-01-14 18:04:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2302
  +user: Proxies\__CG__\App\Entity\User {#2622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
  +title: "selfhosted service to share files to SSO-authenticated users ?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Well, my question is in the title of of post. :-)\n
    \n
    Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
    \n
    I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
    \n
    I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
    \n
    Kr.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725895744 {#2654
    date: 2024-09-09 17:29:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2659 …}
  +votes: Doctrine\ORM\PersistentCollection {#2662 …}
  +reports: Doctrine\ORM\PersistentCollection {#2664 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2668 …}
  +badges: Doctrine\ORM\PersistentCollection {#2670 …}
  +children: [
    App\Entity\EntryComment {#2301
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2302 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
      +body: "This. Network folder with read only access."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705326498 {#2291
        date: 2024-01-15 14:48:18.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kristoff@infosec.pub"
        "@NeoNachtwaechter@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2320 …}
      +nested: Doctrine\ORM\PersistentCollection {#2322 …}
      +votes: Doctrine\ORM\PersistentCollection {#2312 …}
      +reports: Doctrine\ORM\PersistentCollection {#2307 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2308 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2304 …}
      -id: 310653
      -bodyTs: "'access':7 'folder':3 'network':2 'read':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6707984"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705326498 {#2309
        date: 2024-01-15 14:48:18.0 +01:00
      }
      +"title": 310653
    }
  ]
  -id: 30457
  -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
  -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705329382
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7164519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705251882 {#2642
    date: 2024-01-14 18:04:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2302
  +user: Proxies\__CG__\App\Entity\User {#2622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
  +title: "selfhosted service to share files to SSO-authenticated users ?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Well, my question is in the title of of post. :-)\n
    \n
    Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
    \n
    I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
    \n
    I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
    \n
    Kr.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725895744 {#2654
    date: 2024-09-09 17:29:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2659 …}
  +votes: Doctrine\ORM\PersistentCollection {#2662 …}
  +reports: Doctrine\ORM\PersistentCollection {#2664 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2668 …}
  +badges: Doctrine\ORM\PersistentCollection {#2670 …}
  +children: [
    App\Entity\EntryComment {#2301
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2302 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
      +body: "This. Network folder with read only access."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705326498 {#2291
        date: 2024-01-15 14:48:18.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kristoff@infosec.pub"
        "@NeoNachtwaechter@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2320 …}
      +nested: Doctrine\ORM\PersistentCollection {#2322 …}
      +votes: Doctrine\ORM\PersistentCollection {#2312 …}
      +reports: Doctrine\ORM\PersistentCollection {#2307 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2308 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2304 …}
      -id: 310653
      -bodyTs: "'access':7 'folder':3 'network':2 'read':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6707984"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705326498 {#2309
        date: 2024-01-15 14:48:18.0 +01:00
      }
      +"title": 310653
    }
  ]
  -id: 30457
  -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
  -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705329382
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7164519"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705251882 {#2642
    date: 2024-01-14 18:04:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2301
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2302
    +user: Proxies\__CG__\App\Entity\User {#2622 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
    +title: "selfhosted service to share files to SSO-authenticated users ?"
    +url: null
    +body: """
      Hi all,\n
      \n
      Well, my question is in the title of of post. :-)\n
      \n
      Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
      \n
      I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
      \n
      I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
      \n
      Kr.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725895744 {#2654
      date: 2024-09-09 17:29:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2659 …}
    +votes: Doctrine\ORM\PersistentCollection {#2662 …}
    +reports: Doctrine\ORM\PersistentCollection {#2664 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2666 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2668 …}
    +badges: Doctrine\ORM\PersistentCollection {#2670 …}
    +children: [
      App\Entity\EntryComment {#2301}
    ]
    -id: 30457
    -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
    -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705329382
    +visibility: "visible             "
    +apId: "https://infosec.pub/post/7164519"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705251882 {#2642
      date: 2024-01-14 18:04:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
  +body: "This. Network folder with read only access."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705326498 {#2291
    date: 2024-01-15 14:48:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kristoff@infosec.pub"
    "@NeoNachtwaechter@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2320 …}
  +nested: Doctrine\ORM\PersistentCollection {#2322 …}
  +votes: Doctrine\ORM\PersistentCollection {#2312 …}
  +reports: Doctrine\ORM\PersistentCollection {#2307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2308 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2304 …}
  -id: 310653
  -bodyTs: "'access':7 'folder':3 'network':2 'read':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6707984"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705326498 {#2309
    date: 2024-01-15 14:48:18.0 +01:00
  }
  +"title": 310653
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
7 DENIED edit
App\Entity\EntryComment {#2301
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2302
    +user: Proxies\__CG__\App\Entity\User {#2622 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
    +title: "selfhosted service to share files to SSO-authenticated users ?"
    +url: null
    +body: """
      Hi all,\n
      \n
      Well, my question is in the title of of post. :-)\n
      \n
      Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
      \n
      I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
      \n
      I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
      \n
      Kr.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725895744 {#2654
      date: 2024-09-09 17:29:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2659 …}
    +votes: Doctrine\ORM\PersistentCollection {#2662 …}
    +reports: Doctrine\ORM\PersistentCollection {#2664 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2666 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2668 …}
    +badges: Doctrine\ORM\PersistentCollection {#2670 …}
    +children: [
      App\Entity\EntryComment {#2301}
    ]
    -id: 30457
    -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
    -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705329382
    +visibility: "visible             "
    +apId: "https://infosec.pub/post/7164519"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705251882 {#2642
      date: 2024-01-14 18:04:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
  +body: "This. Network folder with read only access."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705326498 {#2291
    date: 2024-01-15 14:48:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kristoff@infosec.pub"
    "@NeoNachtwaechter@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2320 …}
  +nested: Doctrine\ORM\PersistentCollection {#2322 …}
  +votes: Doctrine\ORM\PersistentCollection {#2312 …}
  +reports: Doctrine\ORM\PersistentCollection {#2307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2308 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2304 …}
  -id: 310653
  -bodyTs: "'access':7 'folder':3 'network':2 'read':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6707984"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705326498 {#2309
    date: 2024-01-15 14:48:18.0 +01:00
  }
  +"title": 310653
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
8 DENIED moderate
App\Entity\EntryComment {#2301
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2302
    +user: Proxies\__CG__\App\Entity\User {#2622 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "selfhosted-service-to-share-files-to-SSO-authenticated-users"
    +title: "selfhosted service to share files to SSO-authenticated users ?"
    +url: null
    +body: """
      Hi all,\n
      \n
      Well, my question is in the title of of post. :-)\n
      \n
      Does somebody know if there exists an easy sollution to share files to users (e.g. members of an organisation), based on the fact that the user is known in a SSO (authentik) ?\n
      \n
      I know nextcloud would be an option, but that would create a nextcloud account for all the users, … which is quite overkill for what is needed here.\n
      \n
      I know we can probably build something based on apache, PHP or so, … but if there would be a ready-to-use service for this, that would be nice. (and probably a lot more secure then what I would build myself :-) ).\n
      \n
      Kr.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725895744 {#2654
      date: 2024-09-09 17:29:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2659 …}
    +votes: Doctrine\ORM\PersistentCollection {#2662 …}
    +reports: Doctrine\ORM\PersistentCollection {#2664 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2666 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2668 …}
    +badges: Doctrine\ORM\PersistentCollection {#2670 …}
    +children: [
      App\Entity\EntryComment {#2301}
    ]
    -id: 30457
    -titleTs: "'authent':9 'file':5 'selfhost':1 'servic':2 'share':4 'sso':8 'sso-authent':7 'user':10"
    -bodyTs: "'account':58 'apach':81 'authentik':44 'base':32,79 'build':77,112 'creat':55 'e.g':27 'easi':20 'exist':18 'fact':35 'file':24 'hi':1 'know':15,46,73 'known':40 'kr':114 'lot':105 'member':28 'need':70 'nextcloud':47,57 'nice':101 'option':51 'organis':31 'overkil':66 'php':82 'post':12 'probabl':76,103 'question':5 'quit':65 'readi':92 'ready-to-us':91 'secur':107 'servic':95 'share':23 'sollut':21 'somebodi':14 'someth':78 'sso':43 'titl':9 'use':94 'user':26,38,62 'well':3 'would':48,54,88,99,111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705329382
    +visibility: "visible             "
    +apId: "https://infosec.pub/post/7164519"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705251882 {#2642
      date: 2024-01-14 18:04:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2297 …}
  +body: "This. Network folder with read only access."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705326498 {#2291
    date: 2024-01-15 14:48:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kristoff@infosec.pub"
    "@NeoNachtwaechter@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2320 …}
  +nested: Doctrine\ORM\PersistentCollection {#2322 …}
  +votes: Doctrine\ORM\PersistentCollection {#2312 …}
  +reports: Doctrine\ORM\PersistentCollection {#2307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2308 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2304 …}
  -id: 310653
  -bodyTs: "'access':7 'folder':3 'network':2 'read':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6707984"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705326498 {#2309
    date: 2024-01-15 14:48:18.0 +01:00
  }
  +"title": 310653
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2058
  +user: Proxies\__CG__\App\Entity\User {#2017 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
  +title: "Can I pre-install Ubuntu on an SSD?"
  +url: null
  +body: """
    Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
    \n
    Thanks for the help, just trying to make my first Linux install as painless as possible.\n
    \n
    EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723221842 {#2296
    date: 2024-08-09 18:44:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2608 …}
  +votes: Doctrine\ORM\PersistentCollection {#2610 …}
  +reports: Doctrine\ORM\PersistentCollection {#2606 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
  +badges: Doctrine\ORM\PersistentCollection {#2617 …}
  +children: [
    2 => App\Entity\EntryComment {#2106
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
      +root: App\Entity\EntryComment {#2054
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: null
        +root: null
        +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1722652275 {#2055
          date: 2024-08-03 04:31:15.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2053 …}
        +nested: Doctrine\ORM\PersistentCollection {#2165 …}
        +votes: Doctrine\ORM\PersistentCollection {#2104 …}
        +reports: Doctrine\ORM\PersistentCollection {#2099 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
        -id: 304414
        -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6638838"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705126238 {#2052
          date: 2024-01-13 07:10:38.0 +01:00
        }
        +"title": 304414
      }
      +body: """
        I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
        \n
        1. Your authentication happens through Plex servers and not locally\n
        2. Alongside your own content, Plex pushes other content as well , etc etc.\n
        \n
        However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705132767 {#2109
        date: 2024-01-13 08:59:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@WhyAUsername_1@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2107 …}
      +nested: Doctrine\ORM\PersistentCollection {#2124 …}
      +votes: Doctrine\ORM\PersistentCollection {#2118 …}
      +reports: Doctrine\ORM\PersistentCollection {#2121 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
      -id: 304583
      -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6640281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705132767 {#2103
        date: 2024-01-13 08:59:27.0 +01:00
      }
      +"title": 304583
    }
    1 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: App\Entity\EntryComment {#2054}
      +body: "I could be wrong. This was a few years ago when I was new."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705158771 {#2116
        date: 2024-01-13 16:12:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@WhyAUsername_1@lemmy.world"
        "@ScottE@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2163 …}
      +nested: Doctrine\ORM\PersistentCollection {#2044 …}
      +votes: Doctrine\ORM\PersistentCollection {#2127 …}
      +reports: Doctrine\ORM\PersistentCollection {#2043 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
      -id: 305412
      -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6646120"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705158771 {#2120
        date: 2024-01-13 16:12:51.0 +01:00
      }
      +"title": 305412
    }
    0 => App\Entity\EntryComment {#2054}
  ]
  -id: 29483
  -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
  -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705182008
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20805296"
  +editedAt: DateTimeImmutable @1722196351 {#2571
    date: 2024-07-28 21:52:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705095608 {#2500
    date: 2024-01-12 22:40:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2058
  +user: Proxies\__CG__\App\Entity\User {#2017 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
  +title: "Can I pre-install Ubuntu on an SSD?"
  +url: null
  +body: """
    Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
    \n
    Thanks for the help, just trying to make my first Linux install as painless as possible.\n
    \n
    EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723221842 {#2296
    date: 2024-08-09 18:44:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2608 …}
  +votes: Doctrine\ORM\PersistentCollection {#2610 …}
  +reports: Doctrine\ORM\PersistentCollection {#2606 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
  +badges: Doctrine\ORM\PersistentCollection {#2617 …}
  +children: [
    2 => App\Entity\EntryComment {#2106
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
      +root: App\Entity\EntryComment {#2054
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: null
        +root: null
        +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1722652275 {#2055
          date: 2024-08-03 04:31:15.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2053 …}
        +nested: Doctrine\ORM\PersistentCollection {#2165 …}
        +votes: Doctrine\ORM\PersistentCollection {#2104 …}
        +reports: Doctrine\ORM\PersistentCollection {#2099 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
        -id: 304414
        -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6638838"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705126238 {#2052
          date: 2024-01-13 07:10:38.0 +01:00
        }
        +"title": 304414
      }
      +body: """
        I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
        \n
        1. Your authentication happens through Plex servers and not locally\n
        2. Alongside your own content, Plex pushes other content as well , etc etc.\n
        \n
        However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705132767 {#2109
        date: 2024-01-13 08:59:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@WhyAUsername_1@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2107 …}
      +nested: Doctrine\ORM\PersistentCollection {#2124 …}
      +votes: Doctrine\ORM\PersistentCollection {#2118 …}
      +reports: Doctrine\ORM\PersistentCollection {#2121 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
      -id: 304583
      -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6640281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705132767 {#2103
        date: 2024-01-13 08:59:27.0 +01:00
      }
      +"title": 304583
    }
    1 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: App\Entity\EntryComment {#2054}
      +body: "I could be wrong. This was a few years ago when I was new."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705158771 {#2116
        date: 2024-01-13 16:12:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@WhyAUsername_1@lemmy.world"
        "@ScottE@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2163 …}
      +nested: Doctrine\ORM\PersistentCollection {#2044 …}
      +votes: Doctrine\ORM\PersistentCollection {#2127 …}
      +reports: Doctrine\ORM\PersistentCollection {#2043 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
      -id: 305412
      -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6646120"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705158771 {#2120
        date: 2024-01-13 16:12:51.0 +01:00
      }
      +"title": 305412
    }
    0 => App\Entity\EntryComment {#2054}
  ]
  -id: 29483
  -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
  -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705182008
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20805296"
  +editedAt: DateTimeImmutable @1722196351 {#2571
    date: 2024-07-28 21:52:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705095608 {#2500
    date: 2024-01-12 22:40:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2058
  +user: Proxies\__CG__\App\Entity\User {#2017 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
  +title: "Can I pre-install Ubuntu on an SSD?"
  +url: null
  +body: """
    Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
    \n
    Thanks for the help, just trying to make my first Linux install as painless as possible.\n
    \n
    EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723221842 {#2296
    date: 2024-08-09 18:44:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2608 …}
  +votes: Doctrine\ORM\PersistentCollection {#2610 …}
  +reports: Doctrine\ORM\PersistentCollection {#2606 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
  +badges: Doctrine\ORM\PersistentCollection {#2617 …}
  +children: [
    2 => App\Entity\EntryComment {#2106
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
      +root: App\Entity\EntryComment {#2054
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: null
        +root: null
        +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1722652275 {#2055
          date: 2024-08-03 04:31:15.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2053 …}
        +nested: Doctrine\ORM\PersistentCollection {#2165 …}
        +votes: Doctrine\ORM\PersistentCollection {#2104 …}
        +reports: Doctrine\ORM\PersistentCollection {#2099 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
        -id: 304414
        -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6638838"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705126238 {#2052
          date: 2024-01-13 07:10:38.0 +01:00
        }
        +"title": 304414
      }
      +body: """
        I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
        \n
        1. Your authentication happens through Plex servers and not locally\n
        2. Alongside your own content, Plex pushes other content as well , etc etc.\n
        \n
        However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705132767 {#2109
        date: 2024-01-13 08:59:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@WhyAUsername_1@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2107 …}
      +nested: Doctrine\ORM\PersistentCollection {#2124 …}
      +votes: Doctrine\ORM\PersistentCollection {#2118 …}
      +reports: Doctrine\ORM\PersistentCollection {#2121 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
      -id: 304583
      -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6640281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705132767 {#2103
        date: 2024-01-13 08:59:27.0 +01:00
      }
      +"title": 304583
    }
    1 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: App\Entity\EntryComment {#2054}
      +body: "I could be wrong. This was a few years ago when I was new."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705158771 {#2116
        date: 2024-01-13 16:12:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Hazmatastic@lemm.ee"
        "@WhyAUsername_1@lemmy.world"
        "@ScottE@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2163 …}
      +nested: Doctrine\ORM\PersistentCollection {#2044 …}
      +votes: Doctrine\ORM\PersistentCollection {#2127 …}
      +reports: Doctrine\ORM\PersistentCollection {#2043 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
      -id: 305412
      -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6646120"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705158771 {#2120
        date: 2024-01-13 16:12:51.0 +01:00
      }
      +"title": 305412
    }
    0 => App\Entity\EntryComment {#2054}
  ]
  -id: 29483
  -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
  -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705182008
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20805296"
  +editedAt: DateTimeImmutable @1722196351 {#2571
    date: 2024-07-28 21:52:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705095608 {#2500
    date: 2024-01-12 22:40:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2106
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106}
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2054
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
          +image: null
          +parent: null
          +root: null
          +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 6
          +score: 0
          +lastActive: DateTime @1722652275 {#2055
            date: 2024-08-03 04:31:15.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Hazmatastic@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2053 …}
          +nested: Doctrine\ORM\PersistentCollection {#2165 …}
          +votes: Doctrine\ORM\PersistentCollection {#2104 …}
          +reports: Doctrine\ORM\PersistentCollection {#2099 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
          -id: 304414
          -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6638838"
          +editedAt: null
          +createdAt: DateTimeImmutable @1705126238 {#2052
            date: 2024-01-13 07:10:38.0 +01:00
          }
          +"title": 304414
        }
        +body: "I could be wrong. This was a few years ago when I was new."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705158771 {#2116
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
          "@ScottE@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 305412
        -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6646120"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705158771 {#2120
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +"title": 305412
      }
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
  +root: App\Entity\EntryComment {#2054}
  +body: """
    I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
    \n
    1. Your authentication happens through Plex servers and not locally\n
    2. Alongside your own content, Plex pushes other content as well , etc etc.\n
    \n
    However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705132767 {#2109
    date: 2024-01-13 08:59:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@WhyAUsername_1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2107 …}
  +nested: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2118 …}
  +reports: Doctrine\ORM\PersistentCollection {#2121 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
  -id: 304583
  -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6640281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705132767 {#2103
    date: 2024-01-13 08:59:27.0 +01:00
  }
  +"title": 304583
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
15 DENIED edit
App\Entity\EntryComment {#2106
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106}
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2054
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
          +image: null
          +parent: null
          +root: null
          +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 6
          +score: 0
          +lastActive: DateTime @1722652275 {#2055
            date: 2024-08-03 04:31:15.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Hazmatastic@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2053 …}
          +nested: Doctrine\ORM\PersistentCollection {#2165 …}
          +votes: Doctrine\ORM\PersistentCollection {#2104 …}
          +reports: Doctrine\ORM\PersistentCollection {#2099 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
          -id: 304414
          -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6638838"
          +editedAt: null
          +createdAt: DateTimeImmutable @1705126238 {#2052
            date: 2024-01-13 07:10:38.0 +01:00
          }
          +"title": 304414
        }
        +body: "I could be wrong. This was a few years ago when I was new."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705158771 {#2116
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
          "@ScottE@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 305412
        -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6646120"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705158771 {#2120
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +"title": 305412
      }
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
  +root: App\Entity\EntryComment {#2054}
  +body: """
    I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
    \n
    1. Your authentication happens through Plex servers and not locally\n
    2. Alongside your own content, Plex pushes other content as well , etc etc.\n
    \n
    However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705132767 {#2109
    date: 2024-01-13 08:59:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@WhyAUsername_1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2107 …}
  +nested: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2118 …}
  +reports: Doctrine\ORM\PersistentCollection {#2121 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
  -id: 304583
  -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6640281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705132767 {#2103
    date: 2024-01-13 08:59:27.0 +01:00
  }
  +"title": 304583
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
16 DENIED moderate
App\Entity\EntryComment {#2106
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106}
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2054
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
          +image: null
          +parent: null
          +root: null
          +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 6
          +score: 0
          +lastActive: DateTime @1722652275 {#2055
            date: 2024-08-03 04:31:15.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Hazmatastic@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2053 …}
          +nested: Doctrine\ORM\PersistentCollection {#2165 …}
          +votes: Doctrine\ORM\PersistentCollection {#2104 …}
          +reports: Doctrine\ORM\PersistentCollection {#2099 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
          -id: 304414
          -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6638838"
          +editedAt: null
          +createdAt: DateTimeImmutable @1705126238 {#2052
            date: 2024-01-13 07:10:38.0 +01:00
          }
          +"title": 304414
        }
        +body: "I could be wrong. This was a few years ago when I was new."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705158771 {#2116
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
          "@ScottE@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 305412
        -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6646120"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705158771 {#2120
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +"title": 305412
      }
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
  +root: App\Entity\EntryComment {#2054}
  +body: """
    I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
    \n
    1. Your authentication happens through Plex servers and not locally\n
    2. Alongside your own content, Plex pushes other content as well , etc etc.\n
    \n
    However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705132767 {#2109
    date: 2024-01-13 08:59:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@WhyAUsername_1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2107 …}
  +nested: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2118 …}
  +reports: Doctrine\ORM\PersistentCollection {#2121 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
  -id: 304583
  -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6640281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705132767 {#2103
    date: 2024-01-13 08:59:27.0 +01:00
  }
  +"title": 304583
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
        +root: App\Entity\EntryComment {#2054
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
          +image: null
          +parent: null
          +root: null
          +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 6
          +score: 0
          +lastActive: DateTime @1722652275 {#2055
            date: 2024-08-03 04:31:15.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Hazmatastic@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2053 …}
          +nested: Doctrine\ORM\PersistentCollection {#2165 …}
          +votes: Doctrine\ORM\PersistentCollection {#2104 …}
          +reports: Doctrine\ORM\PersistentCollection {#2099 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
          -id: 304414
          -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6638838"
          +editedAt: null
          +createdAt: DateTimeImmutable @1705126238 {#2052
            date: 2024-01-13 07:10:38.0 +01:00
          }
          +"title": 304414
        }
        +body: """
          I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
          \n
          1. Your authentication happens through Plex servers and not locally\n
          2. Alongside your own content, Plex pushes other content as well , etc etc.\n
          \n
          However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705132767 {#2109
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2107 …}
        +nested: Doctrine\ORM\PersistentCollection {#2124 …}
        +votes: Doctrine\ORM\PersistentCollection {#2118 …}
        +reports: Doctrine\ORM\PersistentCollection {#2121 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
        -id: 304583
        -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6640281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705132767 {#2103
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +"title": 304583
      }
      1 => App\Entity\EntryComment {#2161}
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: App\Entity\EntryComment {#2054}
  +body: "I could be wrong. This was a few years ago when I was new."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705158771 {#2116
    date: 2024-01-13 16:12:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@WhyAUsername_1@lemmy.world"
    "@ScottE@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2163 …}
  +nested: Doctrine\ORM\PersistentCollection {#2044 …}
  +votes: Doctrine\ORM\PersistentCollection {#2127 …}
  +reports: Doctrine\ORM\PersistentCollection {#2043 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
  -id: 305412
  -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6646120"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705158771 {#2120
    date: 2024-01-13 16:12:51.0 +01:00
  }
  +"title": 305412
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
19 DENIED edit
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
        +root: App\Entity\EntryComment {#2054
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
          +image: null
          +parent: null
          +root: null
          +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 6
          +score: 0
          +lastActive: DateTime @1722652275 {#2055
            date: 2024-08-03 04:31:15.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Hazmatastic@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2053 …}
          +nested: Doctrine\ORM\PersistentCollection {#2165 …}
          +votes: Doctrine\ORM\PersistentCollection {#2104 …}
          +reports: Doctrine\ORM\PersistentCollection {#2099 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
          -id: 304414
          -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6638838"
          +editedAt: null
          +createdAt: DateTimeImmutable @1705126238 {#2052
            date: 2024-01-13 07:10:38.0 +01:00
          }
          +"title": 304414
        }
        +body: """
          I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
          \n
          1. Your authentication happens through Plex servers and not locally\n
          2. Alongside your own content, Plex pushes other content as well , etc etc.\n
          \n
          However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705132767 {#2109
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2107 …}
        +nested: Doctrine\ORM\PersistentCollection {#2124 …}
        +votes: Doctrine\ORM\PersistentCollection {#2118 …}
        +reports: Doctrine\ORM\PersistentCollection {#2121 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
        -id: 304583
        -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6640281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705132767 {#2103
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +"title": 304583
      }
      1 => App\Entity\EntryComment {#2161}
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: App\Entity\EntryComment {#2054}
  +body: "I could be wrong. This was a few years ago when I was new."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705158771 {#2116
    date: 2024-01-13 16:12:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@WhyAUsername_1@lemmy.world"
    "@ScottE@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2163 …}
  +nested: Doctrine\ORM\PersistentCollection {#2044 …}
  +votes: Doctrine\ORM\PersistentCollection {#2127 …}
  +reports: Doctrine\ORM\PersistentCollection {#2043 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
  -id: 305412
  -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6646120"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705158771 {#2120
    date: 2024-01-13 16:12:51.0 +01:00
  }
  +"title": 305412
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
20 DENIED moderate
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
        +root: App\Entity\EntryComment {#2054
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
          +image: null
          +parent: null
          +root: null
          +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 6
          +score: 0
          +lastActive: DateTime @1722652275 {#2055
            date: 2024-08-03 04:31:15.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Hazmatastic@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2053 …}
          +nested: Doctrine\ORM\PersistentCollection {#2165 …}
          +votes: Doctrine\ORM\PersistentCollection {#2104 …}
          +reports: Doctrine\ORM\PersistentCollection {#2099 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
          -id: 304414
          -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.world/comment/6638838"
          +editedAt: null
          +createdAt: DateTimeImmutable @1705126238 {#2052
            date: 2024-01-13 07:10:38.0 +01:00
          }
          +"title": 304414
        }
        +body: """
          I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
          \n
          1. Your authentication happens through Plex servers and not locally\n
          2. Alongside your own content, Plex pushes other content as well , etc etc.\n
          \n
          However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705132767 {#2109
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2107 …}
        +nested: Doctrine\ORM\PersistentCollection {#2124 …}
        +votes: Doctrine\ORM\PersistentCollection {#2118 …}
        +reports: Doctrine\ORM\PersistentCollection {#2121 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
        -id: 304583
        -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6640281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705132767 {#2103
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +"title": 304583
      }
      1 => App\Entity\EntryComment {#2161}
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: App\Entity\EntryComment {#2054}
  +body: "I could be wrong. This was a few years ago when I was new."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705158771 {#2116
    date: 2024-01-13 16:12:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
    "@WhyAUsername_1@lemmy.world"
    "@ScottE@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2163 …}
  +nested: Doctrine\ORM\PersistentCollection {#2044 …}
  +votes: Doctrine\ORM\PersistentCollection {#2127 …}
  +reports: Doctrine\ORM\PersistentCollection {#2043 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
  -id: 305412
  -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6646120"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705158771 {#2120
    date: 2024-01-13 16:12:51.0 +01:00
  }
  +"title": 305412
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2054
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
        +root: App\Entity\EntryComment {#2054}
        +body: """
          I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
          \n
          1. Your authentication happens through Plex servers and not locally\n
          2. Alongside your own content, Plex pushes other content as well , etc etc.\n
          \n
          However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705132767 {#2109
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2107 …}
        +nested: Doctrine\ORM\PersistentCollection {#2124 …}
        +votes: Doctrine\ORM\PersistentCollection {#2118 …}
        +reports: Doctrine\ORM\PersistentCollection {#2121 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
        -id: 304583
        -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6640281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705132767 {#2103
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +"title": 304583
      }
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2054}
        +body: "I could be wrong. This was a few years ago when I was new."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705158771 {#2116
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
          "@ScottE@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 305412
        -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6646120"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705158771 {#2120
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +"title": 305412
      }
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: null
  +root: null
  +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1722652275 {#2055
    date: 2024-08-03 04:31:15.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2053 …}
  +nested: Doctrine\ORM\PersistentCollection {#2165 …}
  +votes: Doctrine\ORM\PersistentCollection {#2104 …}
  +reports: Doctrine\ORM\PersistentCollection {#2099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
  -id: 304414
  -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6638838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705126238 {#2052
    date: 2024-01-13 07:10:38.0 +01:00
  }
  +"title": 304414
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
23 DENIED edit
App\Entity\EntryComment {#2054
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
        +root: App\Entity\EntryComment {#2054}
        +body: """
          I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
          \n
          1. Your authentication happens through Plex servers and not locally\n
          2. Alongside your own content, Plex pushes other content as well , etc etc.\n
          \n
          However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705132767 {#2109
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2107 …}
        +nested: Doctrine\ORM\PersistentCollection {#2124 …}
        +votes: Doctrine\ORM\PersistentCollection {#2118 …}
        +reports: Doctrine\ORM\PersistentCollection {#2121 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
        -id: 304583
        -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6640281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705132767 {#2103
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +"title": 304583
      }
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2054}
        +body: "I could be wrong. This was a few years ago when I was new."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705158771 {#2116
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
          "@ScottE@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 305412
        -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6646120"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705158771 {#2120
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +"title": 305412
      }
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: null
  +root: null
  +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1722652275 {#2055
    date: 2024-08-03 04:31:15.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2053 …}
  +nested: Doctrine\ORM\PersistentCollection {#2165 …}
  +votes: Doctrine\ORM\PersistentCollection {#2104 …}
  +reports: Doctrine\ORM\PersistentCollection {#2099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
  -id: 304414
  -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6638838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705126238 {#2052
    date: 2024-01-13 07:10:38.0 +01:00
  }
  +"title": 304414
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
24 DENIED moderate
App\Entity\EntryComment {#2054
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2058
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Can-I-pre-install-Ubuntu-on-an-SSD"
    +title: "Can I pre-install Ubuntu on an SSD?"
    +url: null
    +body: """
      Ths might be a silly question, but asking those is how i learn sometimes. I’m trying to install my first Linux distro to set up a Plex server and one of the few things I know is you need a wired internet connection. My intended server location is across the house from my router, and there isnt much room there to set up temporarily. It would be possible, just a bitch and a half. Is it instead possible to connect my SSD via SATA to USB to a laptop, install Ubuntu and wireless adapter drivers on it while connected to ethernet, then put the SSD in the server to boot? Or do I need to do all this through my intended setup?\n
      \n
      Thanks for the help, just trying to make my first Linux install as painless as possible.\n
      \n
      EDIT: Thank you all for your responses, I’m going to respond as I can since I’m at work. I The number one thing I learned is that I need to do more research. I recognize only a handful of these acronyms lol
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723221842 {#2296
      date: 2024-08-09 18:44:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2610 …}
    +reports: Doctrine\ORM\PersistentCollection {#2606 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      2 => App\Entity\EntryComment {#2106
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2110 …}
        +root: App\Entity\EntryComment {#2054}
        +body: """
          I went with jellyfin because it’s free and open-source. I have never used Plex, but there are few issues with Plex that I had noted as cons\n
          \n
          1. Your authentication happens through Plex servers and not locally\n
          2. Alongside your own content, Plex pushes other content as well , etc etc.\n
          \n
          However, there is one con in Jellyfin, the clients are not as polished as it is for Plex.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705132767 {#2109
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2107 …}
        +nested: Doctrine\ORM\PersistentCollection {#2124 …}
        +votes: Doctrine\ORM\PersistentCollection {#2118 …}
        +reports: Doctrine\ORM\PersistentCollection {#2121 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2115 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2123 …}
        -id: 304583
        -bodyTs: "'1':31 '2':41 'alongsid':42 'authent':33 'client':62 'con':30,58 'content':45,49 'etc':52,53 'free':8 'happen':34 'howev':54 'issu':22 'jellyfin':4,60 'local':40 'never':15 'note':28 'one':57 'open':11 'open-sourc':10 'plex':17,24,36,46,71 'polish':66 'push':47 'server':37 'sourc':12 'use':16 'well':51 'went':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6640281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705132767 {#2103
          date: 2024-01-13 08:59:27.0 +01:00
        }
        +"title": 304583
      }
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2058 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2054}
        +body: "I could be wrong. This was a few years ago when I was new."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705158771 {#2116
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Hazmatastic@lemm.ee"
          "@WhyAUsername_1@lemmy.world"
          "@ScottE@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 305412
        -bodyTs: "'ago':10 'could':2 'new':14 'wrong':4 'year':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6646120"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705158771 {#2120
          date: 2024-01-13 16:12:51.0 +01:00
        }
        +"title": 305412
      }
      0 => App\Entity\EntryComment {#2054}
    ]
    -id: 29483
    -titleTs: "'instal':5 'pre':4 'pre-instal':3 'ssd':9 'ubuntu':6"
    -bodyTs: "'acronym':182 'across':50 'adapt':95 'ask':8 'bitch':72 'boot':111 'connect':44,81,100 'distro':23 'driver':96 'edit':140 'ethernet':102 'first':21,133 'go':149 'half':75 'hand':179 'help':127 'hous':52 'instal':19,91,135 'instead':78 'intend':46,122 'internet':43 'isnt':58 'know':37 'laptop':90 'learn':13,166 'linux':22,134 'locat':48 'lol':183 'm':16,148,157 'make':131 'might':2 'much':59 'need':40,115,170 'number':162 'one':31,163 'painless':137 'plex':28 'possibl':69,79,139 'put':104 'question':6 'recogn':176 'research':174 'respond':151 'respons':146 'room':60 'router':55 'sata':85 'server':29,47,109 'set':25,63 'setup':123 'silli':5 'sinc':155 'sometim':14 'ssd':83,106 'temporarili':65 'thank':124,141 'thing':35,164 'ths':1 'tri':17,129 'ubuntu':92 'usb':87 'via':84 'wire':42 'wireless':94 'work':159 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705182008
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/20805296"
    +editedAt: DateTimeImmutable @1722196351 {#2571
      date: 2024-07-28 21:52:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705095608 {#2500
      date: 2024-01-12 22:40:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: null
  +root: null
  +body: "Off topic. Can I suggest you to also explore Jellyfin instead of Plex? Just give it a shot before you pay to Plex folks is all I am asking. Use whichever you find better."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1722652275 {#2055
    date: 2024-08-03 04:31:15.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Hazmatastic@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2053 …}
  +nested: Doctrine\ORM\PersistentCollection {#2165 …}
  +votes: Doctrine\ORM\PersistentCollection {#2104 …}
  +reports: Doctrine\ORM\PersistentCollection {#2099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2108 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2101 …}
  -id: 304414
  -bodyTs: "'also':8 'ask':29 'better':34 'explor':9 'find':33 'folk':24 'give':15 'instead':11 'jellyfin':10 'pay':21 'plex':13,23 'shot':18 'suggest':5 'topic':2 'use':30 'whichev':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6638838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705126238 {#2052
    date: 2024-01-13 07:10:38.0 +01:00
  }
  +"title": 304414
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2071
  +user: Proxies\__CG__\App\Entity\User {#2657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Downloading-Websites"
  +title: "Downloading Websites"
  +url: null
  +body: """
    I’ve been looking online for ways to download websites (game wikis mostly), in order to have them all in my collection and ensure that they dont get taken down or changed.\n
    \n
    After trying linkwarden, which is fine for singular web pages, one has to manually link each individual page of the wiki in order to make a pdf.\n
    \n
    With this in mind, the only other option that I’ve discovered is using wget recursively. Do any you of you have experience with this or reccomend alternative ideas? Any and all help is appreciated.\n
    \n
    PS: I will most likely download official game guides which will cover most of the games, but looking for something to cover all my games library.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722879972 {#2690
    date: 2024-08-05 19:46:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2695 …}
  +votes: Doctrine\ORM\PersistentCollection {#2698 …}
  +reports: Doctrine\ORM\PersistentCollection {#2700 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2704 …}
  +badges: Doctrine\ORM\PersistentCollection {#2706 …}
  +children: [
    App\Entity\EntryComment {#2066
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
      +image: null
      +parent: null
      +root: null
      +body: "Check if wayback machine solve your problem ? [archive.org/web/](https://archive.org/web/)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705037239 {#2065
        date: 2024-01-12 06:27:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2067 …}
      +nested: Doctrine\ORM\PersistentCollection {#2049 …}
      +votes: Doctrine\ORM\PersistentCollection {#2051 …}
      +reports: Doctrine\ORM\PersistentCollection {#2059 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
      -id: 301099
      -bodyTs: "'/web/](https://archive.org/web/)':10 'archive.org':9 'archive.org/web/](https://archive.org/web/)':8 'check':1 'machin':4 'problem':7 'solv':5 'wayback':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6605153"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705037239 {#2074
        date: 2024-01-12 06:27:19.0 +01:00
      }
      +"title": 301099
    }
  ]
  -id: 29205
  -titleTs: "'download':1 'websit':2"
  -bodyTs: "'altern':87 'appreci':94 'chang':32 'collect':22 'cover':106,116 'discov':71 'dont':27 'download':9,100 'ensur':24 'experi':82 'fine':38 'game':11,102,110,119 'get':28 'guid':103 'help':92 'idea':88 'individu':49 'librari':120 'like':99 'link':47 'linkwarden':35 'look':4,112 'make':57 'manual':46 'mind':63 'most':13 'offici':101 'one':43 'onlin':5 'option':67 'order':15,55 'page':42,50 'pdf':59 'ps':95 'reccomend':86 'recurs':75 'singular':40 'someth':114 'taken':29 'tri':34 'use':73 've':2,70 'way':7 'web':41 'websit':10 'wget':74 'wiki':12,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705112137
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8268075"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705025737 {#2678
    date: 2024-01-12 03:15:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2071
  +user: Proxies\__CG__\App\Entity\User {#2657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Downloading-Websites"
  +title: "Downloading Websites"
  +url: null
  +body: """
    I’ve been looking online for ways to download websites (game wikis mostly), in order to have them all in my collection and ensure that they dont get taken down or changed.\n
    \n
    After trying linkwarden, which is fine for singular web pages, one has to manually link each individual page of the wiki in order to make a pdf.\n
    \n
    With this in mind, the only other option that I’ve discovered is using wget recursively. Do any you of you have experience with this or reccomend alternative ideas? Any and all help is appreciated.\n
    \n
    PS: I will most likely download official game guides which will cover most of the games, but looking for something to cover all my games library.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722879972 {#2690
    date: 2024-08-05 19:46:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2695 …}
  +votes: Doctrine\ORM\PersistentCollection {#2698 …}
  +reports: Doctrine\ORM\PersistentCollection {#2700 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2704 …}
  +badges: Doctrine\ORM\PersistentCollection {#2706 …}
  +children: [
    App\Entity\EntryComment {#2066
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
      +image: null
      +parent: null
      +root: null
      +body: "Check if wayback machine solve your problem ? [archive.org/web/](https://archive.org/web/)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705037239 {#2065
        date: 2024-01-12 06:27:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2067 …}
      +nested: Doctrine\ORM\PersistentCollection {#2049 …}
      +votes: Doctrine\ORM\PersistentCollection {#2051 …}
      +reports: Doctrine\ORM\PersistentCollection {#2059 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
      -id: 301099
      -bodyTs: "'/web/](https://archive.org/web/)':10 'archive.org':9 'archive.org/web/](https://archive.org/web/)':8 'check':1 'machin':4 'problem':7 'solv':5 'wayback':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6605153"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705037239 {#2074
        date: 2024-01-12 06:27:19.0 +01:00
      }
      +"title": 301099
    }
  ]
  -id: 29205
  -titleTs: "'download':1 'websit':2"
  -bodyTs: "'altern':87 'appreci':94 'chang':32 'collect':22 'cover':106,116 'discov':71 'dont':27 'download':9,100 'ensur':24 'experi':82 'fine':38 'game':11,102,110,119 'get':28 'guid':103 'help':92 'idea':88 'individu':49 'librari':120 'like':99 'link':47 'linkwarden':35 'look':4,112 'make':57 'manual':46 'mind':63 'most':13 'offici':101 'one':43 'onlin':5 'option':67 'order':15,55 'page':42,50 'pdf':59 'ps':95 'reccomend':86 'recurs':75 'singular':40 'someth':114 'taken':29 'tri':34 'use':73 've':2,70 'way':7 'web':41 'websit':10 'wget':74 'wiki':12,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705112137
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8268075"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705025737 {#2678
    date: 2024-01-12 03:15:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2071
  +user: Proxies\__CG__\App\Entity\User {#2657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Downloading-Websites"
  +title: "Downloading Websites"
  +url: null
  +body: """
    I’ve been looking online for ways to download websites (game wikis mostly), in order to have them all in my collection and ensure that they dont get taken down or changed.\n
    \n
    After trying linkwarden, which is fine for singular web pages, one has to manually link each individual page of the wiki in order to make a pdf.\n
    \n
    With this in mind, the only other option that I’ve discovered is using wget recursively. Do any you of you have experience with this or reccomend alternative ideas? Any and all help is appreciated.\n
    \n
    PS: I will most likely download official game guides which will cover most of the games, but looking for something to cover all my games library.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722879972 {#2690
    date: 2024-08-05 19:46:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2695 …}
  +votes: Doctrine\ORM\PersistentCollection {#2698 …}
  +reports: Doctrine\ORM\PersistentCollection {#2700 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2702 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2704 …}
  +badges: Doctrine\ORM\PersistentCollection {#2706 …}
  +children: [
    App\Entity\EntryComment {#2066
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2071 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
      +image: null
      +parent: null
      +root: null
      +body: "Check if wayback machine solve your problem ? [archive.org/web/](https://archive.org/web/)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705037239 {#2065
        date: 2024-01-12 06:27:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fortniteplaya@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2067 …}
      +nested: Doctrine\ORM\PersistentCollection {#2049 …}
      +votes: Doctrine\ORM\PersistentCollection {#2051 …}
      +reports: Doctrine\ORM\PersistentCollection {#2059 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
      -id: 301099
      -bodyTs: "'/web/](https://archive.org/web/)':10 'archive.org':9 'archive.org/web/](https://archive.org/web/)':8 'check':1 'machin':4 'problem':7 'solv':5 'wayback':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6605153"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705037239 {#2074
        date: 2024-01-12 06:27:19.0 +01:00
      }
      +"title": 301099
    }
  ]
  -id: 29205
  -titleTs: "'download':1 'websit':2"
  -bodyTs: "'altern':87 'appreci':94 'chang':32 'collect':22 'cover':106,116 'discov':71 'dont':27 'download':9,100 'ensur':24 'experi':82 'fine':38 'game':11,102,110,119 'get':28 'guid':103 'help':92 'idea':88 'individu':49 'librari':120 'like':99 'link':47 'linkwarden':35 'look':4,112 'make':57 'manual':46 'mind':63 'most':13 'offici':101 'one':43 'onlin':5 'option':67 'order':15,55 'page':42,50 'pdf':59 'ps':95 'reccomend':86 'recurs':75 'singular':40 'someth':114 'taken':29 'tri':34 'use':73 've':2,70 'way':7 'web':41 'websit':10 'wget':74 'wiki':12,53"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705112137
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8268075"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705025737 {#2678
    date: 2024-01-12 03:15:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2066
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2657 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Downloading-Websites"
    +title: "Downloading Websites"
    +url: null
    +body: """
      I’ve been looking online for ways to download websites (game wikis mostly), in order to have them all in my collection and ensure that they dont get taken down or changed.\n
      \n
      After trying linkwarden, which is fine for singular web pages, one has to manually link each individual page of the wiki in order to make a pdf.\n
      \n
      With this in mind, the only other option that I’ve discovered is using wget recursively. Do any you of you have experience with this or reccomend alternative ideas? Any and all help is appreciated.\n
      \n
      PS: I will most likely download official game guides which will cover most of the games, but looking for something to cover all my games library.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 71
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722879972 {#2690
      date: 2024-08-05 19:46:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2695 …}
    +votes: Doctrine\ORM\PersistentCollection {#2698 …}
    +reports: Doctrine\ORM\PersistentCollection {#2700 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2704 …}
    +badges: Doctrine\ORM\PersistentCollection {#2706 …}
    +children: [
      App\Entity\EntryComment {#2066}
    ]
    -id: 29205
    -titleTs: "'download':1 'websit':2"
    -bodyTs: "'altern':87 'appreci':94 'chang':32 'collect':22 'cover':106,116 'discov':71 'dont':27 'download':9,100 'ensur':24 'experi':82 'fine':38 'game':11,102,110,119 'get':28 'guid':103 'help':92 'idea':88 'individu':49 'librari':120 'like':99 'link':47 'linkwarden':35 'look':4,112 'make':57 'manual':46 'mind':63 'most':13 'offici':101 'one':43 'onlin':5 'option':67 'order':15,55 'page':42,50 'pdf':59 'ps':95 'reccomend':86 'recurs':75 'singular':40 'someth':114 'taken':29 'tri':34 'use':73 've':2,70 'way':7 'web':41 'websit':10 'wget':74 'wiki':12,53"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112137
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8268075"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025737 {#2678
      date: 2024-01-12 03:15:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: null
  +root: null
  +body: "Check if wayback machine solve your problem ? [archive.org/web/](https://archive.org/web/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705037239 {#2065
    date: 2024-01-12 06:27:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2067 …}
  +nested: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  -id: 301099
  -bodyTs: "'/web/](https://archive.org/web/)':10 'archive.org':9 'archive.org/web/](https://archive.org/web/)':8 'check':1 'machin':4 'problem':7 'solv':5 'wayback':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6605153"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705037239 {#2074
    date: 2024-01-12 06:27:19.0 +01:00
  }
  +"title": 301099
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
31 DENIED edit
App\Entity\EntryComment {#2066
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2657 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Downloading-Websites"
    +title: "Downloading Websites"
    +url: null
    +body: """
      I’ve been looking online for ways to download websites (game wikis mostly), in order to have them all in my collection and ensure that they dont get taken down or changed.\n
      \n
      After trying linkwarden, which is fine for singular web pages, one has to manually link each individual page of the wiki in order to make a pdf.\n
      \n
      With this in mind, the only other option that I’ve discovered is using wget recursively. Do any you of you have experience with this or reccomend alternative ideas? Any and all help is appreciated.\n
      \n
      PS: I will most likely download official game guides which will cover most of the games, but looking for something to cover all my games library.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 71
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722879972 {#2690
      date: 2024-08-05 19:46:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2695 …}
    +votes: Doctrine\ORM\PersistentCollection {#2698 …}
    +reports: Doctrine\ORM\PersistentCollection {#2700 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2704 …}
    +badges: Doctrine\ORM\PersistentCollection {#2706 …}
    +children: [
      App\Entity\EntryComment {#2066}
    ]
    -id: 29205
    -titleTs: "'download':1 'websit':2"
    -bodyTs: "'altern':87 'appreci':94 'chang':32 'collect':22 'cover':106,116 'discov':71 'dont':27 'download':9,100 'ensur':24 'experi':82 'fine':38 'game':11,102,110,119 'get':28 'guid':103 'help':92 'idea':88 'individu':49 'librari':120 'like':99 'link':47 'linkwarden':35 'look':4,112 'make':57 'manual':46 'mind':63 'most':13 'offici':101 'one':43 'onlin':5 'option':67 'order':15,55 'page':42,50 'pdf':59 'ps':95 'reccomend':86 'recurs':75 'singular':40 'someth':114 'taken':29 'tri':34 'use':73 've':2,70 'way':7 'web':41 'websit':10 'wget':74 'wiki':12,53"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112137
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8268075"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025737 {#2678
      date: 2024-01-12 03:15:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: null
  +root: null
  +body: "Check if wayback machine solve your problem ? [archive.org/web/](https://archive.org/web/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705037239 {#2065
    date: 2024-01-12 06:27:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2067 …}
  +nested: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  -id: 301099
  -bodyTs: "'/web/](https://archive.org/web/)':10 'archive.org':9 'archive.org/web/](https://archive.org/web/)':8 'check':1 'machin':4 'problem':7 'solv':5 'wayback':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6605153"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705037239 {#2074
    date: 2024-01-12 06:27:19.0 +01:00
  }
  +"title": 301099
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
32 DENIED moderate
App\Entity\EntryComment {#2066
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2071
    +user: Proxies\__CG__\App\Entity\User {#2657 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Downloading-Websites"
    +title: "Downloading Websites"
    +url: null
    +body: """
      I’ve been looking online for ways to download websites (game wikis mostly), in order to have them all in my collection and ensure that they dont get taken down or changed.\n
      \n
      After trying linkwarden, which is fine for singular web pages, one has to manually link each individual page of the wiki in order to make a pdf.\n
      \n
      With this in mind, the only other option that I’ve discovered is using wget recursively. Do any you of you have experience with this or reccomend alternative ideas? Any and all help is appreciated.\n
      \n
      PS: I will most likely download official game guides which will cover most of the games, but looking for something to cover all my games library.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 71
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722879972 {#2690
      date: 2024-08-05 19:46:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2695 …}
    +votes: Doctrine\ORM\PersistentCollection {#2698 …}
    +reports: Doctrine\ORM\PersistentCollection {#2700 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2702 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2704 …}
    +badges: Doctrine\ORM\PersistentCollection {#2706 …}
    +children: [
      App\Entity\EntryComment {#2066}
    ]
    -id: 29205
    -titleTs: "'download':1 'websit':2"
    -bodyTs: "'altern':87 'appreci':94 'chang':32 'collect':22 'cover':106,116 'discov':71 'dont':27 'download':9,100 'ensur':24 'experi':82 'fine':38 'game':11,102,110,119 'get':28 'guid':103 'help':92 'idea':88 'individu':49 'librari':120 'like':99 'link':47 'linkwarden':35 'look':4,112 'make':57 'manual':46 'mind':63 'most':13 'offici':101 'one':43 'onlin':5 'option':67 'order':15,55 'page':42,50 'pdf':59 'ps':95 'reccomend':86 'recurs':75 'singular':40 'someth':114 'taken':29 'tri':34 'use':73 've':2,70 'way':7 'web':41 'websit':10 'wget':74 'wiki':12,53"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705112137
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8268075"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705025737 {#2678
      date: 2024-01-12 03:15:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: null
  +root: null
  +body: "Check if wayback machine solve your problem ? [archive.org/web/](https://archive.org/web/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705037239 {#2065
    date: 2024-01-12 06:27:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fortniteplaya@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2067 …}
  +nested: Doctrine\ORM\PersistentCollection {#2049 …}
  +votes: Doctrine\ORM\PersistentCollection {#2051 …}
  +reports: Doctrine\ORM\PersistentCollection {#2059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2047 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2057 …}
  -id: 301099
  -bodyTs: "'/web/](https://archive.org/web/)':10 'archive.org':9 'archive.org/web/](https://archive.org/web/)':8 'check':1 'machin':4 'problem':7 'solv':5 'wayback':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6605153"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705037239 {#2074
    date: 2024-01-12 06:27:19.0 +01:00
  }
  +"title": 301099
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2343
  +user: Proxies\__CG__\App\Entity\User {#2001 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Running-immich-HA-and-Frigate-on-a-RPi4-with-Coral"
  +title: "Running immich, HA and Frigate on a RPi4 with Coral or on a HP Prodesk 700 g4 (Intel 8th gen)"
  +url: null
  +body: """
    Currently I’ve got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.\n
    \n
    Any thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721941865 {#2619
    date: 2024-07-25 23:11:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2626 …}
  +reports: Doctrine\ORM\PersistentCollection {#2628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2630 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2632 …}
  +badges: Doctrine\ORM\PersistentCollection {#2634 …}
  +children: [
    App\Entity\EntryComment {#2337
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2343 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I had a lot of freezing when I was using immich on my RPi4. May be due to ram constraints. I moved to a 7 8 year old PC that I had lying around. It’s less finicky than a Pi4.\n
        \n
        I would advise you to go with HP and not RPi
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1721941865 {#2341
        date: 2024-07-25 23:11:05.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sylverstream@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2335 …}
      +nested: Doctrine\ORM\PersistentCollection {#2338 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2136 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
      -id: 299226
      -bodyTs: "'7':25 '8':26 'advis':44 'around':34 'constraint':20 'due':17 'finicki':38 'freez':6 'go':47 'hp':49 'immich':11 'less':37 'lie':33 'lot':4 'may':15 'move':22 'old':28 'pc':29 'pi4':41 'ram':19 'rpi':52 'rpi4':14 'use':10 'would':43 'year':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6580549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704989306 {#2342
        date: 2024-01-11 17:08:26.0 +01:00
      }
      +"title": 299226
    }
  ]
  -id: 28763
  -titleTs: "'700':16 '8th':19 'coral':10 'frigat':5 'g4':17 'gen':20 'ha':3 'hp':14 'immich':2 'intel':18 'prodesk':15 'rpi4':8 'run':1"
  -bodyTs: "'2':12 '600':57 '8th':61 'abl':99 'accord':63 'adapt':87 'add':31,76 'allow':41 'besid':93 'budget':40,92 'buy':52 'cam':13,35 'coral':8,46,78 'could':75 'current':1 'detect':72 'either':43 'exist':49 'frigat':10,65,94 'g4':58 'gen':62 'got':4 'ha':14 'hp':55,96 'immich':32 'intel':60 'max':23 'mini':79,83 'object':71 'openvino':69 'otherwis':73 'paperless':15 'pcie':80,84,86 'photoview':16 'prodesk':56 'qbittorr':18 'rest':103 'rpi4':6,26,50 'run':9,101 'secondhand':54 'stretch':90 'thought':105 'upgrad':39 'usb':45 'use':68 've':3 'want':29 'well':21 'without':7 'work':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008561
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/5378498"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704922161 {#2605
    date: 2024-01-10 22:29:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2343
  +user: Proxies\__CG__\App\Entity\User {#2001 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Running-immich-HA-and-Frigate-on-a-RPi4-with-Coral"
  +title: "Running immich, HA and Frigate on a RPi4 with Coral or on a HP Prodesk 700 g4 (Intel 8th gen)"
  +url: null
  +body: """
    Currently I’ve got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.\n
    \n
    Any thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721941865 {#2619
    date: 2024-07-25 23:11:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2626 …}
  +reports: Doctrine\ORM\PersistentCollection {#2628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2630 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2632 …}
  +badges: Doctrine\ORM\PersistentCollection {#2634 …}
  +children: [
    App\Entity\EntryComment {#2337
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2343 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I had a lot of freezing when I was using immich on my RPi4. May be due to ram constraints. I moved to a 7 8 year old PC that I had lying around. It’s less finicky than a Pi4.\n
        \n
        I would advise you to go with HP and not RPi
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1721941865 {#2341
        date: 2024-07-25 23:11:05.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sylverstream@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2335 …}
      +nested: Doctrine\ORM\PersistentCollection {#2338 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2136 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
      -id: 299226
      -bodyTs: "'7':25 '8':26 'advis':44 'around':34 'constraint':20 'due':17 'finicki':38 'freez':6 'go':47 'hp':49 'immich':11 'less':37 'lie':33 'lot':4 'may':15 'move':22 'old':28 'pc':29 'pi4':41 'ram':19 'rpi':52 'rpi4':14 'use':10 'would':43 'year':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6580549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704989306 {#2342
        date: 2024-01-11 17:08:26.0 +01:00
      }
      +"title": 299226
    }
  ]
  -id: 28763
  -titleTs: "'700':16 '8th':19 'coral':10 'frigat':5 'g4':17 'gen':20 'ha':3 'hp':14 'immich':2 'intel':18 'prodesk':15 'rpi4':8 'run':1"
  -bodyTs: "'2':12 '600':57 '8th':61 'abl':99 'accord':63 'adapt':87 'add':31,76 'allow':41 'besid':93 'budget':40,92 'buy':52 'cam':13,35 'coral':8,46,78 'could':75 'current':1 'detect':72 'either':43 'exist':49 'frigat':10,65,94 'g4':58 'gen':62 'got':4 'ha':14 'hp':55,96 'immich':32 'intel':60 'max':23 'mini':79,83 'object':71 'openvino':69 'otherwis':73 'paperless':15 'pcie':80,84,86 'photoview':16 'prodesk':56 'qbittorr':18 'rest':103 'rpi4':6,26,50 'run':9,101 'secondhand':54 'stretch':90 'thought':105 'upgrad':39 'usb':45 'use':68 've':3 'want':29 'well':21 'without':7 'work':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008561
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/5378498"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704922161 {#2605
    date: 2024-01-10 22:29:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2343
  +user: Proxies\__CG__\App\Entity\User {#2001 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Running-immich-HA-and-Frigate-on-a-RPi4-with-Coral"
  +title: "Running immich, HA and Frigate on a RPi4 with Coral or on a HP Prodesk 700 g4 (Intel 8th gen)"
  +url: null
  +body: """
    Currently I’ve got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.\n
    \n
    Any thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721941865 {#2619
    date: 2024-07-25 23:11:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2626 …}
  +reports: Doctrine\ORM\PersistentCollection {#2628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2630 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2632 …}
  +badges: Doctrine\ORM\PersistentCollection {#2634 …}
  +children: [
    App\Entity\EntryComment {#2337
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2343 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I had a lot of freezing when I was using immich on my RPi4. May be due to ram constraints. I moved to a 7 8 year old PC that I had lying around. It’s less finicky than a Pi4.\n
        \n
        I would advise you to go with HP and not RPi
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1721941865 {#2341
        date: 2024-07-25 23:11:05.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sylverstream@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2335 …}
      +nested: Doctrine\ORM\PersistentCollection {#2338 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2136 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
      -id: 299226
      -bodyTs: "'7':25 '8':26 'advis':44 'around':34 'constraint':20 'due':17 'finicki':38 'freez':6 'go':47 'hp':49 'immich':11 'less':37 'lie':33 'lot':4 'may':15 'move':22 'old':28 'pc':29 'pi4':41 'ram':19 'rpi':52 'rpi4':14 'use':10 'would':43 'year':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6580549"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704989306 {#2342
        date: 2024-01-11 17:08:26.0 +01:00
      }
      +"title": 299226
    }
  ]
  -id: 28763
  -titleTs: "'700':16 '8th':19 'coral':10 'frigat':5 'g4':17 'gen':20 'ha':3 'hp':14 'immich':2 'intel':18 'prodesk':15 'rpi4':8 'run':1"
  -bodyTs: "'2':12 '600':57 '8th':61 'abl':99 'accord':63 'adapt':87 'add':31,76 'allow':41 'besid':93 'budget':40,92 'buy':52 'cam':13,35 'coral':8,46,78 'could':75 'current':1 'detect':72 'either':43 'exist':49 'frigat':10,65,94 'g4':58 'gen':62 'got':4 'ha':14 'hp':55,96 'immich':32 'intel':60 'max':23 'mini':79,83 'object':71 'openvino':69 'otherwis':73 'paperless':15 'pcie':80,84,86 'photoview':16 'prodesk':56 'qbittorr':18 'rest':103 'rpi4':6,26,50 'run':9,101 'secondhand':54 'stretch':90 'thought':105 'upgrad':39 'usb':45 'use':68 've':3 'want':29 'well':21 'without':7 'work':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008561
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/5378498"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704922161 {#2605
    date: 2024-01-10 22:29:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2337
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2343
    +user: Proxies\__CG__\App\Entity\User {#2001 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Running-immich-HA-and-Frigate-on-a-RPi4-with-Coral"
    +title: "Running immich, HA and Frigate on a RPi4 with Coral or on a HP Prodesk 700 g4 (Intel 8th gen)"
    +url: null
    +body: """
      Currently I’ve got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.\n
      \n
      Any thoughts?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 19
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721941865 {#2619
      date: 2024-07-25 23:11:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1356 …}
    +votes: Doctrine\ORM\PersistentCollection {#2626 …}
    +reports: Doctrine\ORM\PersistentCollection {#2628 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2630 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2632 …}
    +badges: Doctrine\ORM\PersistentCollection {#2634 …}
    +children: [
      App\Entity\EntryComment {#2337}
    ]
    -id: 28763
    -titleTs: "'700':16 '8th':19 'coral':10 'frigat':5 'g4':17 'gen':20 'ha':3 'hp':14 'immich':2 'intel':18 'prodesk':15 'rpi4':8 'run':1"
    -bodyTs: "'2':12 '600':57 '8th':61 'abl':99 'accord':63 'adapt':87 'add':31,76 'allow':41 'besid':93 'budget':40,92 'buy':52 'cam':13,35 'coral':8,46,78 'could':75 'current':1 'detect':72 'either':43 'exist':49 'frigat':10,65,94 'g4':58 'gen':62 'got':4 'ha':14 'hp':55,96 'immich':32 'intel':60 'max':23 'mini':79,83 'object':71 'openvino':69 'otherwis':73 'paperless':15 'pcie':80,84,86 'photoview':16 'prodesk':56 'qbittorr':18 'rest':103 'rpi4':6,26,50 'run':9,101 'secondhand':54 'stretch':90 'thought':105 'upgrad':39 'usb':45 'use':68 've':3 'want':29 'well':21 'without':7 'work':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008561
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/5378498"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704922161 {#2605
      date: 2024-01-10 22:29:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I had a lot of freezing when I was using immich on my RPi4. May be due to ram constraints. I moved to a 7 8 year old PC that I had lying around. It’s less finicky than a Pi4.\n
    \n
    I would advise you to go with HP and not RPi
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1721941865 {#2341
    date: 2024-07-25 23:11:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sylverstream@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2335 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2136 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
  -id: 299226
  -bodyTs: "'7':25 '8':26 'advis':44 'around':34 'constraint':20 'due':17 'finicki':38 'freez':6 'go':47 'hp':49 'immich':11 'less':37 'lie':33 'lot':4 'may':15 'move':22 'old':28 'pc':29 'pi4':41 'ram':19 'rpi':52 'rpi4':14 'use':10 'would':43 'year':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6580549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704989306 {#2342
    date: 2024-01-11 17:08:26.0 +01:00
  }
  +"title": 299226
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
39 DENIED edit
App\Entity\EntryComment {#2337
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2343
    +user: Proxies\__CG__\App\Entity\User {#2001 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Running-immich-HA-and-Frigate-on-a-RPi4-with-Coral"
    +title: "Running immich, HA and Frigate on a RPi4 with Coral or on a HP Prodesk 700 g4 (Intel 8th gen)"
    +url: null
    +body: """
      Currently I’ve got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.\n
      \n
      Any thoughts?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 19
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721941865 {#2619
      date: 2024-07-25 23:11:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1356 …}
    +votes: Doctrine\ORM\PersistentCollection {#2626 …}
    +reports: Doctrine\ORM\PersistentCollection {#2628 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2630 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2632 …}
    +badges: Doctrine\ORM\PersistentCollection {#2634 …}
    +children: [
      App\Entity\EntryComment {#2337}
    ]
    -id: 28763
    -titleTs: "'700':16 '8th':19 'coral':10 'frigat':5 'g4':17 'gen':20 'ha':3 'hp':14 'immich':2 'intel':18 'prodesk':15 'rpi4':8 'run':1"
    -bodyTs: "'2':12 '600':57 '8th':61 'abl':99 'accord':63 'adapt':87 'add':31,76 'allow':41 'besid':93 'budget':40,92 'buy':52 'cam':13,35 'coral':8,46,78 'could':75 'current':1 'detect':72 'either':43 'exist':49 'frigat':10,65,94 'g4':58 'gen':62 'got':4 'ha':14 'hp':55,96 'immich':32 'intel':60 'max':23 'mini':79,83 'object':71 'openvino':69 'otherwis':73 'paperless':15 'pcie':80,84,86 'photoview':16 'prodesk':56 'qbittorr':18 'rest':103 'rpi4':6,26,50 'run':9,101 'secondhand':54 'stretch':90 'thought':105 'upgrad':39 'usb':45 'use':68 've':3 'want':29 'well':21 'without':7 'work':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008561
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/5378498"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704922161 {#2605
      date: 2024-01-10 22:29:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I had a lot of freezing when I was using immich on my RPi4. May be due to ram constraints. I moved to a 7 8 year old PC that I had lying around. It’s less finicky than a Pi4.\n
    \n
    I would advise you to go with HP and not RPi
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1721941865 {#2341
    date: 2024-07-25 23:11:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sylverstream@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2335 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2136 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
  -id: 299226
  -bodyTs: "'7':25 '8':26 'advis':44 'around':34 'constraint':20 'due':17 'finicki':38 'freez':6 'go':47 'hp':49 'immich':11 'less':37 'lie':33 'lot':4 'may':15 'move':22 'old':28 'pc':29 'pi4':41 'ram':19 'rpi':52 'rpi4':14 'use':10 'would':43 'year':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6580549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704989306 {#2342
    date: 2024-01-11 17:08:26.0 +01:00
  }
  +"title": 299226
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
40 DENIED moderate
App\Entity\EntryComment {#2337
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2343
    +user: Proxies\__CG__\App\Entity\User {#2001 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Running-immich-HA-and-Frigate-on-a-RPi4-with-Coral"
    +title: "Running immich, HA and Frigate on a RPi4 with Coral or on a HP Prodesk 700 g4 (Intel 8th gen)"
    +url: null
    +body: """
      Currently I’ve got a RPi4 without Coral, running Frigate with 2 cams, HA, Paperless, Photoview and Qbittorrent. This works well but maxes out the RPi4. As I want to add Immich and more cams, I have to upgrade. Budget allows for either a USB Coral with the existing RPi4 or buy a secondhand HP Prodesk 600 g4 with Intel 8th gen. According to Frigate I can use Openvino for object detection. Otherwise, I could add a Coral mini pcie, with a mini pcie to pcie adapter. But that stretches the budget. Besides frigate the HP should be able to run the rest.\n
      \n
      Any thoughts?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 19
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721941865 {#2619
      date: 2024-07-25 23:11:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1356 …}
    +votes: Doctrine\ORM\PersistentCollection {#2626 …}
    +reports: Doctrine\ORM\PersistentCollection {#2628 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2630 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2632 …}
    +badges: Doctrine\ORM\PersistentCollection {#2634 …}
    +children: [
      App\Entity\EntryComment {#2337}
    ]
    -id: 28763
    -titleTs: "'700':16 '8th':19 'coral':10 'frigat':5 'g4':17 'gen':20 'ha':3 'hp':14 'immich':2 'intel':18 'prodesk':15 'rpi4':8 'run':1"
    -bodyTs: "'2':12 '600':57 '8th':61 'abl':99 'accord':63 'adapt':87 'add':31,76 'allow':41 'besid':93 'budget':40,92 'buy':52 'cam':13,35 'coral':8,46,78 'could':75 'current':1 'detect':72 'either':43 'exist':49 'frigat':10,65,94 'g4':58 'gen':62 'got':4 'ha':14 'hp':55,96 'immich':32 'intel':60 'max':23 'mini':79,83 'object':71 'openvino':69 'otherwis':73 'paperless':15 'pcie':80,84,86 'photoview':16 'prodesk':56 'qbittorr':18 'rest':103 'rpi4':6,26,50 'run':9,101 'secondhand':54 'stretch':90 'thought':105 'upgrad':39 'usb':45 'use':68 've':3 'want':29 'well':21 'without':7 'work':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008561
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/5378498"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704922161 {#2605
      date: 2024-01-10 22:29:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2336 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I had a lot of freezing when I was using immich on my RPi4. May be due to ram constraints. I moved to a 7 8 year old PC that I had lying around. It’s less finicky than a Pi4.\n
    \n
    I would advise you to go with HP and not RPi
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1721941865 {#2341
    date: 2024-07-25 23:11:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sylverstream@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2335 …}
  +nested: Doctrine\ORM\PersistentCollection {#2338 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2136 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2073 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2072 …}
  -id: 299226
  -bodyTs: "'7':25 '8':26 'advis':44 'around':34 'constraint':20 'due':17 'finicki':38 'freez':6 'go':47 'hp':49 'immich':11 'less':37 'lie':33 'lot':4 'may':15 'move':22 'old':28 'pc':29 'pi4':41 'ram':19 'rpi':52 'rpi4':14 'use':10 'would':43 'year':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6580549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704989306 {#2342
    date: 2024-01-11 17:08:26.0 +01:00
  }
  +"title": 299226
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2138
  +user: Proxies\__CG__\App\Entity\User {#2675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: Proxies\__CG__\App\Entity\Image {#2713 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2715 …}
  +slug: "I-need-it"
  +title: "I need it"
  +url: "https://lemmy.zip/pictrs/image/cee04fcb-252d-4c32-acc1-27da4e2e3e7e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 80
  +favouriteCount: 1062
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712507376 {#2708
    date: 2024-04-07 18:29:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2716 …}
  +votes: Doctrine\ORM\PersistentCollection {#2718 …}
  +reports: Doctrine\ORM\PersistentCollection {#2720 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2724 …}
  +badges: Doctrine\ORM\PersistentCollection {#2726 …}
  +children: [
    App\Entity\EntryComment {#2132
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
      +image: null
      +parent: null
      +root: null
      +body: "Just like that scratching the golden foil off of places visited"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1702499771 {#2129
        date: 2023-12-13 21:36:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 183271
      -bodyTs: "'foil':7 'golden':6 'like':2 'place':10 'scratch':4 'visit':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5716357"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701408154 {#2131
        date: 2023-12-01 06:22:34.0 +01:00
      }
      +"title": 183271
    }
  ]
  -id: 18845
  -titleTs: "'need':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701491296
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6339631"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701404896 {#2696
    date: 2023-12-01 05:28:16.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2138
  +user: Proxies\__CG__\App\Entity\User {#2675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: Proxies\__CG__\App\Entity\Image {#2713 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2715 …}
  +slug: "I-need-it"
  +title: "I need it"
  +url: "https://lemmy.zip/pictrs/image/cee04fcb-252d-4c32-acc1-27da4e2e3e7e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 80
  +favouriteCount: 1062
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712507376 {#2708
    date: 2024-04-07 18:29:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2716 …}
  +votes: Doctrine\ORM\PersistentCollection {#2718 …}
  +reports: Doctrine\ORM\PersistentCollection {#2720 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2724 …}
  +badges: Doctrine\ORM\PersistentCollection {#2726 …}
  +children: [
    App\Entity\EntryComment {#2132
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
      +image: null
      +parent: null
      +root: null
      +body: "Just like that scratching the golden foil off of places visited"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1702499771 {#2129
        date: 2023-12-13 21:36:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 183271
      -bodyTs: "'foil':7 'golden':6 'like':2 'place':10 'scratch':4 'visit':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5716357"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701408154 {#2131
        date: 2023-12-01 06:22:34.0 +01:00
      }
      +"title": 183271
    }
  ]
  -id: 18845
  -titleTs: "'need':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701491296
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6339631"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701404896 {#2696
    date: 2023-12-01 05:28:16.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2138
  +user: Proxies\__CG__\App\Entity\User {#2675 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: Proxies\__CG__\App\Entity\Image {#2713 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2715 …}
  +slug: "I-need-it"
  +title: "I need it"
  +url: "https://lemmy.zip/pictrs/image/cee04fcb-252d-4c32-acc1-27da4e2e3e7e.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 80
  +favouriteCount: 1062
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712507376 {#2708
    date: 2024-04-07 18:29:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2716 …}
  +votes: Doctrine\ORM\PersistentCollection {#2718 …}
  +reports: Doctrine\ORM\PersistentCollection {#2720 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2724 …}
  +badges: Doctrine\ORM\PersistentCollection {#2726 …}
  +children: [
    App\Entity\EntryComment {#2132
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
      +image: null
      +parent: null
      +root: null
      +body: "Just like that scratching the golden foil off of places visited"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1702499771 {#2129
        date: 2023-12-13 21:36:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2345 …}
      +nested: Doctrine\ORM\PersistentCollection {#2330 …}
      +votes: Doctrine\ORM\PersistentCollection {#2346 …}
      +reports: Doctrine\ORM\PersistentCollection {#2347 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
      -id: 183271
      -bodyTs: "'foil':7 'golden':6 'like':2 'place':10 'scratch':4 'visit':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5716357"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701408154 {#2131
        date: 2023-12-01 06:22:34.0 +01:00
      }
      +"title": 183271
    }
  ]
  -id: 18845
  -titleTs: "'need':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701491296
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/6339631"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701404896 {#2696
    date: 2023-12-01 05:28:16.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2132
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138
    +user: Proxies\__CG__\App\Entity\User {#2675 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
    +image: Proxies\__CG__\App\Entity\Image {#2713 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2715 …}
    +slug: "I-need-it"
    +title: "I need it"
    +url: "https://lemmy.zip/pictrs/image/cee04fcb-252d-4c32-acc1-27da4e2e3e7e.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 80
    +favouriteCount: 1062
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712507376 {#2708
      date: 2024-04-07 18:29:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2716 …}
    +votes: Doctrine\ORM\PersistentCollection {#2718 …}
    +reports: Doctrine\ORM\PersistentCollection {#2720 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2722 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2724 …}
    +badges: Doctrine\ORM\PersistentCollection {#2726 …}
    +children: [
      App\Entity\EntryComment {#2132}
    ]
    -id: 18845
    -titleTs: "'need':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701491296
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6339631"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701404896 {#2696
      date: 2023-12-01 05:28:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: null
  +parent: null
  +root: null
  +body: "Just like that scratching the golden foil off of places visited"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1702499771 {#2129
    date: 2023-12-13 21:36:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 183271
  -bodyTs: "'foil':7 'golden':6 'like':2 'place':10 'scratch':4 'visit':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5716357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701408154 {#2131
    date: 2023-12-01 06:22:34.0 +01:00
  }
  +"title": 183271
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
47 DENIED edit
App\Entity\EntryComment {#2132
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138
    +user: Proxies\__CG__\App\Entity\User {#2675 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
    +image: Proxies\__CG__\App\Entity\Image {#2713 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2715 …}
    +slug: "I-need-it"
    +title: "I need it"
    +url: "https://lemmy.zip/pictrs/image/cee04fcb-252d-4c32-acc1-27da4e2e3e7e.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 80
    +favouriteCount: 1062
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712507376 {#2708
      date: 2024-04-07 18:29:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2716 …}
    +votes: Doctrine\ORM\PersistentCollection {#2718 …}
    +reports: Doctrine\ORM\PersistentCollection {#2720 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2722 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2724 …}
    +badges: Doctrine\ORM\PersistentCollection {#2726 …}
    +children: [
      App\Entity\EntryComment {#2132}
    ]
    -id: 18845
    -titleTs: "'need':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701491296
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6339631"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701404896 {#2696
      date: 2023-12-01 05:28:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: null
  +parent: null
  +root: null
  +body: "Just like that scratching the golden foil off of places visited"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1702499771 {#2129
    date: 2023-12-13 21:36:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 183271
  -bodyTs: "'foil':7 'golden':6 'like':2 'place':10 'scratch':4 'visit':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5716357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701408154 {#2131
    date: 2023-12-01 06:22:34.0 +01:00
  }
  +"title": 183271
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
48 DENIED moderate
App\Entity\EntryComment {#2132
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2138
    +user: Proxies\__CG__\App\Entity\User {#2675 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
    +image: Proxies\__CG__\App\Entity\Image {#2713 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2715 …}
    +slug: "I-need-it"
    +title: "I need it"
    +url: "https://lemmy.zip/pictrs/image/cee04fcb-252d-4c32-acc1-27da4e2e3e7e.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 80
    +favouriteCount: 1062
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712507376 {#2708
      date: 2024-04-07 18:29:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2716 …}
    +votes: Doctrine\ORM\PersistentCollection {#2718 …}
    +reports: Doctrine\ORM\PersistentCollection {#2720 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2722 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2724 …}
    +badges: Doctrine\ORM\PersistentCollection {#2726 …}
    +children: [
      App\Entity\EntryComment {#2132}
    ]
    -id: 18845
    -titleTs: "'need':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701491296
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/6339631"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701404896 {#2696
      date: 2023-12-01 05:28:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2040 …}
  +image: null
  +parent: null
  +root: null
  +body: "Just like that scratching the golden foil off of places visited"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1702499771 {#2129
    date: 2023-12-13 21:36:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2345 …}
  +nested: Doctrine\ORM\PersistentCollection {#2330 …}
  +votes: Doctrine\ORM\PersistentCollection {#2346 …}
  +reports: Doctrine\ORM\PersistentCollection {#2347 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2042 …}
  -id: 183271
  -bodyTs: "'foil':7 'golden':6 'like':2 'place':10 'scratch':4 'visit':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5716357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701408154 {#2131
    date: 2023-12-01 06:22:34.0 +01:00
  }
  +"title": 183271
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2314
  +user: Proxies\__CG__\App\Entity\User {#2179 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
  +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
  +url: null
  +body: """
    For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
    \n
    Note: Englisch is not my first language\n
    \n
    Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710842644 {#2636
    date: 2024-03-19 11:04:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2641 …}
  +votes: Doctrine\ORM\PersistentCollection {#2644 …}
  +reports: Doctrine\ORM\PersistentCollection {#2646 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2650 …}
  +badges: Doctrine\ORM\PersistentCollection {#2652 …}
  +children: [
    App\Entity\EntryComment {#2331
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
      +image: null
      +parent: null
      +root: null
      +body: "So what are you doing finally?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1710083148 {#2060
        date: 2024-03-10 16:05:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@trowaway4433@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2328 …}
      +nested: Doctrine\ORM\PersistentCollection {#2191 …}
      +votes: Doctrine\ORM\PersistentCollection {#2327 …}
      +reports: Doctrine\ORM\PersistentCollection {#2333 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2324 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
      -id: 268247
      -bodyTs: "'final':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6323479"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704054653 {#2164
        date: 2023-12-31 21:30:53.0 +01:00
      }
      +"title": 268247
    }
  ]
  -id: 25870
  -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
  -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704042619
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10132802"
  +editedAt: DateTimeImmutable @1710063839 {#2625
    date: 2024-03-10 10:43:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703956219 {#2602
    date: 2023-12-30 18:10:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2314
  +user: Proxies\__CG__\App\Entity\User {#2179 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
  +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
  +url: null
  +body: """
    For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
    \n
    Note: Englisch is not my first language\n
    \n
    Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710842644 {#2636
    date: 2024-03-19 11:04:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2641 …}
  +votes: Doctrine\ORM\PersistentCollection {#2644 …}
  +reports: Doctrine\ORM\PersistentCollection {#2646 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2650 …}
  +badges: Doctrine\ORM\PersistentCollection {#2652 …}
  +children: [
    App\Entity\EntryComment {#2331
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
      +image: null
      +parent: null
      +root: null
      +body: "So what are you doing finally?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1710083148 {#2060
        date: 2024-03-10 16:05:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@trowaway4433@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2328 …}
      +nested: Doctrine\ORM\PersistentCollection {#2191 …}
      +votes: Doctrine\ORM\PersistentCollection {#2327 …}
      +reports: Doctrine\ORM\PersistentCollection {#2333 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2324 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
      -id: 268247
      -bodyTs: "'final':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6323479"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704054653 {#2164
        date: 2023-12-31 21:30:53.0 +01:00
      }
      +"title": 268247
    }
  ]
  -id: 25870
  -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
  -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704042619
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10132802"
  +editedAt: DateTimeImmutable @1710063839 {#2625
    date: 2024-03-10 10:43:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703956219 {#2602
    date: 2023-12-30 18:10:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2314
  +user: Proxies\__CG__\App\Entity\User {#2179 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
  +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
  +url: null
  +body: """
    For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
    \n
    Note: Englisch is not my first language\n
    \n
    Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 90
  +favouriteCount: 149
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710842644 {#2636
    date: 2024-03-19 11:04:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2641 …}
  +votes: Doctrine\ORM\PersistentCollection {#2644 …}
  +reports: Doctrine\ORM\PersistentCollection {#2646 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2650 …}
  +badges: Doctrine\ORM\PersistentCollection {#2652 …}
  +children: [
    App\Entity\EntryComment {#2331
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2314 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
      +image: null
      +parent: null
      +root: null
      +body: "So what are you doing finally?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1710083148 {#2060
        date: 2024-03-10 16:05:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@trowaway4433@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2328 …}
      +nested: Doctrine\ORM\PersistentCollection {#2191 …}
      +votes: Doctrine\ORM\PersistentCollection {#2327 …}
      +reports: Doctrine\ORM\PersistentCollection {#2333 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2324 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
      -id: 268247
      -bodyTs: "'final':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6323479"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704054653 {#2164
        date: 2023-12-31 21:30:53.0 +01:00
      }
      +"title": 268247
    }
  ]
  -id: 25870
  -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
  -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704042619
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10132802"
  +editedAt: DateTimeImmutable @1710063839 {#2625
    date: 2024-03-10 10:43:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703956219 {#2602
    date: 2023-12-30 18:10:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2331
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2179 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
    +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
    +url: null
    +body: """
      For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
      \n
      Note: Englisch is not my first language\n
      \n
      Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 90
    +favouriteCount: 149
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710842644 {#2636
      date: 2024-03-19 11:04:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2641 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2646 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2648 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2650 …}
    +badges: Doctrine\ORM\PersistentCollection {#2652 …}
    +children: [
      App\Entity\EntryComment {#2331}
    ]
    -id: 25870
    -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
    -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704042619
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10132802"
    +editedAt: DateTimeImmutable @1710063839 {#2625
      date: 2024-03-10 10:43:59.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703956219 {#2602
      date: 2023-12-30 18:10:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
  +image: null
  +parent: null
  +root: null
  +body: "So what are you doing finally?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1710083148 {#2060
    date: 2024-03-10 16:05:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@trowaway4433@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2328 …}
  +nested: Doctrine\ORM\PersistentCollection {#2191 …}
  +votes: Doctrine\ORM\PersistentCollection {#2327 …}
  +reports: Doctrine\ORM\PersistentCollection {#2333 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2324 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
  -id: 268247
  -bodyTs: "'final':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6323479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704054653 {#2164
    date: 2023-12-31 21:30:53.0 +01:00
  }
  +"title": 268247
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
55 DENIED edit
App\Entity\EntryComment {#2331
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2179 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
    +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
    +url: null
    +body: """
      For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
      \n
      Note: Englisch is not my first language\n
      \n
      Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 90
    +favouriteCount: 149
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710842644 {#2636
      date: 2024-03-19 11:04:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2641 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2646 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2648 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2650 …}
    +badges: Doctrine\ORM\PersistentCollection {#2652 …}
    +children: [
      App\Entity\EntryComment {#2331}
    ]
    -id: 25870
    -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
    -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704042619
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10132802"
    +editedAt: DateTimeImmutable @1710063839 {#2625
      date: 2024-03-10 10:43:59.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703956219 {#2602
      date: 2023-12-30 18:10:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
  +image: null
  +parent: null
  +root: null
  +body: "So what are you doing finally?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1710083148 {#2060
    date: 2024-03-10 16:05:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@trowaway4433@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2328 …}
  +nested: Doctrine\ORM\PersistentCollection {#2191 …}
  +votes: Doctrine\ORM\PersistentCollection {#2327 …}
  +reports: Doctrine\ORM\PersistentCollection {#2333 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2324 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
  -id: 268247
  -bodyTs: "'final':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6323479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704054653 {#2164
    date: 2023-12-31 21:30:53.0 +01:00
  }
  +"title": 268247
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
56 DENIED moderate
App\Entity\EntryComment {#2331
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2314
    +user: Proxies\__CG__\App\Entity\User {#2179 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "I-am-to-celebrate-new-years-eve-alone-How-can"
    +title: "I am to celebrate new years eve alone. How can I celebrate solo?"
    +url: null
    +body: """
      For reasons I may not disclose freely on the internet. I am going to celebrate new years eve this year by myself. Does anyone know of ways to solitarily celebrate new years eve?\n
      \n
      Note: Englisch is not my first language\n
      \n
      Edit: Thank you all so much for the responses. I ended up making it a good movie night, and watched the count down on tv. Along with some retro video games, plus pizza. All things considered it was a night well spent!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 90
    +favouriteCount: 149
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710842644 {#2636
      date: 2024-03-19 11:04:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2641 …}
    +votes: Doctrine\ORM\PersistentCollection {#2644 …}
    +reports: Doctrine\ORM\PersistentCollection {#2646 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2648 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2650 …}
    +badges: Doctrine\ORM\PersistentCollection {#2652 …}
    +children: [
      App\Entity\EntryComment {#2331}
    ]
    -id: 25870
    -titleTs: "'alon':8 'celebr':4,12 'eve':7 'new':5 'solo':13 'year':6"
    -bodyTs: "'along':66 'anyon':24 'celebr':15,30 'consid':76 'count':62 'disclos':6 'edit':41 'end':51 'englisch':35 'eve':18,33 'first':39 'freeli':7 'game':71 'go':13 'good':56 'internet':10 'know':25 'languag':40 'make':53 'may':4 'movi':57 'much':46 'new':16,31 'night':58,80 'note':34 'pizza':73 'plus':72 'reason':2 'respons':49 'retro':69 'solitarili':29 'spent':82 'thank':42 'thing':75 'tv':65 'video':70 'watch':60 'way':27 'well':81 'year':17,20,32"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704042619
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10132802"
    +editedAt: DateTimeImmutable @1710063839 {#2625
      date: 2024-03-10 10:43:59.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703956219 {#2602
      date: 2023-12-30 18:10:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2289 …}
  +image: null
  +parent: null
  +root: null
  +body: "So what are you doing finally?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1710083148 {#2060
    date: 2024-03-10 16:05:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@trowaway4433@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2328 …}
  +nested: Doctrine\ORM\PersistentCollection {#2191 …}
  +votes: Doctrine\ORM\PersistentCollection {#2327 …}
  +reports: Doctrine\ORM\PersistentCollection {#2333 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2324 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
  -id: 268247
  -bodyTs: "'final':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6323479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704054653 {#2164
    date: 2023-12-31 21:30:53.0 +01:00
  }
  +"title": 268247
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2213
  +user: Proxies\__CG__\App\Entity\User {#2639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "ELI5-the-whole-Wayland-vs-X11-going-on"
  +title: "ELI5 the whole Wayland vs X11 going on."
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 71
  +favouriteCount: 192
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705436736 {#2672
    date: 2024-01-16 21:25:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2677 …}
  +votes: Doctrine\ORM\PersistentCollection {#2680 …}
  +reports: Doctrine\ORM\PersistentCollection {#2682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2684 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2686 …}
  +badges: Doctrine\ORM\PersistentCollection {#2688 …}
  +children: [
    App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2213 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
      +body: "I still don’t get it… I guess I am still 4 years old…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705307064 {#2227
        date: 2024-01-15 09:24:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alexdeathway@programming.dev"
        "@hperrin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2230 …}
      +nested: Doctrine\ORM\PersistentCollection {#2232 …}
      +votes: Doctrine\ORM\PersistentCollection {#2228 …}
      +reports: Doctrine\ORM\PersistentCollection {#2192 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2299 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2298 …}
      -id: 310200
      -bodyTs: "'4':12 'get':5 'guess':8 'old':14 'still':2,11 'year':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6703576"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705307064 {#2216
        date: 2024-01-15 09:24:24.0 +01:00
      }
      +"title": 310200
    }
  ]
  -id: 30499
  -titleTs: "'eli5':1 'go':7 'vs':5 'wayland':4 'whole':3 'x11':6"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705347804
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8603552"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705261404 {#2660
    date: 2024-01-14 20:43:24.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2213
  +user: Proxies\__CG__\App\Entity\User {#2639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "ELI5-the-whole-Wayland-vs-X11-going-on"
  +title: "ELI5 the whole Wayland vs X11 going on."
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 71
  +favouriteCount: 192
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705436736 {#2672
    date: 2024-01-16 21:25:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2677 …}
  +votes: Doctrine\ORM\PersistentCollection {#2680 …}
  +reports: Doctrine\ORM\PersistentCollection {#2682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2684 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2686 …}
  +badges: Doctrine\ORM\PersistentCollection {#2688 …}
  +children: [
    App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2213 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
      +body: "I still don’t get it… I guess I am still 4 years old…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705307064 {#2227
        date: 2024-01-15 09:24:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alexdeathway@programming.dev"
        "@hperrin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2230 …}
      +nested: Doctrine\ORM\PersistentCollection {#2232 …}
      +votes: Doctrine\ORM\PersistentCollection {#2228 …}
      +reports: Doctrine\ORM\PersistentCollection {#2192 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2299 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2298 …}
      -id: 310200
      -bodyTs: "'4':12 'get':5 'guess':8 'old':14 'still':2,11 'year':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6703576"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705307064 {#2216
        date: 2024-01-15 09:24:24.0 +01:00
      }
      +"title": 310200
    }
  ]
  -id: 30499
  -titleTs: "'eli5':1 'go':7 'vs':5 'wayland':4 'whole':3 'x11':6"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705347804
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8603552"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705261404 {#2660
    date: 2024-01-14 20:43:24.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2213
  +user: Proxies\__CG__\App\Entity\User {#2639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "ELI5-the-whole-Wayland-vs-X11-going-on"
  +title: "ELI5 the whole Wayland vs X11 going on."
  +url: null
  +body: "Title"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 71
  +favouriteCount: 192
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705436736 {#2672
    date: 2024-01-16 21:25:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2677 …}
  +votes: Doctrine\ORM\PersistentCollection {#2680 …}
  +reports: Doctrine\ORM\PersistentCollection {#2682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2684 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2686 …}
  +badges: Doctrine\ORM\PersistentCollection {#2688 …}
  +children: [
    App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2213 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
      +body: "I still don’t get it… I guess I am still 4 years old…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705307064 {#2227
        date: 2024-01-15 09:24:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@alexdeathway@programming.dev"
        "@hperrin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2230 …}
      +nested: Doctrine\ORM\PersistentCollection {#2232 …}
      +votes: Doctrine\ORM\PersistentCollection {#2228 …}
      +reports: Doctrine\ORM\PersistentCollection {#2192 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2299 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2298 …}
      -id: 310200
      -bodyTs: "'4':12 'get':5 'guess':8 'old':14 'still':2,11 'year':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6703576"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705307064 {#2216
        date: 2024-01-15 09:24:24.0 +01:00
      }
      +"title": 310200
    }
  ]
  -id: 30499
  -titleTs: "'eli5':1 'go':7 'vs':5 'wayland':4 'whole':3 'x11':6"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705347804
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8603552"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705261404 {#2660
    date: 2024-01-14 20:43:24.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2213
    +user: Proxies\__CG__\App\Entity\User {#2639 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "ELI5-the-whole-Wayland-vs-X11-going-on"
    +title: "ELI5 the whole Wayland vs X11 going on."
    +url: null
    +body: "Title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 71
    +favouriteCount: 192
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705436736 {#2672
      date: 2024-01-16 21:25:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2677 …}
    +votes: Doctrine\ORM\PersistentCollection {#2680 …}
    +reports: Doctrine\ORM\PersistentCollection {#2682 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2684 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2686 …}
    +badges: Doctrine\ORM\PersistentCollection {#2688 …}
    +children: [
      App\Entity\EntryComment {#2214}
    ]
    -id: 30499
    -titleTs: "'eli5':1 'go':7 'vs':5 'wayland':4 'whole':3 'x11':6"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705347804
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8603552"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705261404 {#2660
      date: 2024-01-14 20:43:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +body: "I still don’t get it… I guess I am still 4 years old…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705307064 {#2227
    date: 2024-01-15 09:24:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alexdeathway@programming.dev"
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2230 …}
  +nested: Doctrine\ORM\PersistentCollection {#2232 …}
  +votes: Doctrine\ORM\PersistentCollection {#2228 …}
  +reports: Doctrine\ORM\PersistentCollection {#2192 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2299 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2298 …}
  -id: 310200
  -bodyTs: "'4':12 'get':5 'guess':8 'old':14 'still':2,11 'year':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6703576"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705307064 {#2216
    date: 2024-01-15 09:24:24.0 +01:00
  }
  +"title": 310200
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
63 DENIED edit
App\Entity\EntryComment {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2213
    +user: Proxies\__CG__\App\Entity\User {#2639 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "ELI5-the-whole-Wayland-vs-X11-going-on"
    +title: "ELI5 the whole Wayland vs X11 going on."
    +url: null
    +body: "Title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 71
    +favouriteCount: 192
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705436736 {#2672
      date: 2024-01-16 21:25:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2677 …}
    +votes: Doctrine\ORM\PersistentCollection {#2680 …}
    +reports: Doctrine\ORM\PersistentCollection {#2682 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2684 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2686 …}
    +badges: Doctrine\ORM\PersistentCollection {#2688 …}
    +children: [
      App\Entity\EntryComment {#2214}
    ]
    -id: 30499
    -titleTs: "'eli5':1 'go':7 'vs':5 'wayland':4 'whole':3 'x11':6"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705347804
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8603552"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705261404 {#2660
      date: 2024-01-14 20:43:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +body: "I still don’t get it… I guess I am still 4 years old…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705307064 {#2227
    date: 2024-01-15 09:24:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alexdeathway@programming.dev"
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2230 …}
  +nested: Doctrine\ORM\PersistentCollection {#2232 …}
  +votes: Doctrine\ORM\PersistentCollection {#2228 …}
  +reports: Doctrine\ORM\PersistentCollection {#2192 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2299 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2298 …}
  -id: 310200
  -bodyTs: "'4':12 'get':5 'guess':8 'old':14 'still':2,11 'year':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6703576"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705307064 {#2216
    date: 2024-01-15 09:24:24.0 +01:00
  }
  +"title": 310200
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
64 DENIED moderate
App\Entity\EntryComment {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2213
    +user: Proxies\__CG__\App\Entity\User {#2639 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "ELI5-the-whole-Wayland-vs-X11-going-on"
    +title: "ELI5 the whole Wayland vs X11 going on."
    +url: null
    +body: "Title"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 71
    +favouriteCount: 192
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705436736 {#2672
      date: 2024-01-16 21:25:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2677 …}
    +votes: Doctrine\ORM\PersistentCollection {#2680 …}
    +reports: Doctrine\ORM\PersistentCollection {#2682 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2684 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2686 …}
    +badges: Doctrine\ORM\PersistentCollection {#2688 …}
    +children: [
      App\Entity\EntryComment {#2214}
    ]
    -id: 30499
    -titleTs: "'eli5':1 'go':7 'vs':5 'wayland':4 'whole':3 'x11':6"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705347804
    +visibility: "visible             "
    +apId: "https://programming.dev/post/8603552"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705261404 {#2660
      date: 2024-01-14 20:43:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2225 …}
  +body: "I still don’t get it… I guess I am still 4 years old…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705307064 {#2227
    date: 2024-01-15 09:24:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@alexdeathway@programming.dev"
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2230 …}
  +nested: Doctrine\ORM\PersistentCollection {#2232 …}
  +votes: Doctrine\ORM\PersistentCollection {#2228 …}
  +reports: Doctrine\ORM\PersistentCollection {#2192 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2299 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2298 …}
  -id: 310200
  -bodyTs: "'4':12 'get':5 'guess':8 'old':14 'still':2,11 'year':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6703576"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705307064 {#2216
    date: 2024-01-15 09:24:24.0 +01:00
  }
  +"title": 310200
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2377
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +body: "Yoo bad you don’t know how to troubleshoot. In anycase, head over to discord. Post your issue, I will personally help you resolve it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1699768210 {#2363
    date: 2023-11-12 06:50:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@workerONE@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1402 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
  -id: 114445
  -bodyTs: "'anycas':11 'bad':2 'discord':15 'head':12 'help':22 'issu':18 'know':6 'person':21 'post':16 'resolv':24 'troubleshoot':9 'yoo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5253453"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699768210 {#2370
    date: 2023-11-12 06:50:10.0 +01:00
  }
  +"title": 114445
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
67 DENIED edit
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +body: "Yoo bad you don’t know how to troubleshoot. In anycase, head over to discord. Post your issue, I will personally help you resolve it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1699768210 {#2363
    date: 2023-11-12 06:50:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@workerONE@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1402 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
  -id: 114445
  -bodyTs: "'anycas':11 'bad':2 'discord':15 'head':12 'help':22 'issu':18 'know':6 'person':21 'post':16 'resolv':24 'troubleshoot':9 'yoo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5253453"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699768210 {#2370
    date: 2023-11-12 06:50:10.0 +01:00
  }
  +"title": 114445
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
68 DENIED moderate
App\Entity\EntryComment {#2377
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +body: "Yoo bad you don’t know how to troubleshoot. In anycase, head over to discord. Post your issue, I will personally help you resolve it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1699768210 {#2363
    date: 2023-11-12 06:50:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@workerONE@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1402 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
  -id: 114445
  -bodyTs: "'anycas':11 'bad':2 'discord':15 'head':12 'help':22 'issu':18 'know':6 'person':21 'post':16 'resolv':24 'troubleshoot':9 'yoo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5253453"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699768210 {#2370
    date: 2023-11-12 06:50:10.0 +01:00
  }
  +"title": 114445
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2387
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: "How are you detecting/monitoring it. I would like to do the same in my server"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1699768243 {#2394
    date: 2023-11-12 06:50:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@BaroqueInMind@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2389 …}
  +nested: Doctrine\ORM\PersistentCollection {#1883 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1874 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1926 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 114447
  -bodyTs: "'detecting/monitoring':4 'like':8 'server':15 'would':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5253462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699768243 {#2392
    date: 2023-11-12 06:50:43.0 +01:00
  }
  +"title": 114447
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
71 DENIED edit
App\Entity\EntryComment {#2387
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: "How are you detecting/monitoring it. I would like to do the same in my server"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1699768243 {#2394
    date: 2023-11-12 06:50:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@BaroqueInMind@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2389 …}
  +nested: Doctrine\ORM\PersistentCollection {#1883 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1874 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1926 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 114447
  -bodyTs: "'detecting/monitoring':4 'like':8 'server':15 'would':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5253462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699768243 {#2392
    date: 2023-11-12 06:50:43.0 +01:00
  }
  +"title": 114447
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
72 DENIED moderate
App\Entity\EntryComment {#2387
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: "How are you detecting/monitoring it. I would like to do the same in my server"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1699768243 {#2394
    date: 2023-11-12 06:50:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@BaroqueInMind@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2389 …}
  +nested: Doctrine\ORM\PersistentCollection {#1883 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1874 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1926 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 114447
  -bodyTs: "'detecting/monitoring':4 'like':8 'server':15 'would':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5253462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699768243 {#2392
    date: 2023-11-12 06:50:43.0 +01:00
  }
  +"title": 114447
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2381
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2379 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +body: "If you treat it as relay, then does it consume bandwidth on the VPS?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699784625 {#1910
    date: 2023-11-12 11:23:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@rockSlayer@lemmy.world"
    "@SexualPolytope@lemmy.sdf.org"
    "@Corgana@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2380 …}
  +reports: Doctrine\ORM\PersistentCollection {#2364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
  -id: 114948
  -bodyTs: "'bandwidth':11 'consum':10 'relay':6 'treat':3 'vps':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5256169"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699784625 {#2383
    date: 2023-11-12 11:23:45.0 +01:00
  }
  +"title": 114948
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
75 DENIED edit
App\Entity\EntryComment {#2381
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2379 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +body: "If you treat it as relay, then does it consume bandwidth on the VPS?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699784625 {#1910
    date: 2023-11-12 11:23:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@rockSlayer@lemmy.world"
    "@SexualPolytope@lemmy.sdf.org"
    "@Corgana@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2380 …}
  +reports: Doctrine\ORM\PersistentCollection {#2364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
  -id: 114948
  -bodyTs: "'bandwidth':11 'consum':10 'relay':6 'treat':3 'vps':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5256169"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699784625 {#2383
    date: 2023-11-12 11:23:45.0 +01:00
  }
  +"title": 114948
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
76 DENIED moderate
App\Entity\EntryComment {#2381
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2379 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +body: "If you treat it as relay, then does it consume bandwidth on the VPS?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699784625 {#1910
    date: 2023-11-12 11:23:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@rockSlayer@lemmy.world"
    "@SexualPolytope@lemmy.sdf.org"
    "@Corgana@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2382 …}
  +votes: Doctrine\ORM\PersistentCollection {#2380 …}
  +reports: Doctrine\ORM\PersistentCollection {#2364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2032 …}
  -id: 114948
  -bodyTs: "'bandwidth':11 'consum':10 'relay':6 'treat':3 'vps':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5256169"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699784625 {#2383
    date: 2023-11-12 11:23:45.0 +01:00
  }
  +"title": 114948
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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\EntryComment {#2018
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +body: """
    > Why don’t you post the solution publicly so people know how to get subtitles working?\n
    \n
    I am not asking you to DM me. My request is to go to support in Jellyfin discord where we can discuss the issue. I agree jellyfin is not free from issue. But when you say “too bad subtitles don’t work” , it’s leaves the rest of us confused. The issues you listed down, might be true in specific cases for example AAS subtitles not rendering correctly in VLC on Android TV. You see how specific the issue is ? In your case , we don’t know what’s up. Someone wanting to try jellyfin (who is not affected by your issue) would shy away from even trying.\n
    \n
    In any case, I had no intention to accuse you or offend you in any way. I apologise if I came out strong.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699865161 {#2024
    date: 2023-11-13 09:46:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@workerONE@lemmy.world"
    "@WhyAUsername_1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 119066
  -bodyTs: "'aa':80 'accus':133 'affect':115 'agre':42 'android':88 'apologis':142 'ask':20 'away':121 'bad':54 'came':145 'case':77,99,127 'confus':66 'correct':84 'discord':34 'discuss':38 'dm':23 'even':123 'exampl':79 'free':46 'get':14 'go':29 'intent':131 'issu':40,48,68,95,118 'jellyfin':33,43,111 'know':11,103 'leav':61 'list':70 'might':72 'offend':136 'peopl':10 'post':5 'public':8 'render':83 'request':26 'rest':63 'say':52 'see':91 'shi':120 'solut':7 'someon':107 'specif':76,93 'strong':147 'subtitl':15,55,81 'support':31 'tri':110,124 'true':74 'tv':89 'us':65 'vlc':86 'want':108 'way':140 'work':16,58 'would':119"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5277855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699865161 {#2022
    date: 2023-11-13 09:46:01.0 +01:00
  }
  +"title": 119066
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
79 DENIED edit
App\Entity\EntryComment {#2018
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +body: """
    > Why don’t you post the solution publicly so people know how to get subtitles working?\n
    \n
    I am not asking you to DM me. My request is to go to support in Jellyfin discord where we can discuss the issue. I agree jellyfin is not free from issue. But when you say “too bad subtitles don’t work” , it’s leaves the rest of us confused. The issues you listed down, might be true in specific cases for example AAS subtitles not rendering correctly in VLC on Android TV. You see how specific the issue is ? In your case , we don’t know what’s up. Someone wanting to try jellyfin (who is not affected by your issue) would shy away from even trying.\n
    \n
    In any case, I had no intention to accuse you or offend you in any way. I apologise if I came out strong.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699865161 {#2024
    date: 2023-11-13 09:46:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@workerONE@lemmy.world"
    "@WhyAUsername_1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 119066
  -bodyTs: "'aa':80 'accus':133 'affect':115 'agre':42 'android':88 'apologis':142 'ask':20 'away':121 'bad':54 'came':145 'case':77,99,127 'confus':66 'correct':84 'discord':34 'discuss':38 'dm':23 'even':123 'exampl':79 'free':46 'get':14 'go':29 'intent':131 'issu':40,48,68,95,118 'jellyfin':33,43,111 'know':11,103 'leav':61 'list':70 'might':72 'offend':136 'peopl':10 'post':5 'public':8 'render':83 'request':26 'rest':63 'say':52 'see':91 'shi':120 'solut':7 'someon':107 'specif':76,93 'strong':147 'subtitl':15,55,81 'support':31 'tri':110,124 'true':74 'tv':89 'us':65 'vlc':86 'want':108 'way':140 'work':16,58 'would':119"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5277855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699865161 {#2022
    date: 2023-11-13 09:46:01.0 +01:00
  }
  +"title": 119066
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
80 DENIED moderate
App\Entity\EntryComment {#2018
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1403 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1362 …}
  +body: """
    > Why don’t you post the solution publicly so people know how to get subtitles working?\n
    \n
    I am not asking you to DM me. My request is to go to support in Jellyfin discord where we can discuss the issue. I agree jellyfin is not free from issue. But when you say “too bad subtitles don’t work” , it’s leaves the rest of us confused. The issues you listed down, might be true in specific cases for example AAS subtitles not rendering correctly in VLC on Android TV. You see how specific the issue is ? In your case , we don’t know what’s up. Someone wanting to try jellyfin (who is not affected by your issue) would shy away from even trying.\n
    \n
    In any case, I had no intention to accuse you or offend you in any way. I apologise if I came out strong.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699865161 {#2024
    date: 2023-11-13 09:46:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
    "@workerONE@lemmy.world"
    "@WhyAUsername_1@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2011 …}
  +nested: Doctrine\ORM\PersistentCollection {#2021 …}
  +votes: Doctrine\ORM\PersistentCollection {#2029 …}
  +reports: Doctrine\ORM\PersistentCollection {#2020 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2027 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2031 …}
  -id: 119066
  -bodyTs: "'aa':80 'accus':133 'affect':115 'agre':42 'android':88 'apologis':142 'ask':20 'away':121 'bad':54 'came':145 'case':77,99,127 'confus':66 'correct':84 'discord':34 'discuss':38 'dm':23 'even':123 'exampl':79 'free':46 'get':14 'go':29 'intent':131 'issu':40,48,68,95,118 'jellyfin':33,43,111 'know':11,103 'leav':61 'list':70 'might':72 'offend':136 'peopl':10 'post':5 'public':8 'render':83 'request':26 'rest':63 'say':52 'see':91 'shi':120 'solut':7 'someon':107 'specif':76,93 'strong':147 'subtitl':15,55,81 'support':31 'tri':110,124 'true':74 'tv':89 'us':65 'vlc':86 'want':108 'way':140 'work':16,58 'would':119"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5277855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699865161 {#2022
    date: 2023-11-13 09:46:01.0 +01:00
  }
  +"title": 119066
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Looking-for-a-couch-laptop"
  +title: "Looking for a "couch laptop""
  +url: null
  +body: """
    I’m in the market for a Linux friendly ultralight laptop to check web apps and run terminal, nothing fancier then that. Do any cheap systems exits these days? I was looking at a chrome book but apparently the mediatek chip doesn’t play nicely with FOSS.\n
    \n
    Any thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 74
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700179986 {#2746
    date: 2023-11-17 01:13:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2751 …}
  +votes: Doctrine\ORM\PersistentCollection {#2754 …}
  +reports: Doctrine\ORM\PersistentCollection {#2756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2760 …}
  +badges: Doctrine\ORM\PersistentCollection {#2762 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +body: "Thanks for sharing the pictures! Loved it!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700106462 {#2063
        date: 2023-11-16 04:47:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@parallax@local106.com"
        "@alonely0@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 128976
      -bodyTs: "'love':6 'pictur':5 'share':3 'thank':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5347996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700106462 {#2080
        date: 2023-11-16 04:47:42.0 +01:00
      }
      +"title": 128976
    }
  ]
  -id: 13345
  -titleTs: "'couch':4 'laptop':5 'look':1"
  -bodyTs: "'app':15 'appar':38 'book':36 'cheap':25 'check':13 'chip':41 'chrome':35 'day':29 'doesn':42 'exit':27 'fancier':20 'foss':47 'friend':9 'laptop':11 'linux':8 'look':32 'm':2 'market':5 'mediatek':40 'nice':45 'noth':19 'play':44 'run':17 'system':26 'termin':18 'thought':49 'ultralight':10 'web':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700170231
  +visibility: "visible             "
  +apId: "https://local106.com/post/214668"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700083831 {#2734
    date: 2023-11-15 22:30:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Looking-for-a-couch-laptop"
  +title: "Looking for a "couch laptop""
  +url: null
  +body: """
    I’m in the market for a Linux friendly ultralight laptop to check web apps and run terminal, nothing fancier then that. Do any cheap systems exits these days? I was looking at a chrome book but apparently the mediatek chip doesn’t play nicely with FOSS.\n
    \n
    Any thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 74
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700179986 {#2746
    date: 2023-11-17 01:13:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2751 …}
  +votes: Doctrine\ORM\PersistentCollection {#2754 …}
  +reports: Doctrine\ORM\PersistentCollection {#2756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2760 …}
  +badges: Doctrine\ORM\PersistentCollection {#2762 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +body: "Thanks for sharing the pictures! Loved it!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700106462 {#2063
        date: 2023-11-16 04:47:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@parallax@local106.com"
        "@alonely0@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 128976
      -bodyTs: "'love':6 'pictur':5 'share':3 'thank':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5347996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700106462 {#2080
        date: 2023-11-16 04:47:42.0 +01:00
      }
      +"title": 128976
    }
  ]
  -id: 13345
  -titleTs: "'couch':4 'laptop':5 'look':1"
  -bodyTs: "'app':15 'appar':38 'book':36 'cheap':25 'check':13 'chip':41 'chrome':35 'day':29 'doesn':42 'exit':27 'fancier':20 'foss':47 'friend':9 'laptop':11 'linux':8 'look':32 'm':2 'market':5 'mediatek':40 'nice':45 'noth':19 'play':44 'run':17 'system':26 'termin':18 'thought':49 'ultralight':10 'web':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700170231
  +visibility: "visible             "
  +apId: "https://local106.com/post/214668"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700083831 {#2734
    date: 2023-11-15 22:30:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2089
  +user: Proxies\__CG__\App\Entity\User {#2711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "Looking-for-a-couch-laptop"
  +title: "Looking for a "couch laptop""
  +url: null
  +body: """
    I’m in the market for a Linux friendly ultralight laptop to check web apps and run terminal, nothing fancier then that. Do any cheap systems exits these days? I was looking at a chrome book but apparently the mediatek chip doesn’t play nicely with FOSS.\n
    \n
    Any thoughts?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 74
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700179986 {#2746
    date: 2023-11-17 01:13:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2751 …}
  +votes: Doctrine\ORM\PersistentCollection {#2754 …}
  +reports: Doctrine\ORM\PersistentCollection {#2756 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2760 …}
  +badges: Doctrine\ORM\PersistentCollection {#2762 …}
  +children: [
    App\Entity\EntryComment {#2064
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2089 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +body: "Thanks for sharing the pictures! Loved it!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700106462 {#2063
        date: 2023-11-16 04:47:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@parallax@local106.com"
        "@alonely0@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 128976
      -bodyTs: "'love':6 'pictur':5 'share':3 'thank':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5347996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700106462 {#2080
        date: 2023-11-16 04:47:42.0 +01:00
      }
      +"title": 128976
    }
  ]
  -id: 13345
  -titleTs: "'couch':4 'laptop':5 'look':1"
  -bodyTs: "'app':15 'appar':38 'book':36 'cheap':25 'check':13 'chip':41 'chrome':35 'day':29 'doesn':42 'exit':27 'fancier':20 'foss':47 'friend':9 'laptop':11 'linux':8 'look':32 'm':2 'market':5 'mediatek':40 'nice':45 'noth':19 'play':44 'run':17 'system':26 'termin':18 'thought':49 'ultralight':10 'web':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700170231
  +visibility: "visible             "
  +apId: "https://local106.com/post/214668"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700083831 {#2734
    date: 2023-11-15 22:30:31.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2064
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2711 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Looking-for-a-couch-laptop"
    +title: "Looking for a "couch laptop""
    +url: null
    +body: """
      I’m in the market for a Linux friendly ultralight laptop to check web apps and run terminal, nothing fancier then that. Do any cheap systems exits these days? I was looking at a chrome book but apparently the mediatek chip doesn’t play nicely with FOSS.\n
      \n
      Any thoughts?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 74
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700179986 {#2746
      date: 2023-11-17 01:13:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2751 …}
    +votes: Doctrine\ORM\PersistentCollection {#2754 …}
    +reports: Doctrine\ORM\PersistentCollection {#2756 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2760 …}
    +badges: Doctrine\ORM\PersistentCollection {#2762 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 13345
    -titleTs: "'couch':4 'laptop':5 'look':1"
    -bodyTs: "'app':15 'appar':38 'book':36 'cheap':25 'check':13 'chip':41 'chrome':35 'day':29 'doesn':42 'exit':27 'fancier':20 'foss':47 'friend':9 'laptop':11 'linux':8 'look':32 'm':2 'market':5 'mediatek':40 'nice':45 'noth':19 'play':44 'run':17 'system':26 'termin':18 'thought':49 'ultralight':10 'web':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700170231
    +visibility: "visible             "
    +apId: "https://local106.com/post/214668"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700083831 {#2734
      date: 2023-11-15 22:30:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +body: "Thanks for sharing the pictures! Loved it!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700106462 {#2063
    date: 2023-11-16 04:47:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@parallax@local106.com"
    "@alonely0@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 128976
  -bodyTs: "'love':6 'pictur':5 'share':3 'thank':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5347996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700106462 {#2080
    date: 2023-11-16 04:47:42.0 +01:00
  }
  +"title": 128976
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
87 DENIED edit
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2711 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Looking-for-a-couch-laptop"
    +title: "Looking for a "couch laptop""
    +url: null
    +body: """
      I’m in the market for a Linux friendly ultralight laptop to check web apps and run terminal, nothing fancier then that. Do any cheap systems exits these days? I was looking at a chrome book but apparently the mediatek chip doesn’t play nicely with FOSS.\n
      \n
      Any thoughts?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 74
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700179986 {#2746
      date: 2023-11-17 01:13:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2751 …}
    +votes: Doctrine\ORM\PersistentCollection {#2754 …}
    +reports: Doctrine\ORM\PersistentCollection {#2756 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2760 …}
    +badges: Doctrine\ORM\PersistentCollection {#2762 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 13345
    -titleTs: "'couch':4 'laptop':5 'look':1"
    -bodyTs: "'app':15 'appar':38 'book':36 'cheap':25 'check':13 'chip':41 'chrome':35 'day':29 'doesn':42 'exit':27 'fancier':20 'foss':47 'friend':9 'laptop':11 'linux':8 'look':32 'm':2 'market':5 'mediatek':40 'nice':45 'noth':19 'play':44 'run':17 'system':26 'termin':18 'thought':49 'ultralight':10 'web':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700170231
    +visibility: "visible             "
    +apId: "https://local106.com/post/214668"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700083831 {#2734
      date: 2023-11-15 22:30:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +body: "Thanks for sharing the pictures! Loved it!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700106462 {#2063
    date: 2023-11-16 04:47:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@parallax@local106.com"
    "@alonely0@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 128976
  -bodyTs: "'love':6 'pictur':5 'share':3 'thank':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5347996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700106462 {#2080
    date: 2023-11-16 04:47:42.0 +01:00
  }
  +"title": 128976
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
88 DENIED moderate
App\Entity\EntryComment {#2064
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2089
    +user: Proxies\__CG__\App\Entity\User {#2711 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "Looking-for-a-couch-laptop"
    +title: "Looking for a "couch laptop""
    +url: null
    +body: """
      I’m in the market for a Linux friendly ultralight laptop to check web apps and run terminal, nothing fancier then that. Do any cheap systems exits these days? I was looking at a chrome book but apparently the mediatek chip doesn’t play nicely with FOSS.\n
      \n
      Any thoughts?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 74
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700179986 {#2746
      date: 2023-11-17 01:13:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2751 …}
    +votes: Doctrine\ORM\PersistentCollection {#2754 …}
    +reports: Doctrine\ORM\PersistentCollection {#2756 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2760 …}
    +badges: Doctrine\ORM\PersistentCollection {#2762 …}
    +children: [
      App\Entity\EntryComment {#2064}
    ]
    -id: 13345
    -titleTs: "'couch':4 'laptop':5 'look':1"
    -bodyTs: "'app':15 'appar':38 'book':36 'cheap':25 'check':13 'chip':41 'chrome':35 'day':29 'doesn':42 'exit':27 'fancier':20 'foss':47 'friend':9 'laptop':11 'linux':8 'look':32 'm':2 'market':5 'mediatek':40 'nice':45 'noth':19 'play':44 'run':17 'system':26 'termin':18 'thought':49 'ultralight':10 'web':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700170231
    +visibility: "visible             "
    +apId: "https://local106.com/post/214668"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700083831 {#2734
      date: 2023-11-15 22:30:31.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +body: "Thanks for sharing the pictures! Loved it!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700106462 {#2063
    date: 2023-11-16 04:47:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@parallax@local106.com"
    "@alonely0@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 128976
  -bodyTs: "'love':6 'pictur':5 'share':3 'thank':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5347996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700106462 {#2080
    date: 2023-11-16 04:47:42.0 +01:00
  }
  +"title": 128976
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#2061
  +user: Proxies\__CG__\App\Entity\User {#2275 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
  +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
  +url: null
  +body: """
    I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
    \n
    This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
    \n
    This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
    \n
    This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
    \n
    I used this page to figure out how to do this:\n
    \n
    [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
    \n
    Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
    \n
    `  sudo ip route add default via 192.168.19.1 table 10`\n
    \n
    Add a rule for the return traffic from your ssh host\n
    \n
    `  sudo ip rule add sport 22 table 10`\n
    \n
    `  sudo ip route flush cache`\n
    \n
    check out your fancy new rule\n
    \n
    `  ip rule show`\n
    \n
    And to make this persistent across reboots, add to:\n
    \n
    `/etc/systemd/network/20-wired.network`\n
    \n
    (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Route]\n
    </span><span style="color:#323232;">Gateway=192.168.19.1\n
    </span><span style="color:#323232;">Table=10\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">[RoutingPolicyRule]\n
    </span><span style="color:#323232;">SourcePort=22\n
    </span><span style="color:#323232;">Table=10\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700086096 {#2728
    date: 2023-11-15 23:08:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2733 …}
  +votes: Doctrine\ORM\PersistentCollection {#2736 …}
  +reports: Doctrine\ORM\PersistentCollection {#2738 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2740 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2742 …}
  +badges: Doctrine\ORM\PersistentCollection {#2744 …}
  +children: [
    App\Entity\EntryComment {#2075
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: null
      +root: null
      +body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700292436 {#2037
        date: 2023-11-18 08:27:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 126415
      -bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5327883"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700036727 {#2144
        date: 2023-11-15 09:25:27.0 +01:00
      }
      +"title": 126415
    }
  ]
  -id: 13100
  -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
  -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700086244
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3374605"
  +editedAt: DateTimeImmutable @1700341046 {#2714
    date: 2023-11-18 21:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699999844 {#2693
    date: 2023-11-14 23:10:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2061
  +user: Proxies\__CG__\App\Entity\User {#2275 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
  +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
  +url: null
  +body: """
    I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
    \n
    This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
    \n
    This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
    \n
    This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
    \n
    I used this page to figure out how to do this:\n
    \n
    [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
    \n
    Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
    \n
    `  sudo ip route add default via 192.168.19.1 table 10`\n
    \n
    Add a rule for the return traffic from your ssh host\n
    \n
    `  sudo ip rule add sport 22 table 10`\n
    \n
    `  sudo ip route flush cache`\n
    \n
    check out your fancy new rule\n
    \n
    `  ip rule show`\n
    \n
    And to make this persistent across reboots, add to:\n
    \n
    `/etc/systemd/network/20-wired.network`\n
    \n
    (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Route]\n
    </span><span style="color:#323232;">Gateway=192.168.19.1\n
    </span><span style="color:#323232;">Table=10\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">[RoutingPolicyRule]\n
    </span><span style="color:#323232;">SourcePort=22\n
    </span><span style="color:#323232;">Table=10\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700086096 {#2728
    date: 2023-11-15 23:08:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2733 …}
  +votes: Doctrine\ORM\PersistentCollection {#2736 …}
  +reports: Doctrine\ORM\PersistentCollection {#2738 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2740 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2742 …}
  +badges: Doctrine\ORM\PersistentCollection {#2744 …}
  +children: [
    App\Entity\EntryComment {#2075
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: null
      +root: null
      +body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700292436 {#2037
        date: 2023-11-18 08:27:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 126415
      -bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5327883"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700036727 {#2144
        date: 2023-11-15 09:25:27.0 +01:00
      }
      +"title": 126415
    }
  ]
  -id: 13100
  -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
  -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700086244
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3374605"
  +editedAt: DateTimeImmutable @1700341046 {#2714
    date: 2023-11-18 21:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699999844 {#2693
    date: 2023-11-14 23:10:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#2061
  +user: Proxies\__CG__\App\Entity\User {#2275 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
  +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
  +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
  +url: null
  +body: """
    I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
    \n
    This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
    \n
    This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
    \n
    This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
    \n
    I used this page to figure out how to do this:\n
    \n
    [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
    \n
    Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
    \n
    `  sudo ip route add default via 192.168.19.1 table 10`\n
    \n
    Add a rule for the return traffic from your ssh host\n
    \n
    `  sudo ip rule add sport 22 table 10`\n
    \n
    `  sudo ip route flush cache`\n
    \n
    check out your fancy new rule\n
    \n
    `  ip rule show`\n
    \n
    And to make this persistent across reboots, add to:\n
    \n
    `/etc/systemd/network/20-wired.network`\n
    \n
    (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Route]\n
    </span><span style="color:#323232;">Gateway=192.168.19.1\n
    </span><span style="color:#323232;">Table=10\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">[RoutingPolicyRule]\n
    </span><span style="color:#323232;">SourcePort=22\n
    </span><span style="color:#323232;">Table=10\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700086096 {#2728
    date: 2023-11-15 23:08:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2733 …}
  +votes: Doctrine\ORM\PersistentCollection {#2736 …}
  +reports: Doctrine\ORM\PersistentCollection {#2738 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2740 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2742 …}
  +badges: Doctrine\ORM\PersistentCollection {#2744 …}
  +children: [
    App\Entity\EntryComment {#2075
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2061 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
      +image: null
      +parent: null
      +root: null
      +body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700292436 {#2037
        date: 2023-11-18 08:27:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 126415
      -bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5327883"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700036727 {#2144
        date: 2023-11-15 09:25:27.0 +01:00
      }
      +"title": 126415
    }
  ]
  -id: 13100
  -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
  -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700086244
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3374605"
  +editedAt: DateTimeImmutable @1700341046 {#2714
    date: 2023-11-18 21:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699999844 {#2693
    date: 2023-11-14 23:10:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#2075
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2275 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2728
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2733 …}
    +votes: Doctrine\ORM\PersistentCollection {#2736 …}
    +reports: Doctrine\ORM\PersistentCollection {#2738 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2740 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2742 …}
    +badges: Doctrine\ORM\PersistentCollection {#2744 …}
    +children: [
      App\Entity\EntryComment {#2075}
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2714
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2693
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: null
  +root: null
  +body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700292436 {#2037
    date: 2023-11-18 08:27:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 126415
  -bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5327883"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700036727 {#2144
    date: 2023-11-15 09:25:27.0 +01:00
  }
  +"title": 126415
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
95 DENIED edit
App\Entity\EntryComment {#2075
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2275 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2728
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2733 …}
    +votes: Doctrine\ORM\PersistentCollection {#2736 …}
    +reports: Doctrine\ORM\PersistentCollection {#2738 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2740 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2742 …}
    +badges: Doctrine\ORM\PersistentCollection {#2744 …}
    +children: [
      App\Entity\EntryComment {#2075}
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2714
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2693
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: null
  +root: null
  +body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700292436 {#2037
    date: 2023-11-18 08:27:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 126415
  -bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5327883"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700036727 {#2144
    date: 2023-11-15 09:25:27.0 +01:00
  }
  +"title": 126415
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
96 DENIED moderate
App\Entity\EntryComment {#2075
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2061
    +user: Proxies\__CG__\App\Entity\User {#2275 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2597 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2728
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2733 …}
    +votes: Doctrine\ORM\PersistentCollection {#2736 …}
    +reports: Doctrine\ORM\PersistentCollection {#2738 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2740 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2742 …}
    +badges: Doctrine\ORM\PersistentCollection {#2744 …}
    +children: [
      App\Entity\EntryComment {#2075}
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2714
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2693
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2079 …}
  +image: null
  +parent: null
  +root: null
  +body: "What are you trying to achieve? I am sorry I don’t understand the end goal"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700292436 {#2037
    date: 2023-11-18 08:27:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 126415
  -bodyTs: "'achiev':6 'end':15 'goal':16 'sorri':9 'tri':4 'understand':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5327883"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700036727 {#2144
    date: 2023-11-15 09:25:27.0 +01:00
  }
  +"title": 126415
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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 {#1433
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: Proxies\__CG__\App\Entity\Image {#1640 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
  +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
  +title: "How do you guys enclose relay modules into the switch board?"
  +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
  +body: """
    Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
    \n
    The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
    \n
    Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695470740 {#1766
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1649 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
  +badges: Doctrine\ORM\PersistentCollection {#1550 …}
  +children: [
    1 => App\Entity\EntryComment {#1680
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1433}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695469903 {#1554
        date: 2023-09-23 13:51:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhyAUsername_1@lemmy.world"
        "@Sieguito@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1718 …}
      +nested: Doctrine\ORM\PersistentCollection {#1719 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
      -id: 29608
      -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/3716954"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695469903 {#1564
        date: 2023-09-23 13:51:43.0 +02:00
      }
      +"title": 29608
    }
    0 => App\Entity\EntryComment {#2456
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1433}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: """
        Perfect. Ended up using the standoffs idea.\n
        \n
        This is the wall outlet.\n
        \n
        ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
        \n
        This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
        \n
        ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
        \n
        This is the relay board now:\n
        \n
        ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695470740 {#1630
        date: 2023-09-23 14:05:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhyAUsername_1@lemmy.world"
        "@dack@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2458 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 29610
      -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/3717149"
      +editedAt: DateTimeImmutable @1695470814 {#2460
        date: 2023-09-23 14:06:54.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695470740 {#2453
        date: 2023-09-23 14:05:40.0 +02:00
      }
      +"title": 29610
    }
  ]
  -id: 1838
  -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
  -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692153039
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3230538"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692107539 {#1466
    date: 2023-08-15 15:52:19.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 {#1433
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: Proxies\__CG__\App\Entity\Image {#1640 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
  +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
  +title: "How do you guys enclose relay modules into the switch board?"
  +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
  +body: """
    Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
    \n
    The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
    \n
    Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695470740 {#1766
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1649 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
  +badges: Doctrine\ORM\PersistentCollection {#1550 …}
  +children: [
    1 => App\Entity\EntryComment {#1680
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1433}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695469903 {#1554
        date: 2023-09-23 13:51:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhyAUsername_1@lemmy.world"
        "@Sieguito@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1718 …}
      +nested: Doctrine\ORM\PersistentCollection {#1719 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
      -id: 29608
      -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/3716954"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695469903 {#1564
        date: 2023-09-23 13:51:43.0 +02:00
      }
      +"title": 29608
    }
    0 => App\Entity\EntryComment {#2456
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1433}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: """
        Perfect. Ended up using the standoffs idea.\n
        \n
        This is the wall outlet.\n
        \n
        ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
        \n
        This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
        \n
        ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
        \n
        This is the relay board now:\n
        \n
        ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695470740 {#1630
        date: 2023-09-23 14:05:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhyAUsername_1@lemmy.world"
        "@dack@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2458 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 29610
      -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/3717149"
      +editedAt: DateTimeImmutable @1695470814 {#2460
        date: 2023-09-23 14:06:54.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695470740 {#2453
        date: 2023-09-23 14:05:40.0 +02:00
      }
      +"title": 29610
    }
  ]
  -id: 1838
  -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
  -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692153039
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3230538"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692107539 {#1466
    date: 2023-08-15 15:52:19.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 {#1433
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: Proxies\__CG__\App\Entity\Image {#1640 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
  +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
  +title: "How do you guys enclose relay modules into the switch board?"
  +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
  +body: """
    Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
    \n
    The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
    \n
    Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695470740 {#1766
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1649 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
  +badges: Doctrine\ORM\PersistentCollection {#1550 …}
  +children: [
    1 => App\Entity\EntryComment {#1680
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1433}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695469903 {#1554
        date: 2023-09-23 13:51:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhyAUsername_1@lemmy.world"
        "@Sieguito@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1718 …}
      +nested: Doctrine\ORM\PersistentCollection {#1719 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
      -id: 29608
      -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/3716954"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695469903 {#1564
        date: 2023-09-23 13:51:43.0 +02:00
      }
      +"title": 29608
    }
    0 => App\Entity\EntryComment {#2456
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1433}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +body: """
        Perfect. Ended up using the standoffs idea.\n
        \n
        This is the wall outlet.\n
        \n
        ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
        \n
        This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
        \n
        ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
        \n
        This is the relay board now:\n
        \n
        ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1695470740 {#1630
        date: 2023-09-23 14:05:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WhyAUsername_1@lemmy.world"
        "@dack@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2458 …}
      +nested: Doctrine\ORM\PersistentCollection {#2457 …}
      +votes: Doctrine\ORM\PersistentCollection {#2455 …}
      +reports: Doctrine\ORM\PersistentCollection {#2468 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
      -id: 29610
      -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/3717149"
      +editedAt: DateTimeImmutable @1695470814 {#2460
        date: 2023-09-23 14:06:54.0 +02:00
      }
      +createdAt: DateTimeImmutable @1695470740 {#2453
        date: 2023-09-23 14:05:40.0 +02:00
      }
      +"title": 29610
    }
  ]
  -id: 1838
  -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
  -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692153039
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3230538"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692107539 {#1466
    date: 2023-08-15 15:52:19.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
101 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
102 DENIED moderate
App\Entity\EntryComment {#1680
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1433
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
    +image: Proxies\__CG__\App\Entity\Image {#1640 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
    +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
    +title: "How do you guys enclose relay modules into the switch board?"
    +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
    +body: """
      Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
      \n
      The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
      \n
      Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 5
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695470740 {#1766
      date: 2023-09-23 14:05:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1649 …}
    +votes: Doctrine\ORM\PersistentCollection {#1656 …}
    +reports: Doctrine\ORM\PersistentCollection {#1696 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
    +badges: Doctrine\ORM\PersistentCollection {#1550 …}
    +children: [
      1 => App\Entity\EntryComment {#1680}
      0 => App\Entity\EntryComment {#2456
        +user: App\Entity\User {#264 …}
        +entry: App\Entity\Entry {#1433}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +body: """
          Perfect. Ended up using the standoffs idea.\n
          \n
          This is the wall outlet.\n
          \n
          ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
          \n
          This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
          \n
          ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
          \n
          This is the relay board now:\n
          \n
          ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695470740 {#1630
          date: 2023-09-23 14:05:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@WhyAUsername_1@lemmy.world"
          "@dack@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2458 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 29610
        -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/3717149"
        +editedAt: DateTimeImmutable @1695470814 {#2460
          date: 2023-09-23 14:06:54.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695470740 {#2453
          date: 2023-09-23 14:05:40.0 +02:00
        }
        +"title": 29610
      }
    ]
    -id: 1838
    -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
    -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692153039
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/3230538"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692107539 {#1466
      date: 2023-08-15 15:52:19.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695469903 {#1554
    date: 2023-09-23 13:51:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhyAUsername_1@lemmy.world"
    "@Sieguito@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1718 …}
  +nested: Doctrine\ORM\PersistentCollection {#1719 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
  -id: 29608
  -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/3716954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695469903 {#1564
    date: 2023-09-23 13:51:43.0 +02:00
  }
  +"title": 29608
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
103 DENIED edit
App\Entity\EntryComment {#1680
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1433
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
    +image: Proxies\__CG__\App\Entity\Image {#1640 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
    +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
    +title: "How do you guys enclose relay modules into the switch board?"
    +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
    +body: """
      Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
      \n
      The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
      \n
      Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 5
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695470740 {#1766
      date: 2023-09-23 14:05:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1649 …}
    +votes: Doctrine\ORM\PersistentCollection {#1656 …}
    +reports: Doctrine\ORM\PersistentCollection {#1696 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
    +badges: Doctrine\ORM\PersistentCollection {#1550 …}
    +children: [
      1 => App\Entity\EntryComment {#1680}
      0 => App\Entity\EntryComment {#2456
        +user: App\Entity\User {#264 …}
        +entry: App\Entity\Entry {#1433}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +body: """
          Perfect. Ended up using the standoffs idea.\n
          \n
          This is the wall outlet.\n
          \n
          ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
          \n
          This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
          \n
          ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
          \n
          This is the relay board now:\n
          \n
          ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695470740 {#1630
          date: 2023-09-23 14:05:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@WhyAUsername_1@lemmy.world"
          "@dack@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2458 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 29610
        -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/3717149"
        +editedAt: DateTimeImmutable @1695470814 {#2460
          date: 2023-09-23 14:06:54.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695470740 {#2453
          date: 2023-09-23 14:05:40.0 +02:00
        }
        +"title": 29610
      }
    ]
    -id: 1838
    -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
    -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692153039
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/3230538"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692107539 {#1466
      date: 2023-08-15 15:52:19.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695469903 {#1554
    date: 2023-09-23 13:51:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhyAUsername_1@lemmy.world"
    "@Sieguito@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1718 …}
  +nested: Doctrine\ORM\PersistentCollection {#1719 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
  -id: 29608
  -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/3716954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695469903 {#1564
    date: 2023-09-23 13:51:43.0 +02:00
  }
  +"title": 29608
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
104 DENIED moderate
App\Entity\EntryComment {#1680
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1433
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
    +image: Proxies\__CG__\App\Entity\Image {#1640 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
    +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
    +title: "How do you guys enclose relay modules into the switch board?"
    +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
    +body: """
      Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
      \n
      The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
      \n
      Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 5
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695470740 {#1766
      date: 2023-09-23 14:05:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1649 …}
    +votes: Doctrine\ORM\PersistentCollection {#1656 …}
    +reports: Doctrine\ORM\PersistentCollection {#1696 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
    +badges: Doctrine\ORM\PersistentCollection {#1550 …}
    +children: [
      1 => App\Entity\EntryComment {#1680}
      0 => App\Entity\EntryComment {#2456
        +user: App\Entity\User {#264 …}
        +entry: App\Entity\Entry {#1433}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
        +body: """
          Perfect. Ended up using the standoffs idea.\n
          \n
          This is the wall outlet.\n
          \n
          ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
          \n
          This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
          \n
          ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
          \n
          This is the relay board now:\n
          \n
          ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695470740 {#1630
          date: 2023-09-23 14:05:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@WhyAUsername_1@lemmy.world"
          "@dack@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2458 …}
        +nested: Doctrine\ORM\PersistentCollection {#2457 …}
        +votes: Doctrine\ORM\PersistentCollection {#2455 …}
        +reports: Doctrine\ORM\PersistentCollection {#2468 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
        -id: 29610
        -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/3717149"
        +editedAt: DateTimeImmutable @1695470814 {#2460
          date: 2023-09-23 14:06:54.0 +02:00
        }
        +createdAt: DateTimeImmutable @1695470740 {#2453
          date: 2023-09-23 14:05:40.0 +02:00
        }
        +"title": 29610
      }
    ]
    -id: 1838
    -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
    -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692153039
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/3230538"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692107539 {#1466
      date: 2023-08-15 15:52:19.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695469903 {#1554
    date: 2023-09-23 13:51:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhyAUsername_1@lemmy.world"
    "@Sieguito@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1718 …}
  +nested: Doctrine\ORM\PersistentCollection {#1719 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
  -id: 29608
  -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/3716954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695469903 {#1564
    date: 2023-09-23 13:51:43.0 +02:00
  }
  +"title": 29608
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
105 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
106 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1433
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
    +image: Proxies\__CG__\App\Entity\Image {#1640 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
    +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
    +title: "How do you guys enclose relay modules into the switch board?"
    +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
    +body: """
      Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
      \n
      The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
      \n
      Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 5
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695470740 {#1766
      date: 2023-09-23 14:05:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1649 …}
    +votes: Doctrine\ORM\PersistentCollection {#1656 …}
    +reports: Doctrine\ORM\PersistentCollection {#1696 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
    +badges: Doctrine\ORM\PersistentCollection {#1550 …}
    +children: [
      1 => App\Entity\EntryComment {#1680
        +user: App\Entity\User {#264 …}
        +entry: App\Entity\Entry {#1433}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695469903 {#1554
          date: 2023-09-23 13:51:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@WhyAUsername_1@lemmy.world"
          "@Sieguito@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1718 …}
        +nested: Doctrine\ORM\PersistentCollection {#1719 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1735 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
        -id: 29608
        -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/3716954"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695469903 {#1564
          date: 2023-09-23 13:51:43.0 +02:00
        }
        +"title": 29608
      }
      0 => App\Entity\EntryComment {#2456}
    ]
    -id: 1838
    -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
    -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692153039
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/3230538"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692107539 {#1466
      date: 2023-08-15 15:52:19.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: """
    Perfect. Ended up using the standoffs idea.\n
    \n
    This is the wall outlet.\n
    \n
    ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
    \n
    This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
    \n
    ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
    \n
    This is the relay board now:\n
    \n
    ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695470740 {#1630
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhyAUsername_1@lemmy.world"
    "@dack@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2458 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 29610
  -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/3717149"
  +editedAt: DateTimeImmutable @1695470814 {#2460
    date: 2023-09-23 14:06:54.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695470740 {#2453
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +"title": 29610
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
107 DENIED edit
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1433
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
    +image: Proxies\__CG__\App\Entity\Image {#1640 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
    +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
    +title: "How do you guys enclose relay modules into the switch board?"
    +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
    +body: """
      Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
      \n
      The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
      \n
      Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 5
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695470740 {#1766
      date: 2023-09-23 14:05:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1649 …}
    +votes: Doctrine\ORM\PersistentCollection {#1656 …}
    +reports: Doctrine\ORM\PersistentCollection {#1696 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
    +badges: Doctrine\ORM\PersistentCollection {#1550 …}
    +children: [
      1 => App\Entity\EntryComment {#1680
        +user: App\Entity\User {#264 …}
        +entry: App\Entity\Entry {#1433}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695469903 {#1554
          date: 2023-09-23 13:51:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@WhyAUsername_1@lemmy.world"
          "@Sieguito@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1718 …}
        +nested: Doctrine\ORM\PersistentCollection {#1719 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1735 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
        -id: 29608
        -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/3716954"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695469903 {#1564
          date: 2023-09-23 13:51:43.0 +02:00
        }
        +"title": 29608
      }
      0 => App\Entity\EntryComment {#2456}
    ]
    -id: 1838
    -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
    -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692153039
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/3230538"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692107539 {#1466
      date: 2023-08-15 15:52:19.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: """
    Perfect. Ended up using the standoffs idea.\n
    \n
    This is the wall outlet.\n
    \n
    ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
    \n
    This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
    \n
    ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
    \n
    This is the relay board now:\n
    \n
    ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695470740 {#1630
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhyAUsername_1@lemmy.world"
    "@dack@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2458 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 29610
  -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/3717149"
  +editedAt: DateTimeImmutable @1695470814 {#2460
    date: 2023-09-23 14:06:54.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695470740 {#2453
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +"title": 29610
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
108 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1433
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
    +image: Proxies\__CG__\App\Entity\Image {#1640 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1655 …}
    +slug: "How-do-you-guys-enclose-relay-modules-into-the-switch"
    +title: "How do you guys enclose relay modules into the switch board?"
    +url: "https://lemmy.world/pictrs/image/e7d21092-ea39-4115-9427-1ecb0ec59957.png"
    +body: """
      Hi, I am automating my manual switches at home with ESPHome on NodeMCU. For controlling the switches, I am using 8 channel relay module.\n
      \n
      The back of the board has solder-points sticking out. I will be installing this relay module inside the switchboard. So I want to put it in some kind of enclosure.\n
      \n
      Just wanted to know your thoughts on enclosure. Should I just wrap the whole thing in electrical tape? Or a plastic box maybe?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 5
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695470740 {#1766
      date: 2023-09-23 14:05:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1649 …}
    +votes: Doctrine\ORM\PersistentCollection {#1656 …}
    +reports: Doctrine\ORM\PersistentCollection {#1696 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
    +badges: Doctrine\ORM\PersistentCollection {#1550 …}
    +children: [
      1 => App\Entity\EntryComment {#1680
        +user: App\Entity\User {#264 …}
        +entry: App\Entity\Entry {#1433}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
        +body: "I ended up using spacers so that it does not come in contact with the metal box enclosure. Thanks for pointing out the mountijg holes. It was right there and I never noticed haha. I feel like an idiot."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1695469903 {#1554
          date: 2023-09-23 13:51:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@WhyAUsername_1@lemmy.world"
          "@Sieguito@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1718 …}
        +nested: Doctrine\ORM\PersistentCollection {#1719 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1735 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1739 …}
        -id: 29608
        -bodyTs: "'box':17 'come':11 'contact':13 'enclosur':18 'end':2 'feel':36 'haha':34 'hole':25 'idiot':39 'like':37 'metal':16 'mountijg':24 'never':32 'notic':33 'point':21 'right':28 'spacer':5 'thank':19 'use':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/3716954"
        +editedAt: null
        +createdAt: DateTimeImmutable @1695469903 {#1564
          date: 2023-09-23 13:51:43.0 +02:00
        }
        +"title": 29608
      }
      0 => App\Entity\EntryComment {#2456}
    ]
    -id: 1838
    -titleTs: "'board':11 'enclos':5 'guy':4 'modul':7 'relay':6 'switch':10"
    -bodyTs: "'8':21 'autom':4 'back':26 'board':29 'box':78 'channel':22 'control':15 'electr':73 'enclosur':56,64 'esphom':11 'hi':1 'home':9 'insid':43 'instal':39 'kind':54 'know':60 'manual':6 'mayb':79 'modul':24,42 'nodemcu':13 'plastic':77 'point':33 'put':50 'relay':23,41 'solder':32 'solder-point':31 'stick':34 'switch':7,17 'switchboard':45 'tape':74 'thing':71 'thought':62 'use':20 'want':48,58 'whole':70 'wrap':68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1692153039
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/3230538"
    +editedAt: null
    +createdAt: DateTimeImmutable @1692107539 {#1466
      date: 2023-08-15 15:52:19.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +body: """
    Perfect. Ended up using the standoffs idea.\n
    \n
    This is the wall outlet.\n
    \n
    ![](https://lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)\n
    \n
    This is the switchboard that will be now mounted on wall mount. Wanted to avoid relay board from touching its back side.\n
    \n
    ![](https://lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)\n
    \n
    This is the relay board now:\n
    \n
    ![](https://lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1695470740 {#1630
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WhyAUsername_1@lemmy.world"
    "@dack@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2458 …}
  +nested: Doctrine\ORM\PersistentCollection {#2457 …}
  +votes: Doctrine\ORM\PersistentCollection {#2455 …}
  +reports: Doctrine\ORM\PersistentCollection {#2468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2471 …}
  -id: 29610
  -bodyTs: "'/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':40 '/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':15 '/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':49 'avoid':30 'back':36 'board':32,45 'end':2 'idea':7 'lemmy.world':14,39,48 'lemmy.world/pictrs/image/5b84789d-0d97-4843-90a9-5a2626d8e209.jpeg)':38 'lemmy.world/pictrs/image/6f10b3af-5832-4548-83fc-a54b9ac4ff44.jpeg)':13 'lemmy.world/pictrs/image/9c9316ab-0b8c-4365-b56c-b55d5af0d90b.jpeg)':47 'mount':24,27 'outlet':12 'perfect':1 'relay':31,44 'side':37 'standoff':6 'switchboard':19 'touch':34 'use':4 'wall':11,26 'want':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/3717149"
  +editedAt: DateTimeImmutable @1695470814 {#2460
    date: 2023-09-23 14:06:54.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695470740 {#2453
    date: 2023-09-23 14:05:40.0 +02:00
  }
  +"title": 29610
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
109 DENIED ROLE_ADMIN
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
110 DENIED ROLE_MODERATOR
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