GET https://kbin.spritesserver.nl/index.php/u/@demesisx@infosec.pub/active?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 …}
}
5.28 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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2550 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
  +image: Proxies\__CG__\App\Entity\Image {#2588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2590 …}
  +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 {#2583
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2591 …}
  +votes: Doctrine\ORM\PersistentCollection {#2593 …}
  +reports: Doctrine\ORM\PersistentCollection {#2595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2599 …}
  +badges: Doctrine\ORM\PersistentCollection {#2601 …}
  +children: [
    App\Entity\EntryComment {#1689
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2447 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
      +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 {#1558
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2448 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#1739 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
      -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 {#1566
        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 {#2571
    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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2550 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
  +image: Proxies\__CG__\App\Entity\Image {#2588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2590 …}
  +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 {#2583
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2591 …}
  +votes: Doctrine\ORM\PersistentCollection {#2593 …}
  +reports: Doctrine\ORM\PersistentCollection {#2595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2599 …}
  +badges: Doctrine\ORM\PersistentCollection {#2601 …}
  +children: [
    App\Entity\EntryComment {#1689
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2447 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
      +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 {#1558
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2448 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#1739 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
      -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 {#1566
        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 {#2571
    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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2550 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
  +image: Proxies\__CG__\App\Entity\Image {#2588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2590 …}
  +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 {#2583
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2591 …}
  +votes: Doctrine\ORM\PersistentCollection {#2593 …}
  +reports: Doctrine\ORM\PersistentCollection {#2595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2599 …}
  +badges: Doctrine\ORM\PersistentCollection {#2601 …}
  +children: [
    App\Entity\EntryComment {#1689
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2447 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
      +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 {#1558
        date: 2023-10-14 03:50:56.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2448 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#1739 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
      -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 {#1566
        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 {#2571
    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 {#1689
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2447
    +user: Proxies\__CG__\App\Entity\User {#2550 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
    +image: Proxies\__CG__\App\Entity\Image {#2588 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2590 …}
    +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 {#2583
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2591 …}
    +votes: Doctrine\ORM\PersistentCollection {#2593 …}
    +reports: Doctrine\ORM\PersistentCollection {#2595 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2597 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2599 …}
    +badges: Doctrine\ORM\PersistentCollection {#2601 …}
    +children: [
      App\Entity\EntryComment {#1689}
    ]
    -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 {#2571
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
  +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 {#1558
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2448 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
  -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 {#1566
    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 {#1689
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2447
    +user: Proxies\__CG__\App\Entity\User {#2550 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
    +image: Proxies\__CG__\App\Entity\Image {#2588 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2590 …}
    +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 {#2583
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2591 …}
    +votes: Doctrine\ORM\PersistentCollection {#2593 …}
    +reports: Doctrine\ORM\PersistentCollection {#2595 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2597 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2599 …}
    +badges: Doctrine\ORM\PersistentCollection {#2601 …}
    +children: [
      App\Entity\EntryComment {#1689}
    ]
    -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 {#2571
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
  +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 {#1558
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2448 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
  -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 {#1566
    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 {#1689
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2447
    +user: Proxies\__CG__\App\Entity\User {#2550 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
    +image: Proxies\__CG__\App\Entity\Image {#2588 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2590 …}
    +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 {#2583
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2591 …}
    +votes: Doctrine\ORM\PersistentCollection {#2593 …}
    +reports: Doctrine\ORM\PersistentCollection {#2595 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2597 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2599 …}
    +badges: Doctrine\ORM\PersistentCollection {#2601 …}
    +children: [
      App\Entity\EntryComment {#1689}
    ]
    -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 {#2571
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2411 …}
  +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 {#1558
    date: 2023-10-14 03:50:56.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2448 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
  -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 {#1566
    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 {#2106
  +user: Proxies\__CG__\App\Entity\User {#1981 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: Proxies\__CG__\App\Entity\Image {#2366 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
  +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 {#2294
    date: 2023-11-04 21:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1347 …}
  +votes: Doctrine\ORM\PersistentCollection {#1350 …}
  +reports: Doctrine\ORM\PersistentCollection {#1351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
  +badges: Doctrine\ORM\PersistentCollection {#1355 …}
  +children: [
    2 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: App\Entity\EntryComment {#2103
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +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 {#2101
          date: 2023-11-04 20:18:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2110 …}
        +nested: Doctrine\ORM\PersistentCollection {#2112 …}
        +votes: Doctrine\ORM\PersistentCollection {#2114 …}
        +reports: Doctrine\ORM\PersistentCollection {#2117 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
        -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 {#2102
          date: 2023-11-04 12:01:18.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699095561 {#2109
          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 {#2119
        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 {#2163 …}
      +nested: Doctrine\ORM\PersistentCollection {#2044 …}
      +votes: Doctrine\ORM\PersistentCollection {#2127 …}
      +reports: Doctrine\ORM\PersistentCollection {#2043 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
      -id: 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 {#2116
        date: 2023-11-04 14:17:28.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699101310 {#2120
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +"title": 89397
    }
    1 => App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
      +root: App\Entity\EntryComment {#2103}
      +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 {#2227
        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 {#2225 …}
      +nested: Doctrine\ORM\PersistentCollection {#2231 …}
      +votes: Doctrine\ORM\PersistentCollection {#2229 …}
      +reports: Doctrine\ORM\PersistentCollection {#2252 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
      -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 {#2216
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +"title": 90211
    }
    0 => App\Entity\EntryComment {#2103}
  ]
  -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 {#1987
    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 {#2106
  +user: Proxies\__CG__\App\Entity\User {#1981 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: Proxies\__CG__\App\Entity\Image {#2366 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
  +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 {#2294
    date: 2023-11-04 21:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1347 …}
  +votes: Doctrine\ORM\PersistentCollection {#1350 …}
  +reports: Doctrine\ORM\PersistentCollection {#1351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
  +badges: Doctrine\ORM\PersistentCollection {#1355 …}
  +children: [
    2 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: App\Entity\EntryComment {#2103
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +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 {#2101
          date: 2023-11-04 20:18:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2110 …}
        +nested: Doctrine\ORM\PersistentCollection {#2112 …}
        +votes: Doctrine\ORM\PersistentCollection {#2114 …}
        +reports: Doctrine\ORM\PersistentCollection {#2117 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
        -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 {#2102
          date: 2023-11-04 12:01:18.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699095561 {#2109
          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 {#2119
        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 {#2163 …}
      +nested: Doctrine\ORM\PersistentCollection {#2044 …}
      +votes: Doctrine\ORM\PersistentCollection {#2127 …}
      +reports: Doctrine\ORM\PersistentCollection {#2043 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
      -id: 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 {#2116
        date: 2023-11-04 14:17:28.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699101310 {#2120
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +"title": 89397
    }
    1 => App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
      +root: App\Entity\EntryComment {#2103}
      +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 {#2227
        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 {#2225 …}
      +nested: Doctrine\ORM\PersistentCollection {#2231 …}
      +votes: Doctrine\ORM\PersistentCollection {#2229 …}
      +reports: Doctrine\ORM\PersistentCollection {#2252 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
      -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 {#2216
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +"title": 90211
    }
    0 => App\Entity\EntryComment {#2103}
  ]
  -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 {#1987
    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 {#2106
  +user: Proxies\__CG__\App\Entity\User {#1981 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: Proxies\__CG__\App\Entity\Image {#2366 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
  +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 {#2294
    date: 2023-11-04 21:39:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1347 …}
  +votes: Doctrine\ORM\PersistentCollection {#1350 …}
  +reports: Doctrine\ORM\PersistentCollection {#1351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
  +badges: Doctrine\ORM\PersistentCollection {#1355 …}
  +children: [
    2 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
      +root: App\Entity\EntryComment {#2103
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +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 {#2101
          date: 2023-11-04 20:18:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sleevezipper@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2110 …}
        +nested: Doctrine\ORM\PersistentCollection {#2112 …}
        +votes: Doctrine\ORM\PersistentCollection {#2114 …}
        +reports: Doctrine\ORM\PersistentCollection {#2117 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
        -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 {#2102
          date: 2023-11-04 12:01:18.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699095561 {#2109
          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 {#2119
        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 {#2163 …}
      +nested: Doctrine\ORM\PersistentCollection {#2044 …}
      +votes: Doctrine\ORM\PersistentCollection {#2127 …}
      +reports: Doctrine\ORM\PersistentCollection {#2043 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
      -id: 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 {#2116
        date: 2023-11-04 14:17:28.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699101310 {#2120
        date: 2023-11-04 13:35:10.0 +01:00
      }
      +"title": 89397
    }
    1 => App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
      +root: App\Entity\EntryComment {#2103}
      +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 {#2227
        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 {#2225 …}
      +nested: Doctrine\ORM\PersistentCollection {#2231 …}
      +votes: Doctrine\ORM\PersistentCollection {#2229 …}
      +reports: Doctrine\ORM\PersistentCollection {#2252 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
      -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 {#2216
        date: 2023-11-04 18:19:57.0 +01:00
      }
      +"title": 90211
    }
    0 => App\Entity\EntryComment {#2103}
  ]
  -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 {#1987
    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 {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161}
      1 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2103
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2101
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2110 …}
          +nested: Doctrine\ORM\PersistentCollection {#2112 …}
          +votes: Doctrine\ORM\PersistentCollection {#2114 …}
          +reports: Doctrine\ORM\PersistentCollection {#2117 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
          -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 {#2102
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2109
            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 {#2227
          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 {#2225 …}
        +nested: Doctrine\ORM\PersistentCollection {#2231 …}
        +votes: Doctrine\ORM\PersistentCollection {#2229 …}
        +reports: Doctrine\ORM\PersistentCollection {#2252 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
        -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 {#2216
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: App\Entity\EntryComment {#2103}
  +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 {#2119
    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 {#2163 …}
  +nested: Doctrine\ORM\PersistentCollection {#2044 …}
  +votes: Doctrine\ORM\PersistentCollection {#2127 …}
  +reports: Doctrine\ORM\PersistentCollection {#2043 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
  -id: 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 {#2116
    date: 2023-11-04 14:17:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699101310 {#2120
    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 {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161}
      1 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2103
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2101
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2110 …}
          +nested: Doctrine\ORM\PersistentCollection {#2112 …}
          +votes: Doctrine\ORM\PersistentCollection {#2114 …}
          +reports: Doctrine\ORM\PersistentCollection {#2117 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
          -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 {#2102
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2109
            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 {#2227
          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 {#2225 …}
        +nested: Doctrine\ORM\PersistentCollection {#2231 …}
        +votes: Doctrine\ORM\PersistentCollection {#2229 …}
        +reports: Doctrine\ORM\PersistentCollection {#2252 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
        -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 {#2216
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: App\Entity\EntryComment {#2103}
  +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 {#2119
    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 {#2163 …}
  +nested: Doctrine\ORM\PersistentCollection {#2044 …}
  +votes: Doctrine\ORM\PersistentCollection {#2127 …}
  +reports: Doctrine\ORM\PersistentCollection {#2043 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
  -id: 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 {#2116
    date: 2023-11-04 14:17:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699101310 {#2120
    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 {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161}
      1 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2103
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2101
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2110 …}
          +nested: Doctrine\ORM\PersistentCollection {#2112 …}
          +votes: Doctrine\ORM\PersistentCollection {#2114 …}
          +reports: Doctrine\ORM\PersistentCollection {#2117 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
          -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 {#2102
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2109
            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 {#2227
          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 {#2225 …}
        +nested: Doctrine\ORM\PersistentCollection {#2231 …}
        +votes: Doctrine\ORM\PersistentCollection {#2229 …}
        +reports: Doctrine\ORM\PersistentCollection {#2252 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
        -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 {#2216
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
  +root: App\Entity\EntryComment {#2103}
  +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 {#2119
    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 {#2163 …}
  +nested: Doctrine\ORM\PersistentCollection {#2044 …}
  +votes: Doctrine\ORM\PersistentCollection {#2127 …}
  +reports: Doctrine\ORM\PersistentCollection {#2043 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
  -id: 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 {#2116
    date: 2023-11-04 14:17:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699101310 {#2120
    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 {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2103
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2101
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2110 …}
          +nested: Doctrine\ORM\PersistentCollection {#2112 …}
          +votes: Doctrine\ORM\PersistentCollection {#2114 …}
          +reports: Doctrine\ORM\PersistentCollection {#2117 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
          -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 {#2102
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2109
            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 {#2119
          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 {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 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 {#2116
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2120
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2214}
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
  +root: App\Entity\EntryComment {#2103}
  +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 {#2227
    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 {#2225 …}
  +nested: Doctrine\ORM\PersistentCollection {#2231 …}
  +votes: Doctrine\ORM\PersistentCollection {#2229 …}
  +reports: Doctrine\ORM\PersistentCollection {#2252 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
  -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 {#2216
    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 {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2103
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2101
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2110 …}
          +nested: Doctrine\ORM\PersistentCollection {#2112 …}
          +votes: Doctrine\ORM\PersistentCollection {#2114 …}
          +reports: Doctrine\ORM\PersistentCollection {#2117 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
          -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 {#2102
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2109
            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 {#2119
          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 {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 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 {#2116
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2120
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2214}
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
  +root: App\Entity\EntryComment {#2103}
  +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 {#2227
    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 {#2225 …}
  +nested: Doctrine\ORM\PersistentCollection {#2231 …}
  +votes: Doctrine\ORM\PersistentCollection {#2229 …}
  +reports: Doctrine\ORM\PersistentCollection {#2252 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
  -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 {#2216
    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 {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2103
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2101
            date: 2023-11-04 20:18:57.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Sleevezipper@feddit.nl"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2110 …}
          +nested: Doctrine\ORM\PersistentCollection {#2112 …}
          +votes: Doctrine\ORM\PersistentCollection {#2114 …}
          +reports: Doctrine\ORM\PersistentCollection {#2117 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
          -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 {#2102
            date: 2023-11-04 12:01:18.0 +01:00
          }
          +createdAt: DateTimeImmutable @1699095561 {#2109
            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 {#2119
          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 {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 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 {#2116
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2120
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2214}
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
  +root: App\Entity\EntryComment {#2103}
  +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 {#2227
    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 {#2225 …}
  +nested: Doctrine\ORM\PersistentCollection {#2231 …}
  +votes: Doctrine\ORM\PersistentCollection {#2229 …}
  +reports: Doctrine\ORM\PersistentCollection {#2252 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
  -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 {#2216
    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 {#2103
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2103}
        +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 {#2119
          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 {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 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 {#2116
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2120
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2103}
        +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 {#2227
          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 {#2225 …}
        +nested: Doctrine\ORM\PersistentCollection {#2231 …}
        +votes: Doctrine\ORM\PersistentCollection {#2229 …}
        +reports: Doctrine\ORM\PersistentCollection {#2252 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
        -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 {#2216
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2101
    date: 2023-11-04 20:18:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2110 …}
  +nested: Doctrine\ORM\PersistentCollection {#2112 …}
  +votes: Doctrine\ORM\PersistentCollection {#2114 …}
  +reports: Doctrine\ORM\PersistentCollection {#2117 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
  -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 {#2102
    date: 2023-11-04 12:01:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699095561 {#2109
    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 {#2103
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2103}
        +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 {#2119
          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 {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 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 {#2116
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2120
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2103}
        +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 {#2227
          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 {#2225 …}
        +nested: Doctrine\ORM\PersistentCollection {#2231 …}
        +votes: Doctrine\ORM\PersistentCollection {#2229 …}
        +reports: Doctrine\ORM\PersistentCollection {#2252 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
        -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 {#2216
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2101
    date: 2023-11-04 20:18:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2110 …}
  +nested: Doctrine\ORM\PersistentCollection {#2112 …}
  +votes: Doctrine\ORM\PersistentCollection {#2114 …}
  +reports: Doctrine\ORM\PersistentCollection {#2117 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
  -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 {#2102
    date: 2023-11-04 12:01:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699095561 {#2109
    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 {#2103
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2106
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: Proxies\__CG__\App\Entity\Image {#2366 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2352 …}
    +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 {#2294
      date: 2023-11-04 21:39:17.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1347 …}
    +votes: Doctrine\ORM\PersistentCollection {#1350 …}
    +reports: Doctrine\ORM\PersistentCollection {#1351 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1353 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1358 …}
    +badges: Doctrine\ORM\PersistentCollection {#1355 …}
    +children: [
      2 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2160 …}
        +root: App\Entity\EntryComment {#2103}
        +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 {#2119
          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 {#2163 …}
        +nested: Doctrine\ORM\PersistentCollection {#2044 …}
        +votes: Doctrine\ORM\PersistentCollection {#2127 …}
        +reports: Doctrine\ORM\PersistentCollection {#2043 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2215 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2198 …}
        -id: 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 {#2116
          date: 2023-11-04 14:17:28.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699101310 {#2120
          date: 2023-11-04 13:35:10.0 +01:00
        }
        +"title": 89397
      }
      1 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2106 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2103}
        +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 {#2227
          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 {#2225 …}
        +nested: Doctrine\ORM\PersistentCollection {#2231 …}
        +votes: Doctrine\ORM\PersistentCollection {#2229 …}
        +reports: Doctrine\ORM\PersistentCollection {#2252 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2189 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2311 …}
        -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 {#2216
          date: 2023-11-04 18:19:57.0 +01:00
        }
        +"title": 90211
      }
      0 => App\Entity\EntryComment {#2103}
    ]
    -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 {#1987
      date: 2023-11-04 01:41:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2101
    date: 2023-11-04 20:18:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sleevezipper@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2110 …}
  +nested: Doctrine\ORM\PersistentCollection {#2112 …}
  +votes: Doctrine\ORM\PersistentCollection {#2114 …}
  +reports: Doctrine\ORM\PersistentCollection {#2117 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2122 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2113 …}
  -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 {#2102
    date: 2023-11-04 12:01:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699095561 {#2109
    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 {#1907
  +user: Proxies\__CG__\App\Entity\User {#2362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2510
    date: 2023-10-23 17:50:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2515 …}
  +votes: Doctrine\ORM\PersistentCollection {#2518 …}
  +reports: Doctrine\ORM\PersistentCollection {#2520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
  +badges: Doctrine\ORM\PersistentCollection {#2526 …}
  +children: [
    2 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: App\Entity\EntryComment {#1908
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +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 {#1883
          date: 2023-10-21 16:59:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1410 …}
        +nested: Doctrine\ORM\PersistentCollection {#1708 …}
        +votes: Doctrine\ORM\PersistentCollection {#1906 …}
        +reports: Doctrine\ORM\PersistentCollection {#2383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -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 {#1407
          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 {#2382
        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 {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1362 …}
      +reports: Doctrine\ORM\PersistentCollection {#2019 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
      -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 {#2386
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +"title": 63003
    }
    1 => App\Entity\EntryComment {#2025
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +root: App\Entity\EntryComment {#1908}
      +body: "Agreed. I mean, there’s nuance at play here."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697900366 {#2022
        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 {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -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 {#2018
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +"title": 63007
    }
    0 => App\Entity\EntryComment {#1908}
  ]
  -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 {#2497
    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 {#1907
  +user: Proxies\__CG__\App\Entity\User {#2362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2510
    date: 2023-10-23 17:50:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2515 …}
  +votes: Doctrine\ORM\PersistentCollection {#2518 …}
  +reports: Doctrine\ORM\PersistentCollection {#2520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
  +badges: Doctrine\ORM\PersistentCollection {#2526 …}
  +children: [
    2 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: App\Entity\EntryComment {#1908
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +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 {#1883
          date: 2023-10-21 16:59:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1410 …}
        +nested: Doctrine\ORM\PersistentCollection {#1708 …}
        +votes: Doctrine\ORM\PersistentCollection {#1906 …}
        +reports: Doctrine\ORM\PersistentCollection {#2383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -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 {#1407
          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 {#2382
        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 {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1362 …}
      +reports: Doctrine\ORM\PersistentCollection {#2019 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
      -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 {#2386
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +"title": 63003
    }
    1 => App\Entity\EntryComment {#2025
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +root: App\Entity\EntryComment {#1908}
      +body: "Agreed. I mean, there’s nuance at play here."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697900366 {#2022
        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 {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -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 {#2018
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +"title": 63007
    }
    0 => App\Entity\EntryComment {#1908}
  ]
  -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 {#2497
    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 {#1907
  +user: Proxies\__CG__\App\Entity\User {#2362 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2510
    date: 2023-10-23 17:50:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2515 …}
  +votes: Doctrine\ORM\PersistentCollection {#2518 …}
  +reports: Doctrine\ORM\PersistentCollection {#2520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
  +badges: Doctrine\ORM\PersistentCollection {#2526 …}
  +children: [
    2 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: App\Entity\EntryComment {#1908
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +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 {#1883
          date: 2023-10-21 16:59:28.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Blamemeta@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1410 …}
        +nested: Doctrine\ORM\PersistentCollection {#1708 …}
        +votes: Doctrine\ORM\PersistentCollection {#1906 …}
        +reports: Doctrine\ORM\PersistentCollection {#2383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
        -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 {#1407
          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 {#2382
        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 {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1362 …}
      +reports: Doctrine\ORM\PersistentCollection {#2019 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
      -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 {#2386
        date: 2023-10-21 16:58:35.0 +02:00
      }
      +"title": 63003
    }
    1 => App\Entity\EntryComment {#2025
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +root: App\Entity\EntryComment {#1908}
      +body: "Agreed. I mean, there’s nuance at play here."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1697900366 {#2022
        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 {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -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 {#2018
        date: 2023-10-21 16:59:26.0 +02:00
      }
      +"title": 63007
    }
    0 => App\Entity\EntryComment {#1908}
  ]
  -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 {#2497
    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 {#1402
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402}
      1 => App\Entity\EntryComment {#2025
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +root: App\Entity\EntryComment {#1908
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
          +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 {#1883
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1410 …}
          +nested: Doctrine\ORM\PersistentCollection {#1708 …}
          +votes: Doctrine\ORM\PersistentCollection {#1906 …}
          +reports: Doctrine\ORM\PersistentCollection {#2383 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
          -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 {#1407
            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 {#2022
          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 {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -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 {#2018
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: App\Entity\EntryComment {#1908}
  +body: "Agreed!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900315 {#2382
    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 {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1362 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
  -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 {#2386
    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 {#1402
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402}
      1 => App\Entity\EntryComment {#2025
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +root: App\Entity\EntryComment {#1908
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
          +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 {#1883
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1410 …}
          +nested: Doctrine\ORM\PersistentCollection {#1708 …}
          +votes: Doctrine\ORM\PersistentCollection {#1906 …}
          +reports: Doctrine\ORM\PersistentCollection {#2383 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
          -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 {#1407
            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 {#2022
          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 {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -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 {#2018
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: App\Entity\EntryComment {#1908}
  +body: "Agreed!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900315 {#2382
    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 {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1362 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
  -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 {#2386
    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 {#1402
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402}
      1 => App\Entity\EntryComment {#2025
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +root: App\Entity\EntryComment {#1908
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
          +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 {#1883
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1410 …}
          +nested: Doctrine\ORM\PersistentCollection {#1708 …}
          +votes: Doctrine\ORM\PersistentCollection {#1906 …}
          +reports: Doctrine\ORM\PersistentCollection {#2383 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
          -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 {#1407
            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 {#2022
          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 {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -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 {#2018
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: App\Entity\EntryComment {#1908}
  +body: "Agreed!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1697900315 {#2382
    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 {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1362 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
  -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 {#2386
    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 {#2025
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: App\Entity\EntryComment {#1908
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
          +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 {#1883
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1410 …}
          +nested: Doctrine\ORM\PersistentCollection {#1708 …}
          +votes: Doctrine\ORM\PersistentCollection {#1906 …}
          +reports: Doctrine\ORM\PersistentCollection {#2383 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
          -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 {#1407
            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 {#2382
          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 {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -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 {#2386
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2025}
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +root: App\Entity\EntryComment {#1908}
  +body: "Agreed. I mean, there’s nuance at play here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697900366 {#2022
    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 {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -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 {#2018
    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 {#2025
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: App\Entity\EntryComment {#1908
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
          +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 {#1883
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1410 …}
          +nested: Doctrine\ORM\PersistentCollection {#1708 …}
          +votes: Doctrine\ORM\PersistentCollection {#1906 …}
          +reports: Doctrine\ORM\PersistentCollection {#2383 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
          -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 {#1407
            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 {#2382
          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 {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -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 {#2386
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2025}
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +root: App\Entity\EntryComment {#1908}
  +body: "Agreed. I mean, there’s nuance at play here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697900366 {#2022
    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 {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -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 {#2018
    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 {#2025
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: App\Entity\EntryComment {#1908
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
          +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 {#1883
            date: 2023-10-21 16:59:28.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@Blamemeta@lemm.ee"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1410 …}
          +nested: Doctrine\ORM\PersistentCollection {#1708 …}
          +votes: Doctrine\ORM\PersistentCollection {#1906 …}
          +reports: Doctrine\ORM\PersistentCollection {#2383 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
          -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 {#1407
            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 {#2382
          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 {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -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 {#2386
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2025}
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +root: App\Entity\EntryComment {#1908}
  +body: "Agreed. I mean, there’s nuance at play here."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1697900366 {#2022
    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 {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -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 {#2018
    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 {#1908
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: App\Entity\EntryComment {#1908}
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2382
          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 {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -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 {#2386
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2025
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +root: App\Entity\EntryComment {#1908}
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2022
          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 {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -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 {#2018
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +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 {#1883
    date: 2023-10-21 16:59:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1410 …}
  +nested: Doctrine\ORM\PersistentCollection {#1708 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -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 {#1407
    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 {#1908
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: App\Entity\EntryComment {#1908}
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2382
          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 {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -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 {#2386
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2025
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +root: App\Entity\EntryComment {#1908}
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2022
          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 {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -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 {#2018
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +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 {#1883
    date: 2023-10-21 16:59:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1410 …}
  +nested: Doctrine\ORM\PersistentCollection {#1708 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -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 {#1407
    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 {#1908
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1907
    +user: Proxies\__CG__\App\Entity\User {#2362 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2510
      date: 2023-10-23 17:50:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2515 …}
    +votes: Doctrine\ORM\PersistentCollection {#2518 …}
    +reports: Doctrine\ORM\PersistentCollection {#2520 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2522 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2524 …}
    +badges: Doctrine\ORM\PersistentCollection {#2526 …}
    +children: [
      2 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: App\Entity\EntryComment {#1908}
        +body: "Agreed!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1697900315 {#2382
          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 {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -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 {#2386
          date: 2023-10-21 16:58:35.0 +02:00
        }
        +"title": 63003
      }
      1 => App\Entity\EntryComment {#2025
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +root: App\Entity\EntryComment {#1908}
        +body: "Agreed. I mean, there’s nuance at play here."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1697900366 {#2022
          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 {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -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 {#2018
          date: 2023-10-21 16:59:26.0 +02:00
        }
        +"title": 63007
      }
      0 => App\Entity\EntryComment {#1908}
    ]
    -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 {#2497
      date: 2023-10-21 16:15:33.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1874 …}
  +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 {#1883
    date: 2023-10-21 16:59:28.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Blamemeta@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1410 …}
  +nested: Doctrine\ORM\PersistentCollection {#1708 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2384 …}
  -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 {#1407
    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 {#2461
  +user: Proxies\__CG__\App\Entity\User {#2494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
  +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 {#2528
    date: 2023-10-21 19:09:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2535 …}
  +votes: Doctrine\ORM\PersistentCollection {#2537 …}
  +reports: Doctrine\ORM\PersistentCollection {#2539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
  +badges: Doctrine\ORM\PersistentCollection {#2545 …}
  +children: [
    1 => App\Entity\EntryComment {#2453
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +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 {#1723
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -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 {#2452
        date: 2023-10-16 14:08:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697458080 {#2457
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +"title": 52242
    }
    0 => App\Entity\EntryComment {#2361
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
      +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 {#2360
        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 {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1381 …}
      +votes: Doctrine\ORM\PersistentCollection {#2393 …}
      +reports: Doctrine\ORM\PersistentCollection {#2394 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -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 {#2359
        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 {#2516
    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 {#2461
  +user: Proxies\__CG__\App\Entity\User {#2494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
  +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 {#2528
    date: 2023-10-21 19:09:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2535 …}
  +votes: Doctrine\ORM\PersistentCollection {#2537 …}
  +reports: Doctrine\ORM\PersistentCollection {#2539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
  +badges: Doctrine\ORM\PersistentCollection {#2545 …}
  +children: [
    1 => App\Entity\EntryComment {#2453
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +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 {#1723
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -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 {#2452
        date: 2023-10-16 14:08:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697458080 {#2457
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +"title": 52242
    }
    0 => App\Entity\EntryComment {#2361
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
      +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 {#2360
        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 {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1381 …}
      +votes: Doctrine\ORM\PersistentCollection {#2393 …}
      +reports: Doctrine\ORM\PersistentCollection {#2394 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -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 {#2359
        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 {#2516
    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 {#2461
  +user: Proxies\__CG__\App\Entity\User {#2494 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
  +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 {#2528
    date: 2023-10-21 19:09:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2535 …}
  +votes: Doctrine\ORM\PersistentCollection {#2537 …}
  +reports: Doctrine\ORM\PersistentCollection {#2539 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
  +badges: Doctrine\ORM\PersistentCollection {#2545 …}
  +children: [
    1 => App\Entity\EntryComment {#2453
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +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 {#1723
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheMongoose@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -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 {#2452
        date: 2023-10-16 14:08:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697458080 {#2457
        date: 2023-10-16 14:08:00.0 +02:00
      }
      +"title": 52242
    }
    0 => App\Entity\EntryComment {#2361
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
      +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 {#2360
        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 {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1381 …}
      +votes: Doctrine\ORM\PersistentCollection {#2393 …}
      +reports: Doctrine\ORM\PersistentCollection {#2394 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -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 {#2359
        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 {#2516
    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 {#2453
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
    +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 {#2528
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2535 …}
    +votes: Doctrine\ORM\PersistentCollection {#2537 …}
    +reports: Doctrine\ORM\PersistentCollection {#2539 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
    +badges: Doctrine\ORM\PersistentCollection {#2545 …}
    +children: [
      1 => App\Entity\EntryComment {#2453}
      0 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
        +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 {#2360
          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 {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1381 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
        -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 {#2359
          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 {#2516
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +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 {#1723
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -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 {#2452
    date: 2023-10-16 14:08:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697458080 {#2457
    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 {#2453
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
    +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 {#2528
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2535 …}
    +votes: Doctrine\ORM\PersistentCollection {#2537 …}
    +reports: Doctrine\ORM\PersistentCollection {#2539 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
    +badges: Doctrine\ORM\PersistentCollection {#2545 …}
    +children: [
      1 => App\Entity\EntryComment {#2453}
      0 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
        +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 {#2360
          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 {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1381 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
        -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 {#2359
          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 {#2516
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +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 {#1723
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -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 {#2452
    date: 2023-10-16 14:08:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697458080 {#2457
    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 {#2453
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
    +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 {#2528
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2535 …}
    +votes: Doctrine\ORM\PersistentCollection {#2537 …}
    +reports: Doctrine\ORM\PersistentCollection {#2539 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
    +badges: Doctrine\ORM\PersistentCollection {#2545 …}
    +children: [
      1 => App\Entity\EntryComment {#2453}
      0 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
        +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 {#2360
          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 {#1405 …}
        +nested: Doctrine\ORM\PersistentCollection {#1381 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
        -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 {#2359
          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 {#2516
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +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 {#1723
    date: 2023-10-16 14:08:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheMongoose@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -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 {#2452
    date: 2023-10-16 14:08:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697458080 {#2457
    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 {#2361
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
    +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 {#2528
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2535 …}
    +votes: Doctrine\ORM\PersistentCollection {#2537 …}
    +reports: Doctrine\ORM\PersistentCollection {#2539 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
    +badges: Doctrine\ORM\PersistentCollection {#2545 …}
    +children: [
      1 => App\Entity\EntryComment {#2453
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
        +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 {#1723
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2459 …}
        +votes: Doctrine\ORM\PersistentCollection {#2470 …}
        +reports: Doctrine\ORM\PersistentCollection {#2467 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
        -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 {#2452
          date: 2023-10-16 14:08:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1697458080 {#2457
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +"title": 52242
      }
      0 => App\Entity\EntryComment {#2361}
    ]
    -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 {#2516
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
  +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 {#2360
    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 {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1381 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -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 {#2359
    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 {#2361
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
    +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 {#2528
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2535 …}
    +votes: Doctrine\ORM\PersistentCollection {#2537 …}
    +reports: Doctrine\ORM\PersistentCollection {#2539 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
    +badges: Doctrine\ORM\PersistentCollection {#2545 …}
    +children: [
      1 => App\Entity\EntryComment {#2453
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
        +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 {#1723
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2459 …}
        +votes: Doctrine\ORM\PersistentCollection {#2470 …}
        +reports: Doctrine\ORM\PersistentCollection {#2467 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
        -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 {#2452
          date: 2023-10-16 14:08:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1697458080 {#2457
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +"title": 52242
      }
      0 => App\Entity\EntryComment {#2361}
    ]
    -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 {#2516
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
  +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 {#2360
    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 {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1381 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -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 {#2359
    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 {#2361
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2461
    +user: Proxies\__CG__\App\Entity\User {#2494 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2533 …}
    +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 {#2528
      date: 2023-10-21 19:09:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2535 …}
    +votes: Doctrine\ORM\PersistentCollection {#2537 …}
    +reports: Doctrine\ORM\PersistentCollection {#2539 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2541 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2543 …}
    +badges: Doctrine\ORM\PersistentCollection {#2545 …}
    +children: [
      1 => App\Entity\EntryComment {#2453
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
        +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 {#1723
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@TheMongoose@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2459 …}
        +votes: Doctrine\ORM\PersistentCollection {#2470 …}
        +reports: Doctrine\ORM\PersistentCollection {#2467 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
        -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 {#2452
          date: 2023-10-16 14:08:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1697458080 {#2457
          date: 2023-10-16 14:08:00.0 +02:00
        }
        +"title": 52242
      }
      0 => App\Entity\EntryComment {#2361}
    ]
    -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 {#2516
      date: 2023-10-16 10:47:13.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1385 …}
  +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 {#2360
    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 {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1381 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -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 {#2359
    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 {#2079
  +user: Proxies\__CG__\App\Entity\User {#2365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2491
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2498 …}
  +votes: Doctrine\ORM\PersistentCollection {#2500 …}
  +reports: Doctrine\ORM\PersistentCollection {#2502 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
  +badges: Doctrine\ORM\PersistentCollection {#2508 …}
  +children: [
    4 => App\Entity\EntryComment {#2089
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +root: App\Entity\EntryComment {#2061
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +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 {#2144
          date: 2023-11-03 23:24:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2078 …}
        +nested: Doctrine\ORM\PersistentCollection {#2097 …}
        +votes: Doctrine\ORM\PersistentCollection {#2082 …}
        +reports: Doctrine\ORM\PersistentCollection {#2096 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
        -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 {#2075
          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 {#2080
        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 {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 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 {#2064
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +"title": 88168
    }
    3 => App\Entity\EntryComment {#2132
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2129
        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 {#2040 …}
      +nested: Doctrine\ORM\PersistentCollection {#2350 …}
      +votes: Doctrine\ORM\PersistentCollection {#2348 …}
      +reports: Doctrine\ORM\PersistentCollection {#2351 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
      -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 {#2131
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +"title": 88171
    }
    2 => App\Entity\EntryComment {#2164
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2141
        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 {#2314 …}
      +nested: Doctrine\ORM\PersistentCollection {#2328 …}
      +votes: Doctrine\ORM\PersistentCollection {#2191 …}
      +reports: Doctrine\ORM\PersistentCollection {#2327 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
      -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 {#2060
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +"title": 88172
    }
    1 => App\Entity\EntryComment {#2341
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2334
        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 {#2337 …}
      +nested: Doctrine\ORM\PersistentCollection {#2336 …}
      +votes: Doctrine\ORM\PersistentCollection {#2339 …}
      +reports: Doctrine\ORM\PersistentCollection {#2159 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
      -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 {#2340
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +"title": 88174
    }
    0 => App\Entity\EntryComment {#2061}
  ]
  -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 {#2269
    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 {#2079
  +user: Proxies\__CG__\App\Entity\User {#2365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2491
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2498 …}
  +votes: Doctrine\ORM\PersistentCollection {#2500 …}
  +reports: Doctrine\ORM\PersistentCollection {#2502 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
  +badges: Doctrine\ORM\PersistentCollection {#2508 …}
  +children: [
    4 => App\Entity\EntryComment {#2089
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +root: App\Entity\EntryComment {#2061
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +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 {#2144
          date: 2023-11-03 23:24:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2078 …}
        +nested: Doctrine\ORM\PersistentCollection {#2097 …}
        +votes: Doctrine\ORM\PersistentCollection {#2082 …}
        +reports: Doctrine\ORM\PersistentCollection {#2096 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
        -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 {#2075
          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 {#2080
        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 {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 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 {#2064
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +"title": 88168
    }
    3 => App\Entity\EntryComment {#2132
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2129
        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 {#2040 …}
      +nested: Doctrine\ORM\PersistentCollection {#2350 …}
      +votes: Doctrine\ORM\PersistentCollection {#2348 …}
      +reports: Doctrine\ORM\PersistentCollection {#2351 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
      -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 {#2131
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +"title": 88171
    }
    2 => App\Entity\EntryComment {#2164
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2141
        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 {#2314 …}
      +nested: Doctrine\ORM\PersistentCollection {#2328 …}
      +votes: Doctrine\ORM\PersistentCollection {#2191 …}
      +reports: Doctrine\ORM\PersistentCollection {#2327 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
      -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 {#2060
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +"title": 88172
    }
    1 => App\Entity\EntryComment {#2341
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2334
        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 {#2337 …}
      +nested: Doctrine\ORM\PersistentCollection {#2336 …}
      +votes: Doctrine\ORM\PersistentCollection {#2339 …}
      +reports: Doctrine\ORM\PersistentCollection {#2159 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
      -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 {#2340
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +"title": 88174
    }
    0 => App\Entity\EntryComment {#2061}
  ]
  -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 {#2269
    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 {#2079
  +user: Proxies\__CG__\App\Entity\User {#2365 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2491
    date: 2023-10-16 05:53:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2498 …}
  +votes: Doctrine\ORM\PersistentCollection {#2500 …}
  +reports: Doctrine\ORM\PersistentCollection {#2502 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
  +badges: Doctrine\ORM\PersistentCollection {#2508 …}
  +children: [
    4 => App\Entity\EntryComment {#2089
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
      +root: App\Entity\EntryComment {#2061
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +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 {#2144
          date: 2023-11-03 23:24:42.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@chevy9294@monero.town"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2078 …}
        +nested: Doctrine\ORM\PersistentCollection {#2097 …}
        +votes: Doctrine\ORM\PersistentCollection {#2082 …}
        +reports: Doctrine\ORM\PersistentCollection {#2096 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
        -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 {#2075
          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 {#2080
        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 {#2095 …}
      +nested: Doctrine\ORM\PersistentCollection {#2091 …}
      +votes: Doctrine\ORM\PersistentCollection {#2090 …}
      +reports: Doctrine\ORM\PersistentCollection {#2092 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
      -id: 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 {#2064
        date: 2023-10-15 20:49:26.0 +02:00
      }
      +"title": 88168
    }
    3 => App\Entity\EntryComment {#2132
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2129
        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 {#2040 …}
      +nested: Doctrine\ORM\PersistentCollection {#2350 …}
      +votes: Doctrine\ORM\PersistentCollection {#2348 …}
      +reports: Doctrine\ORM\PersistentCollection {#2351 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
      -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 {#2131
        date: 2023-10-15 21:07:51.0 +02:00
      }
      +"title": 88171
    }
    2 => App\Entity\EntryComment {#2164
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2141
        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 {#2314 …}
      +nested: Doctrine\ORM\PersistentCollection {#2328 …}
      +votes: Doctrine\ORM\PersistentCollection {#2191 …}
      +reports: Doctrine\ORM\PersistentCollection {#2327 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
      -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 {#2060
        date: 2023-10-16 04:10:45.0 +02:00
      }
      +"title": 88172
    }
    1 => App\Entity\EntryComment {#2341
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: App\Entity\EntryComment {#2061}
      +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 {#2334
        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 {#2337 …}
      +nested: Doctrine\ORM\PersistentCollection {#2336 …}
      +votes: Doctrine\ORM\PersistentCollection {#2339 …}
      +reports: Doctrine\ORM\PersistentCollection {#2159 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
      -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 {#2340
        date: 2023-10-16 05:53:16.0 +02:00
      }
      +"title": 88174
    }
    0 => App\Entity\EntryComment {#2061}
  ]
  -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 {#2269
    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 {#2089
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089}
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2080
    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 {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 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 {#2064
    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 {#2089
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089}
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2080
    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 {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 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 {#2064
    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 {#2089
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089}
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2080
    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 {#2095 …}
  +nested: Doctrine\ORM\PersistentCollection {#2091 …}
  +votes: Doctrine\ORM\PersistentCollection {#2090 …}
  +reports: Doctrine\ORM\PersistentCollection {#2092 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
  -id: 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 {#2064
    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 {#2132
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132}
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2129
    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 {#2040 …}
  +nested: Doctrine\ORM\PersistentCollection {#2350 …}
  +votes: Doctrine\ORM\PersistentCollection {#2348 …}
  +reports: Doctrine\ORM\PersistentCollection {#2351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
  -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 {#2131
    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 {#2132
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132}
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2129
    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 {#2040 …}
  +nested: Doctrine\ORM\PersistentCollection {#2350 …}
  +votes: Doctrine\ORM\PersistentCollection {#2348 …}
  +reports: Doctrine\ORM\PersistentCollection {#2351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
  -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 {#2131
    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 {#2132
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132}
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2129
    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 {#2040 …}
  +nested: Doctrine\ORM\PersistentCollection {#2350 …}
  +votes: Doctrine\ORM\PersistentCollection {#2348 …}
  +reports: Doctrine\ORM\PersistentCollection {#2351 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
  -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 {#2131
    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 {#2164
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164}
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2141
    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 {#2314 …}
  +nested: Doctrine\ORM\PersistentCollection {#2328 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2327 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
  -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 {#2060
    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 {#2164
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164}
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2141
    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 {#2314 …}
  +nested: Doctrine\ORM\PersistentCollection {#2328 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2327 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
  -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 {#2060
    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 {#2164
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164}
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2141
    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 {#2314 …}
  +nested: Doctrine\ORM\PersistentCollection {#2328 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2327 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
  -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 {#2060
    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 {#2341
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341}
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2334
    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 {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  -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 {#2340
    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 {#2341
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341}
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2334
    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 {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  -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 {#2340
    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 {#2341
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061
          +user: App\Entity\User {#264 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
          +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 {#2144
            date: 2023-11-03 23:24:42.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@chevy9294@monero.town"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2078 …}
          +nested: Doctrine\ORM\PersistentCollection {#2097 …}
          +votes: Doctrine\ORM\PersistentCollection {#2082 …}
          +reports: Doctrine\ORM\PersistentCollection {#2096 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
          -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 {#2075
            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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341}
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: App\Entity\EntryComment {#2061}
  +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 {#2334
    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 {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
  -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 {#2340
    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 {#2061
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2144
    date: 2023-11-03 23:24:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -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 {#2075
    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 {#2061
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2144
    date: 2023-11-03 23:24:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -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 {#2075
    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 {#2061
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2079
    +user: Proxies\__CG__\App\Entity\User {#2365 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2491
      date: 2023-10-16 05:53:16.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2500 …}
    +reports: Doctrine\ORM\PersistentCollection {#2502 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2504 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2506 …}
    +badges: Doctrine\ORM\PersistentCollection {#2508 …}
    +children: [
      4 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2088 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2080
          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 {#2095 …}
        +nested: Doctrine\ORM\PersistentCollection {#2091 …}
        +votes: Doctrine\ORM\PersistentCollection {#2090 …}
        +reports: Doctrine\ORM\PersistentCollection {#2092 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2130 …}
        -id: 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 {#2064
          date: 2023-10-15 20:49:26.0 +02:00
        }
        +"title": 88168
      }
      3 => App\Entity\EntryComment {#2132
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2138 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2129
          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 {#2040 …}
        +nested: Doctrine\ORM\PersistentCollection {#2350 …}
        +votes: Doctrine\ORM\PersistentCollection {#2348 …}
        +reports: Doctrine\ORM\PersistentCollection {#2351 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2332 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
        -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 {#2131
          date: 2023-10-15 21:07:51.0 +02:00
        }
        +"title": 88171
      }
      2 => App\Entity\EntryComment {#2164
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2331 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2141
          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 {#2314 …}
        +nested: Doctrine\ORM\PersistentCollection {#2328 …}
        +votes: Doctrine\ORM\PersistentCollection {#2191 …}
        +reports: Doctrine\ORM\PersistentCollection {#2327 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
        -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 {#2060
          date: 2023-10-16 04:10:45.0 +02:00
        }
        +"title": 88172
      }
      1 => App\Entity\EntryComment {#2341
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: App\Entity\EntryComment {#2061}
        +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 {#2334
          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 {#2337 …}
        +nested: Doctrine\ORM\PersistentCollection {#2336 …}
        +votes: Doctrine\ORM\PersistentCollection {#2339 …}
        +reports: Doctrine\ORM\PersistentCollection {#2159 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2135 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2137 …}
        -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 {#2340
          date: 2023-10-16 05:53:16.0 +02:00
        }
        +"title": 88174
      }
      0 => App\Entity\EntryComment {#2061}
    ]
    -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 {#2269
      date: 2023-10-15 16:58:30.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2144
    date: 2023-11-03 23:24:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@chevy9294@monero.town"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2078 …}
  +nested: Doctrine\ORM\PersistentCollection {#2097 …}
  +votes: Doctrine\ORM\PersistentCollection {#2082 …}
  +reports: Doctrine\ORM\PersistentCollection {#2096 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2081 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2098 …}
  -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 {#2075
    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 {#2065
  +user: Proxies\__CG__\App\Entity\User {#2513 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2547
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2552 …}
  +votes: Doctrine\ORM\PersistentCollection {#2555 …}
  +reports: Doctrine\ORM\PersistentCollection {#2557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2561 …}
  +badges: Doctrine\ORM\PersistentCollection {#2563 …}
  +children: [
    App\Entity\EntryComment {#2069
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2065 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +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 {#2068
        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 {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -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 {#2072
        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 {#2534
    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 {#2065
  +user: Proxies\__CG__\App\Entity\User {#2513 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2547
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2552 …}
  +votes: Doctrine\ORM\PersistentCollection {#2555 …}
  +reports: Doctrine\ORM\PersistentCollection {#2557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2561 …}
  +badges: Doctrine\ORM\PersistentCollection {#2563 …}
  +children: [
    App\Entity\EntryComment {#2069
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2065 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +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 {#2068
        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 {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -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 {#2072
        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 {#2534
    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 {#2065
  +user: Proxies\__CG__\App\Entity\User {#2513 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2547
    date: 2023-10-15 13:35:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2552 …}
  +votes: Doctrine\ORM\PersistentCollection {#2555 …}
  +reports: Doctrine\ORM\PersistentCollection {#2557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2561 …}
  +badges: Doctrine\ORM\PersistentCollection {#2563 …}
  +children: [
    App\Entity\EntryComment {#2069
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2065 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +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 {#2068
        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 {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -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 {#2072
        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 {#2534
    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 {#2069
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2065
    +user: Proxies\__CG__\App\Entity\User {#2513 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2547
      date: 2023-10-15 13:35:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2552 …}
    +votes: Doctrine\ORM\PersistentCollection {#2555 …}
    +reports: Doctrine\ORM\PersistentCollection {#2557 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2559 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2561 …}
    +badges: Doctrine\ORM\PersistentCollection {#2563 …}
    +children: [
      App\Entity\EntryComment {#2069}
    ]
    -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 {#2534
      date: 2023-10-15 08:36:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +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 {#2068
    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 {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -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 {#2072
    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 {#2069
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2065
    +user: Proxies\__CG__\App\Entity\User {#2513 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2547
      date: 2023-10-15 13:35:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2552 …}
    +votes: Doctrine\ORM\PersistentCollection {#2555 …}
    +reports: Doctrine\ORM\PersistentCollection {#2557 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2559 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2561 …}
    +badges: Doctrine\ORM\PersistentCollection {#2563 …}
    +children: [
      App\Entity\EntryComment {#2069}
    ]
    -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 {#2534
      date: 2023-10-15 08:36:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +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 {#2068
    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 {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -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 {#2072
    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 {#2069
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2065
    +user: Proxies\__CG__\App\Entity\User {#2513 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2547
      date: 2023-10-15 13:35:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2552 …}
    +votes: Doctrine\ORM\PersistentCollection {#2555 …}
    +reports: Doctrine\ORM\PersistentCollection {#2557 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2559 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2561 …}
    +badges: Doctrine\ORM\PersistentCollection {#2563 …}
    +children: [
      App\Entity\EntryComment {#2069}
    ]
    -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 {#2534
      date: 2023-10-15 08:36:32.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +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 {#2068
    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 {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -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 {#2072
    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 {#2052
  +user: Proxies\__CG__\App\Entity\User {#2531 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2565
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2570 …}
  +votes: Doctrine\ORM\PersistentCollection {#2573 …}
  +reports: Doctrine\ORM\PersistentCollection {#2575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2577 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2579 …}
  +badges: Doctrine\ORM\PersistentCollection {#2581 …}
  +children: [
    App\Entity\EntryComment {#2055
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: null
      +root: null
      +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697336466 {#2057
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -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 {#2050
        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 {#2553
    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 {#2052
  +user: Proxies\__CG__\App\Entity\User {#2531 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2565
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2570 …}
  +votes: Doctrine\ORM\PersistentCollection {#2573 …}
  +reports: Doctrine\ORM\PersistentCollection {#2575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2577 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2579 …}
  +badges: Doctrine\ORM\PersistentCollection {#2581 …}
  +children: [
    App\Entity\EntryComment {#2055
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: null
      +root: null
      +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697336466 {#2057
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -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 {#2050
        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 {#2553
    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 {#2052
  +user: Proxies\__CG__\App\Entity\User {#2531 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2565
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2570 …}
  +votes: Doctrine\ORM\PersistentCollection {#2573 …}
  +reports: Doctrine\ORM\PersistentCollection {#2575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2577 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2579 …}
  +badges: Doctrine\ORM\PersistentCollection {#2581 …}
  +children: [
    App\Entity\EntryComment {#2055
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +image: null
      +parent: null
      +root: null
      +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1697336466 {#2057
        date: 2023-10-15 04:21:06.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@governorkeagan@lemdro.id"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -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 {#2050
        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 {#2553
    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 {#2055
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2531 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2565
      date: 2023-10-15 04:21:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2570 …}
    +votes: Doctrine\ORM\PersistentCollection {#2573 …}
    +reports: Doctrine\ORM\PersistentCollection {#2575 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2577 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2579 …}
    +badges: Doctrine\ORM\PersistentCollection {#2581 …}
    +children: [
      App\Entity\EntryComment {#2055}
    ]
    -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 {#2553
      date: 2023-10-14 18:03:15.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: null
  +root: null
  +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697336466 {#2057
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -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 {#2050
    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 {#2055
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2531 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2565
      date: 2023-10-15 04:21:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2570 …}
    +votes: Doctrine\ORM\PersistentCollection {#2573 …}
    +reports: Doctrine\ORM\PersistentCollection {#2575 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2577 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2579 …}
    +badges: Doctrine\ORM\PersistentCollection {#2581 …}
    +children: [
      App\Entity\EntryComment {#2055}
    ]
    -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 {#2553
      date: 2023-10-14 18:03:15.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: null
  +root: null
  +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697336466 {#2057
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -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 {#2050
    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 {#2055
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2531 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2565
      date: 2023-10-15 04:21:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2570 …}
    +votes: Doctrine\ORM\PersistentCollection {#2573 …}
    +reports: Doctrine\ORM\PersistentCollection {#2575 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2577 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2579 …}
    +badges: Doctrine\ORM\PersistentCollection {#2581 …}
    +children: [
      App\Entity\EntryComment {#2055}
    ]
    -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 {#2553
      date: 2023-10-14 18:03:15.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +parent: null
  +root: null
  +body: "Xmonad!!! (And *in 25 years*, Waymonad!)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1697336466 {#2057
    date: 2023-10-15 04:21:06.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@governorkeagan@lemdro.id"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -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 {#2050
    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 {#2301
  +user: Proxies\__CG__\App\Entity\User {#2568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2603
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2608 …}
  +votes: Doctrine\ORM\PersistentCollection {#2611 …}
  +reports: Doctrine\ORM\PersistentCollection {#2613 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2615 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2617 …}
  +badges: Doctrine\ORM\PersistentCollection {#2619 …}
  +children: [
    App\Entity\EntryComment {#2309
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2301 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +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 {#2293
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2302 …}
      +nested: Doctrine\ORM\PersistentCollection {#2320 …}
      +votes: Doctrine\ORM\PersistentCollection {#2322 …}
      +reports: Doctrine\ORM\PersistentCollection {#2312 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2307 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2308 …}
      -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 {#2291
        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 {#2589
    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 {#2301
  +user: Proxies\__CG__\App\Entity\User {#2568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2603
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2608 …}
  +votes: Doctrine\ORM\PersistentCollection {#2611 …}
  +reports: Doctrine\ORM\PersistentCollection {#2613 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2615 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2617 …}
  +badges: Doctrine\ORM\PersistentCollection {#2619 …}
  +children: [
    App\Entity\EntryComment {#2309
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2301 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +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 {#2293
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2302 …}
      +nested: Doctrine\ORM\PersistentCollection {#2320 …}
      +votes: Doctrine\ORM\PersistentCollection {#2322 …}
      +reports: Doctrine\ORM\PersistentCollection {#2312 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2307 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2308 …}
      -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 {#2291
        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 {#2589
    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 {#2301
  +user: Proxies\__CG__\App\Entity\User {#2568 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
  +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 {#2603
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2608 …}
  +votes: Doctrine\ORM\PersistentCollection {#2611 …}
  +reports: Doctrine\ORM\PersistentCollection {#2613 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2615 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2617 …}
  +badges: Doctrine\ORM\PersistentCollection {#2619 …}
  +children: [
    App\Entity\EntryComment {#2309
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2301 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
      +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 {#2293
        date: 2023-09-19 13:36:00.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@tubbadu@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2302 …}
      +nested: Doctrine\ORM\PersistentCollection {#2320 …}
      +votes: Doctrine\ORM\PersistentCollection {#2322 …}
      +reports: Doctrine\ORM\PersistentCollection {#2312 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2307 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2308 …}
      -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 {#2291
        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 {#2589
    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 {#2309
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2301
    +user: Proxies\__CG__\App\Entity\User {#2568 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2603
      date: 2023-09-19 13:36:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2611 …}
    +reports: Doctrine\ORM\PersistentCollection {#2613 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2615 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2617 …}
    +badges: Doctrine\ORM\PersistentCollection {#2619 …}
    +children: [
      App\Entity\EntryComment {#2309}
    ]
    -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 {#2589
      date: 2023-09-19 11:40:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2293
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2302 …}
  +nested: Doctrine\ORM\PersistentCollection {#2320 …}
  +votes: Doctrine\ORM\PersistentCollection {#2322 …}
  +reports: Doctrine\ORM\PersistentCollection {#2312 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2307 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2308 …}
  -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 {#2291
    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 {#2309
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2301
    +user: Proxies\__CG__\App\Entity\User {#2568 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2603
      date: 2023-09-19 13:36:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2611 …}
    +reports: Doctrine\ORM\PersistentCollection {#2613 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2615 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2617 …}
    +badges: Doctrine\ORM\PersistentCollection {#2619 …}
    +children: [
      App\Entity\EntryComment {#2309}
    ]
    -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 {#2589
      date: 2023-09-19 11:40:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2293
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2302 …}
  +nested: Doctrine\ORM\PersistentCollection {#2320 …}
  +votes: Doctrine\ORM\PersistentCollection {#2322 …}
  +reports: Doctrine\ORM\PersistentCollection {#2312 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2307 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2308 …}
  -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 {#2291
    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 {#2309
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2301
    +user: Proxies\__CG__\App\Entity\User {#2568 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2496 …}
    +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 {#2603
      date: 2023-09-19 13:36:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2608 …}
    +votes: Doctrine\ORM\PersistentCollection {#2611 …}
    +reports: Doctrine\ORM\PersistentCollection {#2613 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2615 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2617 …}
    +badges: Doctrine\ORM\PersistentCollection {#2619 …}
    +children: [
      App\Entity\EntryComment {#2309}
    ]
    -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 {#2589
      date: 2023-09-19 11:40:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2084 …}
  +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 {#2293
    date: 2023-09-19 13:36:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@tubbadu@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2302 …}
  +nested: Doctrine\ORM\PersistentCollection {#2320 …}
  +votes: Doctrine\ORM\PersistentCollection {#2322 …}
  +reports: Doctrine\ORM\PersistentCollection {#2312 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2307 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2308 …}
  -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 {#2291
    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 {#1695
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
  +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 {#1634
    date: 2023-08-09 14:33:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +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 {#1409
    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 {#1695
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
  +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 {#1634
    date: 2023-08-09 14:33:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +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 {#1409
    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 {#1695
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
  +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 {#1634
    date: 2023-08-09 14:33:25.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +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 {#1409
    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