GET https://kbin.spritesserver.nl/index.php/u/@demesisx@infosec.pub/active/c/blockchainvoting?p=3

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 …}
}
9.78 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.06 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 {#2461
  +user: Proxies\__CG__\App\Entity\User {#2554 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
  +image: Proxies\__CG__\App\Entity\Image {#2592 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2594 …}
  +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
  +title: "I made a thing to make playing YouTube videos locally from your browser easier"
  +url: "https://gitlab.com/danielquinn/video-bypass"
  +body: """
    The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
    \n
    It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
    \n
    Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 200
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707557582 {#2587
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2595 …}
  +votes: Doctrine\ORM\PersistentCollection {#2597 …}
  +reports: Doctrine\ORM\PersistentCollection {#2599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2601 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2603 …}
  +badges: Doctrine\ORM\PersistentCollection {#2605 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
      +image: null
      +parent: null
      +root: null
      +body: "Additional pro-tip: you can just launch mpv from the terminal using the YouTube url and it will open a new player."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1697248256 {#1621
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2462 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 47551
      -bodyTs: "'addit':1 'launch':8 'mpv':9 'new':22 'open':20 'player':23 'pro':3 'pro-tip':2 'termin':12 'tip':4 'url':16 'use':13 'youtub':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3406571"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697248256 {#1554
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +"title": 47551
    }
  ]
  -id: 5166
  -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
  -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697325241
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7150213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697238841 {#2575
    date: 2023-10-14 01:14:01.0 +02: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 {#2461
  +user: Proxies\__CG__\App\Entity\User {#2554 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
  +image: Proxies\__CG__\App\Entity\Image {#2592 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2594 …}
  +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
  +title: "I made a thing to make playing YouTube videos locally from your browser easier"
  +url: "https://gitlab.com/danielquinn/video-bypass"
  +body: """
    The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
    \n
    It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
    \n
    Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 200
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707557582 {#2587
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2595 …}
  +votes: Doctrine\ORM\PersistentCollection {#2597 …}
  +reports: Doctrine\ORM\PersistentCollection {#2599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2601 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2603 …}
  +badges: Doctrine\ORM\PersistentCollection {#2605 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
      +image: null
      +parent: null
      +root: null
      +body: "Additional pro-tip: you can just launch mpv from the terminal using the YouTube url and it will open a new player."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1697248256 {#1621
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2462 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 47551
      -bodyTs: "'addit':1 'launch':8 'mpv':9 'new':22 'open':20 'player':23 'pro':3 'pro-tip':2 'termin':12 'tip':4 'url':16 'use':13 'youtub':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3406571"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697248256 {#1554
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +"title": 47551
    }
  ]
  -id: 5166
  -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
  -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697325241
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7150213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697238841 {#2575
    date: 2023-10-14 01:14:01.0 +02: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 {#2461
  +user: Proxies\__CG__\App\Entity\User {#2554 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
  +image: Proxies\__CG__\App\Entity\Image {#2592 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2594 …}
  +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
  +title: "I made a thing to make playing YouTube videos locally from your browser easier"
  +url: "https://gitlab.com/danielquinn/video-bypass"
  +body: """
    The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
    \n
    It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
    \n
    Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 200
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707557582 {#2587
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2595 …}
  +votes: Doctrine\ORM\PersistentCollection {#2597 …}
  +reports: Doctrine\ORM\PersistentCollection {#2599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2601 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2603 …}
  +badges: Doctrine\ORM\PersistentCollection {#2605 …}
  +children: [
    App\Entity\EntryComment {#1795
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
      +image: null
      +parent: null
      +root: null
      +body: "Additional pro-tip: you can just launch mpv from the terminal using the YouTube url and it will open a new player."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1697248256 {#1621
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2462 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2463 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 47551
      -bodyTs: "'addit':1 'launch':8 'mpv':9 'new':22 'open':20 'player':23 'pro':3 'pro-tip':2 'termin':12 'tip':4 'url':16 'use':13 'youtub':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3406571"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697248256 {#1554
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +"title": 47551
    }
  ]
  -id: 5166
  -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
  -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697325241
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/7150213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697238841 {#2575
    date: 2023-10-14 01:14:01.0 +02: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 {#1795
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2554 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
    +image: Proxies\__CG__\App\Entity\Image {#2592 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2594 …}
    +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
    +title: "I made a thing to make playing YouTube videos locally from your browser easier"
    +url: "https://gitlab.com/danielquinn/video-bypass"
    +body: """
      The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
      \n
      It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
      \n
      Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 200
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1707557582 {#2587
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2595 …}
    +votes: Doctrine\ORM\PersistentCollection {#2597 …}
    +reports: Doctrine\ORM\PersistentCollection {#2599 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2601 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2603 …}
    +badges: Doctrine\ORM\PersistentCollection {#2605 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 5166
    -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
    -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697325241
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/7150213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697238841 {#2575
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
  +image: null
  +parent: null
  +root: null
  +body: "Additional pro-tip: you can just launch mpv from the terminal using the YouTube url and it will open a new player."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1697248256 {#1621
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2462 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 47551
  -bodyTs: "'addit':1 'launch':8 'mpv':9 'new':22 'open':20 'player':23 'pro':3 'pro-tip':2 'termin':12 'tip':4 'url':16 'use':13 'youtub':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3406571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697248256 {#1554
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +"title": 47551
}
"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 {#1795
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2554 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
    +image: Proxies\__CG__\App\Entity\Image {#2592 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2594 …}
    +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
    +title: "I made a thing to make playing YouTube videos locally from your browser easier"
    +url: "https://gitlab.com/danielquinn/video-bypass"
    +body: """
      The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
      \n
      It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
      \n
      Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 200
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1707557582 {#2587
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2595 …}
    +votes: Doctrine\ORM\PersistentCollection {#2597 …}
    +reports: Doctrine\ORM\PersistentCollection {#2599 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2601 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2603 …}
    +badges: Doctrine\ORM\PersistentCollection {#2605 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 5166
    -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
    -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697325241
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/7150213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697238841 {#2575
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
  +image: null
  +parent: null
  +root: null
  +body: "Additional pro-tip: you can just launch mpv from the terminal using the YouTube url and it will open a new player."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1697248256 {#1621
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2462 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 47551
  -bodyTs: "'addit':1 'launch':8 'mpv':9 'new':22 'open':20 'player':23 'pro':3 'pro-tip':2 'termin':12 'tip':4 'url':16 'use':13 'youtub':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3406571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697248256 {#1554
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +"title": 47551
}
"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 {#1795
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2554 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
    +image: Proxies\__CG__\App\Entity\Image {#2592 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2594 …}
    +slug: "I-made-a-thing-to-make-playing-YouTube-videos-locally"
    +title: "I made a thing to make playing YouTube videos locally from your browser easier"
    +url: "https://gitlab.com/danielquinn/video-bypass"
    +body: """
      The other day someone was complaining about the new ad blocker-blocker on YouTube and I mentioned that it might be fun to write a Firefox extension that would just load up `yt-dlp` and play the video through `mpv`.\n
      \n
      It turns out, writing a Firefox extension is *easy* and tricking Firefox into launching `yt-dlp` isn’t much harder (though it does require some annoying configuration on the user’s end).\n
      \n
      Anyway, if you’re a Linux user, feel free to try it out. I don’t know how much I’m going to pour into this, but as an exercise of “can this be done”, it was pretty good for a few hours on a Friday night.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 200
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1707557582 {#2587
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2595 …}
    +votes: Doctrine\ORM\PersistentCollection {#2597 …}
    +reports: Doctrine\ORM\PersistentCollection {#2599 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2601 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2603 …}
    +badges: Doctrine\ORM\PersistentCollection {#2605 …}
    +children: [
      App\Entity\EntryComment {#1795}
    ]
    -id: 5166
    -titleTs: "'browser':13 'easier':14 'local':10 'made':2 'make':6 'play':7 'thing':4 'video':9 'youtub':8"
    -bodyTs: "'ad':10 'annoy':69 'anyway':76 'blocker':12,13 'blocker-block':11 'complain':6 'configur':70 'day':3 'dlp':36,59 'done':110 'easi':51 'end':75 'exercis':105 'extens':28,49 'feel':83 'firefox':27,48,54 'free':84 'friday':121 'fun':23 'go':97 'good':114 'harder':63 'hour':118 'isn':60 'know':92 'launch':56 'linux':81 'load':32 'm':96 'mention':18 'might':21 'mpv':42 'much':62,94 'new':9 'night':122 'play':38 'pour':99 'pretti':113 're':79 'requir':67 'someon':4 'though':64 'tri':86 'trick':53 'turn':44 'user':73,82 'video':40 'would':30 'write':25,46 'youtub':15 'yt':35,58 'yt-dlp':34,57"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697325241
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/7150213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697238841 {#2575
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2458 …}
  +image: null
  +parent: null
  +root: null
  +body: "Additional pro-tip: you can just launch mpv from the terminal using the YouTube url and it will open a new player."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1697248256 {#1621
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2462 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2463 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 47551
  -bodyTs: "'addit':1 'launch':8 'mpv':9 'new':22 'open':20 'player':23 'pro':3 'pro-tip':2 'termin':12 'tip':4 'url':16 'use':13 'youtub':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3406571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697248256 {#1554
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +"title": 47551
}
"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 {#2124
  +user: Proxies\__CG__\App\Entity\User {#1980 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: Proxies\__CG__\App\Entity\Image {#1348 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
  +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
  +title: "Shoutout to fwupd for updating device firmware"
  +url: "https://github.com/fwupd/fwupd"
  +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699130357 {#2281
    date: 2023-11-04 21:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1351 …}
  +votes: Doctrine\ORM\PersistentCollection {#1353 …}
  +reports: Doctrine\ORM\PersistentCollection {#1358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
  +badges: Doctrine\ORM\PersistentCollection {#2493 …}
  +children: [
    2 => App\Entity\EntryComment {#2044
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +root: App\Entity\EntryComment {#2112
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
          \n
          > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
          \n
          > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1699125537 {#2106
          date: 2023-11-04 20:18:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2114 …}
        +nested: Doctrine\ORM\PersistentCollection {#2117 …}
        +votes: Doctrine\ORM\PersistentCollection {#2122 …}
        +reports: Doctrine\ORM\PersistentCollection {#2113 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
        -id: 89217
        -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3949617"
        +editedAt: DateTimeImmutable @1699095678 {#2110
          date: 2023-11-04 12:01:18.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699095561 {#2107
          date: 2023-11-04 11:59:21.0 +01:00
        }
        +"title": 89217
      }
      +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699101310 {#2160
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sleevezipper@feddit.nl"
        "@demesisx@infosec.pub"
        "@russjr08@outpost.zeuslink.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2127 …}
      +nested: Doctrine\ORM\PersistentCollection {#2043 …}
      +votes: Doctrine\ORM\PersistentCollection {#2215 …}
      +reports: Doctrine\ORM\PersistentCollection {#2198 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
      -id: 89397
      -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3950798"
      +editedAt: DateTimeImmutable @1699103848 {#2163
        date: 2023-11-04 14:17:28.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699101310 {#2162
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +"title": 89397
    }
    1 => App\Entity\EntryComment {#2231
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
      +root: App\Entity\EntryComment {#2112}
      +body: """
        Interestingly enough, someone actually did release two nix derivations for this software!\n
        \n
        [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699118397 {#2225
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sleevezipper@feddit.nl"
        "@demesisx@infosec.pub"
        "@russjr08@outpost.zeuslink.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2229 …}
      +nested: Doctrine\ORM\PersistentCollection {#2252 …}
      +votes: Doctrine\ORM\PersistentCollection {#2189 …}
      +reports: Doctrine\ORM\PersistentCollection {#2311 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
      -id: 90211
      -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3955788"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699118397 {#2230
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +"title": 90211
    }
    0 => App\Entity\EntryComment {#2112}
  ]
  -id: 9480
  -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
  -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699144914
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/5810609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699058514 {#1979
    date: 2023-11-04 01:41:54.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 {#2124
  +user: Proxies\__CG__\App\Entity\User {#1980 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: Proxies\__CG__\App\Entity\Image {#1348 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
  +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
  +title: "Shoutout to fwupd for updating device firmware"
  +url: "https://github.com/fwupd/fwupd"
  +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699130357 {#2281
    date: 2023-11-04 21:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1351 …}
  +votes: Doctrine\ORM\PersistentCollection {#1353 …}
  +reports: Doctrine\ORM\PersistentCollection {#1358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
  +badges: Doctrine\ORM\PersistentCollection {#2493 …}
  +children: [
    2 => App\Entity\EntryComment {#2044
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +root: App\Entity\EntryComment {#2112
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
          \n
          > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
          \n
          > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1699125537 {#2106
          date: 2023-11-04 20:18:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2114 …}
        +nested: Doctrine\ORM\PersistentCollection {#2117 …}
        +votes: Doctrine\ORM\PersistentCollection {#2122 …}
        +reports: Doctrine\ORM\PersistentCollection {#2113 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
        -id: 89217
        -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3949617"
        +editedAt: DateTimeImmutable @1699095678 {#2110
          date: 2023-11-04 12:01:18.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699095561 {#2107
          date: 2023-11-04 11:59:21.0 +01:00
        }
        +"title": 89217
      }
      +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699101310 {#2160
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sleevezipper@feddit.nl"
        "@demesisx@infosec.pub"
        "@russjr08@outpost.zeuslink.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2127 …}
      +nested: Doctrine\ORM\PersistentCollection {#2043 …}
      +votes: Doctrine\ORM\PersistentCollection {#2215 …}
      +reports: Doctrine\ORM\PersistentCollection {#2198 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
      -id: 89397
      -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3950798"
      +editedAt: DateTimeImmutable @1699103848 {#2163
        date: 2023-11-04 14:17:28.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699101310 {#2162
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +"title": 89397
    }
    1 => App\Entity\EntryComment {#2231
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
      +root: App\Entity\EntryComment {#2112}
      +body: """
        Interestingly enough, someone actually did release two nix derivations for this software!\n
        \n
        [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699118397 {#2225
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sleevezipper@feddit.nl"
        "@demesisx@infosec.pub"
        "@russjr08@outpost.zeuslink.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2229 …}
      +nested: Doctrine\ORM\PersistentCollection {#2252 …}
      +votes: Doctrine\ORM\PersistentCollection {#2189 …}
      +reports: Doctrine\ORM\PersistentCollection {#2311 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
      -id: 90211
      -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3955788"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699118397 {#2230
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +"title": 90211
    }
    0 => App\Entity\EntryComment {#2112}
  ]
  -id: 9480
  -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
  -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699144914
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/5810609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699058514 {#1979
    date: 2023-11-04 01:41:54.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 {#2124
  +user: Proxies\__CG__\App\Entity\User {#1980 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: Proxies\__CG__\App\Entity\Image {#1348 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
  +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
  +title: "Shoutout to fwupd for updating device firmware"
  +url: "https://github.com/fwupd/fwupd"
  +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699130357 {#2281
    date: 2023-11-04 21:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1351 …}
  +votes: Doctrine\ORM\PersistentCollection {#1353 …}
  +reports: Doctrine\ORM\PersistentCollection {#1358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
  +badges: Doctrine\ORM\PersistentCollection {#2493 …}
  +children: [
    2 => App\Entity\EntryComment {#2044
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
      +root: App\Entity\EntryComment {#2112
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
          \n
          > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
          \n
          > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1699125537 {#2106
          date: 2023-11-04 20:18:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2114 …}
        +nested: Doctrine\ORM\PersistentCollection {#2117 …}
        +votes: Doctrine\ORM\PersistentCollection {#2122 …}
        +reports: Doctrine\ORM\PersistentCollection {#2113 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
        -id: 89217
        -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3949617"
        +editedAt: DateTimeImmutable @1699095678 {#2110
          date: 2023-11-04 12:01:18.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699095561 {#2107
          date: 2023-11-04 11:59:21.0 +01:00
        }
        +"title": 89217
      }
      +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699101310 {#2160
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sleevezipper@feddit.nl"
        "@demesisx@infosec.pub"
        "@russjr08@outpost.zeuslink.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2127 …}
      +nested: Doctrine\ORM\PersistentCollection {#2043 …}
      +votes: Doctrine\ORM\PersistentCollection {#2215 …}
      +reports: Doctrine\ORM\PersistentCollection {#2198 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
      -id: 89397
      -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3950798"
      +editedAt: DateTimeImmutable @1699103848 {#2163
        date: 2023-11-04 14:17:28.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699101310 {#2162
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +"title": 89397
    }
    1 => App\Entity\EntryComment {#2231
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
      +root: App\Entity\EntryComment {#2112}
      +body: """
        Interestingly enough, someone actually did release two nix derivations for this software!\n
        \n
        [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699118397 {#2225
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sleevezipper@feddit.nl"
        "@demesisx@infosec.pub"
        "@russjr08@outpost.zeuslink.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2229 …}
      +nested: Doctrine\ORM\PersistentCollection {#2252 …}
      +votes: Doctrine\ORM\PersistentCollection {#2189 …}
      +reports: Doctrine\ORM\PersistentCollection {#2311 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
      -id: 90211
      -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3955788"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699118397 {#2230
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +"title": 90211
    }
    0 => App\Entity\EntryComment {#2112}
  ]
  -id: 9480
  -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
  -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699144914
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/5810609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699058514 {#1979
    date: 2023-11-04 01:41:54.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 {#2044
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044}
      1 => App\Entity\EntryComment {#2231
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
        +root: App\Entity\EntryComment {#2112
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
            \n
            > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
            \n
            > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 9
          +score: 0
          +lastActive: DateTime @1699125537 {#2106
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2114 …}
          +nested: Doctrine\ORM\PersistentCollection {#2117 …}
          +votes: Doctrine\ORM\PersistentCollection {#2122 …}
          +reports: Doctrine\ORM\PersistentCollection {#2113 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
          -id: 89217
          -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3949617"
          +editedAt: DateTimeImmutable @1699095678 {#2110
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2107
            date: 2023-11-04 11:59:21.0 +01:00
          }
          +"title": 89217
        }
        +body: """
          Interestingly enough, someone actually did release two nix derivations for this software!\n
          \n
          [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699118397 {#2225
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2229 …}
        +nested: Doctrine\ORM\PersistentCollection {#2252 …}
        +votes: Doctrine\ORM\PersistentCollection {#2189 …}
        +reports: Doctrine\ORM\PersistentCollection {#2311 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
        -id: 90211
        -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3955788"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699118397 {#2230
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +root: App\Entity\EntryComment {#2112}
  +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699101310 {#2160
    date: 2023-11-04 13:35:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
    "@demesisx@infosec.pub"
    "@russjr08@outpost.zeuslink.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2127 …}
  +nested: Doctrine\ORM\PersistentCollection {#2043 …}
  +votes: Doctrine\ORM\PersistentCollection {#2215 …}
  +reports: Doctrine\ORM\PersistentCollection {#2198 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 89397
  -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3950798"
  +editedAt: DateTimeImmutable @1699103848 {#2163
    date: 2023-11-04 14:17:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699101310 {#2162
    date: 2023-11-04 13:35:10.0 +01:00
  }
  +"title": 89397
}
"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 {#2044
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044}
      1 => App\Entity\EntryComment {#2231
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
        +root: App\Entity\EntryComment {#2112
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
            \n
            > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
            \n
            > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 9
          +score: 0
          +lastActive: DateTime @1699125537 {#2106
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2114 …}
          +nested: Doctrine\ORM\PersistentCollection {#2117 …}
          +votes: Doctrine\ORM\PersistentCollection {#2122 …}
          +reports: Doctrine\ORM\PersistentCollection {#2113 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
          -id: 89217
          -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3949617"
          +editedAt: DateTimeImmutable @1699095678 {#2110
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2107
            date: 2023-11-04 11:59:21.0 +01:00
          }
          +"title": 89217
        }
        +body: """
          Interestingly enough, someone actually did release two nix derivations for this software!\n
          \n
          [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699118397 {#2225
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2229 …}
        +nested: Doctrine\ORM\PersistentCollection {#2252 …}
        +votes: Doctrine\ORM\PersistentCollection {#2189 …}
        +reports: Doctrine\ORM\PersistentCollection {#2311 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
        -id: 90211
        -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3955788"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699118397 {#2230
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +root: App\Entity\EntryComment {#2112}
  +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699101310 {#2160
    date: 2023-11-04 13:35:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
    "@demesisx@infosec.pub"
    "@russjr08@outpost.zeuslink.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2127 …}
  +nested: Doctrine\ORM\PersistentCollection {#2043 …}
  +votes: Doctrine\ORM\PersistentCollection {#2215 …}
  +reports: Doctrine\ORM\PersistentCollection {#2198 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 89397
  -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3950798"
  +editedAt: DateTimeImmutable @1699103848 {#2163
    date: 2023-11-04 14:17:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699101310 {#2162
    date: 2023-11-04 13:35:10.0 +01:00
  }
  +"title": 89397
}
"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 {#2044
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044}
      1 => App\Entity\EntryComment {#2231
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
        +root: App\Entity\EntryComment {#2112
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
            \n
            > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
            \n
            > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 9
          +score: 0
          +lastActive: DateTime @1699125537 {#2106
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2114 …}
          +nested: Doctrine\ORM\PersistentCollection {#2117 …}
          +votes: Doctrine\ORM\PersistentCollection {#2122 …}
          +reports: Doctrine\ORM\PersistentCollection {#2113 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
          -id: 89217
          -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3949617"
          +editedAt: DateTimeImmutable @1699095678 {#2110
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2107
            date: 2023-11-04 11:59:21.0 +01:00
          }
          +"title": 89217
        }
        +body: """
          Interestingly enough, someone actually did release two nix derivations for this software!\n
          \n
          [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699118397 {#2225
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2229 …}
        +nested: Doctrine\ORM\PersistentCollection {#2252 …}
        +votes: Doctrine\ORM\PersistentCollection {#2189 …}
        +reports: Doctrine\ORM\PersistentCollection {#2311 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
        -id: 90211
        -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3955788"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699118397 {#2230
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
  +root: App\Entity\EntryComment {#2112}
  +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699101310 {#2160
    date: 2023-11-04 13:35:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
    "@demesisx@infosec.pub"
    "@russjr08@outpost.zeuslink.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2127 …}
  +nested: Doctrine\ORM\PersistentCollection {#2043 …}
  +votes: Doctrine\ORM\PersistentCollection {#2215 …}
  +reports: Doctrine\ORM\PersistentCollection {#2198 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
  -id: 89397
  -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3950798"
  +editedAt: DateTimeImmutable @1699103848 {#2163
    date: 2023-11-04 14:17:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699101310 {#2162
    date: 2023-11-04 13:35:10.0 +01:00
  }
  +"title": 89397
}
"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 {#2231
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
        +root: App\Entity\EntryComment {#2112
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
            \n
            > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
            \n
            > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 9
          +score: 0
          +lastActive: DateTime @1699125537 {#2106
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2114 …}
          +nested: Doctrine\ORM\PersistentCollection {#2117 …}
          +votes: Doctrine\ORM\PersistentCollection {#2122 …}
          +reports: Doctrine\ORM\PersistentCollection {#2113 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
          -id: 89217
          -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3949617"
          +editedAt: DateTimeImmutable @1699095678 {#2110
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2107
            date: 2023-11-04 11:59:21.0 +01:00
          }
          +"title": 89217
        }
        +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1699101310 {#2160
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2127 …}
        +nested: Doctrine\ORM\PersistentCollection {#2043 …}
        +votes: Doctrine\ORM\PersistentCollection {#2215 …}
        +reports: Doctrine\ORM\PersistentCollection {#2198 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
        -id: 89397
        -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3950798"
        +editedAt: DateTimeImmutable @1699103848 {#2163
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2162
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2231}
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
  +root: App\Entity\EntryComment {#2112}
  +body: """
    Interestingly enough, someone actually did release two nix derivations for this software!\n
    \n
    [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699118397 {#2225
    date: 2023-11-04 18:19:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
    "@demesisx@infosec.pub"
    "@russjr08@outpost.zeuslink.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2229 …}
  +nested: Doctrine\ORM\PersistentCollection {#2252 …}
  +votes: Doctrine\ORM\PersistentCollection {#2189 …}
  +reports: Doctrine\ORM\PersistentCollection {#2311 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
  -id: 90211
  -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3955788"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699118397 {#2230
    date: 2023-11-04 18:19:57.0 +01:00
  }
  +"title": 90211
}
"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 {#2231
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
        +root: App\Entity\EntryComment {#2112
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
            \n
            > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
            \n
            > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 9
          +score: 0
          +lastActive: DateTime @1699125537 {#2106
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2114 …}
          +nested: Doctrine\ORM\PersistentCollection {#2117 …}
          +votes: Doctrine\ORM\PersistentCollection {#2122 …}
          +reports: Doctrine\ORM\PersistentCollection {#2113 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
          -id: 89217
          -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3949617"
          +editedAt: DateTimeImmutable @1699095678 {#2110
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2107
            date: 2023-11-04 11:59:21.0 +01:00
          }
          +"title": 89217
        }
        +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1699101310 {#2160
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2127 …}
        +nested: Doctrine\ORM\PersistentCollection {#2043 …}
        +votes: Doctrine\ORM\PersistentCollection {#2215 …}
        +reports: Doctrine\ORM\PersistentCollection {#2198 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
        -id: 89397
        -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3950798"
        +editedAt: DateTimeImmutable @1699103848 {#2163
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2162
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2231}
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
  +root: App\Entity\EntryComment {#2112}
  +body: """
    Interestingly enough, someone actually did release two nix derivations for this software!\n
    \n
    [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699118397 {#2225
    date: 2023-11-04 18:19:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
    "@demesisx@infosec.pub"
    "@russjr08@outpost.zeuslink.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2229 …}
  +nested: Doctrine\ORM\PersistentCollection {#2252 …}
  +votes: Doctrine\ORM\PersistentCollection {#2189 …}
  +reports: Doctrine\ORM\PersistentCollection {#2311 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
  -id: 90211
  -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3955788"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699118397 {#2230
    date: 2023-11-04 18:19:57.0 +01:00
  }
  +"title": 90211
}
"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 {#2231
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
        +root: App\Entity\EntryComment {#2112
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
            \n
            > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
            \n
            > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 9
          +score: 0
          +lastActive: DateTime @1699125537 {#2106
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2114 …}
          +nested: Doctrine\ORM\PersistentCollection {#2117 …}
          +votes: Doctrine\ORM\PersistentCollection {#2122 …}
          +reports: Doctrine\ORM\PersistentCollection {#2113 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
          -id: 89217
          -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3949617"
          +editedAt: DateTimeImmutable @1699095678 {#2110
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2107
            date: 2023-11-04 11:59:21.0 +01:00
          }
          +"title": 89217
        }
        +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1699101310 {#2160
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2127 …}
        +nested: Doctrine\ORM\PersistentCollection {#2043 …}
        +votes: Doctrine\ORM\PersistentCollection {#2215 …}
        +reports: Doctrine\ORM\PersistentCollection {#2198 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
        -id: 89397
        -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3950798"
        +editedAt: DateTimeImmutable @1699103848 {#2163
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2162
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2231}
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
  +root: App\Entity\EntryComment {#2112}
  +body: """
    Interestingly enough, someone actually did release two nix derivations for this software!\n
    \n
    [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699118397 {#2225
    date: 2023-11-04 18:19:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
    "@demesisx@infosec.pub"
    "@russjr08@outpost.zeuslink.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2229 …}
  +nested: Doctrine\ORM\PersistentCollection {#2252 …}
  +votes: Doctrine\ORM\PersistentCollection {#2189 …}
  +reports: Doctrine\ORM\PersistentCollection {#2311 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
  -id: 90211
  -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3955788"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699118397 {#2230
    date: 2023-11-04 18:19:57.0 +01:00
  }
  +"title": 90211
}
"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 {#2112
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
        +root: App\Entity\EntryComment {#2112}
        +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1699101310 {#2160
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2127 …}
        +nested: Doctrine\ORM\PersistentCollection {#2043 …}
        +votes: Doctrine\ORM\PersistentCollection {#2215 …}
        +reports: Doctrine\ORM\PersistentCollection {#2198 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
        -id: 89397
        -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3950798"
        +editedAt: DateTimeImmutable @1699103848 {#2163
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2162
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2231
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
        +root: App\Entity\EntryComment {#2112}
        +body: """
          Interestingly enough, someone actually did release two nix derivations for this software!\n
          \n
          [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699118397 {#2225
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2229 …}
        +nested: Doctrine\ORM\PersistentCollection {#2252 …}
        +votes: Doctrine\ORM\PersistentCollection {#2189 …}
        +reports: Doctrine\ORM\PersistentCollection {#2311 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
        -id: 90211
        -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3955788"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699118397 {#2230
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
    \n
    > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
    \n
    > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699125537 {#2106
    date: 2023-11-04 20:18:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2114 …}
  +nested: Doctrine\ORM\PersistentCollection {#2117 …}
  +votes: Doctrine\ORM\PersistentCollection {#2122 …}
  +reports: Doctrine\ORM\PersistentCollection {#2113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
  -id: 89217
  -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3949617"
  +editedAt: DateTimeImmutable @1699095678 {#2110
    date: 2023-11-04 12:01:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699095561 {#2107
    date: 2023-11-04 11:59:21.0 +01:00
  }
  +"title": 89217
}
"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 {#2112
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
        +root: App\Entity\EntryComment {#2112}
        +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1699101310 {#2160
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2127 …}
        +nested: Doctrine\ORM\PersistentCollection {#2043 …}
        +votes: Doctrine\ORM\PersistentCollection {#2215 …}
        +reports: Doctrine\ORM\PersistentCollection {#2198 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
        -id: 89397
        -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3950798"
        +editedAt: DateTimeImmutable @1699103848 {#2163
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2162
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2231
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
        +root: App\Entity\EntryComment {#2112}
        +body: """
          Interestingly enough, someone actually did release two nix derivations for this software!\n
          \n
          [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699118397 {#2225
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2229 …}
        +nested: Doctrine\ORM\PersistentCollection {#2252 …}
        +votes: Doctrine\ORM\PersistentCollection {#2189 …}
        +reports: Doctrine\ORM\PersistentCollection {#2311 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
        -id: 90211
        -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3955788"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699118397 {#2230
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
    \n
    > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
    \n
    > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699125537 {#2106
    date: 2023-11-04 20:18:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2114 …}
  +nested: Doctrine\ORM\PersistentCollection {#2117 …}
  +votes: Doctrine\ORM\PersistentCollection {#2122 …}
  +reports: Doctrine\ORM\PersistentCollection {#2113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
  -id: 89217
  -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3949617"
  +editedAt: DateTimeImmutable @1699095678 {#2110
    date: 2023-11-04 12:01:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699095561 {#2107
    date: 2023-11-04 11:59:21.0 +01:00
  }
  +"title": 89217
}
"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 {#2112
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2124
    +user: Proxies\__CG__\App\Entity\User {#1980 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: Proxies\__CG__\App\Entity\Image {#1348 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1349 …}
    +slug: "Shoutout-to-fwupd-for-updating-device-firmware"
    +title: "Shoutout to fwupd for updating device firmware"
    +url: "https://github.com/fwupd/fwupd"
    +body: "It updated a Thinkpad dock with no issues while on Windows, I had to find specific drivers and sketchy update utilities. Awesome!"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699130357 {#2281
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1351 …}
    +votes: Doctrine\ORM\PersistentCollection {#1353 …}
    +reports: Doctrine\ORM\PersistentCollection {#1358 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1355 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2491 …}
    +badges: Doctrine\ORM\PersistentCollection {#2493 …}
    +children: [
      2 => App\Entity\EntryComment {#2044
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2128 …}
        +root: App\Entity\EntryComment {#2112}
        +body: "I’m not pointing to a problem per se. I’m just saying that this dev dismissed the act of building this from scratch as impossible when it is not actually impossible. Honestly, I’m just trying to spread the word about Nix and GUIX because they make things that were previously considered impossible (like this) possible."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1699101310 {#2160
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2127 …}
        +nested: Doctrine\ORM\PersistentCollection {#2043 …}
        +votes: Doctrine\ORM\PersistentCollection {#2215 …}
        +reports: Doctrine\ORM\PersistentCollection {#2198 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2227 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2214 …}
        -id: 89397
        -bodyTs: "'act':19 'actual':31 'build':21 'consid':53 'dev':16 'dismiss':17 'guix':45 'honest':33 'imposs':26,32,54 'like':55 'm':2,11,35 'make':48 'nix':43 'per':8 'point':4 'possibl':57 'previous':52 'problem':7 'say':13 'scratch':24 'se':9 'spread':39 'thing':49 'tri':37 'word':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3950798"
        +editedAt: DateTimeImmutable @1699103848 {#2163
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2162
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2231
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2124 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2232 …}
        +root: App\Entity\EntryComment {#2112}
        +body: """
          Interestingly enough, someone actually did release two nix derivations for this software!\n
          \n
          [search.nixos.org/packages?channel=23.05&show=…](https://search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1699118397 {#2225
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
          "@demesisx@infosec.pub"
          "@russjr08@outpost.zeuslink.net"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2229 …}
        +nested: Doctrine\ORM\PersistentCollection {#2252 …}
        +votes: Doctrine\ORM\PersistentCollection {#2189 …}
        +reports: Doctrine\ORM\PersistentCollection {#2311 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2293 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2309 …}
        -id: 90211
        -bodyTs: "'/packages?channel=23.05&show=':15 '/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':18 'actual':4 'deriv':9 'enough':2 'interest':1 'nix':8 'releas':6 'search.nixos.org':14,17 'search.nixos.org/packages?channel=23.05&show=':13 'search.nixos.org/packages?channel=23.05&show=fwupd-efi&from=0&size=50&sort=relevance&type=packages&query=fwupd)':16 'softwar':12 'someon':3 'two':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3955788"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699118397 {#2230
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2112}
    ]
    -id: 9480
    -titleTs: "'devic':6 'firmwar':7 'fwupd':3 'shoutout':1 'updat':5"
    -bodyTs: "'awesom':22 'dock':5 'driver':17 'find':15 'issu':8 'sketchi':19 'specif':16 'thinkpad':4 'updat':2,20 'util':21 'window':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699144914
    +visibility: "visible             "
    +apId: "https://feddit.nl/post/5810609"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699058514 {#1979
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Looks like they have no idea how to get their software working using Nix. The following blurb is absurd to most GUIX or Nix users:\n
    \n
    > NOTE: In most cases, end users should never compile fwupd from scratch; it’s a complicated project with dozens of dependencies (and as many configuration options) and there’s just too many things that can go wrong.\n
    \n
    > Users should just have fwupd installed and updated by their distro, managed and tested by the package maintainer. The distribution will have also done some testing with how fwupd interacts with other software on your system, for instance using GNOME Software.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1699125537 {#2106
    date: 2023-11-04 20:18:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2114 …}
  +nested: Doctrine\ORM\PersistentCollection {#2117 …}
  +votes: Doctrine\ORM\PersistentCollection {#2122 …}
  +reports: Doctrine\ORM\PersistentCollection {#2113 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2119 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2120 …}
  -id: 89217
  -bodyTs: "'absurd':19 'also':85 'blurb':17 'case':29 'compil':34 'complic':41 'configur':50 'depend':46 'distribut':82 'distro':73 'done':86 'dozen':44 'end':30 'follow':16 'fwupd':35,67,91 'get':9 'gnome':102 'go':61 'guix':22 'idea':6 'instal':68 'instanc':100 'interact':92 'like':2 'look':1 'maintain':80 'manag':74 'mani':49,57 'never':33 'nix':14,24 'note':26 'option':51 'packag':79 'project':42 'scratch':37 'softwar':11,95,103 'system':98 'test':76,88 'thing':58 'updat':70 'use':13,101 'user':25,31,63 'work':12 'wrong':62"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3949617"
  +editedAt: DateTimeImmutable @1699095678 {#2110
    date: 2023-11-04 12:01:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699095561 {#2107
    date: 2023-11-04 11:59:21.0 +01:00
  }
  +"title": 89217
}
"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 {#2391
  +user: Proxies\__CG__\App\Entity\User {#2269 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "How-does-one-be-a-good-mod"
  +title: "How does one be a good mod?"
  +url: null
  +body: """
    Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
    \n
    What guidelines do good mods use?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698076250 {#2514
    date: 2023-10-23 17:50:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2519 …}
  +votes: Doctrine\ORM\PersistentCollection {#2522 …}
  +reports: Doctrine\ORM\PersistentCollection {#2524 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
  +badges: Doctrine\ORM\PersistentCollection {#2530 …}
  +children: [
    2 => App\Entity\EntryComment {#1401
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +root: App\Entity\EntryComment {#2389
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Good mods don’t ban people for swearing.\n
          ========================================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900368 {#2387
          date: 2023-10-21 16:59:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1407 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 62973
        -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3588855"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697898826 {#2369
          date: 2023-10-21 16:33:46.0 +02:00
        }
        +"title": 62973
      }
      +body: "Agreed!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1697900315 {#2379
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Blamemeta@lemm.ee"
        "@demesisx@infosec.pub"
        "@Annoyed_Crabby@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#2019 …}
      +votes: Doctrine\ORM\PersistentCollection {#2030 …}
      +reports: Doctrine\ORM\PersistentCollection {#2026 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 63003
      -bodyTs: "'agre':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3589267"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697900315 {#2378
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +"title": 63003
    }
    1 => App\Entity\EntryComment {#2028
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: App\Entity\EntryComment {#2389}
      +body: "Agreed. I mean, there’s nuance at play here."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697900366 {#2033
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Blamemeta@lemm.ee"
        "@demesisx@infosec.pub"
        "@Jourei@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 63007
      -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3589280"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697900366 {#2021
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +"title": 63007
    }
    0 => App\Entity\EntryComment {#2389}
  ]
  -id: 6855
  -titleTs: "'good':6 'mod':7 'one':3"
  -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697984133
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12256389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697897733 {#2501
    date: 2023-10-21 16:15:33.0 +02: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 {#2391
  +user: Proxies\__CG__\App\Entity\User {#2269 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "How-does-one-be-a-good-mod"
  +title: "How does one be a good mod?"
  +url: null
  +body: """
    Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
    \n
    What guidelines do good mods use?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698076250 {#2514
    date: 2023-10-23 17:50:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2519 …}
  +votes: Doctrine\ORM\PersistentCollection {#2522 …}
  +reports: Doctrine\ORM\PersistentCollection {#2524 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
  +badges: Doctrine\ORM\PersistentCollection {#2530 …}
  +children: [
    2 => App\Entity\EntryComment {#1401
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +root: App\Entity\EntryComment {#2389
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Good mods don’t ban people for swearing.\n
          ========================================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900368 {#2387
          date: 2023-10-21 16:59:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1407 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 62973
        -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3588855"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697898826 {#2369
          date: 2023-10-21 16:33:46.0 +02:00
        }
        +"title": 62973
      }
      +body: "Agreed!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1697900315 {#2379
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Blamemeta@lemm.ee"
        "@demesisx@infosec.pub"
        "@Annoyed_Crabby@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#2019 …}
      +votes: Doctrine\ORM\PersistentCollection {#2030 …}
      +reports: Doctrine\ORM\PersistentCollection {#2026 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 63003
      -bodyTs: "'agre':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3589267"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697900315 {#2378
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +"title": 63003
    }
    1 => App\Entity\EntryComment {#2028
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: App\Entity\EntryComment {#2389}
      +body: "Agreed. I mean, there’s nuance at play here."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697900366 {#2033
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Blamemeta@lemm.ee"
        "@demesisx@infosec.pub"
        "@Jourei@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 63007
      -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3589280"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697900366 {#2021
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +"title": 63007
    }
    0 => App\Entity\EntryComment {#2389}
  ]
  -id: 6855
  -titleTs: "'good':6 'mod':7 'one':3"
  -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697984133
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12256389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697897733 {#2501
    date: 2023-10-21 16:15:33.0 +02: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 {#2391
  +user: Proxies\__CG__\App\Entity\User {#2269 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "How-does-one-be-a-good-mod"
  +title: "How does one be a good mod?"
  +url: null
  +body: """
    Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
    \n
    What guidelines do good mods use?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698076250 {#2514
    date: 2023-10-23 17:50:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2519 …}
  +votes: Doctrine\ORM\PersistentCollection {#2522 …}
  +reports: Doctrine\ORM\PersistentCollection {#2524 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
  +badges: Doctrine\ORM\PersistentCollection {#2530 …}
  +children: [
    2 => App\Entity\EntryComment {#1401
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
      +root: App\Entity\EntryComment {#2389
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Good mods don’t ban people for swearing.\n
          ========================================
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900368 {#2387
          date: 2023-10-21 16:59:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1407 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 62973
        -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3588855"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697898826 {#2369
          date: 2023-10-21 16:33:46.0 +02:00
        }
        +"title": 62973
      }
      +body: "Agreed!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1697900315 {#2379
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Blamemeta@lemm.ee"
        "@demesisx@infosec.pub"
        "@Annoyed_Crabby@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1362 …}
      +nested: Doctrine\ORM\PersistentCollection {#2019 …}
      +votes: Doctrine\ORM\PersistentCollection {#2030 …}
      +reports: Doctrine\ORM\PersistentCollection {#2026 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
      -id: 63003
      -bodyTs: "'agre':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3589267"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697900315 {#2378
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +"title": 63003
    }
    1 => App\Entity\EntryComment {#2028
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: App\Entity\EntryComment {#2389}
      +body: "Agreed. I mean, there’s nuance at play here."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697900366 {#2033
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Blamemeta@lemm.ee"
        "@demesisx@infosec.pub"
        "@Jourei@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 63007
      -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3589280"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697900366 {#2021
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +"title": 63007
    }
    0 => App\Entity\EntryComment {#2389}
  ]
  -id: 6855
  -titleTs: "'good':6 'mod':7 'one':3"
  -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697984133
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/12256389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697897733 {#2501
    date: 2023-10-21 16:15:33.0 +02: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 {#1401
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401}
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2389
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Good mods don’t ban people for swearing.\n
            ========================================
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1697900368 {#2387
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#1907 …}
          +votes: Doctrine\ORM\PersistentCollection {#1410 …}
          +reports: Doctrine\ORM\PersistentCollection {#1708 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
          -id: 62973
          -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3588855"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697898826 {#2369
            date: 2023-10-21 16:33:46.0 +02:00
          }
          +"title": 62973
        }
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2033
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Jourei@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 63007
        -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589280"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900366 {#2021
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +root: App\Entity\EntryComment {#2389}
  +body: "Agreed!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900315 {#2379
    date: 2023-10-21 16:58:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
    "@demesisx@infosec.pub"
    "@Annoyed_Crabby@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 63003
  -bodyTs: "'agre':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3589267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697900315 {#2378
    date: 2023-10-21 16:58:35.0 +02:00
  }
  +"title": 63003
}
"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 {#1401
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401}
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2389
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Good mods don’t ban people for swearing.\n
            ========================================
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1697900368 {#2387
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#1907 …}
          +votes: Doctrine\ORM\PersistentCollection {#1410 …}
          +reports: Doctrine\ORM\PersistentCollection {#1708 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
          -id: 62973
          -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3588855"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697898826 {#2369
            date: 2023-10-21 16:33:46.0 +02:00
          }
          +"title": 62973
        }
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2033
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Jourei@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 63007
        -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589280"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900366 {#2021
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +root: App\Entity\EntryComment {#2389}
  +body: "Agreed!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900315 {#2379
    date: 2023-10-21 16:58:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
    "@demesisx@infosec.pub"
    "@Annoyed_Crabby@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 63003
  -bodyTs: "'agre':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3589267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697900315 {#2378
    date: 2023-10-21 16:58:35.0 +02:00
  }
  +"title": 63003
}
"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 {#1401
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401}
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2389
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Good mods don’t ban people for swearing.\n
            ========================================
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1697900368 {#2387
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#1907 …}
          +votes: Doctrine\ORM\PersistentCollection {#1410 …}
          +reports: Doctrine\ORM\PersistentCollection {#1708 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
          -id: 62973
          -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3588855"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697898826 {#2369
            date: 2023-10-21 16:33:46.0 +02:00
          }
          +"title": 62973
        }
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2033
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Jourei@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 63007
        -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589280"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900366 {#2021
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
  +root: App\Entity\EntryComment {#2389}
  +body: "Agreed!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900315 {#2379
    date: 2023-10-21 16:58:35.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
    "@demesisx@infosec.pub"
    "@Annoyed_Crabby@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 63003
  -bodyTs: "'agre':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3589267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697900315 {#2378
    date: 2023-10-21 16:58:35.0 +02:00
  }
  +"title": 63003
}
"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
App\Entity\EntryComment {#2028
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +root: App\Entity\EntryComment {#2389
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Good mods don’t ban people for swearing.\n
            ========================================
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1697900368 {#2387
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#1907 …}
          +votes: Doctrine\ORM\PersistentCollection {#1410 …}
          +reports: Doctrine\ORM\PersistentCollection {#1708 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
          -id: 62973
          -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3588855"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697898826 {#2369
            date: 2023-10-21 16:33:46.0 +02:00
          }
          +"title": 62973
        }
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2379
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Annoyed_Crabby@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 63003
        -bodyTs: "'agre':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589267"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900315 {#2378
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2028}
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: App\Entity\EntryComment {#2389}
  +body: "Agreed. I mean, there’s nuance at play here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697900366 {#2033
    date: 2023-10-21 16:59:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
    "@demesisx@infosec.pub"
    "@Jourei@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 63007
  -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3589280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697900366 {#2021
    date: 2023-10-21 16:59:26.0 +02:00
  }
  +"title": 63007
}
"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
35 DENIED edit
App\Entity\EntryComment {#2028
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +root: App\Entity\EntryComment {#2389
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Good mods don’t ban people for swearing.\n
            ========================================
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1697900368 {#2387
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#1907 …}
          +votes: Doctrine\ORM\PersistentCollection {#1410 …}
          +reports: Doctrine\ORM\PersistentCollection {#1708 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
          -id: 62973
          -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3588855"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697898826 {#2369
            date: 2023-10-21 16:33:46.0 +02:00
          }
          +"title": 62973
        }
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2379
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Annoyed_Crabby@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 63003
        -bodyTs: "'agre':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589267"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900315 {#2378
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2028}
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: App\Entity\EntryComment {#2389}
  +body: "Agreed. I mean, there’s nuance at play here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697900366 {#2033
    date: 2023-10-21 16:59:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
    "@demesisx@infosec.pub"
    "@Jourei@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 63007
  -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3589280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697900366 {#2021
    date: 2023-10-21 16:59:26.0 +02:00
  }
  +"title": 63007
}
"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
36 DENIED moderate
App\Entity\EntryComment {#2028
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +root: App\Entity\EntryComment {#2389
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            Good mods don’t ban people for swearing.\n
            ========================================
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 7
          +score: 0
          +lastActive: DateTime @1697900368 {#2387
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1407 …}
          +nested: Doctrine\ORM\PersistentCollection {#1907 …}
          +votes: Doctrine\ORM\PersistentCollection {#1410 …}
          +reports: Doctrine\ORM\PersistentCollection {#1708 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
          -id: 62973
          -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3588855"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697898826 {#2369
            date: 2023-10-21 16:33:46.0 +02:00
          }
          +"title": 62973
        }
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2379
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Annoyed_Crabby@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 63003
        -bodyTs: "'agre':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589267"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900315 {#2378
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2028}
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: App\Entity\EntryComment {#2389}
  +body: "Agreed. I mean, there’s nuance at play here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697900366 {#2033
    date: 2023-10-21 16:59:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
    "@demesisx@infosec.pub"
    "@Jourei@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 63007
  -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3589280"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697900366 {#2021
    date: 2023-10-21 16:59:26.0 +02:00
  }
  +"title": 63007
}
"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
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 {#2389
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +root: App\Entity\EntryComment {#2389}
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2379
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Annoyed_Crabby@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 63003
        -bodyTs: "'agre':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589267"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900315 {#2378
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2389}
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2033
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Jourei@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 63007
        -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589280"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900366 {#2021
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Good mods don’t ban people for swearing.\n
    ========================================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900368 {#2387
    date: 2023-10-21 16:59:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1410 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 62973
  -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3588855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697898826 {#2369
    date: 2023-10-21 16:33:46.0 +02:00
  }
  +"title": 62973
}
"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 {#2389
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +root: App\Entity\EntryComment {#2389}
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2379
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Annoyed_Crabby@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 63003
        -bodyTs: "'agre':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589267"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900315 {#2378
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2389}
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2033
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Jourei@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 63007
        -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589280"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900366 {#2021
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Good mods don’t ban people for swearing.\n
    ========================================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900368 {#2387
    date: 2023-10-21 16:59:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1410 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 62973
  -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3588855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697898826 {#2369
    date: 2023-10-21 16:33:46.0 +02:00
  }
  +"title": 62973
}
"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 {#2389
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2391
    +user: Proxies\__CG__\App\Entity\User {#2269 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-does-one-be-a-good-mod"
    +title: "How does one be a good mod?"
    +url: null
    +body: """
      Im trying to avoid being a power tripping mod, and I recently got a rude message who had a 1 day ban because he wanted to use the f-slur. Again after being warned.\n
      \n
      What guidelines do good mods use?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698076250 {#2514
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2519 …}
    +votes: Doctrine\ORM\PersistentCollection {#2522 …}
    +reports: Doctrine\ORM\PersistentCollection {#2524 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2528 …}
    +badges: Doctrine\ORM\PersistentCollection {#2530 …}
    +children: [
      2 => App\Entity\EntryComment {#1401
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1361 …}
        +root: App\Entity\EntryComment {#2389}
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2379
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Annoyed_Crabby@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 63003
        -bodyTs: "'agre':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589267"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900315 {#2378
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2391 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2389}
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2033
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
          "@demesisx@infosec.pub"
          "@Jourei@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 63007
        -bodyTs: "'agre':1 'mean':3 'nuanc':6 'play':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3589280"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697900366 {#2021
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#2389}
    ]
    -id: 6855
    -titleTs: "'good':6 'mod':7 'one':3"
    -bodyTs: "'1':20 'avoid':4 'ban':22 'day':21 'f':30 'f-slur':29 'good':39 'got':13 'guidelin':37 'im':1 'messag':16 'mod':9,40 'power':7 'recent':12 'rude':15 'slur':31 'tri':2 'trip':8 'use':27,41 'want':25 'warn':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697984133
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/12256389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697897733 {#2501
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1883 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Good mods don’t ban people for swearing.\n
    ========================================
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900368 {#2387
    date: 2023-10-21 16:59:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1407 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1410 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 62973
  -bodyTs: "'ban':5 'good':1 'mod':2 'peopl':6 'swear':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3588855"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697898826 {#2369
    date: 2023-10-21 16:33:46.0 +02:00
  }
  +"title": 62973
}
"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 {#2452
  +user: Proxies\__CG__\App\Entity\User {#2498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
  +slug: "Why-is-everything-a-sequel-reboot-or-remake"
  +title: "Why is everything a sequel, reboot or remake?"
  +url: "https://collider.com/the-creator-global-box-office-79-million/"
  +body: """
    So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
    \n
    But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
    \n
    So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
    \n
    And that makes me sad.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 80
  +favouriteCount: 168
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697908190 {#2532
    date: 2023-10-21 19:09:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2539 …}
  +votes: Doctrine\ORM\PersistentCollection {#2541 …}
  +reports: Doctrine\ORM\PersistentCollection {#2543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
  +badges: Doctrine\ORM\PersistentCollection {#2549 …}
  +children: [
    1 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
        \n
        Edit: I see I’m not the first person to post this video.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1697458080 {#1728
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 52242
      -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3461684"
      +editedAt: DateTimeImmutable @1697458132 {#2459
        date: 2023-10-16 14:08:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697458080 {#2468
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +"title": 52242
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697458231 {#2372
        date: 2023-10-16 14:10:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
        "@uphillbothways@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 52248
      -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3461722"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697458231 {#2380
        date: 2023-10-16 14:10:31.0 +02:00
      }
      +"title": 52248
    }
  ]
  -id: 5673
  -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
  -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697532433
  +visibility: "visible             "
  +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697446033 {#2520
    date: 2023-10-16 10:47:13.0 +02: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 {#2452
  +user: Proxies\__CG__\App\Entity\User {#2498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
  +slug: "Why-is-everything-a-sequel-reboot-or-remake"
  +title: "Why is everything a sequel, reboot or remake?"
  +url: "https://collider.com/the-creator-global-box-office-79-million/"
  +body: """
    So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
    \n
    But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
    \n
    So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
    \n
    And that makes me sad.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 80
  +favouriteCount: 168
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697908190 {#2532
    date: 2023-10-21 19:09:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2539 …}
  +votes: Doctrine\ORM\PersistentCollection {#2541 …}
  +reports: Doctrine\ORM\PersistentCollection {#2543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
  +badges: Doctrine\ORM\PersistentCollection {#2549 …}
  +children: [
    1 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
        \n
        Edit: I see I’m not the first person to post this video.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1697458080 {#1728
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 52242
      -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3461684"
      +editedAt: DateTimeImmutable @1697458132 {#2459
        date: 2023-10-16 14:08:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697458080 {#2468
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +"title": 52242
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697458231 {#2372
        date: 2023-10-16 14:10:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
        "@uphillbothways@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 52248
      -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3461722"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697458231 {#2380
        date: 2023-10-16 14:10:31.0 +02:00
      }
      +"title": 52248
    }
  ]
  -id: 5673
  -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
  -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697532433
  +visibility: "visible             "
  +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697446033 {#2520
    date: 2023-10-16 10:47:13.0 +02: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 {#2452
  +user: Proxies\__CG__\App\Entity\User {#2498 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
  +slug: "Why-is-everything-a-sequel-reboot-or-remake"
  +title: "Why is everything a sequel, reboot or remake?"
  +url: "https://collider.com/the-creator-global-box-office-79-million/"
  +body: """
    So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
    \n
    But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
    \n
    So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
    \n
    And that makes me sad.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 80
  +favouriteCount: 168
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697908190 {#2532
    date: 2023-10-21 19:09:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2539 …}
  +votes: Doctrine\ORM\PersistentCollection {#2541 …}
  +reports: Doctrine\ORM\PersistentCollection {#2543 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
  +badges: Doctrine\ORM\PersistentCollection {#2549 …}
  +children: [
    1 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
        \n
        Edit: I see I’m not the first person to post this video.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1697458080 {#1728
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 52242
      -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3461684"
      +editedAt: DateTimeImmutable @1697458132 {#2459
        date: 2023-10-16 14:08:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697458080 {#2468
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +"title": 52242
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697458231 {#2372
        date: 2023-10-16 14:10:31.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
        "@uphillbothways@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 52248
      -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3461722"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697458231 {#2380
        date: 2023-10-16 14:10:31.0 +02:00
      }
      +"title": 52248
    }
  ]
  -id: 5673
  -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
  -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697532433
  +visibility: "visible             "
  +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697446033 {#2520
    date: 2023-10-16 10:47:13.0 +02: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 {#2455
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2498 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
    +slug: "Why-is-everything-a-sequel-reboot-or-remake"
    +title: "Why is everything a sequel, reboot or remake?"
    +url: "https://collider.com/the-creator-global-box-office-79-million/"
    +body: """
      So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
      \n
      But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
      \n
      So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
      \n
      And that makes me sad.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697908190 {#2532
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2539 …}
    +votes: Doctrine\ORM\PersistentCollection {#2541 …}
    +reports: Doctrine\ORM\PersistentCollection {#2543 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
    +badges: Doctrine\ORM\PersistentCollection {#2549 …}
    +children: [
      1 => App\Entity\EntryComment {#2455}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697458231 {#2372
          date: 2023-10-16 14:10:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
          "@uphillbothways@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1402 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 52248
        -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3461722"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697458231 {#2380
          date: 2023-10-16 14:10:31.0 +02:00
        }
        +"title": 52248
      }
    ]
    -id: 5673
    -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
    -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697532433
    +visibility: "visible             "
    +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697446033 {#2520
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
    \n
    Edit: I see I’m not the first person to post this video.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697458080 {#1728
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 52242
  -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3461684"
  +editedAt: DateTimeImmutable @1697458132 {#2459
    date: 2023-10-16 14:08:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697458080 {#2468
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +"title": 52242
}
"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 {#2455
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2498 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
    +slug: "Why-is-everything-a-sequel-reboot-or-remake"
    +title: "Why is everything a sequel, reboot or remake?"
    +url: "https://collider.com/the-creator-global-box-office-79-million/"
    +body: """
      So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
      \n
      But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
      \n
      So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
      \n
      And that makes me sad.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697908190 {#2532
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2539 …}
    +votes: Doctrine\ORM\PersistentCollection {#2541 …}
    +reports: Doctrine\ORM\PersistentCollection {#2543 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
    +badges: Doctrine\ORM\PersistentCollection {#2549 …}
    +children: [
      1 => App\Entity\EntryComment {#2455}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697458231 {#2372
          date: 2023-10-16 14:10:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
          "@uphillbothways@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1402 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 52248
        -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3461722"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697458231 {#2380
          date: 2023-10-16 14:10:31.0 +02:00
        }
        +"title": 52248
      }
    ]
    -id: 5673
    -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
    -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697532433
    +visibility: "visible             "
    +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697446033 {#2520
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
    \n
    Edit: I see I’m not the first person to post this video.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697458080 {#1728
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 52242
  -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3461684"
  +editedAt: DateTimeImmutable @1697458132 {#2459
    date: 2023-10-16 14:08:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697458080 {#2468
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +"title": 52242
}
"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 {#2455
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2498 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
    +slug: "Why-is-everything-a-sequel-reboot-or-remake"
    +title: "Why is everything a sequel, reboot or remake?"
    +url: "https://collider.com/the-creator-global-box-office-79-million/"
    +body: """
      So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
      \n
      But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
      \n
      So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
      \n
      And that makes me sad.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697908190 {#2532
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2539 …}
    +votes: Doctrine\ORM\PersistentCollection {#2541 …}
    +reports: Doctrine\ORM\PersistentCollection {#2543 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
    +badges: Doctrine\ORM\PersistentCollection {#2549 …}
    +children: [
      1 => App\Entity\EntryComment {#2455}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697458231 {#2372
          date: 2023-10-16 14:10:31.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
          "@uphillbothways@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1402 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 52248
        -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3461722"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697458231 {#2380
          date: 2023-10-16 14:10:31.0 +02:00
        }
        +"title": 52248
      }
    ]
    -id: 5673
    -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
    -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697532433
    +visibility: "visible             "
    +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697446033 {#2520
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
    \n
    Edit: I see I’m not the first person to post this video.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697458080 {#1728
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 52242
  -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3461684"
  +editedAt: DateTimeImmutable @1697458132 {#2459
    date: 2023-10-16 14:08:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697458080 {#2468
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +"title": 52242
}
"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
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2498 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
    +slug: "Why-is-everything-a-sequel-reboot-or-remake"
    +title: "Why is everything a sequel, reboot or remake?"
    +url: "https://collider.com/the-creator-global-box-office-79-million/"
    +body: """
      So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
      \n
      But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
      \n
      So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
      \n
      And that makes me sad.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697908190 {#2532
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2539 …}
    +votes: Doctrine\ORM\PersistentCollection {#2541 …}
    +reports: Doctrine\ORM\PersistentCollection {#2543 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
    +badges: Doctrine\ORM\PersistentCollection {#2549 …}
    +children: [
      1 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
          \n
          Edit: I see I’m not the first person to post this video.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697458080 {#1728
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 52242
        -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3461684"
        +editedAt: DateTimeImmutable @1697458132 {#2459
          date: 2023-10-16 14:08:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1697458080 {#2468
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +"title": 52242
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 5673
    -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
    -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697532433
    +visibility: "visible             "
    +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697446033 {#2520
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697458231 {#2372
    date: 2023-10-16 14:10:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
    "@uphillbothways@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 52248
  -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3461722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697458231 {#2380
    date: 2023-10-16 14:10:31.0 +02:00
  }
  +"title": 52248
}
"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
51 DENIED edit
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2498 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
    +slug: "Why-is-everything-a-sequel-reboot-or-remake"
    +title: "Why is everything a sequel, reboot or remake?"
    +url: "https://collider.com/the-creator-global-box-office-79-million/"
    +body: """
      So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
      \n
      But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
      \n
      So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
      \n
      And that makes me sad.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697908190 {#2532
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2539 …}
    +votes: Doctrine\ORM\PersistentCollection {#2541 …}
    +reports: Doctrine\ORM\PersistentCollection {#2543 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
    +badges: Doctrine\ORM\PersistentCollection {#2549 …}
    +children: [
      1 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
          \n
          Edit: I see I’m not the first person to post this video.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697458080 {#1728
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 52242
        -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3461684"
        +editedAt: DateTimeImmutable @1697458132 {#2459
          date: 2023-10-16 14:08:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1697458080 {#2468
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +"title": 52242
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 5673
    -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
    -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697532433
    +visibility: "visible             "
    +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697446033 {#2520
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697458231 {#2372
    date: 2023-10-16 14:10:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
    "@uphillbothways@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 52248
  -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3461722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697458231 {#2380
    date: 2023-10-16 14:10:31.0 +02:00
  }
  +"title": 52248
}
"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
52 DENIED moderate
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2452
    +user: Proxies\__CG__\App\Entity\User {#2498 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2537 …}
    +slug: "Why-is-everything-a-sequel-reboot-or-remake"
    +title: "Why is everything a sequel, reboot or remake?"
    +url: "https://collider.com/the-creator-global-box-office-79-million/"
    +body: """
      So I thought The Creator was brilliant. I watched it in the cinema, thoroughly enjoyed it and was gobsmacked when I learned it's budget was only $79 million. It looks better than some films I've seen that cost three times that.\n
      \n
      But apparently, while it may make that back, it's unlikely to even earn $100 million globally.\n
      \n
      So the answer to the question of why Hollywood churns out the same shite over and over is that, currently, tragically, that *is* what the masses want to spend their money on.\n
      \n
      And that makes me sad.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 168
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697908190 {#2532
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2539 …}
    +votes: Doctrine\ORM\PersistentCollection {#2541 …}
    +reports: Doctrine\ORM\PersistentCollection {#2543 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2545 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2547 …}
    +badges: Doctrine\ORM\PersistentCollection {#2549 …}
    +children: [
      1 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2452 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This is why: [youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R](https://youtu.be/OZ28knLt5Rs?si=SddCmwZnETY3n_1R)\n
          \n
          Edit: I see I’m not the first person to post this video.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697458080 {#1728
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 52242
        -bodyTs: "'/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':6 'edit':7 'first':14 'm':11 'person':15 'post':17 'see':9 'video':19 'youtu.be':5 'youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r](https://youtu.be/oz28knlt5rs?si=sddcmwznety3n_1r)':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3461684"
        +editedAt: DateTimeImmutable @1697458132 {#2459
          date: 2023-10-16 14:08:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1697458080 {#2468
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +"title": 52242
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 5673
    -titleTs: "'everyth':3 'reboot':6 'remak':8 'sequel':5"
    -bodyTs: "'100':58 '79':28 'answer':63 'appar':45 'back':51 'better':32 'brilliant':7 'budget':25 'churn':70 'cinema':13 'cost':40 'creator':5 'current':80 'earn':57 'enjoy':15 'even':56 'film':35 'global':60 'gobsmack':19 'hollywood':69 'learn':22 'look':31 'make':49,95 'mass':86 'may':48 'million':29,59 'money':91 'question':66 'sad':97 'seen':38 'shite':74 'spend':89 'thorough':14 'thought':3 'three':41 'time':42 'tragic':81 'unlik':54 've':37 'want':87 'watch':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697532433
    +visibility: "visible             "
    +apId: "https://kbin.social/m/movies@lemmy.world/t/543357"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697446033 {#2520
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "What are these new things you write about? The studios haven’t greenlighted a “new thing” in 20 years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697458231 {#2372
    date: 2023-10-16 14:10:31.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
    "@uphillbothways@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 52248
  -bodyTs: "'20':18 'greenlight':13 'haven':11 'new':4,15 'studio':10 'thing':5,16 'write':7 'year':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3461722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697458231 {#2380
    date: 2023-10-16 14:10:31.0 +02:00
  }
  +"title": 52248
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2097
  +user: Proxies\__CG__\App\Entity\User {#2352 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "Distro-for-experienced-Linux-user"
  +title: "Distro for experienced Linux user"
  +url: null
  +body: """
    Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
    \n
    I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
    \n
    It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697428396 {#2495
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2502 …}
  +votes: Doctrine\ORM\PersistentCollection {#2504 …}
  +reports: Doctrine\ORM\PersistentCollection {#2506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
  +badges: Doctrine\ORM\PersistentCollection {#2512 …}
  +children: [
    4 => App\Entity\EntryComment {#2091
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
      +root: App\Entity\EntryComment {#2076
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: null
        +root: null
        +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699050282 {#2084
          date: 2023-11-03 23:24:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 88166
        -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3443856"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697382416 {#2078
          date: 2023-10-15 17:06:56.0 +02:00
        }
        +"title": 88166
      }
      +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697395766 {#2095
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 88168
      -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3447573"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697395766 {#2087
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +"title": 88168
    }
    3 => App\Entity\EntryComment {#2350
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
      +root: App\Entity\EntryComment {#2076}
      +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697396871 {#2040
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2348 …}
      +nested: Doctrine\ORM\PersistentCollection {#2351 …}
      +votes: Doctrine\ORM\PersistentCollection {#2332 …}
      +reports: Doctrine\ORM\PersistentCollection {#2349 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
      -id: 88171
      -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3447854"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697396871 {#2345
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +"title": 88171
    }
    2 => App\Entity\EntryComment {#2328
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
      +root: App\Entity\EntryComment {#2076}
      +body: """
        If you want, here’s my config. Feel free to fork it.\n
        \n
        [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
        \n
        I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
        \n
        [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697422245 {#2314
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
        "@caseyweederman@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2191 …}
      +nested: Doctrine\ORM\PersistentCollection {#2327 …}
      +votes: Doctrine\ORM\PersistentCollection {#2333 …}
      +reports: Doctrine\ORM\PersistentCollection {#2324 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
      -id: 88172
      -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3455042"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697422245 {#2289
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +"title": 88172
    }
    1 => App\Entity\EntryComment {#2336
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
      +root: App\Entity\EntryComment {#2076}
      +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697428396 {#2337
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
        "@caseyweederman@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2339 …}
      +nested: Doctrine\ORM\PersistentCollection {#2159 …}
      +votes: Doctrine\ORM\PersistentCollection {#2135 …}
      +reports: Doctrine\ORM\PersistentCollection {#2137 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
      -id: 88174
      -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3456539"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697428396 {#2343
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +"title": 88174
    }
    0 => App\Entity\EntryComment {#2076}
  ]
  -id: 9454
  -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
  -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697410410
  +visibility: "visible             "
  +apId: "https://monero.town/post/797250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697381910 {#1350
    date: 2023-10-15 16:58:30.0 +02: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
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2097
  +user: Proxies\__CG__\App\Entity\User {#2352 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "Distro-for-experienced-Linux-user"
  +title: "Distro for experienced Linux user"
  +url: null
  +body: """
    Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
    \n
    I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
    \n
    It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697428396 {#2495
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2502 …}
  +votes: Doctrine\ORM\PersistentCollection {#2504 …}
  +reports: Doctrine\ORM\PersistentCollection {#2506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
  +badges: Doctrine\ORM\PersistentCollection {#2512 …}
  +children: [
    4 => App\Entity\EntryComment {#2091
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
      +root: App\Entity\EntryComment {#2076
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: null
        +root: null
        +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699050282 {#2084
          date: 2023-11-03 23:24:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 88166
        -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3443856"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697382416 {#2078
          date: 2023-10-15 17:06:56.0 +02:00
        }
        +"title": 88166
      }
      +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697395766 {#2095
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 88168
      -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3447573"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697395766 {#2087
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +"title": 88168
    }
    3 => App\Entity\EntryComment {#2350
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
      +root: App\Entity\EntryComment {#2076}
      +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697396871 {#2040
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2348 …}
      +nested: Doctrine\ORM\PersistentCollection {#2351 …}
      +votes: Doctrine\ORM\PersistentCollection {#2332 …}
      +reports: Doctrine\ORM\PersistentCollection {#2349 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
      -id: 88171
      -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3447854"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697396871 {#2345
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +"title": 88171
    }
    2 => App\Entity\EntryComment {#2328
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
      +root: App\Entity\EntryComment {#2076}
      +body: """
        If you want, here’s my config. Feel free to fork it.\n
        \n
        [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
        \n
        I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
        \n
        [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697422245 {#2314
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
        "@caseyweederman@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2191 …}
      +nested: Doctrine\ORM\PersistentCollection {#2327 …}
      +votes: Doctrine\ORM\PersistentCollection {#2333 …}
      +reports: Doctrine\ORM\PersistentCollection {#2324 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
      -id: 88172
      -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3455042"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697422245 {#2289
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +"title": 88172
    }
    1 => App\Entity\EntryComment {#2336
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
      +root: App\Entity\EntryComment {#2076}
      +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697428396 {#2337
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
        "@caseyweederman@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2339 …}
      +nested: Doctrine\ORM\PersistentCollection {#2159 …}
      +votes: Doctrine\ORM\PersistentCollection {#2135 …}
      +reports: Doctrine\ORM\PersistentCollection {#2137 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
      -id: 88174
      -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3456539"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697428396 {#2343
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +"title": 88174
    }
    0 => App\Entity\EntryComment {#2076}
  ]
  -id: 9454
  -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
  -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697410410
  +visibility: "visible             "
  +apId: "https://monero.town/post/797250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697381910 {#1350
    date: 2023-10-15 16:58:30.0 +02: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
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2097
  +user: Proxies\__CG__\App\Entity\User {#2352 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "Distro-for-experienced-Linux-user"
  +title: "Distro for experienced Linux user"
  +url: null
  +body: """
    Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
    \n
    I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
    \n
    It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697428396 {#2495
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2502 …}
  +votes: Doctrine\ORM\PersistentCollection {#2504 …}
  +reports: Doctrine\ORM\PersistentCollection {#2506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
  +badges: Doctrine\ORM\PersistentCollection {#2512 …}
  +children: [
    4 => App\Entity\EntryComment {#2091
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
      +root: App\Entity\EntryComment {#2076
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: null
        +root: null
        +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699050282 {#2084
          date: 2023-11-03 23:24:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 88166
        -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3443856"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697382416 {#2078
          date: 2023-10-15 17:06:56.0 +02:00
        }
        +"title": 88166
      }
      +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697395766 {#2095
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 88168
      -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3447573"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697395766 {#2087
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +"title": 88168
    }
    3 => App\Entity\EntryComment {#2350
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
      +root: App\Entity\EntryComment {#2076}
      +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697396871 {#2040
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2348 …}
      +nested: Doctrine\ORM\PersistentCollection {#2351 …}
      +votes: Doctrine\ORM\PersistentCollection {#2332 …}
      +reports: Doctrine\ORM\PersistentCollection {#2349 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
      -id: 88171
      -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3447854"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697396871 {#2345
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +"title": 88171
    }
    2 => App\Entity\EntryComment {#2328
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
      +root: App\Entity\EntryComment {#2076}
      +body: """
        If you want, here’s my config. Feel free to fork it.\n
        \n
        [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
        \n
        I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
        \n
        [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697422245 {#2314
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
        "@caseyweederman@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2191 …}
      +nested: Doctrine\ORM\PersistentCollection {#2327 …}
      +votes: Doctrine\ORM\PersistentCollection {#2333 …}
      +reports: Doctrine\ORM\PersistentCollection {#2324 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
      -id: 88172
      -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3455042"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697422245 {#2289
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +"title": 88172
    }
    1 => App\Entity\EntryComment {#2336
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
      +root: App\Entity\EntryComment {#2076}
      +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697428396 {#2337
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@chevy9294@monero.town"
        "@demesisx@infosec.pub"
        "@Daeraxa@lemmy.ml"
        "@caseyweederman@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2339 …}
      +nested: Doctrine\ORM\PersistentCollection {#2159 …}
      +votes: Doctrine\ORM\PersistentCollection {#2135 …}
      +reports: Doctrine\ORM\PersistentCollection {#2137 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
      -id: 88174
      -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3456539"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697428396 {#2343
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +"title": 88174
    }
    0 => App\Entity\EntryComment {#2076}
  ]
  -id: 9454
  -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
  -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697410410
  +visibility: "visible             "
  +apId: "https://monero.town/post/797250"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697381910 {#1350
    date: 2023-10-15 16:58:30.0 +02: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
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\EntryComment {#2091
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091}
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697395766 {#2095
    date: 2023-10-15 20:49:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 88168
  -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3447573"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697395766 {#2087
    date: 2023-10-15 20:49:26.0 +02:00
  }
  +"title": 88168
}
"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
59 DENIED edit
App\Entity\EntryComment {#2091
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091}
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697395766 {#2095
    date: 2023-10-15 20:49:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 88168
  -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3447573"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697395766 {#2087
    date: 2023-10-15 20:49:26.0 +02:00
  }
  +"title": 88168
}
"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
60 DENIED moderate
App\Entity\EntryComment {#2091
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091}
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697395766 {#2095
    date: 2023-10-15 20:49:26.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 88168
  -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3447573"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697395766 {#2087
    date: 2023-10-15 20:49:26.0 +02:00
  }
  +"title": 88168
}
"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
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 {#2350
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350}
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697396871 {#2040
    date: 2023-10-15 21:07:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2348 …}
  +nested: Doctrine\ORM\PersistentCollection {#2351 …}
  +votes: Doctrine\ORM\PersistentCollection {#2332 …}
  +reports: Doctrine\ORM\PersistentCollection {#2349 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
  -id: 88171
  -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3447854"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697396871 {#2345
    date: 2023-10-15 21:07:51.0 +02:00
  }
  +"title": 88171
}
"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 {#2350
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350}
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697396871 {#2040
    date: 2023-10-15 21:07:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2348 …}
  +nested: Doctrine\ORM\PersistentCollection {#2351 …}
  +votes: Doctrine\ORM\PersistentCollection {#2332 …}
  +reports: Doctrine\ORM\PersistentCollection {#2349 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
  -id: 88171
  -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3447854"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697396871 {#2345
    date: 2023-10-15 21:07:51.0 +02:00
  }
  +"title": 88171
}
"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 {#2350
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350}
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697396871 {#2040
    date: 2023-10-15 21:07:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2348 …}
  +nested: Doctrine\ORM\PersistentCollection {#2351 …}
  +votes: Doctrine\ORM\PersistentCollection {#2332 …}
  +reports: Doctrine\ORM\PersistentCollection {#2349 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
  -id: 88171
  -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3447854"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697396871 {#2345
    date: 2023-10-15 21:07:51.0 +02:00
  }
  +"title": 88171
}
"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 {#2328
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328}
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
  +root: App\Entity\EntryComment {#2076}
  +body: """
    If you want, here’s my config. Feel free to fork it.\n
    \n
    [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
    \n
    I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
    \n
    [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697422245 {#2314
    date: 2023-10-16 04:10:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
    "@caseyweederman@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2191 …}
  +nested: Doctrine\ORM\PersistentCollection {#2327 …}
  +votes: Doctrine\ORM\PersistentCollection {#2333 …}
  +reports: Doctrine\ORM\PersistentCollection {#2324 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
  -id: 88172
  -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3455042"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697422245 {#2289
    date: 2023-10-16 04:10:45.0 +02:00
  }
  +"title": 88172
}
"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 {#2328
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328}
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
  +root: App\Entity\EntryComment {#2076}
  +body: """
    If you want, here’s my config. Feel free to fork it.\n
    \n
    [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
    \n
    I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
    \n
    [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697422245 {#2314
    date: 2023-10-16 04:10:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
    "@caseyweederman@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2191 …}
  +nested: Doctrine\ORM\PersistentCollection {#2327 …}
  +votes: Doctrine\ORM\PersistentCollection {#2333 …}
  +reports: Doctrine\ORM\PersistentCollection {#2324 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
  -id: 88172
  -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3455042"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697422245 {#2289
    date: 2023-10-16 04:10:45.0 +02:00
  }
  +"title": 88172
}
"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 {#2328
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328}
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
  +root: App\Entity\EntryComment {#2076}
  +body: """
    If you want, here’s my config. Feel free to fork it.\n
    \n
    [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
    \n
    I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
    \n
    [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697422245 {#2314
    date: 2023-10-16 04:10:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
    "@caseyweederman@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2191 …}
  +nested: Doctrine\ORM\PersistentCollection {#2327 …}
  +votes: Doctrine\ORM\PersistentCollection {#2333 …}
  +reports: Doctrine\ORM\PersistentCollection {#2324 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
  -id: 88172
  -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3455042"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697422245 {#2289
    date: 2023-10-16 04:10:45.0 +02:00
  }
  +"title": 88172
}
"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 {#2336
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336}
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697428396 {#2337
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
    "@caseyweederman@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2339 …}
  +nested: Doctrine\ORM\PersistentCollection {#2159 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2137 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
  -id: 88174
  -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3456539"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697428396 {#2343
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +"title": 88174
}
"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 {#2336
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336}
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697428396 {#2337
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
    "@caseyweederman@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2339 …}
  +nested: Doctrine\ORM\PersistentCollection {#2159 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2137 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
  -id: 88174
  -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3456539"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697428396 {#2343
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +"title": 88174
}
"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 {#2336
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
          +image: null
          +parent: null
          +root: null
          +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
          +lang: "en"
          +isAdult: false
          +favouriteCount: 1
          +score: 0
          +lastActive: DateTime @1699050282 {#2084
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2082 …}
          +nested: Doctrine\ORM\PersistentCollection {#2096 …}
          +votes: Doctrine\ORM\PersistentCollection {#2081 …}
          +reports: Doctrine\ORM\PersistentCollection {#2098 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
          -id: 88166
          -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://infosec.pub/comment/3443856"
          +editedAt: null
          +createdAt: DateTimeImmutable @1697382416 {#2078
            date: 2023-10-15 17:06:56.0 +02:00
          }
          +"title": 88166
        }
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336}
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
  +root: App\Entity\EntryComment {#2076}
  +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697428396 {#2337
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
    "@demesisx@infosec.pub"
    "@Daeraxa@lemmy.ml"
    "@caseyweederman@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2339 …}
  +nested: Doctrine\ORM\PersistentCollection {#2159 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2137 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
  -id: 88174
  -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3456539"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697428396 {#2343
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +"title": 88174
}
"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 {#2076
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699050282 {#2084
    date: 2023-11-03 23:24:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 88166
  -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3443856"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697382416 {#2078
    date: 2023-10-15 17:06:56.0 +02:00
  }
  +"title": 88166
}
"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 {#2076
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699050282 {#2084
    date: 2023-11-03 23:24:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 88166
  -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3443856"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697382416 {#2078
    date: 2023-10-15 17:06:56.0 +02:00
  }
  +"title": 88166
}
"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 {#2076
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2352 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Distro-for-experienced-Linux-user"
    +title: "Distro for experienced Linux user"
    +url: null
    +body: """
      Hi, I’m looking for a distro for my laptop. My first distro was Pop!_OS, then I switched to Fedora, then Arch for a year and 2 months ago I switched to Fedora Silverblue, because I wanted to try immutable distro that relies on containers and flatpaks to be usefull. Silverblue is great but not so much for me, its not flexible enough.\n
      \n
      I’m thinking of switching to Arch but maybe it’s time for something else. Maybe NixOS or Void, Gentoo probably not, I don’t have time for compiling everything. What do you recommend?\n
      \n
      It must support full disk encryption, secure boot with signing with YOUR OWN KEYS, systemd (because of MullvadVPN), everything else I think can work on any distro (Gnome, podman, kvm, etc.).
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697428396 {#2495
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2502 …}
    +votes: Doctrine\ORM\PersistentCollection {#2504 …}
    +reports: Doctrine\ORM\PersistentCollection {#2506 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2508 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2510 …}
    +badges: Doctrine\ORM\PersistentCollection {#2512 …}
    +children: [
      4 => App\Entity\EntryComment {#2091
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2086 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "If NixOS isn’t ready for mainstream work, GUIX is *at least* doubley so. It is SUPER white beard while IMO, even an idiot (👋🏼) can grasp NixOS."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697395766 {#2095
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2090 …}
        +nested: Doctrine\ORM\PersistentCollection {#2092 …}
        +votes: Doctrine\ORM\PersistentCollection {#2241 …}
        +reports: Doctrine\ORM\PersistentCollection {#2130 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
        -id: 88168
        -bodyTs: "'beard':19 'doubley':13 'even':22 'grasp':26 'guix':9 'idiot':24 'imo':21 'isn':3 'least':12 'mainstream':7 'nixo':2,27 'readi':5 'super':17 'white':18 'work':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447573"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697395766 {#2087
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2350
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2330 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "From what I hear, it’s a much newer and less popular project, so I expect it to be even more difficult than nix was for me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697396871 {#2040
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2348 …}
        +nested: Doctrine\ORM\PersistentCollection {#2351 …}
        +votes: Doctrine\ORM\PersistentCollection {#2332 …}
        +reports: Doctrine\ORM\PersistentCollection {#2349 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2164 …}
        -id: 88171
        -bodyTs: "'difficult':22 'even':20 'expect':16 'hear':4 'less':11 'much':8 'newer':9 'nix':24 'popular':12 'project':13"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3447854"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697396871 {#2345
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2328
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2326 …}
        +root: App\Entity\EntryComment {#2076}
        +body: """
          If you want, here’s my config. Feel free to fork it.\n
          \n
          [github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config) (you’ll have the most luck with the “plutus_vm” machine config output in my flake at first since the main output in my config is somewhat obscured by encryption).\n
          \n
          I also have a Nix-Darwin config that I haven’t consolidated into my main one:\n
          \n
          [github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697422245 {#2314
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2191 …}
        +nested: Doctrine\ORM\PersistentCollection {#2327 …}
        +votes: Doctrine\ORM\PersistentCollection {#2333 …}
        +reports: Doctrine\ORM\PersistentCollection {#2324 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
        -id: 88172
        -bodyTs: "'/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':15 '/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':65 'also':47 'config':7,27,40,53 'consolid':58 'darwin':52 'encrypt':45 'feel':8 'first':33 'flake':31 'fork':11 'free':9 'github.com':14,64 'github.com/harryprayiv/nix-config](https://github.com/harryprayiv/nix-config)':13 'github.com/harryprayiv/nix-darwin-config](https://github.com/harryprayiv/nix-darwin-config)':63 'haven':56 'll':17 'luck':21 'machin':26 'main':36,61 'nix':51 'nix-darwin':50 'obscur':43 'one':62 'output':28,37 'plutus':24 'sinc':34 'somewhat':42 'vm':25 'want':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3455042"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697422245 {#2289
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2336
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2335 …}
        +root: App\Entity\EntryComment {#2076}
        +body: "No problem. Real thanks goes to gvolpe who I forked my config from."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1697428396 {#2337
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
          "@demesisx@infosec.pub"
          "@Daeraxa@lemmy.ml"
          "@caseyweederman@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2339 …}
        +nested: Doctrine\ORM\PersistentCollection {#2159 …}
        +votes: Doctrine\ORM\PersistentCollection {#2135 …}
        +reports: Doctrine\ORM\PersistentCollection {#2137 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2068 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2069 …}
        -id: 88174
        -bodyTs: "'config':12 'fork':10 'goe':5 'gvolp':7 'problem':2 'real':3 'thank':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://infosec.pub/comment/3456539"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697428396 {#2343
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 9454
    -titleTs: "'distro':1 'experienc':3 'linux':4 'user':5"
    -bodyTs: "'2':28 'ago':30 'arch':23,71 'boot':106 'compil':93 'contain':46 'disk':103 'distro':7,13,42,125 'els':79,118 'encrypt':104 'enough':64 'etc':129 'everyth':94,117 'fedora':21,34 'first':12 'flatpak':48 'flexibl':63 'full':102 'gentoo':84 'gnome':126 'great':54 'hi':1 'immut':41 'key':112 'kvm':128 'laptop':10 'look':4 'm':3,66 'mayb':73,80 'month':29 'much':58 'mullvadvpn':116 'must':100 'nixo':81 'os':16 'podman':127 'pop':15 'probabl':85 'recommend':98 'reli':44 'secur':105 'sign':108 'silverblu':35,52 'someth':78 'support':101 'switch':19,32,69 'systemd':113 'think':67,120 'time':76,91 'tri':40 'useful':51 'void':83 'want':38 'work':122 'year':26"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697410410
    +visibility: "visible             "
    +apId: "https://monero.town/post/797250"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697381910 {#1350
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "Since I’m the NixOS guy, I recommend GUIX. 😉"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699050282 {#2084
    date: 2023-11-03 23:24:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 88166
  -bodyTs: "'guix':9 'guy':6 'm':3 'nixo':5 'recommend':8 'sinc':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3443856"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697382416 {#2078
    date: 2023-10-15 17:06:56.0 +02:00
  }
  +"title": 88166
}
"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
Proxies\__CG__\App\Entity\Entry {#2067
  +user: Proxies\__CG__\App\Entity\User {#2517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "Is-there-a-Linux-based-OS-for-public-computers-such"
  +title: "Is there a Linux based OS for public computers, such as at a library or a PC cafe?"
  +url: null
  +body: """
    Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.\n
    \n
    Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.\n
    \n
    My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don’t have the money for being open 5 days a week, they don’t have the money to buy 4 new computers for the space.\n
    \n
    Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.\n
    \n
    So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that’s a config file tucked away somewhere.\n
    \n
    And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.\n
    \n
    EDIT: I am not in control or assistance to the library, just looking if there’s a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697369755 {#2551
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2556 …}
  +votes: Doctrine\ORM\PersistentCollection {#2559 …}
  +reports: Doctrine\ORM\PersistentCollection {#2561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2565 …}
  +badges: Doctrine\ORM\PersistentCollection {#2567 …}
  +children: [
    App\Entity\EntryComment {#2071
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2067 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
      +body: "This is how we used to do it before we had NixOS with impermanence mode. [nixos.wiki/wiki/Impermanence](https://nixos.wiki/wiki/Impermanence)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697369755 {#2074
        date: 2023-10-15 13:35:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@queue@lemmy.blahaj.zone"
        "@utopiah@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2049 …}
      +nested: Doctrine\ORM\PersistentCollection {#2051 …}
      +votes: Doctrine\ORM\PersistentCollection {#2059 …}
      +reports: Doctrine\ORM\PersistentCollection {#2047 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
      -id: 88177
      -bodyTs: "'/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':18 'imperman':14 'mode':15 'nixo':12 'nixos.wiki':17 'nixos.wiki/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':16 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3440461"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697369755 {#2066
        date: 2023-10-15 13:35:55.0 +02:00
      }
      +"title": 88177
    }
  ]
  -id: 9455
  -titleTs: "'base':5 'cafe':18 'comput':9 'librari':14 'linux':4 'os':6 'pc':17 'public':8"
  -bodyTs: "'11':20 '12':29 '2':68 '4':120,148 '5':108 '64':22 '8':143 'access':191 'afford':45 'allow':176 'also':12 'anyon':158 'area':84 'ask':3,15 'assist':241 'awar':163 'away':199 'back':184 'base':34,171 'bigger':131 'bit':23 'book':60 'bug':273 'buy':119 'cafe':10,206,225 'card':182 'china':233 'comput':48,122,144,167,265 'config':196 'control':239 'could':259,270 'day':69,109 'dell':88 'due':72,211 'edit':234 'enabl':188 'end':189 'even':127 'fact':214 'fee':54 'file':197 'focus':168 'fund':77 'game':217 'get':128 'give':260,271 'go':31 'group':146,151 'guess':203 'hire':79 'huge':221 'immut':177 'interest':13,209 'japan':230 'korea':231 'lack':75 'librari':6,43,63,132,181,244,254,264 'library/public':166 'like':255 'link':261 'linux':170,216 'linux-bas':169 'local':62 'look':246 'main':2,17 'make':57,95,220,277 'manag':266 'mine':256 'money':104,117 'nearbi':140 'neither':39 'new':121 'older':87 'one':91,139,174 'open':66,107 'os':172,207 'overdu':59 'part':133 'pay':50 'pc':9,205,224 'peopl':276 'perhap':173,192 'popular':228 'potenti':251 'public':42 'report':274 'seem':27 'side':7 'simpli':210 'sinc':18 'softwar':279 'solut':252 'somewher':200 'space':125 'staff':81 'start':160 'station':149 'still':227 'stride':222 'subscript':33,53 'system':136,178,183 'think':97 'titl':1 'top':36 'toss':46 'tuck':198 'upstream':272 'use':86,186 'user':190 'week':71,111 'window':19,28 'wonder':156"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697375792
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/4201389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697351792 {#2538
    date: 2023-10-15 08:36:32.0 +02: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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2067
  +user: Proxies\__CG__\App\Entity\User {#2517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "Is-there-a-Linux-based-OS-for-public-computers-such"
  +title: "Is there a Linux based OS for public computers, such as at a library or a PC cafe?"
  +url: null
  +body: """
    Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.\n
    \n
    Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.\n
    \n
    My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don’t have the money for being open 5 days a week, they don’t have the money to buy 4 new computers for the space.\n
    \n
    Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.\n
    \n
    So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that’s a config file tucked away somewhere.\n
    \n
    And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.\n
    \n
    EDIT: I am not in control or assistance to the library, just looking if there’s a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697369755 {#2551
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2556 …}
  +votes: Doctrine\ORM\PersistentCollection {#2559 …}
  +reports: Doctrine\ORM\PersistentCollection {#2561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2565 …}
  +badges: Doctrine\ORM\PersistentCollection {#2567 …}
  +children: [
    App\Entity\EntryComment {#2071
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2067 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
      +body: "This is how we used to do it before we had NixOS with impermanence mode. [nixos.wiki/wiki/Impermanence](https://nixos.wiki/wiki/Impermanence)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697369755 {#2074
        date: 2023-10-15 13:35:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@queue@lemmy.blahaj.zone"
        "@utopiah@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2049 …}
      +nested: Doctrine\ORM\PersistentCollection {#2051 …}
      +votes: Doctrine\ORM\PersistentCollection {#2059 …}
      +reports: Doctrine\ORM\PersistentCollection {#2047 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
      -id: 88177
      -bodyTs: "'/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':18 'imperman':14 'mode':15 'nixo':12 'nixos.wiki':17 'nixos.wiki/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':16 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3440461"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697369755 {#2066
        date: 2023-10-15 13:35:55.0 +02:00
      }
      +"title": 88177
    }
  ]
  -id: 9455
  -titleTs: "'base':5 'cafe':18 'comput':9 'librari':14 'linux':4 'os':6 'pc':17 'public':8"
  -bodyTs: "'11':20 '12':29 '2':68 '4':120,148 '5':108 '64':22 '8':143 'access':191 'afford':45 'allow':176 'also':12 'anyon':158 'area':84 'ask':3,15 'assist':241 'awar':163 'away':199 'back':184 'base':34,171 'bigger':131 'bit':23 'book':60 'bug':273 'buy':119 'cafe':10,206,225 'card':182 'china':233 'comput':48,122,144,167,265 'config':196 'control':239 'could':259,270 'day':69,109 'dell':88 'due':72,211 'edit':234 'enabl':188 'end':189 'even':127 'fact':214 'fee':54 'file':197 'focus':168 'fund':77 'game':217 'get':128 'give':260,271 'go':31 'group':146,151 'guess':203 'hire':79 'huge':221 'immut':177 'interest':13,209 'japan':230 'korea':231 'lack':75 'librari':6,43,63,132,181,244,254,264 'library/public':166 'like':255 'link':261 'linux':170,216 'linux-bas':169 'local':62 'look':246 'main':2,17 'make':57,95,220,277 'manag':266 'mine':256 'money':104,117 'nearbi':140 'neither':39 'new':121 'older':87 'one':91,139,174 'open':66,107 'os':172,207 'overdu':59 'part':133 'pay':50 'pc':9,205,224 'peopl':276 'perhap':173,192 'popular':228 'potenti':251 'public':42 'report':274 'seem':27 'side':7 'simpli':210 'sinc':18 'softwar':279 'solut':252 'somewher':200 'space':125 'staff':81 'start':160 'station':149 'still':227 'stride':222 'subscript':33,53 'system':136,178,183 'think':97 'titl':1 'top':36 'toss':46 'tuck':198 'upstream':272 'use':86,186 'user':190 'week':71,111 'window':19,28 'wonder':156"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697375792
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/4201389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697351792 {#2538
    date: 2023-10-15 08:36:32.0 +02: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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2067
  +user: Proxies\__CG__\App\Entity\User {#2517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "Is-there-a-Linux-based-OS-for-public-computers-such"
  +title: "Is there a Linux based OS for public computers, such as at a library or a PC cafe?"
  +url: null
  +body: """
    Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.\n
    \n
    Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.\n
    \n
    My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don’t have the money for being open 5 days a week, they don’t have the money to buy 4 new computers for the space.\n
    \n
    Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.\n
    \n
    So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that’s a config file tucked away somewhere.\n
    \n
    And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.\n
    \n
    EDIT: I am not in control or assistance to the library, just looking if there’s a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697369755 {#2551
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2556 …}
  +votes: Doctrine\ORM\PersistentCollection {#2559 …}
  +reports: Doctrine\ORM\PersistentCollection {#2561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2565 …}
  +badges: Doctrine\ORM\PersistentCollection {#2567 …}
  +children: [
    App\Entity\EntryComment {#2071
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2067 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
      +body: "This is how we used to do it before we had NixOS with impermanence mode. [nixos.wiki/wiki/Impermanence](https://nixos.wiki/wiki/Impermanence)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697369755 {#2074
        date: 2023-10-15 13:35:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@queue@lemmy.blahaj.zone"
        "@utopiah@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2049 …}
      +nested: Doctrine\ORM\PersistentCollection {#2051 …}
      +votes: Doctrine\ORM\PersistentCollection {#2059 …}
      +reports: Doctrine\ORM\PersistentCollection {#2047 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
      -id: 88177
      -bodyTs: "'/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':18 'imperman':14 'mode':15 'nixo':12 'nixos.wiki':17 'nixos.wiki/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':16 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3440461"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697369755 {#2066
        date: 2023-10-15 13:35:55.0 +02:00
      }
      +"title": 88177
    }
  ]
  -id: 9455
  -titleTs: "'base':5 'cafe':18 'comput':9 'librari':14 'linux':4 'os':6 'pc':17 'public':8"
  -bodyTs: "'11':20 '12':29 '2':68 '4':120,148 '5':108 '64':22 '8':143 'access':191 'afford':45 'allow':176 'also':12 'anyon':158 'area':84 'ask':3,15 'assist':241 'awar':163 'away':199 'back':184 'base':34,171 'bigger':131 'bit':23 'book':60 'bug':273 'buy':119 'cafe':10,206,225 'card':182 'china':233 'comput':48,122,144,167,265 'config':196 'control':239 'could':259,270 'day':69,109 'dell':88 'due':72,211 'edit':234 'enabl':188 'end':189 'even':127 'fact':214 'fee':54 'file':197 'focus':168 'fund':77 'game':217 'get':128 'give':260,271 'go':31 'group':146,151 'guess':203 'hire':79 'huge':221 'immut':177 'interest':13,209 'japan':230 'korea':231 'lack':75 'librari':6,43,63,132,181,244,254,264 'library/public':166 'like':255 'link':261 'linux':170,216 'linux-bas':169 'local':62 'look':246 'main':2,17 'make':57,95,220,277 'manag':266 'mine':256 'money':104,117 'nearbi':140 'neither':39 'new':121 'older':87 'one':91,139,174 'open':66,107 'os':172,207 'overdu':59 'part':133 'pay':50 'pc':9,205,224 'peopl':276 'perhap':173,192 'popular':228 'potenti':251 'public':42 'report':274 'seem':27 'side':7 'simpli':210 'sinc':18 'softwar':279 'solut':252 'somewher':200 'space':125 'staff':81 'start':160 'station':149 'still':227 'stride':222 'subscript':33,53 'system':136,178,183 'think':97 'titl':1 'top':36 'toss':46 'tuck':198 'upstream':272 'use':86,186 'user':190 'week':71,111 'window':19,28 'wonder':156"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697375792
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/4201389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697351792 {#2538
    date: 2023-10-15 08:36:32.0 +02: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
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\EntryComment {#2071
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2067
    +user: Proxies\__CG__\App\Entity\User {#2517 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Is-there-a-Linux-based-OS-for-public-computers-such"
    +title: "Is there a Linux based OS for public computers, such as at a library or a PC cafe?"
    +url: null
    +body: """
      Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.\n
      \n
      Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.\n
      \n
      My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don’t have the money for being open 5 days a week, they don’t have the money to buy 4 new computers for the space.\n
      \n
      Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.\n
      \n
      So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that’s a config file tucked away somewhere.\n
      \n
      And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.\n
      \n
      EDIT: I am not in control or assistance to the library, just looking if there’s a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 2
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697369755 {#2551
      date: 2023-10-15 13:35:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2556 …}
    +votes: Doctrine\ORM\PersistentCollection {#2559 …}
    +reports: Doctrine\ORM\PersistentCollection {#2561 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2563 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2565 …}
    +badges: Doctrine\ORM\PersistentCollection {#2567 …}
    +children: [
      App\Entity\EntryComment {#2071}
    ]
    -id: 9455
    -titleTs: "'base':5 'cafe':18 'comput':9 'librari':14 'linux':4 'os':6 'pc':17 'public':8"
    -bodyTs: "'11':20 '12':29 '2':68 '4':120,148 '5':108 '64':22 '8':143 'access':191 'afford':45 'allow':176 'also':12 'anyon':158 'area':84 'ask':3,15 'assist':241 'awar':163 'away':199 'back':184 'base':34,171 'bigger':131 'bit':23 'book':60 'bug':273 'buy':119 'cafe':10,206,225 'card':182 'china':233 'comput':48,122,144,167,265 'config':196 'control':239 'could':259,270 'day':69,109 'dell':88 'due':72,211 'edit':234 'enabl':188 'end':189 'even':127 'fact':214 'fee':54 'file':197 'focus':168 'fund':77 'game':217 'get':128 'give':260,271 'go':31 'group':146,151 'guess':203 'hire':79 'huge':221 'immut':177 'interest':13,209 'japan':230 'korea':231 'lack':75 'librari':6,43,63,132,181,244,254,264 'library/public':166 'like':255 'link':261 'linux':170,216 'linux-bas':169 'local':62 'look':246 'main':2,17 'make':57,95,220,277 'manag':266 'mine':256 'money':104,117 'nearbi':140 'neither':39 'new':121 'older':87 'one':91,139,174 'open':66,107 'os':172,207 'overdu':59 'part':133 'pay':50 'pc':9,205,224 'peopl':276 'perhap':173,192 'popular':228 'potenti':251 'public':42 'report':274 'seem':27 'side':7 'simpli':210 'sinc':18 'softwar':279 'solut':252 'somewher':200 'space':125 'staff':81 'start':160 'station':149 'still':227 'stride':222 'subscript':33,53 'system':136,178,183 'think':97 'titl':1 'top':36 'toss':46 'tuck':198 'upstream':272 'use':86,186 'user':190 'week':71,111 'window':19,28 'wonder':156"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697375792
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/4201389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697351792 {#2538
      date: 2023-10-15 08:36:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: "This is how we used to do it before we had NixOS with impermanence mode. [nixos.wiki/wiki/Impermanence](https://nixos.wiki/wiki/Impermanence)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697369755 {#2074
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@queue@lemmy.blahaj.zone"
    "@utopiah@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2049 …}
  +nested: Doctrine\ORM\PersistentCollection {#2051 …}
  +votes: Doctrine\ORM\PersistentCollection {#2059 …}
  +reports: Doctrine\ORM\PersistentCollection {#2047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
  -id: 88177
  -bodyTs: "'/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':18 'imperman':14 'mode':15 'nixo':12 'nixos.wiki':17 'nixos.wiki/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':16 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3440461"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697369755 {#2066
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +"title": 88177
}
"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
83 DENIED edit
App\Entity\EntryComment {#2071
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2067
    +user: Proxies\__CG__\App\Entity\User {#2517 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Is-there-a-Linux-based-OS-for-public-computers-such"
    +title: "Is there a Linux based OS for public computers, such as at a library or a PC cafe?"
    +url: null
    +body: """
      Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.\n
      \n
      Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.\n
      \n
      My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don’t have the money for being open 5 days a week, they don’t have the money to buy 4 new computers for the space.\n
      \n
      Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.\n
      \n
      So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that’s a config file tucked away somewhere.\n
      \n
      And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.\n
      \n
      EDIT: I am not in control or assistance to the library, just looking if there’s a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 2
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697369755 {#2551
      date: 2023-10-15 13:35:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2556 …}
    +votes: Doctrine\ORM\PersistentCollection {#2559 …}
    +reports: Doctrine\ORM\PersistentCollection {#2561 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2563 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2565 …}
    +badges: Doctrine\ORM\PersistentCollection {#2567 …}
    +children: [
      App\Entity\EntryComment {#2071}
    ]
    -id: 9455
    -titleTs: "'base':5 'cafe':18 'comput':9 'librari':14 'linux':4 'os':6 'pc':17 'public':8"
    -bodyTs: "'11':20 '12':29 '2':68 '4':120,148 '5':108 '64':22 '8':143 'access':191 'afford':45 'allow':176 'also':12 'anyon':158 'area':84 'ask':3,15 'assist':241 'awar':163 'away':199 'back':184 'base':34,171 'bigger':131 'bit':23 'book':60 'bug':273 'buy':119 'cafe':10,206,225 'card':182 'china':233 'comput':48,122,144,167,265 'config':196 'control':239 'could':259,270 'day':69,109 'dell':88 'due':72,211 'edit':234 'enabl':188 'end':189 'even':127 'fact':214 'fee':54 'file':197 'focus':168 'fund':77 'game':217 'get':128 'give':260,271 'go':31 'group':146,151 'guess':203 'hire':79 'huge':221 'immut':177 'interest':13,209 'japan':230 'korea':231 'lack':75 'librari':6,43,63,132,181,244,254,264 'library/public':166 'like':255 'link':261 'linux':170,216 'linux-bas':169 'local':62 'look':246 'main':2,17 'make':57,95,220,277 'manag':266 'mine':256 'money':104,117 'nearbi':140 'neither':39 'new':121 'older':87 'one':91,139,174 'open':66,107 'os':172,207 'overdu':59 'part':133 'pay':50 'pc':9,205,224 'peopl':276 'perhap':173,192 'popular':228 'potenti':251 'public':42 'report':274 'seem':27 'side':7 'simpli':210 'sinc':18 'softwar':279 'solut':252 'somewher':200 'space':125 'staff':81 'start':160 'station':149 'still':227 'stride':222 'subscript':33,53 'system':136,178,183 'think':97 'titl':1 'top':36 'toss':46 'tuck':198 'upstream':272 'use':86,186 'user':190 'week':71,111 'window':19,28 'wonder':156"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697375792
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/4201389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697351792 {#2538
      date: 2023-10-15 08:36:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: "This is how we used to do it before we had NixOS with impermanence mode. [nixos.wiki/wiki/Impermanence](https://nixos.wiki/wiki/Impermanence)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697369755 {#2074
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@queue@lemmy.blahaj.zone"
    "@utopiah@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2049 …}
  +nested: Doctrine\ORM\PersistentCollection {#2051 …}
  +votes: Doctrine\ORM\PersistentCollection {#2059 …}
  +reports: Doctrine\ORM\PersistentCollection {#2047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
  -id: 88177
  -bodyTs: "'/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':18 'imperman':14 'mode':15 'nixo':12 'nixos.wiki':17 'nixos.wiki/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':16 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3440461"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697369755 {#2066
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +"title": 88177
}
"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
84 DENIED moderate
App\Entity\EntryComment {#2071
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2067
    +user: Proxies\__CG__\App\Entity\User {#2517 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "Is-there-a-Linux-based-OS-for-public-computers-such"
    +title: "Is there a Linux based OS for public computers, such as at a library or a PC cafe?"
    +url: null
    +body: """
      Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.\n
      \n
      Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.\n
      \n
      My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don’t have the money for being open 5 days a week, they don’t have the money to buy 4 new computers for the space.\n
      \n
      Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.\n
      \n
      So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that’s a config file tucked away somewhere.\n
      \n
      And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.\n
      \n
      EDIT: I am not in control or assistance to the library, just looking if there’s a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 2
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697369755 {#2551
      date: 2023-10-15 13:35:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2556 …}
    +votes: Doctrine\ORM\PersistentCollection {#2559 …}
    +reports: Doctrine\ORM\PersistentCollection {#2561 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2563 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2565 …}
    +badges: Doctrine\ORM\PersistentCollection {#2567 …}
    +children: [
      App\Entity\EntryComment {#2071}
    ]
    -id: 9455
    -titleTs: "'base':5 'cafe':18 'comput':9 'librari':14 'linux':4 'os':6 'pc':17 'public':8"
    -bodyTs: "'11':20 '12':29 '2':68 '4':120,148 '5':108 '64':22 '8':143 'access':191 'afford':45 'allow':176 'also':12 'anyon':158 'area':84 'ask':3,15 'assist':241 'awar':163 'away':199 'back':184 'base':34,171 'bigger':131 'bit':23 'book':60 'bug':273 'buy':119 'cafe':10,206,225 'card':182 'china':233 'comput':48,122,144,167,265 'config':196 'control':239 'could':259,270 'day':69,109 'dell':88 'due':72,211 'edit':234 'enabl':188 'end':189 'even':127 'fact':214 'fee':54 'file':197 'focus':168 'fund':77 'game':217 'get':128 'give':260,271 'go':31 'group':146,151 'guess':203 'hire':79 'huge':221 'immut':177 'interest':13,209 'japan':230 'korea':231 'lack':75 'librari':6,43,63,132,181,244,254,264 'library/public':166 'like':255 'link':261 'linux':170,216 'linux-bas':169 'local':62 'look':246 'main':2,17 'make':57,95,220,277 'manag':266 'mine':256 'money':104,117 'nearbi':140 'neither':39 'new':121 'older':87 'one':91,139,174 'open':66,107 'os':172,207 'overdu':59 'part':133 'pay':50 'pc':9,205,224 'peopl':276 'perhap':173,192 'popular':228 'potenti':251 'public':42 'report':274 'seem':27 'side':7 'simpli':210 'sinc':18 'softwar':279 'solut':252 'somewher':200 'space':125 'staff':81 'start':160 'station':149 'still':227 'stride':222 'subscript':33,53 'system':136,178,183 'think':97 'titl':1 'top':36 'toss':46 'tuck':198 'upstream':272 'use':86,186 'user':190 'week':71,111 'window':19,28 'wonder':156"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697375792
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/4201389"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697351792 {#2538
      date: 2023-10-15 08:36:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2070 …}
  +body: "This is how we used to do it before we had NixOS with impermanence mode. [nixos.wiki/wiki/Impermanence](https://nixos.wiki/wiki/Impermanence)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697369755 {#2074
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@queue@lemmy.blahaj.zone"
    "@utopiah@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2049 …}
  +nested: Doctrine\ORM\PersistentCollection {#2051 …}
  +votes: Doctrine\ORM\PersistentCollection {#2059 …}
  +reports: Doctrine\ORM\PersistentCollection {#2047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
  -id: 88177
  -bodyTs: "'/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':18 'imperman':14 'mode':15 'nixo':12 'nixos.wiki':17 'nixos.wiki/wiki/impermanence](https://nixos.wiki/wiki/impermanence)':16 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3440461"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697369755 {#2066
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +"title": 88177
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2125
  +user: Proxies\__CG__\App\Entity\User {#2535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "What-s-your-preferred-DE"
  +title: "What's your preferred DE?"
  +url: null
  +body: "I’m currently testing Fedora KDE on a VM (windows host) before eventually switching over to Linux completely."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697336466 {#2569
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2574 …}
  +votes: Doctrine\ORM\PersistentCollection {#2577 …}
  +reports: Doctrine\ORM\PersistentCollection {#2579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2581 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2583 …}
  +badges: Doctrine\ORM\PersistentCollection {#2585 …}
  +children: [
    App\Entity\EntryComment {#2053
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2125 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: null
      +root: null
      +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697336466 {#2054
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2165 …}
      +nested: Doctrine\ORM\PersistentCollection {#2104 …}
      +votes: Doctrine\ORM\PersistentCollection {#2099 …}
      +reports: Doctrine\ORM\PersistentCollection {#2108 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
      -id: 88178
      -bodyTs: "'25':4 'waymonad':6 'xmonad':1 'year':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3432717"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697336466 {#2058
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +"title": 88178
    }
  ]
  -id: 9457
  -titleTs: "'de':5 'prefer':4"
  -bodyTs: "'complet':18 'current':3 'eventu':13 'fedora':5 'host':11 'kde':6 'linux':17 'm':2 'switch':14 'test':4 'vm':9 'window':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697305895
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2265358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697299395 {#2557
    date: 2023-10-14 18:03:15.0 +02: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
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2125
  +user: Proxies\__CG__\App\Entity\User {#2535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "What-s-your-preferred-DE"
  +title: "What's your preferred DE?"
  +url: null
  +body: "I’m currently testing Fedora KDE on a VM (windows host) before eventually switching over to Linux completely."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697336466 {#2569
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2574 …}
  +votes: Doctrine\ORM\PersistentCollection {#2577 …}
  +reports: Doctrine\ORM\PersistentCollection {#2579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2581 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2583 …}
  +badges: Doctrine\ORM\PersistentCollection {#2585 …}
  +children: [
    App\Entity\EntryComment {#2053
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2125 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: null
      +root: null
      +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697336466 {#2054
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2165 …}
      +nested: Doctrine\ORM\PersistentCollection {#2104 …}
      +votes: Doctrine\ORM\PersistentCollection {#2099 …}
      +reports: Doctrine\ORM\PersistentCollection {#2108 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
      -id: 88178
      -bodyTs: "'25':4 'waymonad':6 'xmonad':1 'year':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3432717"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697336466 {#2058
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +"title": 88178
    }
  ]
  -id: 9457
  -titleTs: "'de':5 'prefer':4"
  -bodyTs: "'complet':18 'current':3 'eventu':13 'fedora':5 'host':11 'kde':6 'linux':17 'm':2 'switch':14 'test':4 'vm':9 'window':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697305895
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2265358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697299395 {#2557
    date: 2023-10-14 18:03:15.0 +02: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
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2125
  +user: Proxies\__CG__\App\Entity\User {#2535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "What-s-your-preferred-DE"
  +title: "What's your preferred DE?"
  +url: null
  +body: "I’m currently testing Fedora KDE on a VM (windows host) before eventually switching over to Linux completely."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697336466 {#2569
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2574 …}
  +votes: Doctrine\ORM\PersistentCollection {#2577 …}
  +reports: Doctrine\ORM\PersistentCollection {#2579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2581 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2583 …}
  +badges: Doctrine\ORM\PersistentCollection {#2585 …}
  +children: [
    App\Entity\EntryComment {#2053
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2125 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: null
      +root: null
      +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697336466 {#2054
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2165 …}
      +nested: Doctrine\ORM\PersistentCollection {#2104 …}
      +votes: Doctrine\ORM\PersistentCollection {#2099 …}
      +reports: Doctrine\ORM\PersistentCollection {#2108 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
      -id: 88178
      -bodyTs: "'25':4 'waymonad':6 'xmonad':1 'year':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/3432717"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697336466 {#2058
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +"title": 88178
    }
  ]
  -id: 9457
  -titleTs: "'de':5 'prefer':4"
  -bodyTs: "'complet':18 'current':3 'eventu':13 'fedora':5 'host':11 'kde':6 'linux':17 'm':2 'switch':14 'test':4 'vm':9 'window':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697305895
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2265358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697299395 {#2557
    date: 2023-10-14 18:03:15.0 +02: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
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2053
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2125
    +user: Proxies\__CG__\App\Entity\User {#2535 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "What-s-your-preferred-DE"
    +title: "What's your preferred DE?"
    +url: null
    +body: "I’m currently testing Fedora KDE on a VM (windows host) before eventually switching over to Linux completely."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697336466 {#2569
      date: 2023-10-15 04:21:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2574 …}
    +votes: Doctrine\ORM\PersistentCollection {#2577 …}
    +reports: Doctrine\ORM\PersistentCollection {#2579 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2581 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2583 …}
    +badges: Doctrine\ORM\PersistentCollection {#2585 …}
    +children: [
      App\Entity\EntryComment {#2053}
    ]
    -id: 9457
    -titleTs: "'de':5 'prefer':4"
    -bodyTs: "'complet':18 'current':3 'eventu':13 'fedora':5 'host':11 'kde':6 'linux':17 'm':2 'switch':14 'test':4 'vm':9 'window':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697305895
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2265358"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697299395 {#2557
      date: 2023-10-14 18:03:15.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697336466 {#2054
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2165 …}
  +nested: Doctrine\ORM\PersistentCollection {#2104 …}
  +votes: Doctrine\ORM\PersistentCollection {#2099 …}
  +reports: Doctrine\ORM\PersistentCollection {#2108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
  -id: 88178
  -bodyTs: "'25':4 'waymonad':6 'xmonad':1 'year':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3432717"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697336466 {#2058
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +"title": 88178
}
"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
91 DENIED edit
App\Entity\EntryComment {#2053
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2125
    +user: Proxies\__CG__\App\Entity\User {#2535 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "What-s-your-preferred-DE"
    +title: "What's your preferred DE?"
    +url: null
    +body: "I’m currently testing Fedora KDE on a VM (windows host) before eventually switching over to Linux completely."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697336466 {#2569
      date: 2023-10-15 04:21:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2574 …}
    +votes: Doctrine\ORM\PersistentCollection {#2577 …}
    +reports: Doctrine\ORM\PersistentCollection {#2579 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2581 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2583 …}
    +badges: Doctrine\ORM\PersistentCollection {#2585 …}
    +children: [
      App\Entity\EntryComment {#2053}
    ]
    -id: 9457
    -titleTs: "'de':5 'prefer':4"
    -bodyTs: "'complet':18 'current':3 'eventu':13 'fedora':5 'host':11 'kde':6 'linux':17 'm':2 'switch':14 'test':4 'vm':9 'window':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697305895
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2265358"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697299395 {#2557
      date: 2023-10-14 18:03:15.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697336466 {#2054
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2165 …}
  +nested: Doctrine\ORM\PersistentCollection {#2104 …}
  +votes: Doctrine\ORM\PersistentCollection {#2099 …}
  +reports: Doctrine\ORM\PersistentCollection {#2108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
  -id: 88178
  -bodyTs: "'25':4 'waymonad':6 'xmonad':1 'year':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3432717"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697336466 {#2058
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +"title": 88178
}
"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
92 DENIED moderate
App\Entity\EntryComment {#2053
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2125
    +user: Proxies\__CG__\App\Entity\User {#2535 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "What-s-your-preferred-DE"
    +title: "What's your preferred DE?"
    +url: null
    +body: "I’m currently testing Fedora KDE on a VM (windows host) before eventually switching over to Linux completely."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697336466 {#2569
      date: 2023-10-15 04:21:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2574 …}
    +votes: Doctrine\ORM\PersistentCollection {#2577 …}
    +reports: Doctrine\ORM\PersistentCollection {#2579 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2581 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2583 …}
    +badges: Doctrine\ORM\PersistentCollection {#2585 …}
    +children: [
      App\Entity\EntryComment {#2053}
    ]
    -id: 9457
    -titleTs: "'de':5 'prefer':4"
    -bodyTs: "'complet':18 'current':3 'eventu':13 'fedora':5 'host':11 'kde':6 'linux':17 'm':2 'switch':14 'test':4 'vm':9 'window':10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697305895
    +visibility: "visible             "
    +apId: "https://lemdro.id/post/2265358"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697299395 {#2557
      date: 2023-10-14 18:03:15.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697336466 {#2054
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2165 …}
  +nested: Doctrine\ORM\PersistentCollection {#2104 …}
  +votes: Doctrine\ORM\PersistentCollection {#2099 …}
  +reports: Doctrine\ORM\PersistentCollection {#2108 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2101 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2109 …}
  -id: 88178
  -bodyTs: "'25':4 'waymonad':6 'xmonad':1 'year':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/3432717"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697336466 {#2058
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +"title": 88178
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2315
  +user: Proxies\__CG__\App\Entity\User {#2572 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "How-to-organize-images-with-custom-tags"
  +title: "How to organize images with custom tags?"
  +url: null
  +body: """
    Hello! I have a bunch of photos all mixed together, and I’d like to sort them out in order to better find the ones I’m searching for without loosing half an hour. I was thinking of adding custom tags to each image (manually), like “my dog”, “trip to Paris”, “my friend X” etc. I’d like this tag system to be portable, filesystem-indipendent. What are my best bet?\n
    \n
    On dolphin if I click on a file I can add a custom tag. Where is the tag stored? in the file or in some plasma configuration file, so that moving the file on my phone would loose the tags?\n
    \n
    I searched the web but probably I don’t really know how to call this, because all I found was a bunch of 11 years old threads or video tag editor (I need to do this with images)\n
    \n
    thanks in advance!\n
    \n
    EDIT: I have a HUGE amount of pictures to sort manually, so I’d need a GUI designed to be really quick. It probably does not exist, or if it does it won’t satisfy me, so I’d probably write my own simple frontend for it, so the ideal would be a CLI tool or something QT-compatible
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695123360 {#2607
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2612 …}
  +votes: Doctrine\ORM\PersistentCollection {#2615 …}
  +reports: Doctrine\ORM\PersistentCollection {#2617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2621 …}
  +badges: Doctrine\ORM\PersistentCollection {#2623 …}
  +children: [
    App\Entity\EntryComment {#2320
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2315 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: null
      +root: null
      +body: "I recommend embedding something like a checksum in the filenames to prevent duplicates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695123360 {#2302
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 186192
      -bodyTs: "'checksum':7 'duplic':13 'embed':3 'filenam':10 'like':5 'prevent':12 'recommend':2 'someth':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/2690499"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695123360 {#2297
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +"title": 186192
    }
  ]
  -id: 16606
  -titleTs: "'custom':6 'imag':4 'organ':3 'tag':7"
  -bodyTs: "'11':136 'ad':39 'add':83 'advanc':153 'amount':159 'best':71 'bet':72 'better':22 'bunch':5,134 'call':126 'cli':207 'click':77 'compat':213 'configur':99 'custom':40,85 'd':13,57,167,192 'design':171 'dog':48 'dolphin':74 'edit':154 'editor':143 'etc':55 'exist':180 'file':80,94,100,105 'filesystem':66 'filesystem-indipend':65 'find':23 'found':131 'friend':53 'frontend':198 'gui':170 'half':32 'hello':1 'hour':34 'huge':158 'ideal':203 'imag':44,150 'indipend':67 'know':123 'like':14,46,58 'loos':31,110 'm':27 'manual':45,164 'mix':9 'move':103 'need':145,168 'old':138 'one':25 'order':20 'pari':51 'phone':108 'photo':7 'pictur':161 'plasma':98 'portabl':64 'probabl':118,177,193 'qt':212 'qt-compat':211 'quick':175 'realli':122,174 'satisfi':188 'search':28,114 'simpl':197 'someth':210 'sort':16,163 'store':91 'system':61 'tag':41,60,86,90,112,142 'thank':151 'think':37 'thread':139 'togeth':10 'tool':208 'trip':49 'video':141 'web':116 'without':30 'won':186 'would':109,204 'write':194 'x':54 'year':137"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695122959
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/163641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695116459 {#2593
    date: 2023-09-19 11:40:59.0 +02: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
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2315
  +user: Proxies\__CG__\App\Entity\User {#2572 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "How-to-organize-images-with-custom-tags"
  +title: "How to organize images with custom tags?"
  +url: null
  +body: """
    Hello! I have a bunch of photos all mixed together, and I’d like to sort them out in order to better find the ones I’m searching for without loosing half an hour. I was thinking of adding custom tags to each image (manually), like “my dog”, “trip to Paris”, “my friend X” etc. I’d like this tag system to be portable, filesystem-indipendent. What are my best bet?\n
    \n
    On dolphin if I click on a file I can add a custom tag. Where is the tag stored? in the file or in some plasma configuration file, so that moving the file on my phone would loose the tags?\n
    \n
    I searched the web but probably I don’t really know how to call this, because all I found was a bunch of 11 years old threads or video tag editor (I need to do this with images)\n
    \n
    thanks in advance!\n
    \n
    EDIT: I have a HUGE amount of pictures to sort manually, so I’d need a GUI designed to be really quick. It probably does not exist, or if it does it won’t satisfy me, so I’d probably write my own simple frontend for it, so the ideal would be a CLI tool or something QT-compatible
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695123360 {#2607
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2612 …}
  +votes: Doctrine\ORM\PersistentCollection {#2615 …}
  +reports: Doctrine\ORM\PersistentCollection {#2617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2621 …}
  +badges: Doctrine\ORM\PersistentCollection {#2623 …}
  +children: [
    App\Entity\EntryComment {#2320
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2315 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: null
      +root: null
      +body: "I recommend embedding something like a checksum in the filenames to prevent duplicates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695123360 {#2302
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 186192
      -bodyTs: "'checksum':7 'duplic':13 'embed':3 'filenam':10 'like':5 'prevent':12 'recommend':2 'someth':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/2690499"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695123360 {#2297
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +"title": 186192
    }
  ]
  -id: 16606
  -titleTs: "'custom':6 'imag':4 'organ':3 'tag':7"
  -bodyTs: "'11':136 'ad':39 'add':83 'advanc':153 'amount':159 'best':71 'bet':72 'better':22 'bunch':5,134 'call':126 'cli':207 'click':77 'compat':213 'configur':99 'custom':40,85 'd':13,57,167,192 'design':171 'dog':48 'dolphin':74 'edit':154 'editor':143 'etc':55 'exist':180 'file':80,94,100,105 'filesystem':66 'filesystem-indipend':65 'find':23 'found':131 'friend':53 'frontend':198 'gui':170 'half':32 'hello':1 'hour':34 'huge':158 'ideal':203 'imag':44,150 'indipend':67 'know':123 'like':14,46,58 'loos':31,110 'm':27 'manual':45,164 'mix':9 'move':103 'need':145,168 'old':138 'one':25 'order':20 'pari':51 'phone':108 'photo':7 'pictur':161 'plasma':98 'portabl':64 'probabl':118,177,193 'qt':212 'qt-compat':211 'quick':175 'realli':122,174 'satisfi':188 'search':28,114 'simpl':197 'someth':210 'sort':16,163 'store':91 'system':61 'tag':41,60,86,90,112,142 'thank':151 'think':37 'thread':139 'togeth':10 'tool':208 'trip':49 'video':141 'web':116 'without':30 'won':186 'would':109,204 'write':194 'x':54 'year':137"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695122959
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/163641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695116459 {#2593
    date: 2023-09-19 11:40:59.0 +02: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
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2315
  +user: Proxies\__CG__\App\Entity\User {#2572 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
  +slug: "How-to-organize-images-with-custom-tags"
  +title: "How to organize images with custom tags?"
  +url: null
  +body: """
    Hello! I have a bunch of photos all mixed together, and I’d like to sort them out in order to better find the ones I’m searching for without loosing half an hour. I was thinking of adding custom tags to each image (manually), like “my dog”, “trip to Paris”, “my friend X” etc. I’d like this tag system to be portable, filesystem-indipendent. What are my best bet?\n
    \n
    On dolphin if I click on a file I can add a custom tag. Where is the tag stored? in the file or in some plasma configuration file, so that moving the file on my phone would loose the tags?\n
    \n
    I searched the web but probably I don’t really know how to call this, because all I found was a bunch of 11 years old threads or video tag editor (I need to do this with images)\n
    \n
    thanks in advance!\n
    \n
    EDIT: I have a HUGE amount of pictures to sort manually, so I’d need a GUI designed to be really quick. It probably does not exist, or if it does it won’t satisfy me, so I’d probably write my own simple frontend for it, so the ideal would be a CLI tool or something QT-compatible
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695123360 {#2607
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2612 …}
  +votes: Doctrine\ORM\PersistentCollection {#2615 …}
  +reports: Doctrine\ORM\PersistentCollection {#2617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2621 …}
  +badges: Doctrine\ORM\PersistentCollection {#2623 …}
  +children: [
    App\Entity\EntryComment {#2320
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2315 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
      +image: null
      +parent: null
      +root: null
      +body: "I recommend embedding something like a checksum in the filenames to prevent duplicates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1695123360 {#2302
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2322 …}
      +nested: Doctrine\ORM\PersistentCollection {#2312 …}
      +votes: Doctrine\ORM\PersistentCollection {#2307 …}
      +reports: Doctrine\ORM\PersistentCollection {#2308 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
      -id: 186192
      -bodyTs: "'checksum':7 'duplic':13 'embed':3 'filenam':10 'like':5 'prevent':12 'recommend':2 'someth':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/2690499"
      +editedAt: null
      +createdAt: DateTimeImmutable @1695123360 {#2297
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +"title": 186192
    }
  ]
  -id: 16606
  -titleTs: "'custom':6 'imag':4 'organ':3 'tag':7"
  -bodyTs: "'11':136 'ad':39 'add':83 'advanc':153 'amount':159 'best':71 'bet':72 'better':22 'bunch':5,134 'call':126 'cli':207 'click':77 'compat':213 'configur':99 'custom':40,85 'd':13,57,167,192 'design':171 'dog':48 'dolphin':74 'edit':154 'editor':143 'etc':55 'exist':180 'file':80,94,100,105 'filesystem':66 'filesystem-indipend':65 'find':23 'found':131 'friend':53 'frontend':198 'gui':170 'half':32 'hello':1 'hour':34 'huge':158 'ideal':203 'imag':44,150 'indipend':67 'know':123 'like':14,46,58 'loos':31,110 'm':27 'manual':45,164 'mix':9 'move':103 'need':145,168 'old':138 'one':25 'order':20 'pari':51 'phone':108 'photo':7 'pictur':161 'plasma':98 'portabl':64 'probabl':118,177,193 'qt':212 'qt-compat':211 'quick':175 'realli':122,174 'satisfi':188 'search':28,114 'simpl':197 'someth':210 'sort':16,163 'store':91 'system':61 'tag':41,60,86,90,112,142 'thank':151 'think':37 'thread':139 'togeth':10 'tool':208 'trip':49 'video':141 'web':116 'without':30 'won':186 'would':109,204 'write':194 'x':54 'year':137"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695122959
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/163641"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695116459 {#2593
    date: 2023-09-19 11:40:59.0 +02: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
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\EntryComment {#2320
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2315
    +user: Proxies\__CG__\App\Entity\User {#2572 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-to-organize-images-with-custom-tags"
    +title: "How to organize images with custom tags?"
    +url: null
    +body: """
      Hello! I have a bunch of photos all mixed together, and I’d like to sort them out in order to better find the ones I’m searching for without loosing half an hour. I was thinking of adding custom tags to each image (manually), like “my dog”, “trip to Paris”, “my friend X” etc. I’d like this tag system to be portable, filesystem-indipendent. What are my best bet?\n
      \n
      On dolphin if I click on a file I can add a custom tag. Where is the tag stored? in the file or in some plasma configuration file, so that moving the file on my phone would loose the tags?\n
      \n
      I searched the web but probably I don’t really know how to call this, because all I found was a bunch of 11 years old threads or video tag editor (I need to do this with images)\n
      \n
      thanks in advance!\n
      \n
      EDIT: I have a HUGE amount of pictures to sort manually, so I’d need a GUI designed to be really quick. It probably does not exist, or if it does it won’t satisfy me, so I’d probably write my own simple frontend for it, so the ideal would be a CLI tool or something QT-compatible
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695123360 {#2607
      date: 2023-09-19 13:36:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2612 …}
    +votes: Doctrine\ORM\PersistentCollection {#2615 …}
    +reports: Doctrine\ORM\PersistentCollection {#2617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2619 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2621 …}
    +badges: Doctrine\ORM\PersistentCollection {#2623 …}
    +children: [
      App\Entity\EntryComment {#2320}
    ]
    -id: 16606
    -titleTs: "'custom':6 'imag':4 'organ':3 'tag':7"
    -bodyTs: "'11':136 'ad':39 'add':83 'advanc':153 'amount':159 'best':71 'bet':72 'better':22 'bunch':5,134 'call':126 'cli':207 'click':77 'compat':213 'configur':99 'custom':40,85 'd':13,57,167,192 'design':171 'dog':48 'dolphin':74 'edit':154 'editor':143 'etc':55 'exist':180 'file':80,94,100,105 'filesystem':66 'filesystem-indipend':65 'find':23 'found':131 'friend':53 'frontend':198 'gui':170 'half':32 'hello':1 'hour':34 'huge':158 'ideal':203 'imag':44,150 'indipend':67 'know':123 'like':14,46,58 'loos':31,110 'm':27 'manual':45,164 'mix':9 'move':103 'need':145,168 'old':138 'one':25 'order':20 'pari':51 'phone':108 'photo':7 'pictur':161 'plasma':98 'portabl':64 'probabl':118,177,193 'qt':212 'qt-compat':211 'quick':175 'realli':122,174 'satisfi':188 'search':28,114 'simpl':197 'someth':210 'sort':16,163 'store':91 'system':61 'tag':41,60,86,90,112,142 'thank':151 'think':37 'thread':139 'togeth':10 'tool':208 'trip':49 'video':141 'web':116 'without':30 'won':186 'would':109,204 'write':194 'x':54 'year':137"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695122959
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/163641"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695116459 {#2593
      date: 2023-09-19 11:40:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "I recommend embedding something like a checksum in the filenames to prevent duplicates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695123360 {#2302
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 186192
  -bodyTs: "'checksum':7 'duplic':13 'embed':3 'filenam':10 'like':5 'prevent':12 'recommend':2 'someth':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/2690499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695123360 {#2297
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +"title": 186192
}
"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
99 DENIED edit
App\Entity\EntryComment {#2320
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2315
    +user: Proxies\__CG__\App\Entity\User {#2572 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-to-organize-images-with-custom-tags"
    +title: "How to organize images with custom tags?"
    +url: null
    +body: """
      Hello! I have a bunch of photos all mixed together, and I’d like to sort them out in order to better find the ones I’m searching for without loosing half an hour. I was thinking of adding custom tags to each image (manually), like “my dog”, “trip to Paris”, “my friend X” etc. I’d like this tag system to be portable, filesystem-indipendent. What are my best bet?\n
      \n
      On dolphin if I click on a file I can add a custom tag. Where is the tag stored? in the file or in some plasma configuration file, so that moving the file on my phone would loose the tags?\n
      \n
      I searched the web but probably I don’t really know how to call this, because all I found was a bunch of 11 years old threads or video tag editor (I need to do this with images)\n
      \n
      thanks in advance!\n
      \n
      EDIT: I have a HUGE amount of pictures to sort manually, so I’d need a GUI designed to be really quick. It probably does not exist, or if it does it won’t satisfy me, so I’d probably write my own simple frontend for it, so the ideal would be a CLI tool or something QT-compatible
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695123360 {#2607
      date: 2023-09-19 13:36:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2612 …}
    +votes: Doctrine\ORM\PersistentCollection {#2615 …}
    +reports: Doctrine\ORM\PersistentCollection {#2617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2619 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2621 …}
    +badges: Doctrine\ORM\PersistentCollection {#2623 …}
    +children: [
      App\Entity\EntryComment {#2320}
    ]
    -id: 16606
    -titleTs: "'custom':6 'imag':4 'organ':3 'tag':7"
    -bodyTs: "'11':136 'ad':39 'add':83 'advanc':153 'amount':159 'best':71 'bet':72 'better':22 'bunch':5,134 'call':126 'cli':207 'click':77 'compat':213 'configur':99 'custom':40,85 'd':13,57,167,192 'design':171 'dog':48 'dolphin':74 'edit':154 'editor':143 'etc':55 'exist':180 'file':80,94,100,105 'filesystem':66 'filesystem-indipend':65 'find':23 'found':131 'friend':53 'frontend':198 'gui':170 'half':32 'hello':1 'hour':34 'huge':158 'ideal':203 'imag':44,150 'indipend':67 'know':123 'like':14,46,58 'loos':31,110 'm':27 'manual':45,164 'mix':9 'move':103 'need':145,168 'old':138 'one':25 'order':20 'pari':51 'phone':108 'photo':7 'pictur':161 'plasma':98 'portabl':64 'probabl':118,177,193 'qt':212 'qt-compat':211 'quick':175 'realli':122,174 'satisfi':188 'search':28,114 'simpl':197 'someth':210 'sort':16,163 'store':91 'system':61 'tag':41,60,86,90,112,142 'thank':151 'think':37 'thread':139 'togeth':10 'tool':208 'trip':49 'video':141 'web':116 'without':30 'won':186 'would':109,204 'write':194 'x':54 'year':137"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695122959
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/163641"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695116459 {#2593
      date: 2023-09-19 11:40:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "I recommend embedding something like a checksum in the filenames to prevent duplicates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695123360 {#2302
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 186192
  -bodyTs: "'checksum':7 'duplic':13 'embed':3 'filenam':10 'like':5 'prevent':12 'recommend':2 'someth':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/2690499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695123360 {#2297
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +"title": 186192
}
"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
100 DENIED moderate
App\Entity\EntryComment {#2320
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2315
    +user: Proxies\__CG__\App\Entity\User {#2572 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2500 …}
    +slug: "How-to-organize-images-with-custom-tags"
    +title: "How to organize images with custom tags?"
    +url: null
    +body: """
      Hello! I have a bunch of photos all mixed together, and I’d like to sort them out in order to better find the ones I’m searching for without loosing half an hour. I was thinking of adding custom tags to each image (manually), like “my dog”, “trip to Paris”, “my friend X” etc. I’d like this tag system to be portable, filesystem-indipendent. What are my best bet?\n
      \n
      On dolphin if I click on a file I can add a custom tag. Where is the tag stored? in the file or in some plasma configuration file, so that moving the file on my phone would loose the tags?\n
      \n
      I searched the web but probably I don’t really know how to call this, because all I found was a bunch of 11 years old threads or video tag editor (I need to do this with images)\n
      \n
      thanks in advance!\n
      \n
      EDIT: I have a HUGE amount of pictures to sort manually, so I’d need a GUI designed to be really quick. It probably does not exist, or if it does it won’t satisfy me, so I’d probably write my own simple frontend for it, so the ideal would be a CLI tool or something QT-compatible
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695123360 {#2607
      date: 2023-09-19 13:36:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2612 …}
    +votes: Doctrine\ORM\PersistentCollection {#2615 …}
    +reports: Doctrine\ORM\PersistentCollection {#2617 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2619 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2621 …}
    +badges: Doctrine\ORM\PersistentCollection {#2623 …}
    +children: [
      App\Entity\EntryComment {#2320}
    ]
    -id: 16606
    -titleTs: "'custom':6 'imag':4 'organ':3 'tag':7"
    -bodyTs: "'11':136 'ad':39 'add':83 'advanc':153 'amount':159 'best':71 'bet':72 'better':22 'bunch':5,134 'call':126 'cli':207 'click':77 'compat':213 'configur':99 'custom':40,85 'd':13,57,167,192 'design':171 'dog':48 'dolphin':74 'edit':154 'editor':143 'etc':55 'exist':180 'file':80,94,100,105 'filesystem':66 'filesystem-indipend':65 'find':23 'found':131 'friend':53 'frontend':198 'gui':170 'half':32 'hello':1 'hour':34 'huge':158 'ideal':203 'imag':44,150 'indipend':67 'know':123 'like':14,46,58 'loos':31,110 'm':27 'manual':45,164 'mix':9 'move':103 'need':145,168 'old':138 'one':25 'order':20 'pari':51 'phone':108 'photo':7 'pictur':161 'plasma':98 'portabl':64 'probabl':118,177,193 'qt':212 'qt-compat':211 'quick':175 'realli':122,174 'satisfi':188 'search':28,114 'simpl':197 'someth':210 'sort':16,163 'store':91 'system':61 'tag':41,60,86,90,112,142 'thank':151 'think':37 'thread':139 'togeth':10 'tool':208 'trip':49 'video':141 'web':116 'without':30 'won':186 'would':109,204 'write':194 'x':54 'year':137"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1695122959
    +visibility: "visible             "
    +apId: "https://lemmy.kde.social/post/163641"
    +editedAt: null
    +createdAt: DateTimeImmutable @1695116459 {#2593
      date: 2023-09-19 11:40:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2083 …}
  +image: null
  +parent: null
  +root: null
  +body: "I recommend embedding something like a checksum in the filenames to prevent duplicates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1695123360 {#2302
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2322 …}
  +nested: Doctrine\ORM\PersistentCollection {#2312 …}
  +votes: Doctrine\ORM\PersistentCollection {#2307 …}
  +reports: Doctrine\ORM\PersistentCollection {#2308 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2304 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2319 …}
  -id: 186192
  -bodyTs: "'checksum':7 'duplic':13 'embed':3 'filenam':10 'like':5 'prevent':12 'recommend':2 'someth':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/2690499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695123360 {#2297
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +"title": 186192
}
"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
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\Entry {#1709
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1577 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "Guitar-Virtuoso-A-community-aggregator-for-virtuoso-guitar-performances-caught"
  +title: "Guitar Virtuoso - A community aggregator for virtuoso guitar performances caught on video."
  +url: "https://infosec.pub/c/guitar_virtuoso"
  +body: """
    We moved to infosec.pub\n
    \n
    ![](https://cdn.mos.cms.futurecdn.net/CEMWBtxFpSkT2kyejy5A6W-970-80.jpg.webp)\n
    \n
    [guitar_virtuoso](/c/guitar_virtuoso@infosec.pub)\n
    \n
    !guitar_virtuoso@infosec.pub\n
    \n
    [infosec.pub/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691584405 {#1409
    date: 2023-08-09 14:33:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1560 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1563 …}
  +children: []
  -id: 6492
  -titleTs: "'aggreg':5 'caught':10 'communiti':4 'guitar':1,8 'perform':9 'video':12 'virtuoso':2,7"
  -bodyTs: "'/c/guitar_virtuoso':10 '/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)':15 '/cemwbtxfpskt2kyejy5a6w-970-80.jpg.webp)':7 'cdn.mos.cms.futurecdn.net':6 'cdn.mos.cms.futurecdn.net/cemwbtxfpskt2kyejy5a6w-970-80.jpg.webp)':5 'guitar':8 'guitar_virtuoso@infosec.pub':12 'infosec.pub':4,11,14 'infosec.pub/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)':13 'move':2 'virtuoso':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691588905
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/1263732"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691584405 {#1422
    date: 2023-08-09 14:33:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\Entry {#1709
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1577 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "Guitar-Virtuoso-A-community-aggregator-for-virtuoso-guitar-performances-caught"
  +title: "Guitar Virtuoso - A community aggregator for virtuoso guitar performances caught on video."
  +url: "https://infosec.pub/c/guitar_virtuoso"
  +body: """
    We moved to infosec.pub\n
    \n
    ![](https://cdn.mos.cms.futurecdn.net/CEMWBtxFpSkT2kyejy5A6W-970-80.jpg.webp)\n
    \n
    [guitar_virtuoso](/c/guitar_virtuoso@infosec.pub)\n
    \n
    !guitar_virtuoso@infosec.pub\n
    \n
    [infosec.pub/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691584405 {#1409
    date: 2023-08-09 14:33:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1560 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1563 …}
  +children: []
  -id: 6492
  -titleTs: "'aggreg':5 'caught':10 'communiti':4 'guitar':1,8 'perform':9 'video':12 'virtuoso':2,7"
  -bodyTs: "'/c/guitar_virtuoso':10 '/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)':15 '/cemwbtxfpskt2kyejy5a6w-970-80.jpg.webp)':7 'cdn.mos.cms.futurecdn.net':6 'cdn.mos.cms.futurecdn.net/cemwbtxfpskt2kyejy5a6w-970-80.jpg.webp)':5 'guitar':8 'guitar_virtuoso@infosec.pub':12 'infosec.pub':4,11,14 'infosec.pub/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)':13 'move':2 'virtuoso':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691588905
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/1263732"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691584405 {#1422
    date: 2023-08-09 14:33:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\Entry {#1709
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1577 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1668 …}
  +slug: "Guitar-Virtuoso-A-community-aggregator-for-virtuoso-guitar-performances-caught"
  +title: "Guitar Virtuoso - A community aggregator for virtuoso guitar performances caught on video."
  +url: "https://infosec.pub/c/guitar_virtuoso"
  +body: """
    We moved to infosec.pub\n
    \n
    ![](https://cdn.mos.cms.futurecdn.net/CEMWBtxFpSkT2kyejy5A6W-970-80.jpg.webp)\n
    \n
    [guitar_virtuoso](/c/guitar_virtuoso@infosec.pub)\n
    \n
    !guitar_virtuoso@infosec.pub\n
    \n
    [infosec.pub/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691584405 {#1409
    date: 2023-08-09 14:33:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1671 …}
  +votes: Doctrine\ORM\PersistentCollection {#1650 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1560 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1563 …}
  +children: []
  -id: 6492
  -titleTs: "'aggreg':5 'caught':10 'communiti':4 'guitar':1,8 'perform':9 'video':12 'virtuoso':2,7"
  -bodyTs: "'/c/guitar_virtuoso':10 '/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)':15 '/cemwbtxfpskt2kyejy5a6w-970-80.jpg.webp)':7 'cdn.mos.cms.futurecdn.net':6 'cdn.mos.cms.futurecdn.net/cemwbtxfpskt2kyejy5a6w-970-80.jpg.webp)':5 'guitar':8 'guitar_virtuoso@infosec.pub':12 'infosec.pub':4,11,14 'infosec.pub/c/guitar_virtuoso](https://infosec.pub/c/guitar_virtuoso)':13 'move':2 'virtuoso':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691588905
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/1263732"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691584405 {#1422
    date: 2023-08-09 14:33:25.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 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
106 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