GET https://kbin.spritesserver.nl/index.php/u/@danielquinn@lemmy.ca/top

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 …}
}
0.73 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.04 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 {#2080
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#3579 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3618 …}
  +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 {#3613
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3620 …}
  +votes: Doctrine\ORM\PersistentCollection {#3622 …}
  +reports: Doctrine\ORM\PersistentCollection {#3624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3626 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3628 …}
  +badges: Doctrine\ORM\PersistentCollection {#3630 …}
  +children: [
    App\Entity\EntryComment {#2063
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2080 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +body: "It’s a powerful video player in Linuxland."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703447798 {#2077
        date: 2023-12-24 20:56:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2089 …}
      +nested: Doctrine\ORM\PersistentCollection {#2095 …}
      +votes: Doctrine\ORM\PersistentCollection {#2091 …}
      +reports: Doctrine\ORM\PersistentCollection {#2090 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
      -id: 249302
      -bodyTs: "'linuxland':8 'player':6 'power':4 'video':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5867889"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703447798 {#2098
        date: 2023-12-24 20:56:38.0 +01:00
      }
      +"title": 249302
    }
  ]
  -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 {#3600
    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 {#2080
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#3579 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3618 …}
  +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 {#3613
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3620 …}
  +votes: Doctrine\ORM\PersistentCollection {#3622 …}
  +reports: Doctrine\ORM\PersistentCollection {#3624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3626 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3628 …}
  +badges: Doctrine\ORM\PersistentCollection {#3630 …}
  +children: [
    App\Entity\EntryComment {#2063
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2080 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +body: "It’s a powerful video player in Linuxland."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703447798 {#2077
        date: 2023-12-24 20:56:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2089 …}
      +nested: Doctrine\ORM\PersistentCollection {#2095 …}
      +votes: Doctrine\ORM\PersistentCollection {#2091 …}
      +reports: Doctrine\ORM\PersistentCollection {#2090 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
      -id: 249302
      -bodyTs: "'linuxland':8 'player':6 'power':4 'video':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5867889"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703447798 {#2098
        date: 2023-12-24 20:56:38.0 +01:00
      }
      +"title": 249302
    }
  ]
  -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 {#3600
    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 {#2080
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#3579 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3618 …}
  +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 {#3613
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3620 …}
  +votes: Doctrine\ORM\PersistentCollection {#3622 …}
  +reports: Doctrine\ORM\PersistentCollection {#3624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3626 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3628 …}
  +badges: Doctrine\ORM\PersistentCollection {#3630 …}
  +children: [
    App\Entity\EntryComment {#2063
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2080 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +body: "It’s a powerful video player in Linuxland."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703447798 {#2077
        date: 2023-12-24 20:56:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@library_napper@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2089 …}
      +nested: Doctrine\ORM\PersistentCollection {#2095 …}
      +votes: Doctrine\ORM\PersistentCollection {#2091 …}
      +reports: Doctrine\ORM\PersistentCollection {#2090 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
      -id: 249302
      -bodyTs: "'linuxland':8 'player':6 'power':4 'video':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5867889"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703447798 {#2098
        date: 2023-12-24 20:56:38.0 +01:00
      }
      +"title": 249302
    }
  ]
  -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 {#3600
    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 {#2063
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2080
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#3579 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3618 …}
    +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 {#3613
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3620 …}
    +votes: Doctrine\ORM\PersistentCollection {#3622 …}
    +reports: Doctrine\ORM\PersistentCollection {#3624 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3626 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3628 …}
    +badges: Doctrine\ORM\PersistentCollection {#3630 …}
    +children: [
      App\Entity\EntryComment {#2063}
    ]
    -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 {#3600
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +body: "It’s a powerful video player in Linuxland."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703447798 {#2077
    date: 2023-12-24 20:56:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2089 …}
  +nested: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
  -id: 249302
  -bodyTs: "'linuxland':8 'player':6 'power':4 'video':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5867889"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703447798 {#2098
    date: 2023-12-24 20:56:38.0 +01:00
  }
  +"title": 249302
}
"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 {#2063
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2080
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#3579 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3618 …}
    +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 {#3613
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3620 …}
    +votes: Doctrine\ORM\PersistentCollection {#3622 …}
    +reports: Doctrine\ORM\PersistentCollection {#3624 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3626 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3628 …}
    +badges: Doctrine\ORM\PersistentCollection {#3630 …}
    +children: [
      App\Entity\EntryComment {#2063}
    ]
    -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 {#3600
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +body: "It’s a powerful video player in Linuxland."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703447798 {#2077
    date: 2023-12-24 20:56:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2089 …}
  +nested: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
  -id: 249302
  -bodyTs: "'linuxland':8 'player':6 'power':4 'video':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5867889"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703447798 {#2098
    date: 2023-12-24 20:56:38.0 +01:00
  }
  +"title": 249302
}
"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 {#2063
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2080
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#3579 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3618 …}
    +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 {#3613
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3620 …}
    +votes: Doctrine\ORM\PersistentCollection {#3622 …}
    +reports: Doctrine\ORM\PersistentCollection {#3624 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3626 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3628 …}
    +badges: Doctrine\ORM\PersistentCollection {#3630 …}
    +children: [
      App\Entity\EntryComment {#2063}
    ]
    -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 {#3600
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +body: "It’s a powerful video player in Linuxland."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703447798 {#2077
    date: 2023-12-24 20:56:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@library_napper@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2089 …}
  +nested: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
  -id: 249302
  -bodyTs: "'linuxland':8 'player':6 'power':4 'video':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5867889"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703447798 {#2098
    date: 2023-12-24 20:56:38.0 +01:00
  }
  +"title": 249302
}
"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 {#1402
  +user: Proxies\__CG__\App\Entity\User {#3540 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Apps-that-shouldn-t-be-Subscriptions"
  +title: "Apps that shouldn't be Subscriptions"
  +url: null
  +body: """
    What is the most useless app that you have seen being given as a *subscription*?\n
    \n
    For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
    \n
    Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
    \n
    Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 170
  +favouriteCount: 291
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702940454 {#3576
    date: 2023-12-19 00:00:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3581 …}
  +votes: Doctrine\ORM\PersistentCollection {#3584 …}
  +reports: Doctrine\ORM\PersistentCollection {#3586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
  +badges: Doctrine\ORM\PersistentCollection {#3592 …}
  +children: [
    1 => App\Entity\EntryComment {#2022
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702671117 {#2026
        date: 2023-12-15 21:11:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
        "@danielquinn@lemmy.ca"
        "@floofloof@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2025 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2028 …}
      +reports: Doctrine\ORM\PersistentCollection {#2012 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
      -id: 225405
      -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5696247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702671117 {#2024
        date: 2023-12-15 21:11:57.0 +01:00
      }
      +"title": 225405
    }
    2 => App\Entity\EntryComment {#2144
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702725261 {#2036
        date: 2023-12-16 12:14:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
        "@danielquinn@lemmy.ca"
        "@princessnorah@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 226879
      -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5707793"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702725261 {#2037
        date: 2023-12-16 12:14:21.0 +01:00
      }
      +"title": 226879
    }
    0 => App\Entity\EntryComment {#1383
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: """
        JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
        \n
        So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1702648544 {#2393
        date: 2023-12-15 14:55:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 224387
      -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5689119"
      +editedAt: DateTimeImmutable @1704897243 {#1384
        date: 2024-01-10 15:34:03.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702648544 {#1381
        date: 2023-12-15 14:55:44.0 +01:00
      }
      +"title": 224387
    }
  ]
  -id: 22409
  -titleTs: "'app':1 'shouldn':3 'subscript':6"
  -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702733354
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7825639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702646954 {#3561
    date: 2023-12-15 14:29:14.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 {#1402
  +user: Proxies\__CG__\App\Entity\User {#3540 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Apps-that-shouldn-t-be-Subscriptions"
  +title: "Apps that shouldn't be Subscriptions"
  +url: null
  +body: """
    What is the most useless app that you have seen being given as a *subscription*?\n
    \n
    For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
    \n
    Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
    \n
    Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 170
  +favouriteCount: 291
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702940454 {#3576
    date: 2023-12-19 00:00:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3581 …}
  +votes: Doctrine\ORM\PersistentCollection {#3584 …}
  +reports: Doctrine\ORM\PersistentCollection {#3586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
  +badges: Doctrine\ORM\PersistentCollection {#3592 …}
  +children: [
    1 => App\Entity\EntryComment {#2022
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702671117 {#2026
        date: 2023-12-15 21:11:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
        "@danielquinn@lemmy.ca"
        "@floofloof@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2025 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2028 …}
      +reports: Doctrine\ORM\PersistentCollection {#2012 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
      -id: 225405
      -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5696247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702671117 {#2024
        date: 2023-12-15 21:11:57.0 +01:00
      }
      +"title": 225405
    }
    2 => App\Entity\EntryComment {#2144
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702725261 {#2036
        date: 2023-12-16 12:14:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
        "@danielquinn@lemmy.ca"
        "@princessnorah@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 226879
      -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5707793"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702725261 {#2037
        date: 2023-12-16 12:14:21.0 +01:00
      }
      +"title": 226879
    }
    0 => App\Entity\EntryComment {#1383
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: """
        JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
        \n
        So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1702648544 {#2393
        date: 2023-12-15 14:55:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 224387
      -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5689119"
      +editedAt: DateTimeImmutable @1704897243 {#1384
        date: 2024-01-10 15:34:03.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702648544 {#1381
        date: 2023-12-15 14:55:44.0 +01:00
      }
      +"title": 224387
    }
  ]
  -id: 22409
  -titleTs: "'app':1 'shouldn':3 'subscript':6"
  -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702733354
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7825639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702646954 {#3561
    date: 2023-12-15 14:29:14.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 {#1402
  +user: Proxies\__CG__\App\Entity\User {#3540 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Apps-that-shouldn-t-be-Subscriptions"
  +title: "Apps that shouldn't be Subscriptions"
  +url: null
  +body: """
    What is the most useless app that you have seen being given as a *subscription*?\n
    \n
    For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
    \n
    Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
    \n
    Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 170
  +favouriteCount: 291
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702940454 {#3576
    date: 2023-12-19 00:00:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3581 …}
  +votes: Doctrine\ORM\PersistentCollection {#3584 …}
  +reports: Doctrine\ORM\PersistentCollection {#3586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
  +badges: Doctrine\ORM\PersistentCollection {#3592 …}
  +children: [
    1 => App\Entity\EntryComment {#2022
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1702671117 {#2026
        date: 2023-12-15 21:11:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
        "@danielquinn@lemmy.ca"
        "@floofloof@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2025 …}
      +nested: Doctrine\ORM\PersistentCollection {#2033 …}
      +votes: Doctrine\ORM\PersistentCollection {#2028 …}
      +reports: Doctrine\ORM\PersistentCollection {#2012 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
      -id: 225405
      -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5696247"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702671117 {#2024
        date: 2023-12-15 21:11:57.0 +01:00
      }
      +"title": 225405
    }
    2 => App\Entity\EntryComment {#2144
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1702725261 {#2036
        date: 2023-12-16 12:14:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
        "@danielquinn@lemmy.ca"
        "@princessnorah@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 226879
      -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5707793"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702725261 {#2037
        date: 2023-12-16 12:14:21.0 +01:00
      }
      +"title": 226879
    }
    0 => App\Entity\EntryComment {#1383
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +body: """
        JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
        \n
        So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 23
      +score: 0
      +lastActive: DateTime @1702648544 {#2393
        date: 2023-12-15 14:55:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kirk782@discuss.tchncs.de"
        "@RanchOnPancakes@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 224387
      -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5689119"
      +editedAt: DateTimeImmutable @1704897243 {#1384
        date: 2024-01-10 15:34:03.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702648544 {#1381
        date: 2023-12-15 14:55:44.0 +01:00
      }
      +"title": 224387
    }
  ]
  -id: 22409
  -titleTs: "'app':1 'shouldn':3 'subscript':6"
  -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702733354
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/7825639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702646954 {#3561
    date: 2023-12-15 14:29:14.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 {#2022
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022}
      2 => App\Entity\EntryComment {#2144
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702725261 {#2036
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 226879
        -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5707793"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702725261 {#2037
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +"title": 226879
      }
      0 => App\Entity\EntryComment {#1383
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: """
          JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
          \n
          So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1702648544 {#2393
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 224387
        -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5689119"
        +editedAt: DateTimeImmutable @1704897243 {#1384
          date: 2024-01-10 15:34:03.0 +01:00
        }
        +createdAt: DateTimeImmutable @1702648544 {#1381
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +"title": 224387
      }
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702671117 {#2026
    date: 2023-12-15 21:11:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
    "@danielquinn@lemmy.ca"
    "@floofloof@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2025 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2028 …}
  +reports: Doctrine\ORM\PersistentCollection {#2012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
  -id: 225405
  -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5696247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702671117 {#2024
    date: 2023-12-15 21:11:57.0 +01:00
  }
  +"title": 225405
}
"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 {#2022
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022}
      2 => App\Entity\EntryComment {#2144
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702725261 {#2036
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 226879
        -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5707793"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702725261 {#2037
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +"title": 226879
      }
      0 => App\Entity\EntryComment {#1383
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: """
          JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
          \n
          So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1702648544 {#2393
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 224387
        -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5689119"
        +editedAt: DateTimeImmutable @1704897243 {#1384
          date: 2024-01-10 15:34:03.0 +01:00
        }
        +createdAt: DateTimeImmutable @1702648544 {#1381
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +"title": 224387
      }
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702671117 {#2026
    date: 2023-12-15 21:11:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
    "@danielquinn@lemmy.ca"
    "@floofloof@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2025 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2028 …}
  +reports: Doctrine\ORM\PersistentCollection {#2012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
  -id: 225405
  -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5696247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702671117 {#2024
    date: 2023-12-15 21:11:57.0 +01:00
  }
  +"title": 225405
}
"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 {#2022
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022}
      2 => App\Entity\EntryComment {#2144
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702725261 {#2036
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 226879
        -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5707793"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702725261 {#2037
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +"title": 226879
      }
      0 => App\Entity\EntryComment {#1383
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: """
          JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
          \n
          So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1702648544 {#2393
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 224387
        -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5689119"
        +editedAt: DateTimeImmutable @1704897243 {#1384
          date: 2024-01-10 15:34:03.0 +01:00
        }
        +createdAt: DateTimeImmutable @1702648544 {#1381
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +"title": 224387
      }
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1702671117 {#2026
    date: 2023-12-15 21:11:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
    "@danielquinn@lemmy.ca"
    "@floofloof@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2025 …}
  +nested: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#2028 …}
  +reports: Doctrine\ORM\PersistentCollection {#2012 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
  -id: 225405
  -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5696247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702671117 {#2024
    date: 2023-12-15 21:11:57.0 +01:00
  }
  +"title": 225405
}
"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 {#2144
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1702671117 {#2026
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@floofloof@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2025 …}
        +nested: Doctrine\ORM\PersistentCollection {#2033 …}
        +votes: Doctrine\ORM\PersistentCollection {#2028 …}
        +reports: Doctrine\ORM\PersistentCollection {#2012 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
        -id: 225405
        -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5696247"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702671117 {#2024
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +"title": 225405
      }
      2 => App\Entity\EntryComment {#2144}
      0 => App\Entity\EntryComment {#1383
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: """
          JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
          \n
          So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1702648544 {#2393
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 224387
        -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5689119"
        +editedAt: DateTimeImmutable @1704897243 {#1384
          date: 2024-01-10 15:34:03.0 +01:00
        }
        +createdAt: DateTimeImmutable @1702648544 {#1381
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +"title": 224387
      }
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702725261 {#2036
    date: 2023-12-16 12:14:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
    "@danielquinn@lemmy.ca"
    "@princessnorah@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 226879
  -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5707793"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702725261 {#2037
    date: 2023-12-16 12:14:21.0 +01:00
  }
  +"title": 226879
}
"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 {#2144
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1702671117 {#2026
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@floofloof@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2025 …}
        +nested: Doctrine\ORM\PersistentCollection {#2033 …}
        +votes: Doctrine\ORM\PersistentCollection {#2028 …}
        +reports: Doctrine\ORM\PersistentCollection {#2012 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
        -id: 225405
        -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5696247"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702671117 {#2024
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +"title": 225405
      }
      2 => App\Entity\EntryComment {#2144}
      0 => App\Entity\EntryComment {#1383
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: """
          JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
          \n
          So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1702648544 {#2393
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 224387
        -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5689119"
        +editedAt: DateTimeImmutable @1704897243 {#1384
          date: 2024-01-10 15:34:03.0 +01:00
        }
        +createdAt: DateTimeImmutable @1702648544 {#1381
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +"title": 224387
      }
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702725261 {#2036
    date: 2023-12-16 12:14:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
    "@danielquinn@lemmy.ca"
    "@princessnorah@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 226879
  -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5707793"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702725261 {#2037
    date: 2023-12-16 12:14:21.0 +01:00
  }
  +"title": 226879
}
"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 {#2144
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1702671117 {#2026
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@floofloof@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2025 …}
        +nested: Doctrine\ORM\PersistentCollection {#2033 …}
        +votes: Doctrine\ORM\PersistentCollection {#2028 …}
        +reports: Doctrine\ORM\PersistentCollection {#2012 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
        -id: 225405
        -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5696247"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702671117 {#2024
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +"title": 225405
      }
      2 => App\Entity\EntryComment {#2144}
      0 => App\Entity\EntryComment {#1383
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: """
          JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
          \n
          So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 23
        +score: 0
        +lastActive: DateTime @1702648544 {#2393
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 224387
        -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5689119"
        +editedAt: DateTimeImmutable @1704897243 {#1384
          date: 2024-01-10 15:34:03.0 +01:00
        }
        +createdAt: DateTimeImmutable @1702648544 {#1381
          date: 2023-12-15 14:55:44.0 +01:00
        }
        +"title": 224387
      }
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1702725261 {#2036
    date: 2023-12-16 12:14:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
    "@danielquinn@lemmy.ca"
    "@princessnorah@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 226879
  -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5707793"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702725261 {#2037
    date: 2023-12-16 12:14:21.0 +01:00
  }
  +"title": 226879
}
"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 {#1383
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1702671117 {#2026
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@floofloof@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2025 …}
        +nested: Doctrine\ORM\PersistentCollection {#2033 …}
        +votes: Doctrine\ORM\PersistentCollection {#2028 …}
        +reports: Doctrine\ORM\PersistentCollection {#2012 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
        -id: 225405
        -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5696247"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702671117 {#2024
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +"title": 225405
      }
      2 => App\Entity\EntryComment {#2144
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702725261 {#2036
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 226879
        -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5707793"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702725261 {#2037
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +"title": 226879
      }
      0 => App\Entity\EntryComment {#1383}
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: """
    JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
    \n
    So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1702648544 {#2393
    date: 2023-12-15 14:55:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 224387
  -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5689119"
  +editedAt: DateTimeImmutable @1704897243 {#1384
    date: 2024-01-10 15:34:03.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702648544 {#1381
    date: 2023-12-15 14:55:44.0 +01:00
  }
  +"title": 224387
}
"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 {#1383
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1702671117 {#2026
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@floofloof@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2025 …}
        +nested: Doctrine\ORM\PersistentCollection {#2033 …}
        +votes: Doctrine\ORM\PersistentCollection {#2028 …}
        +reports: Doctrine\ORM\PersistentCollection {#2012 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
        -id: 225405
        -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5696247"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702671117 {#2024
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +"title": 225405
      }
      2 => App\Entity\EntryComment {#2144
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702725261 {#2036
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 226879
        -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5707793"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702725261 {#2037
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +"title": 226879
      }
      0 => App\Entity\EntryComment {#1383}
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: """
    JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
    \n
    So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1702648544 {#2393
    date: 2023-12-15 14:55:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 224387
  -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5689119"
  +editedAt: DateTimeImmutable @1704897243 {#1384
    date: 2024-01-10 15:34:03.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702648544 {#1381
    date: 2023-12-15 14:55:44.0 +01:00
  }
  +"title": 224387
}
"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 {#1383
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1402
    +user: Proxies\__CG__\App\Entity\User {#3540 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Apps-that-shouldn-t-be-Subscriptions"
    +title: "Apps that shouldn't be Subscriptions"
    +url: null
    +body: """
      What is the most useless app that you have seen being given as a *subscription*?\n
      \n
      For me, I tried a ‘minimalist’ launcher app for Android that had a 7 day trial or something and they had a yearly subscription based model for it. I was aghast. I would literally expect the app to blow my mind and do everything one can assume to go that way. In a world, where Nova Launcher (Yes, I know it has been acquired by Branch folks but it still is a sturdy one) or Niagara exist plus many alternatives including minimalist ones on F Droid, the dev must be releasing revolutionary stuff to factor in a subscription service.\n
      \n
      Second, is a controversial choice, since it’s free tier is quite good and people like it so much. But, *Pocketcasts*. I checked it’s yearly price the other day, and boy, in my country, I can subscribe to *Google Play Pass*, *YouTube Premium* and *Spotify* and still have money left before I hit the ceiling what Pocketcasts is asking for paid upgrade.\n
      \n
      Also, what are your views on one time purchase vs subscriptions? Personally, I find it much easier to purchase, if it’s good enough even if it was piratable, something if it is a one time purchase rather than repetitive.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 170
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702940454 {#3576
      date: 2023-12-19 00:00:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3581 …}
    +votes: Doctrine\ORM\PersistentCollection {#3584 …}
    +reports: Doctrine\ORM\PersistentCollection {#3586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3590 …}
    +badges: Doctrine\ORM\PersistentCollection {#3592 …}
    +children: [
      1 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2018 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Yeah that was basically the sentiment of the developer community when JetBrains announced the change. Thankfully they heeded the screaming and fixed their model. I’ve been using JetBrains tools for around 10 years now and they continue to impress. I can’t recommend them enough."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1702671117 {#2026
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@floofloof@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2025 …}
        +nested: Doctrine\ORM\PersistentCollection {#2033 …}
        +votes: Doctrine\ORM\PersistentCollection {#2028 …}
        +reports: Doctrine\ORM\PersistentCollection {#2012 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2013 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2035 …}
        -id: 225405
        -bodyTs: "'10':33 'announc':13 'around':32 'basic':4 'chang':15 'communiti':10 'continu':38 'develop':9 'enough':46 'fix':22 'heed':18 'impress':40 'jetbrain':12,29 'model':24 'recommend':44 'scream':20 'sentiment':6 'thank':16 'tool':30 'use':28 've':26 'yeah':1 'year':34"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5696247"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702671117 {#2024
          date: 2023-12-15 21:11:57.0 +01:00
        }
        +"title": 225405
      }
      2 => App\Entity\EntryComment {#2144
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1402 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +body: "Oh! Good to know. I guess that’s there to prevent people from reaping 2 years worth of development for a 1 year fee. That still seems reasonable to me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1702725261 {#2036
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kirk782@discuss.tchncs.de"
          "@RanchOnPancakes@lemmy.world"
          "@danielquinn@lemmy.ca"
          "@princessnorah@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 226879
        -bodyTs: "'1':22 '2':15 'develop':19 'fee':24 'good':2 'guess':6 'know':4 'oh':1 'peopl':12 'prevent':11 'reap':14 'reason':28 'seem':27 'still':26 'worth':17 'year':16,23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/5707793"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702725261 {#2037
          date: 2023-12-16 12:14:21.0 +01:00
        }
        +"title": 226879
      }
      0 => App\Entity\EntryComment {#1383}
    ]
    -id: 22409
    -titleTs: "'app':1 'shouldn':3 'subscript':6"
    -bodyTs: "'7':29 'acquir':79 'aghast':46 'also':178 'altern':95 'android':25 'app':6,23,52 'ask':174 'assum':62 'base':40 'blow':54 'boy':146 'branch':81 'ceil':170 'check':137 'choic':119 'controversi':118 'countri':149 'day':30,144 'dev':103 'droid':101 'easier':194 'enough':201 'even':202 'everyth':59 'exist':92 'expect':50 'f':100 'factor':110 'find':191 'folk':82 'free':123 'given':12 'go':64 'good':127,200 'googl':154 'hit':168 'includ':96 'know':75 'launcher':22,72 'left':165 'like':130 'liter':49 'mani':94 'mind':56 'minimalist':21,97 'model':41 'money':164 'much':133,193 'must':104 'niagara':91 'nova':71 'one':60,89,98,184,212 'paid':176 'pass':156 'peopl':129 'person':189 'pirat':206 'play':155 'plus':93 'pocketcast':135,172 'premium':158 'price':141 'purchas':186,196,214 'quit':126 'rather':215 'releas':106 'repetit':217 'revolutionari':107 'second':115 'seen':10 'servic':114 'sinc':120 'someth':33,207 'spotifi':160 'still':85,162 'stuff':108 'sturdi':88 'subscrib':152 'subscript':15,39,113,188 'tier':124 'time':185,213 'tri':19 'trial':31 'upgrad':177 'useless':5 'view':182 'vs':187 'way':66 'world':69 'would':48 'year':38,140 'yes':73 'youtub':157"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702733354
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/7825639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702646954 {#3561
      date: 2023-12-15 14:29:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +body: """
    JetBrains ran aground of this years ago when they introduced a subscription model for their (excellent) software. People (rightly) lost their fricking minds when they heard that if they cancelled their subscription, they’d lose the ability to continue using the software they’d already paid for.\n
    \n
    So JetBrains went back and reworked their system so that a cancelled subscription would continue to have the rights to install all the software that existed up to the day of cancellation. Effectively meaning that if v3 came out the day before you cancelled, you can still install and use v3 10 years later.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 23
  +score: 0
  +lastActive: DateTime @1702648544 {#2393
    date: 2023-12-15 14:55:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kirk782@discuss.tchncs.de"
    "@RanchOnPancakes@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 224387
  -bodyTs: "'10':99 'abil':37 'ago':7 'aground':3 'alreadi':45 'back':51 'came':85 'cancel':30,59,79,91 'continu':39,62 'd':34,44 'day':77,88 'effect':80 'excel':16 'exist':73 'frick':22 'heard':26 'instal':68,95 'introduc':10 'jetbrain':1,49 'later':101 'lose':35 'lost':20 'mean':81 'mind':23 'model':13 'paid':46 'peopl':18 'ran':2 'rework':53 'right':19,66 'softwar':17,42,71 'still':94 'subscript':12,32,60 'system':55 'use':40,97 'v3':84,98 'went':50 'would':61 'year':6,100"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5689119"
  +editedAt: DateTimeImmutable @1704897243 {#1384
    date: 2024-01-10 15:34:03.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702648544 {#1381
    date: 2023-12-15 14:55:44.0 +01:00
  }
  +"title": 224387
}
"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 {#2301
  +user: Proxies\__CG__\App\Entity\User {#3599 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
  +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
  +url: null
  +body: """
    Whom also likes to game every now and then ;)\n
    \n
    Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 434
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722463144 {#3594
    date: 2024-07-31 23:59:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3601 …}
  +votes: Doctrine\ORM\PersistentCollection {#3603 …}
  +reports: Doctrine\ORM\PersistentCollection {#3605 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3607 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3609 …}
  +badges: Doctrine\ORM\PersistentCollection {#3611 …}
  +children: [
    App\Entity\EntryComment {#2309
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2301 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "Wait, when is Windows 10 hitting end of life? If Windows 11 doesn’t support devices without aTPM, that’s a huge swath of insecure machines."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1720380225 {#2293
        date: 2024-07-07 21:23:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
      ]
      +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: 297314
      -bodyTs: "'10':5 '11':12 'atpm':18 'devic':16 'doesn':13 'end':7 'hit':6 'huge':22 'insecur':25 'life':9 'machin':26 'support':15 'swath':23 'wait':1 'window':4,11 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6232989"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704922513 {#2291
        date: 2024-01-10 22:35:13.0 +01:00
      }
      +"title": 297314
    }
  ]
  -id: 28602
  -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
  -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704975844
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10533836"
  +editedAt: DateTimeImmutable @1720891541 {#3582
    date: 2024-07-13 19:25:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704889444 {#3558
    date: 2024-01-10 13:24:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2301
  +user: Proxies\__CG__\App\Entity\User {#3599 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
  +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
  +url: null
  +body: """
    Whom also likes to game every now and then ;)\n
    \n
    Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 434
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722463144 {#3594
    date: 2024-07-31 23:59:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3601 …}
  +votes: Doctrine\ORM\PersistentCollection {#3603 …}
  +reports: Doctrine\ORM\PersistentCollection {#3605 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3607 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3609 …}
  +badges: Doctrine\ORM\PersistentCollection {#3611 …}
  +children: [
    App\Entity\EntryComment {#2309
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2301 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "Wait, when is Windows 10 hitting end of life? If Windows 11 doesn’t support devices without aTPM, that’s a huge swath of insecure machines."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1720380225 {#2293
        date: 2024-07-07 21:23:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
      ]
      +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: 297314
      -bodyTs: "'10':5 '11':12 'atpm':18 'devic':16 'doesn':13 'end':7 'hit':6 'huge':22 'insecur':25 'life':9 'machin':26 'support':15 'swath':23 'wait':1 'window':4,11 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6232989"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704922513 {#2291
        date: 2024-01-10 22:35:13.0 +01:00
      }
      +"title": 297314
    }
  ]
  -id: 28602
  -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
  -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704975844
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10533836"
  +editedAt: DateTimeImmutable @1720891541 {#3582
    date: 2024-07-13 19:25:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704889444 {#3558
    date: 2024-01-10 13:24:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2301
  +user: Proxies\__CG__\App\Entity\User {#3599 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
  +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
  +url: null
  +body: """
    Whom also likes to game every now and then ;)\n
    \n
    Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 434
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722463144 {#3594
    date: 2024-07-31 23:59:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3601 …}
  +votes: Doctrine\ORM\PersistentCollection {#3603 …}
  +reports: Doctrine\ORM\PersistentCollection {#3605 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3607 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3609 …}
  +badges: Doctrine\ORM\PersistentCollection {#3611 …}
  +children: [
    App\Entity\EntryComment {#2309
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2301 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "Wait, when is Windows 10 hitting end of life? If Windows 11 doesn’t support devices without aTPM, that’s a huge swath of insecure machines."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1720380225 {#2293
        date: 2024-07-07 21:23:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FatTony@lemmy.world"
      ]
      +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: 297314
      -bodyTs: "'10':5 '11':12 'atpm':18 'devic':16 'doesn':13 'end':7 'hit':6 'huge':22 'insecur':25 'life':9 'machin':26 'support':15 'swath':23 'wait':1 'window':4,11 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6232989"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704922513 {#2291
        date: 2024-01-10 22:35:13.0 +01:00
      }
      +"title": 297314
    }
  ]
  -id: 28602
  -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
  -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704975844
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10533836"
  +editedAt: DateTimeImmutable @1720891541 {#3582
    date: 2024-07-13 19:25:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704889444 {#3558
    date: 2024-01-10 13:24:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2309
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2301
    +user: Proxies\__CG__\App\Entity\User {#3599 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
    +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
    +url: null
    +body: """
      Whom also likes to game every now and then ;)\n
      \n
      Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 434
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722463144 {#3594
      date: 2024-07-31 23:59:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3601 …}
    +votes: Doctrine\ORM\PersistentCollection {#3603 …}
    +reports: Doctrine\ORM\PersistentCollection {#3605 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3607 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3609 …}
    +badges: Doctrine\ORM\PersistentCollection {#3611 …}
    +children: [
      App\Entity\EntryComment {#2309}
    ]
    -id: 28602
    -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
    -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704975844
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10533836"
    +editedAt: DateTimeImmutable @1720891541 {#3582
      date: 2024-07-13 19:25:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704889444 {#3558
      date: 2024-01-10 13:24:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wait, when is Windows 10 hitting end of life? If Windows 11 doesn’t support devices without aTPM, that’s a huge swath of insecure machines."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1720380225 {#2293
    date: 2024-07-07 21:23:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
  ]
  +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: 297314
  -bodyTs: "'10':5 '11':12 'atpm':18 'devic':16 'doesn':13 'end':7 'hit':6 'huge':22 'insecur':25 'life':9 'machin':26 'support':15 'swath':23 'wait':1 'window':4,11 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6232989"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704922513 {#2291
    date: 2024-01-10 22:35:13.0 +01:00
  }
  +"title": 297314
}
"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 {#2309
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2301
    +user: Proxies\__CG__\App\Entity\User {#3599 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
    +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
    +url: null
    +body: """
      Whom also likes to game every now and then ;)\n
      \n
      Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 434
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722463144 {#3594
      date: 2024-07-31 23:59:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3601 …}
    +votes: Doctrine\ORM\PersistentCollection {#3603 …}
    +reports: Doctrine\ORM\PersistentCollection {#3605 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3607 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3609 …}
    +badges: Doctrine\ORM\PersistentCollection {#3611 …}
    +children: [
      App\Entity\EntryComment {#2309}
    ]
    -id: 28602
    -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
    -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704975844
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10533836"
    +editedAt: DateTimeImmutable @1720891541 {#3582
      date: 2024-07-13 19:25:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704889444 {#3558
      date: 2024-01-10 13:24:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wait, when is Windows 10 hitting end of life? If Windows 11 doesn’t support devices without aTPM, that’s a huge swath of insecure machines."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1720380225 {#2293
    date: 2024-07-07 21:23:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
  ]
  +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: 297314
  -bodyTs: "'10':5 '11':12 'atpm':18 'devic':16 'doesn':13 'end':7 'hit':6 'huge':22 'insecur':25 'life':9 'machin':26 'support':15 'swath':23 'wait':1 'window':4,11 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6232989"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704922513 {#2291
    date: 2024-01-10 22:35:13.0 +01:00
  }
  +"title": 297314
}
"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 {#2309
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2301
    +user: Proxies\__CG__\App\Entity\User {#3599 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "When-Windows-10-dies-I-am-going-to-jump-ship"
    +title: "When Windows 10 dies, I am going to jump ship over to Linux. Which version would you recommend for someone with zero prior experience with Linux? **Edit: Linux Mint it shall be.**"
    +url: null
    +body: """
      Whom also likes to game every now and then ;)\n
      \n
      Edit: Thank you all for your input and suggestions! Linux Mint shall be my next OS! Though, I think I’ll give Pop!OS a look-see as well.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 434
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722463144 {#3594
      date: 2024-07-31 23:59:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3601 …}
    +votes: Doctrine\ORM\PersistentCollection {#3603 …}
    +reports: Doctrine\ORM\PersistentCollection {#3605 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3607 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3609 …}
    +badges: Doctrine\ORM\PersistentCollection {#3611 …}
    +children: [
      App\Entity\EntryComment {#2309}
    ]
    -id: 28602
    -titleTs: "'10':3 'die':4 'edit':27 'experi':24 'go':7 'jump':9 'linux':13,26,28 'mint':29 'prior':23 'recommend':18 'shall':31 'ship':10 'someon':20 'version':15 'window':2 'would':16 'zero':22"
    -bodyTs: "'also':2 'edit':10 'everi':6 'game':5 'give':31 'input':16 'like':3 'linux':19 'll':30 'look':36 'look-se':35 'mint':20 'next':24 'os':25,33 'pop':32 'see':37 'shall':21 'suggest':18 'thank':11 'think':28 'though':26 'well':39"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704975844
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10533836"
    +editedAt: DateTimeImmutable @1720891541 {#3582
      date: 2024-07-13 19:25:41.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704889444 {#3558
      date: 2024-01-10 13:24:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "Wait, when is Windows 10 hitting end of life? If Windows 11 doesn’t support devices without aTPM, that’s a huge swath of insecure machines."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1720380225 {#2293
    date: 2024-07-07 21:23:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FatTony@lemmy.world"
  ]
  +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: 297314
  -bodyTs: "'10':5 '11':12 'atpm':18 'devic':16 'doesn':13 'end':7 'hit':6 'huge':22 'insecur':25 'life':9 'machin':26 'support':15 'swath':23 'wait':1 'window':4,11 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6232989"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704922513 {#2291
    date: 2024-01-10 22:35:13.0 +01:00
  }
  +"title": 297314
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1723
  +user: Proxies\__CG__\App\Entity\User {#3502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "How-to-keep-all-email-locally-in-a-useful-format"
  +title: "How to keep all email locally in a useful format that can be searched across devices?"
  +url: null
  +body: """
    I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
    \n
    I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
    \n
    One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
    \n
    What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
    \n
    Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
    \n
    Any idea would be welcome. I am a bit stuck.\n
    \n
    I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700654753 {#3537
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3542 …}
  +votes: Doctrine\ORM\PersistentCollection {#3545 …}
  +reports: Doctrine\ORM\PersistentCollection {#3547 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3551 …}
  +badges: Doctrine\ORM\PersistentCollection {#3553 …}
  +children: [
    App\Entity\EntryComment {#1725
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: """
        It’s actually not as crazy as you might think:\n
        \n
        ```\n
        \n
        <span style="color:#323232;">$ du -sh .Maildir/\n
        </span><span style="color:#323232;">13G\t.Maildir/\n
        </span>\n
        ```\n
        \n
        That’s going back to 2000 1995, both sent &amp; received. The first email I have in there is from a friend of mine offering to send me an MP3 she downloaded.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700302686 {#1617
        date: 2023-11-18 11:18:06.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@crank@beehaw.org"
        "@danielquinn@lemmy.ca"
        "@chillytuna@universeodon.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 199417
      -bodyTs: "'13g':14 '1995':22 '2000':21 'actual':3 'back':19 'crazi':6 'download':46 'du':11 'email':28 'first':27 'friend':36 'go':18 'maildir':13,15 'might':9 'mine':38 'mp3':44 'offer':39 'receiv':25 'send':41 'sent':24 'sh':12 'think':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4970804"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700302686 {#1731
        date: 2023-11-18 11:18:06.0 +01:00
      }
      +"title": 199417
    }
  ]
  -id: 14004
  -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
  -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700352061
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9647306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700265661 {#3525
    date: 2023-11-18 01:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1723
  +user: Proxies\__CG__\App\Entity\User {#3502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "How-to-keep-all-email-locally-in-a-useful-format"
  +title: "How to keep all email locally in a useful format that can be searched across devices?"
  +url: null
  +body: """
    I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
    \n
    I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
    \n
    One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
    \n
    What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
    \n
    Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
    \n
    Any idea would be welcome. I am a bit stuck.\n
    \n
    I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700654753 {#3537
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3542 …}
  +votes: Doctrine\ORM\PersistentCollection {#3545 …}
  +reports: Doctrine\ORM\PersistentCollection {#3547 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3551 …}
  +badges: Doctrine\ORM\PersistentCollection {#3553 …}
  +children: [
    App\Entity\EntryComment {#1725
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: """
        It’s actually not as crazy as you might think:\n
        \n
        ```\n
        \n
        <span style="color:#323232;">$ du -sh .Maildir/\n
        </span><span style="color:#323232;">13G\t.Maildir/\n
        </span>\n
        ```\n
        \n
        That’s going back to 2000 1995, both sent &amp; received. The first email I have in there is from a friend of mine offering to send me an MP3 she downloaded.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700302686 {#1617
        date: 2023-11-18 11:18:06.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@crank@beehaw.org"
        "@danielquinn@lemmy.ca"
        "@chillytuna@universeodon.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 199417
      -bodyTs: "'13g':14 '1995':22 '2000':21 'actual':3 'back':19 'crazi':6 'download':46 'du':11 'email':28 'first':27 'friend':36 'go':18 'maildir':13,15 'might':9 'mine':38 'mp3':44 'offer':39 'receiv':25 'send':41 'sent':24 'sh':12 'think':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4970804"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700302686 {#1731
        date: 2023-11-18 11:18:06.0 +01:00
      }
      +"title": 199417
    }
  ]
  -id: 14004
  -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
  -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700352061
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9647306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700265661 {#3525
    date: 2023-11-18 01:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1723
  +user: Proxies\__CG__\App\Entity\User {#3502 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "How-to-keep-all-email-locally-in-a-useful-format"
  +title: "How to keep all email locally in a useful format that can be searched across devices?"
  +url: null
  +body: """
    I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
    \n
    I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
    \n
    One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
    \n
    What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
    \n
    Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
    \n
    Any idea would be welcome. I am a bit stuck.\n
    \n
    I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700654753 {#3537
    date: 2023-11-22 13:05:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3542 …}
  +votes: Doctrine\ORM\PersistentCollection {#3545 …}
  +reports: Doctrine\ORM\PersistentCollection {#3547 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3551 …}
  +badges: Doctrine\ORM\PersistentCollection {#3553 …}
  +children: [
    App\Entity\EntryComment {#1725
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1723 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
      +body: """
        It’s actually not as crazy as you might think:\n
        \n
        ```\n
        \n
        <span style="color:#323232;">$ du -sh .Maildir/\n
        </span><span style="color:#323232;">13G\t.Maildir/\n
        </span>\n
        ```\n
        \n
        That’s going back to 2000 1995, both sent &amp; received. The first email I have in there is from a friend of mine offering to send me an MP3 she downloaded.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700302686 {#1617
        date: 2023-11-18 11:18:06.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@crank@beehaw.org"
        "@danielquinn@lemmy.ca"
        "@chillytuna@universeodon.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1736 …}
      +votes: Doctrine\ORM\PersistentCollection {#1737 …}
      +reports: Doctrine\ORM\PersistentCollection {#1732 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
      -id: 199417
      -bodyTs: "'13g':14 '1995':22 '2000':21 'actual':3 'back':19 'crazi':6 'download':46 'du':11 'email':28 'first':27 'friend':36 'go':18 'maildir':13,15 'might':9 'mine':38 'mp3':44 'offer':39 'receiv':25 'send':41 'sent':24 'sh':12 'think':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4970804"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700302686 {#1731
        date: 2023-11-18 11:18:06.0 +01:00
      }
      +"title": 199417
    }
  ]
  -id: 14004
  -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
  -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700352061
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9647306"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700265661 {#3525
    date: 2023-11-18 01:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1725
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1723
    +user: Proxies\__CG__\App\Entity\User {#3502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "How-to-keep-all-email-locally-in-a-useful-format"
    +title: "How to keep all email locally in a useful format that can be searched across devices?"
    +url: null
    +body: """
      I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
      \n
      I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
      \n
      One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
      \n
      What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
      \n
      Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
      \n
      Any idea would be welcome. I am a bit stuck.\n
      \n
      I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700654753 {#3537
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3542 …}
    +votes: Doctrine\ORM\PersistentCollection {#3545 …}
    +reports: Doctrine\ORM\PersistentCollection {#3547 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3549 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3551 …}
    +badges: Doctrine\ORM\PersistentCollection {#3553 …}
    +children: [
      App\Entity\EntryComment {#1725}
    ]
    -id: 14004
    -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
    -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700352061
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9647306"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700265661 {#3525
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: """
    It’s actually not as crazy as you might think:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ du -sh .Maildir/\n
    </span><span style="color:#323232;">13G\t.Maildir/\n
    </span>\n
    ```\n
    \n
    That’s going back to 2000 1995, both sent &amp; received. The first email I have in there is from a friend of mine offering to send me an MP3 she downloaded.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700302686 {#1617
    date: 2023-11-18 11:18:06.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@crank@beehaw.org"
    "@danielquinn@lemmy.ca"
    "@chillytuna@universeodon.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 199417
  -bodyTs: "'13g':14 '1995':22 '2000':21 'actual':3 'back':19 'crazi':6 'download':46 'du':11 'email':28 'first':27 'friend':36 'go':18 'maildir':13,15 'might':9 'mine':38 'mp3':44 'offer':39 'receiv':25 'send':41 'sent':24 'sh':12 'think':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4970804"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700302686 {#1731
    date: 2023-11-18 11:18:06.0 +01:00
  }
  +"title": 199417
}
"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 {#1725
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1723
    +user: Proxies\__CG__\App\Entity\User {#3502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "How-to-keep-all-email-locally-in-a-useful-format"
    +title: "How to keep all email locally in a useful format that can be searched across devices?"
    +url: null
    +body: """
      I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
      \n
      I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
      \n
      One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
      \n
      What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
      \n
      Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
      \n
      Any idea would be welcome. I am a bit stuck.\n
      \n
      I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700654753 {#3537
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3542 …}
    +votes: Doctrine\ORM\PersistentCollection {#3545 …}
    +reports: Doctrine\ORM\PersistentCollection {#3547 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3549 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3551 …}
    +badges: Doctrine\ORM\PersistentCollection {#3553 …}
    +children: [
      App\Entity\EntryComment {#1725}
    ]
    -id: 14004
    -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
    -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700352061
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9647306"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700265661 {#3525
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: """
    It’s actually not as crazy as you might think:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ du -sh .Maildir/\n
    </span><span style="color:#323232;">13G\t.Maildir/\n
    </span>\n
    ```\n
    \n
    That’s going back to 2000 1995, both sent &amp; received. The first email I have in there is from a friend of mine offering to send me an MP3 she downloaded.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700302686 {#1617
    date: 2023-11-18 11:18:06.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@crank@beehaw.org"
    "@danielquinn@lemmy.ca"
    "@chillytuna@universeodon.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 199417
  -bodyTs: "'13g':14 '1995':22 '2000':21 'actual':3 'back':19 'crazi':6 'download':46 'du':11 'email':28 'first':27 'friend':36 'go':18 'maildir':13,15 'might':9 'mine':38 'mp3':44 'offer':39 'receiv':25 'send':41 'sent':24 'sh':12 'think':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4970804"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700302686 {#1731
    date: 2023-11-18 11:18:06.0 +01:00
  }
  +"title": 199417
}
"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 {#1725
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1723
    +user: Proxies\__CG__\App\Entity\User {#3502 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "How-to-keep-all-email-locally-in-a-useful-format"
    +title: "How to keep all email locally in a useful format that can be searched across devices?"
    +url: null
    +body: """
      I have an account on an SMTP server. The server has a storage quota. I’d like the delete stuff from the server but keep it locally in case I need it. Just in case.\n
      \n
      I’d like to be able to access the mail somehow on other computers and hopefully mobile devices on my network so that it can be searched when needed. I’m not sure what the best interface for that would be. A webmail client?\n
      \n
      One option would be to use Thunderbird or another client to download the mail once in a while but disable deleting local messages when they are removed from the server. Would Thunderbird store the messages in a format I can use readily with other applications? Or should I use something else to download the mail?\n
      \n
      What about situations where messages are moved from one folder to another on the server? Would I get a duplicate locally of the message appearing in both locations? Not sure how the storage and metadata actually are.\n
      \n
      Also, is it possible in such a situation to put a message *back* on the server if I realize it was deleted in error?\n
      \n
      Any idea would be welcome. I am a bit stuck.\n
      \n
      I can use the command line comfortably but ideally I’d have a solution that doesn’t rely on the terminal to find find messages and such. I don’t really like terminal mail clients.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 33
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700654753 {#3537
      date: 2023-11-22 13:05:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3542 …}
    +votes: Doctrine\ORM\PersistentCollection {#3545 …}
    +reports: Doctrine\ORM\PersistentCollection {#3547 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3549 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3551 …}
    +badges: Doctrine\ORM\PersistentCollection {#3553 …}
    +children: [
      App\Entity\EntryComment {#1725}
    ]
    -id: 14004
    -titleTs: "'across':15 'devic':16 'email':5 'format':10 'keep':3 'local':6 'search':14 'use':9"
    -bodyTs: "'abl':41 'access':43 'account':4 'actual':170 'also':172 'anoth':88,146 'appear':159 'applic':124 'back':184 'best':71 'bit':204 'case':29,35 'client':79,89,240 'comfort':212 'command':210 'comput':49 'd':16,37,216 'delet':19,100,193 'devic':53 'disabl':99 'doesn':221 'download':91,132 'duplic':154 'els':130 'error':195 'find':228,229 'folder':144 'format':117 'get':152 'hope':51 'idea':197 'ideal':214 'interfac':72 'keep':25 'like':17,38,237 'line':211 'local':27,101,155 'locat':162 'm':66 'mail':45,93,134,239 'messag':102,114,139,158,183,230 'metadata':169 'mobil':52 'move':141 'need':31,64 'network':56 'one':80,143 'option':81 'possibl':175 'put':181 'quota':14 'readili':121 'realiz':190 'realli':236 'reli':223 'remov':106 'search':62 'server':8,10,23,109,149,187 'situat':137,179 'smtp':7 'solut':219 'somehow':46 'someth':129 'storag':13,167 'store':112 'stuck':205 'stuff':20 'sure':68,164 'termin':226,238 'thunderbird':86,111 'use':85,120,128,208 'webmail':78 'welcom':200 'would':75,82,110,150,198"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700352061
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9647306"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700265661 {#3525
      date: 2023-11-18 01:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1722 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1721 …}
  +body: """
    It’s actually not as crazy as you might think:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ du -sh .Maildir/\n
    </span><span style="color:#323232;">13G\t.Maildir/\n
    </span>\n
    ```\n
    \n
    That’s going back to 2000 1995, both sent &amp; received. The first email I have in there is from a friend of mine offering to send me an MP3 she downloaded.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700302686 {#1617
    date: 2023-11-18 11:18:06.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@crank@beehaw.org"
    "@danielquinn@lemmy.ca"
    "@chillytuna@universeodon.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1732 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1735 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1729 …}
  -id: 199417
  -bodyTs: "'13g':14 '1995':22 '2000':21 'actual':3 'back':19 'crazi':6 'download':46 'du':11 'email':28 'first':27 'friend':36 'go':18 'maildir':13,15 'might':9 'mine':38 'mp3':44 'offer':39 'receiv':25 'send':41 'sent':24 'sh':12 'think':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4970804"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700302686 {#1731
    date: 2023-11-18 11:18:06.0 +01:00
  }
  +"title": 199417
}
"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 {#1795
  +user: Proxies\__CG__\App\Entity\User {#3560 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3562 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3563 …}
  +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
  +title: "Reminder to clear your ~/.cache folder every now and then"
  +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
  +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 140
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726356531 {#3555
    date: 2024-09-15 01:28:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3564 …}
  +votes: Doctrine\ORM\PersistentCollection {#3566 …}
  +reports: Doctrine\ORM\PersistentCollection {#3568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3570 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3572 …}
  +badges: Doctrine\ORM\PersistentCollection {#3574 …}
  +children: [
    App\Entity\EntryComment {#1692
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "Isn’t most of what’s in there just filters downloaded from the internet? Python packages, browser cache, etc? Your system confirms you to redownloading everything all the time, no?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1701593071 {#1686
        date: 2023-12-03 09:44:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@neonred@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1611 …}
      +votes: Doctrine\ORM\PersistentCollection {#1630 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
      -id: 191469
      -bodyTs: "'browser':17 'cach':18 'confirm':22 'download':11 'etc':19 'everyth':26 'filter':10 'internet':14 'isn':1 'packag':16 'python':15 'redownload':25 'system':21 'time':29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5373936"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701593071 {#1691
        date: 2023-12-03 09:44:31.0 +01:00
      }
      +"title": 191469
    }
  ]
  -id: 19592
  -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
  -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701649838
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9065720"
  +editedAt: DateTimeImmutable @1702742299 {#3543
    date: 2023-12-16 16:58:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701563438 {#3522
    date: 2023-12-03 01:30:38.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1795
  +user: Proxies\__CG__\App\Entity\User {#3560 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3562 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3563 …}
  +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
  +title: "Reminder to clear your ~/.cache folder every now and then"
  +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
  +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 140
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726356531 {#3555
    date: 2024-09-15 01:28:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3564 …}
  +votes: Doctrine\ORM\PersistentCollection {#3566 …}
  +reports: Doctrine\ORM\PersistentCollection {#3568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3570 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3572 …}
  +badges: Doctrine\ORM\PersistentCollection {#3574 …}
  +children: [
    App\Entity\EntryComment {#1692
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "Isn’t most of what’s in there just filters downloaded from the internet? Python packages, browser cache, etc? Your system confirms you to redownloading everything all the time, no?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1701593071 {#1686
        date: 2023-12-03 09:44:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@neonred@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1611 …}
      +votes: Doctrine\ORM\PersistentCollection {#1630 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
      -id: 191469
      -bodyTs: "'browser':17 'cach':18 'confirm':22 'download':11 'etc':19 'everyth':26 'filter':10 'internet':14 'isn':1 'packag':16 'python':15 'redownload':25 'system':21 'time':29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5373936"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701593071 {#1691
        date: 2023-12-03 09:44:31.0 +01:00
      }
      +"title": 191469
    }
  ]
  -id: 19592
  -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
  -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701649838
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9065720"
  +editedAt: DateTimeImmutable @1702742299 {#3543
    date: 2023-12-16 16:58:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701563438 {#3522
    date: 2023-12-03 01:30:38.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1795
  +user: Proxies\__CG__\App\Entity\User {#3560 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3562 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3563 …}
  +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
  +title: "Reminder to clear your ~/.cache folder every now and then"
  +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
  +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 140
  +favouriteCount: 436
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726356531 {#3555
    date: 2024-09-15 01:28:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3564 …}
  +votes: Doctrine\ORM\PersistentCollection {#3566 …}
  +reports: Doctrine\ORM\PersistentCollection {#3568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3570 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3572 …}
  +badges: Doctrine\ORM\PersistentCollection {#3574 …}
  +children: [
    App\Entity\EntryComment {#1692
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1795 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
      +body: "Isn’t most of what’s in there just filters downloaded from the internet? Python packages, browser cache, etc? Your system confirms you to redownloading everything all the time, no?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1701593071 {#1686
        date: 2023-12-03 09:44:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Zangoose@lemmy.world"
        "@neonred@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1611 …}
      +votes: Doctrine\ORM\PersistentCollection {#1630 …}
      +reports: Doctrine\ORM\PersistentCollection {#1628 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
      -id: 191469
      -bodyTs: "'browser':17 'cach':18 'confirm':22 'download':11 'etc':19 'everyth':26 'filter':10 'internet':14 'isn':1 'packag':16 'python':15 'redownload':25 'system':21 'time':29"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5373936"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701593071 {#1691
        date: 2023-12-03 09:44:31.0 +01:00
      }
      +"title": 191469
    }
  ]
  -id: 19592
  -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
  -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701649838
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9065720"
  +editedAt: DateTimeImmutable @1702742299 {#3543
    date: 2023-12-16 16:58:19.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701563438 {#3522
    date: 2023-12-03 01:30:38.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#1692
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#3560 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3562 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3563 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3555
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3564 …}
    +votes: Doctrine\ORM\PersistentCollection {#3566 …}
    +reports: Doctrine\ORM\PersistentCollection {#3568 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3570 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3572 …}
    +badges: Doctrine\ORM\PersistentCollection {#3574 …}
    +children: [
      App\Entity\EntryComment {#1692}
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3543
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3522
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "Isn’t most of what’s in there just filters downloaded from the internet? Python packages, browser cache, etc? Your system confirms you to redownloading everything all the time, no?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701593071 {#1686
    date: 2023-12-03 09:44:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@neonred@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 191469
  -bodyTs: "'browser':17 'cach':18 'confirm':22 'download':11 'etc':19 'everyth':26 'filter':10 'internet':14 'isn':1 'packag':16 'python':15 'redownload':25 'system':21 'time':29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5373936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701593071 {#1691
    date: 2023-12-03 09:44:31.0 +01:00
  }
  +"title": 191469
}
"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 {#1692
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#3560 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3562 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3563 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3555
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3564 …}
    +votes: Doctrine\ORM\PersistentCollection {#3566 …}
    +reports: Doctrine\ORM\PersistentCollection {#3568 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3570 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3572 …}
    +badges: Doctrine\ORM\PersistentCollection {#3574 …}
    +children: [
      App\Entity\EntryComment {#1692}
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3543
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3522
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "Isn’t most of what’s in there just filters downloaded from the internet? Python packages, browser cache, etc? Your system confirms you to redownloading everything all the time, no?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701593071 {#1686
    date: 2023-12-03 09:44:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@neonred@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 191469
  -bodyTs: "'browser':17 'cach':18 'confirm':22 'download':11 'etc':19 'everyth':26 'filter':10 'internet':14 'isn':1 'packag':16 'python':15 'redownload':25 'system':21 'time':29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5373936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701593071 {#1691
    date: 2023-12-03 09:44:31.0 +01:00
  }
  +"title": 191469
}
"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 {#1692
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1795
    +user: Proxies\__CG__\App\Entity\User {#3560 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3562 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3563 …}
    +slug: "Reminder-to-clear-your-cache-folder-every-now-and-then"
    +title: "Reminder to clear your ~/.cache folder every now and then"
    +url: "https://lemmy.world/pictrs/image/1950298f-71e8-417e-ba30-0a707735f382.png"
    +body: "Alt TextA screenshot of a file manager preview window for my ~/.cache folder, which takes up 164.3 GiB and has 246,049 files and 15,126 folders. The folder was first created about 1.75 years ago with my system"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 140
    +favouriteCount: 436
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726356531 {#3555
      date: 2024-09-15 01:28:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3564 …}
    +votes: Doctrine\ORM\PersistentCollection {#3566 …}
    +reports: Doctrine\ORM\PersistentCollection {#3568 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3570 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3572 …}
    +badges: Doctrine\ORM\PersistentCollection {#3574 …}
    +children: [
      App\Entity\EntryComment {#1692}
    ]
    -id: 19592
    -titleTs: "'/.cache':5 'clear':3 'everi':7 'folder':6 'remind':1"
    -bodyTs: "'/.cache':12 '049':22 '1.75':34 '126':26 '15':25 '164.3':17 '246':21 'ago':36 'alt':1 'creat':32 'file':6,23 'first':31 'folder':13,27,29 'gib':18 'manag':7 'preview':8 'screenshot':3 'system':39 'take':15 'texta':2 'window':9 'year':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701649838
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9065720"
    +editedAt: DateTimeImmutable @1702742299 {#3543
      date: 2023-12-16 16:58:19.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701563438 {#3522
      date: 2023-12-03 01:30:38.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1705 …}
  +body: "Isn’t most of what’s in there just filters downloaded from the internet? Python packages, browser cache, etc? Your system confirms you to redownloading everything all the time, no?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1701593071 {#1686
    date: 2023-12-03 09:44:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Zangoose@lemmy.world"
    "@neonred@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1611 …}
  +votes: Doctrine\ORM\PersistentCollection {#1630 …}
  +reports: Doctrine\ORM\PersistentCollection {#1628 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1599 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1625 …}
  -id: 191469
  -bodyTs: "'browser':17 'cach':18 'confirm':22 'download':11 'etc':19 'everyth':26 'filter':10 'internet':14 'isn':1 'packag':16 'python':15 'redownload':25 'system':21 'time':29"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5373936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701593071 {#1691
    date: 2023-12-03 09:44:31.0 +01:00
  }
  +"title": 191469
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2273
  +user: Proxies\__CG__\App\Entity\User {#2906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "What-s-your-favourite-RSS-reader-for-Linux"
  +title: "What's your favourite RSS reader for Linux?"
  +url: null
  +body: """
    I’m personally using NewsFlash at the moment, and it’s perfectly fine, but its borders are completely incongruous with my theme, I assume they’re based around Gnome and I’m on Plasma, so I’m looking for a new one and was wondering what people here use?\n
    \n
    On top of one for Linux, I’d be curious on if any of you have recommendations for Android or iOS, as only being able to check the news on my pc has led to me relying on RSS a bit less than I’d like.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727060128 {#3672
    date: 2024-09-23 04:55:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3635 …}
  +votes: Doctrine\ORM\PersistentCollection {#3679 …}
  +reports: Doctrine\ORM\PersistentCollection {#3681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3685 …}
  +badges: Doctrine\ORM\PersistentCollection {#3687 …}
  +children: [
    App\Entity\EntryComment {#2267
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2273 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "I quite like Thunderbird for this."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1727056303 {#2257
        date: 2024-09-23 03:51:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2271 …}
      +nested: Doctrine\ORM\PersistentCollection {#2272 …}
      +votes: Doctrine\ORM\PersistentCollection {#2253 …}
      +reports: Doctrine\ORM\PersistentCollection {#2262 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
      -id: 323589
      -bodyTs: "'like':3 'quit':2 'thunderbird':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6518267"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705690872 {#2268
        date: 2024-01-19 20:01:12.0 +01:00
      }
      +"title": 323589
    }
  ]
  -id: 31785
  -titleTs: "'favourit':4 'linux':8 'reader':6 'rss':5"
  -bodyTs: "'abl':74 'android':68 'around':28 'assum':24 'base':27 'bit':90 'border':16 'check':76 'complet':18 'curious':59 'd':57,94 'fine':13 'gnome':29 'incongru':19 'io':70 'led':83 'less':91 'like':95 'linux':55 'look':38 'm':2,32,37 'moment':8 'new':41 'news':78 'newsflash':5 'one':42,53 'pc':81 'peopl':47 'perfect':12 'person':3 'plasma':34 're':26 'recommend':66 'reli':86 'rss':88 'theme':22 'top':51 'use':4,49 'wonder':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774699
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7781945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705688299 {#3658
    date: 2024-01-19 19:18:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2273
  +user: Proxies\__CG__\App\Entity\User {#2906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "What-s-your-favourite-RSS-reader-for-Linux"
  +title: "What's your favourite RSS reader for Linux?"
  +url: null
  +body: """
    I’m personally using NewsFlash at the moment, and it’s perfectly fine, but its borders are completely incongruous with my theme, I assume they’re based around Gnome and I’m on Plasma, so I’m looking for a new one and was wondering what people here use?\n
    \n
    On top of one for Linux, I’d be curious on if any of you have recommendations for Android or iOS, as only being able to check the news on my pc has led to me relying on RSS a bit less than I’d like.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727060128 {#3672
    date: 2024-09-23 04:55:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3635 …}
  +votes: Doctrine\ORM\PersistentCollection {#3679 …}
  +reports: Doctrine\ORM\PersistentCollection {#3681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3685 …}
  +badges: Doctrine\ORM\PersistentCollection {#3687 …}
  +children: [
    App\Entity\EntryComment {#2267
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2273 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "I quite like Thunderbird for this."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1727056303 {#2257
        date: 2024-09-23 03:51:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2271 …}
      +nested: Doctrine\ORM\PersistentCollection {#2272 …}
      +votes: Doctrine\ORM\PersistentCollection {#2253 …}
      +reports: Doctrine\ORM\PersistentCollection {#2262 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
      -id: 323589
      -bodyTs: "'like':3 'quit':2 'thunderbird':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6518267"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705690872 {#2268
        date: 2024-01-19 20:01:12.0 +01:00
      }
      +"title": 323589
    }
  ]
  -id: 31785
  -titleTs: "'favourit':4 'linux':8 'reader':6 'rss':5"
  -bodyTs: "'abl':74 'android':68 'around':28 'assum':24 'base':27 'bit':90 'border':16 'check':76 'complet':18 'curious':59 'd':57,94 'fine':13 'gnome':29 'incongru':19 'io':70 'led':83 'less':91 'like':95 'linux':55 'look':38 'm':2,32,37 'moment':8 'new':41 'news':78 'newsflash':5 'one':42,53 'pc':81 'peopl':47 'perfect':12 'person':3 'plasma':34 're':26 'recommend':66 'reli':86 'rss':88 'theme':22 'top':51 'use':4,49 'wonder':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774699
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7781945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705688299 {#3658
    date: 2024-01-19 19:18:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2273
  +user: Proxies\__CG__\App\Entity\User {#2906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "What-s-your-favourite-RSS-reader-for-Linux"
  +title: "What's your favourite RSS reader for Linux?"
  +url: null
  +body: """
    I’m personally using NewsFlash at the moment, and it’s perfectly fine, but its borders are completely incongruous with my theme, I assume they’re based around Gnome and I’m on Plasma, so I’m looking for a new one and was wondering what people here use?\n
    \n
    On top of one for Linux, I’d be curious on if any of you have recommendations for Android or iOS, as only being able to check the news on my pc has led to me relying on RSS a bit less than I’d like.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727060128 {#3672
    date: 2024-09-23 04:55:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3635 …}
  +votes: Doctrine\ORM\PersistentCollection {#3679 …}
  +reports: Doctrine\ORM\PersistentCollection {#3681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3685 …}
  +badges: Doctrine\ORM\PersistentCollection {#3687 …}
  +children: [
    App\Entity\EntryComment {#2267
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2273 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "I quite like Thunderbird for this."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1727056303 {#2257
        date: 2024-09-23 03:51:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2271 …}
      +nested: Doctrine\ORM\PersistentCollection {#2272 …}
      +votes: Doctrine\ORM\PersistentCollection {#2253 …}
      +reports: Doctrine\ORM\PersistentCollection {#2262 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
      -id: 323589
      -bodyTs: "'like':3 'quit':2 'thunderbird':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6518267"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705690872 {#2268
        date: 2024-01-19 20:01:12.0 +01:00
      }
      +"title": 323589
    }
  ]
  -id: 31785
  -titleTs: "'favourit':4 'linux':8 'reader':6 'rss':5"
  -bodyTs: "'abl':74 'android':68 'around':28 'assum':24 'base':27 'bit':90 'border':16 'check':76 'complet':18 'curious':59 'd':57,94 'fine':13 'gnome':29 'incongru':19 'io':70 'led':83 'less':91 'like':95 'linux':55 'look':38 'm':2,32,37 'moment':8 'new':41 'news':78 'newsflash':5 'one':42,53 'pc':81 'peopl':47 'perfect':12 'person':3 'plasma':34 're':26 'recommend':66 'reli':86 'rss':88 'theme':22 'top':51 'use':4,49 'wonder':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774699
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7781945"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705688299 {#3658
    date: 2024-01-19 19:18:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2267
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2273
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "What-s-your-favourite-RSS-reader-for-Linux"
    +title: "What's your favourite RSS reader for Linux?"
    +url: null
    +body: """
      I’m personally using NewsFlash at the moment, and it’s perfectly fine, but its borders are completely incongruous with my theme, I assume they’re based around Gnome and I’m on Plasma, so I’m looking for a new one and was wondering what people here use?\n
      \n
      On top of one for Linux, I’d be curious on if any of you have recommendations for Android or iOS, as only being able to check the news on my pc has led to me relying on RSS a bit less than I’d like.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 85
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727060128 {#3672
      date: 2024-09-23 04:55:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3635 …}
    +votes: Doctrine\ORM\PersistentCollection {#3679 …}
    +reports: Doctrine\ORM\PersistentCollection {#3681 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3683 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3685 …}
    +badges: Doctrine\ORM\PersistentCollection {#3687 …}
    +children: [
      App\Entity\EntryComment {#2267}
    ]
    -id: 31785
    -titleTs: "'favourit':4 'linux':8 'reader':6 'rss':5"
    -bodyTs: "'abl':74 'android':68 'around':28 'assum':24 'base':27 'bit':90 'border':16 'check':76 'complet':18 'curious':59 'd':57,94 'fine':13 'gnome':29 'incongru':19 'io':70 'led':83 'less':91 'like':95 'linux':55 'look':38 'm':2,32,37 'moment':8 'new':41 'news':78 'newsflash':5 'one':42,53 'pc':81 'peopl':47 'perfect':12 'person':3 'plasma':34 're':26 'recommend':66 'reli':86 'rss':88 'theme':22 'top':51 'use':4,49 'wonder':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705774699
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7781945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705688299 {#3658
      date: 2024-01-19 19:18:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "I quite like Thunderbird for this."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1727056303 {#2257
    date: 2024-09-23 03:51:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2271 …}
  +nested: Doctrine\ORM\PersistentCollection {#2272 …}
  +votes: Doctrine\ORM\PersistentCollection {#2253 …}
  +reports: Doctrine\ORM\PersistentCollection {#2262 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
  -id: 323589
  -bodyTs: "'like':3 'quit':2 'thunderbird':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6518267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705690872 {#2268
    date: 2024-01-19 20:01:12.0 +01:00
  }
  +"title": 323589
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2267
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2273
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "What-s-your-favourite-RSS-reader-for-Linux"
    +title: "What's your favourite RSS reader for Linux?"
    +url: null
    +body: """
      I’m personally using NewsFlash at the moment, and it’s perfectly fine, but its borders are completely incongruous with my theme, I assume they’re based around Gnome and I’m on Plasma, so I’m looking for a new one and was wondering what people here use?\n
      \n
      On top of one for Linux, I’d be curious on if any of you have recommendations for Android or iOS, as only being able to check the news on my pc has led to me relying on RSS a bit less than I’d like.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 85
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727060128 {#3672
      date: 2024-09-23 04:55:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3635 …}
    +votes: Doctrine\ORM\PersistentCollection {#3679 …}
    +reports: Doctrine\ORM\PersistentCollection {#3681 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3683 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3685 …}
    +badges: Doctrine\ORM\PersistentCollection {#3687 …}
    +children: [
      App\Entity\EntryComment {#2267}
    ]
    -id: 31785
    -titleTs: "'favourit':4 'linux':8 'reader':6 'rss':5"
    -bodyTs: "'abl':74 'android':68 'around':28 'assum':24 'base':27 'bit':90 'border':16 'check':76 'complet':18 'curious':59 'd':57,94 'fine':13 'gnome':29 'incongru':19 'io':70 'led':83 'less':91 'like':95 'linux':55 'look':38 'm':2,32,37 'moment':8 'new':41 'news':78 'newsflash':5 'one':42,53 'pc':81 'peopl':47 'perfect':12 'person':3 'plasma':34 're':26 'recommend':66 'reli':86 'rss':88 'theme':22 'top':51 'use':4,49 'wonder':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705774699
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7781945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705688299 {#3658
      date: 2024-01-19 19:18:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "I quite like Thunderbird for this."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1727056303 {#2257
    date: 2024-09-23 03:51:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2271 …}
  +nested: Doctrine\ORM\PersistentCollection {#2272 …}
  +votes: Doctrine\ORM\PersistentCollection {#2253 …}
  +reports: Doctrine\ORM\PersistentCollection {#2262 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
  -id: 323589
  -bodyTs: "'like':3 'quit':2 'thunderbird':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6518267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705690872 {#2268
    date: 2024-01-19 20:01:12.0 +01:00
  }
  +"title": 323589
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2267
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2273
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "What-s-your-favourite-RSS-reader-for-Linux"
    +title: "What's your favourite RSS reader for Linux?"
    +url: null
    +body: """
      I’m personally using NewsFlash at the moment, and it’s perfectly fine, but its borders are completely incongruous with my theme, I assume they’re based around Gnome and I’m on Plasma, so I’m looking for a new one and was wondering what people here use?\n
      \n
      On top of one for Linux, I’d be curious on if any of you have recommendations for Android or iOS, as only being able to check the news on my pc has led to me relying on RSS a bit less than I’d like.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 85
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727060128 {#3672
      date: 2024-09-23 04:55:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3635 …}
    +votes: Doctrine\ORM\PersistentCollection {#3679 …}
    +reports: Doctrine\ORM\PersistentCollection {#3681 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3683 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3685 …}
    +badges: Doctrine\ORM\PersistentCollection {#3687 …}
    +children: [
      App\Entity\EntryComment {#2267}
    ]
    -id: 31785
    -titleTs: "'favourit':4 'linux':8 'reader':6 'rss':5"
    -bodyTs: "'abl':74 'android':68 'around':28 'assum':24 'base':27 'bit':90 'border':16 'check':76 'complet':18 'curious':59 'd':57,94 'fine':13 'gnome':29 'incongru':19 'io':70 'led':83 'less':91 'like':95 'linux':55 'look':38 'm':2,32,37 'moment':8 'new':41 'news':78 'newsflash':5 'one':42,53 'pc':81 'peopl':47 'perfect':12 'person':3 'plasma':34 're':26 'recommend':66 'reli':86 'rss':88 'theme':22 'top':51 'use':4,49 'wonder':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705774699
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7781945"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705688299 {#3658
      date: 2024-01-19 19:18:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "I quite like Thunderbird for this."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1727056303 {#2257
    date: 2024-09-23 03:51:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2271 …}
  +nested: Doctrine\ORM\PersistentCollection {#2272 …}
  +votes: Doctrine\ORM\PersistentCollection {#2253 …}
  +reports: Doctrine\ORM\PersistentCollection {#2262 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2264 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2242 …}
  -id: 323589
  -bodyTs: "'like':3 'quit':2 'thunderbird':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6518267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705690872 {#2268
    date: 2024-01-19 20:01:12.0 +01:00
  }
  +"title": 323589
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2340
  +user: Proxies\__CG__\App\Entity\User {#3483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "which-software-would-i-use-on-linux-to-capture-video"
  +title: "which software would i use on linux to capture video from disney plus for personal use?"
  +url: null
  +body: "Title…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711749306 {#3519
    date: 2024-03-29 22:55:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3524 …}
  +votes: Doctrine\ORM\PersistentCollection {#3527 …}
  +reports: Doctrine\ORM\PersistentCollection {#3529 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
  +badges: Doctrine\ORM\PersistentCollection {#3535 …}
  +children: [
    1 => App\Entity\EntryComment {#2069
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704281038 {#2068
        date: 2024-01-03 12:23:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
        "@danielquinn@lemmy.ca"
        "@Scrollone@feddit.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2074 …}
      +nested: Doctrine\ORM\PersistentCollection {#2071 …}
      +votes: Doctrine\ORM\PersistentCollection {#2070 …}
      +reports: Doctrine\ORM\PersistentCollection {#2048 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
      -id: 276139
      -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6034194"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704281038 {#2072
        date: 2024-01-03 12:23:58.0 +01:00
      }
      +"title": 276139
    }
    2 => App\Entity\EntryComment {#2050
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: "I’ll give that a try, thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704296056 {#2045
        date: 2024-01-03 16:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
        "@danielquinn@lemmy.ca"
        "@Scrollone@feddit.it"
        "@1Fuji2Taka3Nasubi@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2052 …}
      +nested: Doctrine\ORM\PersistentCollection {#2058 …}
      +votes: Doctrine\ORM\PersistentCollection {#2125 …}
      +reports: Doctrine\ORM\PersistentCollection {#2041 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
      -id: 276706
      -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6038523"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704296056 {#2057
        date: 2024-01-03 16:34:16.0 +01:00
      }
      +"title": 276706
    }
    0 => App\Entity\EntryComment {#2334
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: """
        I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
        \n
        How do people build multi-audio files if the audio tracks aren’t part of the original source?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704233493 {#2324
        date: 2024-01-02 23:11:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
      ]
      +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: 274821
      -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6011346"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704233493 {#2300
        date: 2024-01-02 23:11:33.0 +01:00
      }
      +"title": 274821
    }
  ]
  -id: 26765
  -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704302769
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7554339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704216369 {#3505
    date: 2024-01-02 18:26:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2340
  +user: Proxies\__CG__\App\Entity\User {#3483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "which-software-would-i-use-on-linux-to-capture-video"
  +title: "which software would i use on linux to capture video from disney plus for personal use?"
  +url: null
  +body: "Title…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711749306 {#3519
    date: 2024-03-29 22:55:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3524 …}
  +votes: Doctrine\ORM\PersistentCollection {#3527 …}
  +reports: Doctrine\ORM\PersistentCollection {#3529 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
  +badges: Doctrine\ORM\PersistentCollection {#3535 …}
  +children: [
    1 => App\Entity\EntryComment {#2069
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704281038 {#2068
        date: 2024-01-03 12:23:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
        "@danielquinn@lemmy.ca"
        "@Scrollone@feddit.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2074 …}
      +nested: Doctrine\ORM\PersistentCollection {#2071 …}
      +votes: Doctrine\ORM\PersistentCollection {#2070 …}
      +reports: Doctrine\ORM\PersistentCollection {#2048 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
      -id: 276139
      -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6034194"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704281038 {#2072
        date: 2024-01-03 12:23:58.0 +01:00
      }
      +"title": 276139
    }
    2 => App\Entity\EntryComment {#2050
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: "I’ll give that a try, thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704296056 {#2045
        date: 2024-01-03 16:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
        "@danielquinn@lemmy.ca"
        "@Scrollone@feddit.it"
        "@1Fuji2Taka3Nasubi@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2052 …}
      +nested: Doctrine\ORM\PersistentCollection {#2058 …}
      +votes: Doctrine\ORM\PersistentCollection {#2125 …}
      +reports: Doctrine\ORM\PersistentCollection {#2041 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
      -id: 276706
      -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6038523"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704296056 {#2057
        date: 2024-01-03 16:34:16.0 +01:00
      }
      +"title": 276706
    }
    0 => App\Entity\EntryComment {#2334
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: """
        I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
        \n
        How do people build multi-audio files if the audio tracks aren’t part of the original source?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704233493 {#2324
        date: 2024-01-02 23:11:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
      ]
      +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: 274821
      -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6011346"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704233493 {#2300
        date: 2024-01-02 23:11:33.0 +01:00
      }
      +"title": 274821
    }
  ]
  -id: 26765
  -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704302769
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7554339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704216369 {#3505
    date: 2024-01-02 18:26:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2340
  +user: Proxies\__CG__\App\Entity\User {#3483 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "which-software-would-i-use-on-linux-to-capture-video"
  +title: "which software would i use on linux to capture video from disney plus for personal use?"
  +url: null
  +body: "Title…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711749306 {#3519
    date: 2024-03-29 22:55:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3524 …}
  +votes: Doctrine\ORM\PersistentCollection {#3527 …}
  +reports: Doctrine\ORM\PersistentCollection {#3529 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
  +badges: Doctrine\ORM\PersistentCollection {#3535 …}
  +children: [
    1 => App\Entity\EntryComment {#2069
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704281038 {#2068
        date: 2024-01-03 12:23:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
        "@danielquinn@lemmy.ca"
        "@Scrollone@feddit.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2074 …}
      +nested: Doctrine\ORM\PersistentCollection {#2071 …}
      +votes: Doctrine\ORM\PersistentCollection {#2070 …}
      +reports: Doctrine\ORM\PersistentCollection {#2048 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
      -id: 276139
      -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6034194"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704281038 {#2072
        date: 2024-01-03 12:23:58.0 +01:00
      }
      +"title": 276139
    }
    2 => App\Entity\EntryComment {#2050
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: "I’ll give that a try, thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704296056 {#2045
        date: 2024-01-03 16:34:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
        "@danielquinn@lemmy.ca"
        "@Scrollone@feddit.it"
        "@1Fuji2Taka3Nasubi@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2052 …}
      +nested: Doctrine\ORM\PersistentCollection {#2058 …}
      +votes: Doctrine\ORM\PersistentCollection {#2125 …}
      +reports: Doctrine\ORM\PersistentCollection {#2041 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
      -id: 276706
      -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6038523"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704296056 {#2057
        date: 2024-01-03 16:34:16.0 +01:00
      }
      +"title": 276706
    }
    0 => App\Entity\EntryComment {#2334
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +body: """
        I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
        \n
        How do people build multi-audio files if the audio tracks aren’t part of the original source?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704233493 {#2324
        date: 2024-01-02 23:11:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SparkyTemper@sopuli.xyz"
        "@Evkob@lemmy.ca"
        "@bdonvr@thelemmy.club"
      ]
      +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: 274821
      -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6011346"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704233493 {#2300
        date: 2024-01-02 23:11:33.0 +01:00
      }
      +"title": 274821
    }
  ]
  -id: 26765
  -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
  -bodyTs: "'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704302769
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/7554339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704216369 {#3505
    date: 2024-01-02 18:26:09.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2069
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069}
      2 => App\Entity\EntryComment {#2050
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "I’ll give that a try, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704296056 {#2045
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
          "@1Fuji2Taka3Nasubi@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2052 …}
        +nested: Doctrine\ORM\PersistentCollection {#2058 …}
        +votes: Doctrine\ORM\PersistentCollection {#2125 …}
        +reports: Doctrine\ORM\PersistentCollection {#2041 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
        -id: 276706
        -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6038523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704296056 {#2057
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +"title": 276706
      }
      0 => App\Entity\EntryComment {#2334
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: """
          I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
          \n
          How do people build multi-audio files if the audio tracks aren’t part of the original source?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704233493 {#2324
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
        ]
        +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: 274821
        -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011346"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233493 {#2300
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +"title": 274821
      }
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704281038 {#2068
    date: 2024-01-03 12:23:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
    "@danielquinn@lemmy.ca"
    "@Scrollone@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2074 …}
  +nested: Doctrine\ORM\PersistentCollection {#2071 …}
  +votes: Doctrine\ORM\PersistentCollection {#2070 …}
  +reports: Doctrine\ORM\PersistentCollection {#2048 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
  -id: 276139
  -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6034194"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704281038 {#2072
    date: 2024-01-03 12:23:58.0 +01:00
  }
  +"title": 276139
}
"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 {#2069
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069}
      2 => App\Entity\EntryComment {#2050
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "I’ll give that a try, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704296056 {#2045
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
          "@1Fuji2Taka3Nasubi@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2052 …}
        +nested: Doctrine\ORM\PersistentCollection {#2058 …}
        +votes: Doctrine\ORM\PersistentCollection {#2125 …}
        +reports: Doctrine\ORM\PersistentCollection {#2041 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
        -id: 276706
        -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6038523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704296056 {#2057
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +"title": 276706
      }
      0 => App\Entity\EntryComment {#2334
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: """
          I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
          \n
          How do people build multi-audio files if the audio tracks aren’t part of the original source?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704233493 {#2324
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
        ]
        +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: 274821
        -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011346"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233493 {#2300
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +"title": 274821
      }
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704281038 {#2068
    date: 2024-01-03 12:23:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
    "@danielquinn@lemmy.ca"
    "@Scrollone@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2074 …}
  +nested: Doctrine\ORM\PersistentCollection {#2071 …}
  +votes: Doctrine\ORM\PersistentCollection {#2070 …}
  +reports: Doctrine\ORM\PersistentCollection {#2048 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
  -id: 276139
  -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6034194"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704281038 {#2072
    date: 2024-01-03 12:23:58.0 +01:00
  }
  +"title": 276139
}
"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 {#2069
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069}
      2 => App\Entity\EntryComment {#2050
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "I’ll give that a try, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704296056 {#2045
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
          "@1Fuji2Taka3Nasubi@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2052 …}
        +nested: Doctrine\ORM\PersistentCollection {#2058 …}
        +votes: Doctrine\ORM\PersistentCollection {#2125 …}
        +reports: Doctrine\ORM\PersistentCollection {#2041 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
        -id: 276706
        -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6038523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704296056 {#2057
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +"title": 276706
      }
      0 => App\Entity\EntryComment {#2334
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: """
          I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
          \n
          How do people build multi-audio files if the audio tracks aren’t part of the original source?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704233493 {#2324
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
        ]
        +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: 274821
        -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011346"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233493 {#2300
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +"title": 274821
      }
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704281038 {#2068
    date: 2024-01-03 12:23:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
    "@danielquinn@lemmy.ca"
    "@Scrollone@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2074 …}
  +nested: Doctrine\ORM\PersistentCollection {#2071 …}
  +votes: Doctrine\ORM\PersistentCollection {#2070 …}
  +reports: Doctrine\ORM\PersistentCollection {#2048 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
  -id: 276139
  -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6034194"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704281038 {#2072
    date: 2024-01-03 12:23:58.0 +01:00
  }
  +"title": 276139
}
"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 {#2050
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704281038 {#2068
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2074 …}
        +nested: Doctrine\ORM\PersistentCollection {#2071 …}
        +votes: Doctrine\ORM\PersistentCollection {#2070 …}
        +reports: Doctrine\ORM\PersistentCollection {#2048 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
        -id: 276139
        -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6034194"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704281038 {#2072
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +"title": 276139
      }
      2 => App\Entity\EntryComment {#2050}
      0 => App\Entity\EntryComment {#2334
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: """
          I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
          \n
          How do people build multi-audio files if the audio tracks aren’t part of the original source?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704233493 {#2324
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
        ]
        +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: 274821
        -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011346"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233493 {#2300
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +"title": 274821
      }
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "I’ll give that a try, thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704296056 {#2045
    date: 2024-01-03 16:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
    "@danielquinn@lemmy.ca"
    "@Scrollone@feddit.it"
    "@1Fuji2Taka3Nasubi@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2052 …}
  +nested: Doctrine\ORM\PersistentCollection {#2058 …}
  +votes: Doctrine\ORM\PersistentCollection {#2125 …}
  +reports: Doctrine\ORM\PersistentCollection {#2041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
  -id: 276706
  -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6038523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704296056 {#2057
    date: 2024-01-03 16:34:16.0 +01:00
  }
  +"title": 276706
}
"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 {#2050
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704281038 {#2068
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2074 …}
        +nested: Doctrine\ORM\PersistentCollection {#2071 …}
        +votes: Doctrine\ORM\PersistentCollection {#2070 …}
        +reports: Doctrine\ORM\PersistentCollection {#2048 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
        -id: 276139
        -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6034194"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704281038 {#2072
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +"title": 276139
      }
      2 => App\Entity\EntryComment {#2050}
      0 => App\Entity\EntryComment {#2334
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: """
          I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
          \n
          How do people build multi-audio files if the audio tracks aren’t part of the original source?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704233493 {#2324
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
        ]
        +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: 274821
        -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011346"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233493 {#2300
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +"title": 274821
      }
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "I’ll give that a try, thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704296056 {#2045
    date: 2024-01-03 16:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
    "@danielquinn@lemmy.ca"
    "@Scrollone@feddit.it"
    "@1Fuji2Taka3Nasubi@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2052 …}
  +nested: Doctrine\ORM\PersistentCollection {#2058 …}
  +votes: Doctrine\ORM\PersistentCollection {#2125 …}
  +reports: Doctrine\ORM\PersistentCollection {#2041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
  -id: 276706
  -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6038523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704296056 {#2057
    date: 2024-01-03 16:34:16.0 +01:00
  }
  +"title": 276706
}
"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 {#2050
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704281038 {#2068
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2074 …}
        +nested: Doctrine\ORM\PersistentCollection {#2071 …}
        +votes: Doctrine\ORM\PersistentCollection {#2070 …}
        +reports: Doctrine\ORM\PersistentCollection {#2048 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
        -id: 276139
        -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6034194"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704281038 {#2072
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +"title": 276139
      }
      2 => App\Entity\EntryComment {#2050}
      0 => App\Entity\EntryComment {#2334
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: """
          I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
          \n
          How do people build multi-audio files if the audio tracks aren’t part of the original source?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704233493 {#2324
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
        ]
        +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: 274821
        -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011346"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233493 {#2300
          date: 2024-01-02 23:11:33.0 +01:00
        }
        +"title": 274821
      }
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: "I’ll give that a try, thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704296056 {#2045
    date: 2024-01-03 16:34:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
    "@danielquinn@lemmy.ca"
    "@Scrollone@feddit.it"
    "@1Fuji2Taka3Nasubi@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2052 …}
  +nested: Doctrine\ORM\PersistentCollection {#2058 …}
  +votes: Doctrine\ORM\PersistentCollection {#2125 …}
  +reports: Doctrine\ORM\PersistentCollection {#2041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
  -id: 276706
  -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6038523"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704296056 {#2057
    date: 2024-01-03 16:34:16.0 +01:00
  }
  +"title": 276706
}
"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 {#2334
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704281038 {#2068
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2074 …}
        +nested: Doctrine\ORM\PersistentCollection {#2071 …}
        +votes: Doctrine\ORM\PersistentCollection {#2070 …}
        +reports: Doctrine\ORM\PersistentCollection {#2048 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
        -id: 276139
        -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6034194"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704281038 {#2072
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +"title": 276139
      }
      2 => App\Entity\EntryComment {#2050
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "I’ll give that a try, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704296056 {#2045
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
          "@1Fuji2Taka3Nasubi@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2052 …}
        +nested: Doctrine\ORM\PersistentCollection {#2058 …}
        +votes: Doctrine\ORM\PersistentCollection {#2125 …}
        +reports: Doctrine\ORM\PersistentCollection {#2041 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
        -id: 276706
        -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6038523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704296056 {#2057
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +"title": 276706
      }
      0 => App\Entity\EntryComment {#2334}
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: """
    I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
    \n
    How do people build multi-audio files if the audio tracks aren’t part of the original source?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704233493 {#2324
    date: 2024-01-02 23:11:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
  ]
  +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: 274821
  -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6011346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704233493 {#2300
    date: 2024-01-02 23:11:33.0 +01:00
  }
  +"title": 274821
}
"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 {#2334
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704281038 {#2068
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2074 …}
        +nested: Doctrine\ORM\PersistentCollection {#2071 …}
        +votes: Doctrine\ORM\PersistentCollection {#2070 …}
        +reports: Doctrine\ORM\PersistentCollection {#2048 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
        -id: 276139
        -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6034194"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704281038 {#2072
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +"title": 276139
      }
      2 => App\Entity\EntryComment {#2050
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "I’ll give that a try, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704296056 {#2045
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
          "@1Fuji2Taka3Nasubi@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2052 …}
        +nested: Doctrine\ORM\PersistentCollection {#2058 …}
        +votes: Doctrine\ORM\PersistentCollection {#2125 …}
        +reports: Doctrine\ORM\PersistentCollection {#2041 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
        -id: 276706
        -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6038523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704296056 {#2057
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +"title": 276706
      }
      0 => App\Entity\EntryComment {#2334}
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: """
    I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
    \n
    How do people build multi-audio files if the audio tracks aren’t part of the original source?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704233493 {#2324
    date: 2024-01-02 23:11:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
  ]
  +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: 274821
  -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6011346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704233493 {#2300
    date: 2024-01-02 23:11:33.0 +01:00
  }
  +"title": 274821
}
"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 {#2334
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340
    +user: Proxies\__CG__\App\Entity\User {#3483 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "which-software-would-i-use-on-linux-to-capture-video"
    +title: "which software would i use on linux to capture video from disney plus for personal use?"
    +url: null
    +body: "Title…"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 111
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711749306 {#3519
      date: 2024-03-29 22:55:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3524 …}
    +votes: Doctrine\ORM\PersistentCollection {#3527 …}
    +reports: Doctrine\ORM\PersistentCollection {#3529 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3531 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3533 …}
    +badges: Doctrine\ORM\PersistentCollection {#3535 …}
    +children: [
      1 => App\Entity\EntryComment {#2069
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2065 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "Yeah that’s what I figured, but I have no idea how to adjust the frame rate when extracting the audio stream :-("
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704281038 {#2068
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2074 …}
        +nested: Doctrine\ORM\PersistentCollection {#2071 …}
        +votes: Doctrine\ORM\PersistentCollection {#2070 …}
        +reports: Doctrine\ORM\PersistentCollection {#2048 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2046 …}
        -id: 276139
        -bodyTs: "'adjust':14 'audio':21 'extract':19 'figur':6 'frame':16 'idea':11 'rate':17 'stream':22 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6034194"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704281038 {#2072
          date: 2024-01-03 12:23:58.0 +01:00
        }
        +"title": 276139
      }
      2 => App\Entity\EntryComment {#2050
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2340 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2055 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +body: "I’ll give that a try, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704296056 {#2045
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SparkyTemper@sopuli.xyz"
          "@Evkob@lemmy.ca"
          "@bdonvr@thelemmy.club"
          "@danielquinn@lemmy.ca"
          "@Scrollone@feddit.it"
          "@1Fuji2Taka3Nasubi@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2052 …}
        +nested: Doctrine\ORM\PersistentCollection {#2058 …}
        +votes: Doctrine\ORM\PersistentCollection {#2125 …}
        +reports: Doctrine\ORM\PersistentCollection {#2041 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2105 …}
        -id: 276706
        -bodyTs: "'give':3 'll':2 'thank':7 'tri':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6038523"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704296056 {#2057
          date: 2024-01-03 16:34:16.0 +01:00
        }
        +"title": 276706
      }
      0 => App\Entity\EntryComment {#2334}
    ]
    -id: 26765
    -titleTs: "'captur':9 'disney':12 'linux':7 'person':15 'plus':13 'softwar':2 'use':5,16 'video':10 'would':3"
    -bodyTs: "'titl':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704302769
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/7554339"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704216369 {#3505
      date: 2024-01-02 18:26:09.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2341 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +body: """
    I always wondered about this. I have the same TV series as local MP4 files: one with English audio, and another with Greek. I thought I could just extract the audio tracks and use them to build an MKV file with multiple audio, but it always ended up with an audio sync error. One track would always be in sync at the beginning, but 20min in could be out of sync by as much as 5seconds.\n
    \n
    How do people build multi-audio files if the audio tracks aren’t part of the original source?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704233493 {#2324
    date: 2024-01-02 23:11:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SparkyTemper@sopuli.xyz"
    "@Evkob@lemmy.ca"
    "@bdonvr@thelemmy.club"
  ]
  +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: 274821
  -bodyTs: "'20min':65 '5seconds':76 'alway':2,46,57 'anoth':21 'aren':89 'audio':19,31,43,51,83,87 'begin':63 'build':37,80 'could':27,67 'end':47 'english':18 'error':53 'extract':29 'file':15,40,84 'greek':23 'local':13 'mkv':39 'mp4':14 'much':74 'multi':82 'multi-audio':81 'multipl':42 'one':16,54 'origin':94 'part':91 'peopl':79 'seri':11 'sourc':95 'sync':52,60,71 'thought':25 'track':32,55,88 'tv':10 'use':34 'wonder':3 'would':56"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6011346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704233493 {#2300
    date: 2024-01-02 23:11:33.0 +01:00
  }
  +"title": 274821
}
"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
Proxies\__CG__\App\Entity\Entry {#2109
  +user: Proxies\__CG__\App\Entity\User {#3008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "PDF-Piracy"
  +title: "PDF Piracy"
  +url: null
  +body: """
    I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back.\n
    \n
    I’m wondering if there are precautions I should take. Can any sort of copy protection be put into PDFs that I should strip out? If I share them as a torrent, should I be worried that the publisher can tell where they came from?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719183128 {#3463
    date: 2024-06-24 00:52:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3428 …}
  +votes: Doctrine\ORM\PersistentCollection {#3470 …}
  +reports: Doctrine\ORM\PersistentCollection {#3472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3476 …}
  +badges: Doctrine\ORM\PersistentCollection {#3478 …}
  +children: [
    App\Entity\EntryComment {#2102
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2109 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2106 …}
      +body: """
        The easiest way to confirm this would be:\n
        \n
        1. Find out how to list the metadata from a PDF.\n
        2. List the metadata from a known-to-have-stuff-you-don’t-want PDF.\n
        3. “Print” the new PDF from the old one\n
        4. List the metadata from the new PDF.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1704414137 {#2111
        date: 2024-01-05 01:22:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sebinspace@lemmy.world"
        "@Atropos@lemmy.world"
      ]
      +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: 281185
      -bodyTs: "'1':9 '2':20 '3':37 '4':46 'confirm':5 'easiest':2 'find':10 'known':27 'known-to-have-stuff-you-don':26 'list':14,21,47 'metadata':16,23,49 'new':40,52 'old':44 'one':45 'pdf':19,36,41,53 'print':38 'stuff':30 't-want':33 'want':35 'way':3 'would':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6070112"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704414137 {#2101
        date: 2024-01-05 01:22:17.0 +01:00
      }
      +"title": 281185
    }
  ]
  -id: 27287
  -titleTs: "'pdf':1 'piraci':2"
  -bodyTs: "'around':21 'back':47 'came':91 'childhood':34 'copi':62 'enjoy':27 'feel':43 'free':41 'give':46 'given':37 'issu':31 'long':23 'lot':29 'm':49 'magazin':13 'nich':16 'offici':3 'old':5 'pdfs':67 'person':6 'precaut':54 'protect':63 'publish':86 'put':65 'share':75 'sort':60 'strip':71 'subscrib':10 'take':57 'tell':88 'time':24 'torrent':79 'wonder':50 'worri':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704496553
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10326031"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704410153 {#3451
    date: 2024-01-05 00:15:53.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
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2109
  +user: Proxies\__CG__\App\Entity\User {#3008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "PDF-Piracy"
  +title: "PDF Piracy"
  +url: null
  +body: """
    I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back.\n
    \n
    I’m wondering if there are precautions I should take. Can any sort of copy protection be put into PDFs that I should strip out? If I share them as a torrent, should I be worried that the publisher can tell where they came from?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719183128 {#3463
    date: 2024-06-24 00:52:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3428 …}
  +votes: Doctrine\ORM\PersistentCollection {#3470 …}
  +reports: Doctrine\ORM\PersistentCollection {#3472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3476 …}
  +badges: Doctrine\ORM\PersistentCollection {#3478 …}
  +children: [
    App\Entity\EntryComment {#2102
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2109 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2106 …}
      +body: """
        The easiest way to confirm this would be:\n
        \n
        1. Find out how to list the metadata from a PDF.\n
        2. List the metadata from a known-to-have-stuff-you-don’t-want PDF.\n
        3. “Print” the new PDF from the old one\n
        4. List the metadata from the new PDF.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1704414137 {#2111
        date: 2024-01-05 01:22:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sebinspace@lemmy.world"
        "@Atropos@lemmy.world"
      ]
      +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: 281185
      -bodyTs: "'1':9 '2':20 '3':37 '4':46 'confirm':5 'easiest':2 'find':10 'known':27 'known-to-have-stuff-you-don':26 'list':14,21,47 'metadata':16,23,49 'new':40,52 'old':44 'one':45 'pdf':19,36,41,53 'print':38 'stuff':30 't-want':33 'want':35 'way':3 'would':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6070112"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704414137 {#2101
        date: 2024-01-05 01:22:17.0 +01:00
      }
      +"title": 281185
    }
  ]
  -id: 27287
  -titleTs: "'pdf':1 'piraci':2"
  -bodyTs: "'around':21 'back':47 'came':91 'childhood':34 'copi':62 'enjoy':27 'feel':43 'free':41 'give':46 'given':37 'issu':31 'long':23 'lot':29 'm':49 'magazin':13 'nich':16 'offici':3 'old':5 'pdfs':67 'person':6 'precaut':54 'protect':63 'publish':86 'put':65 'share':75 'sort':60 'strip':71 'subscrib':10 'take':57 'tell':88 'time':24 'torrent':79 'wonder':50 'worri':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704496553
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10326031"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704410153 {#3451
    date: 2024-01-05 00:15:53.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
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2109
  +user: Proxies\__CG__\App\Entity\User {#3008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "PDF-Piracy"
  +title: "PDF Piracy"
  +url: null
  +body: """
    I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back.\n
    \n
    I’m wondering if there are precautions I should take. Can any sort of copy protection be put into PDFs that I should strip out? If I share them as a torrent, should I be worried that the publisher can tell where they came from?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719183128 {#3463
    date: 2024-06-24 00:52:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3428 …}
  +votes: Doctrine\ORM\PersistentCollection {#3470 …}
  +reports: Doctrine\ORM\PersistentCollection {#3472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3476 …}
  +badges: Doctrine\ORM\PersistentCollection {#3478 …}
  +children: [
    App\Entity\EntryComment {#2102
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2109 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2106 …}
      +body: """
        The easiest way to confirm this would be:\n
        \n
        1. Find out how to list the metadata from a PDF.\n
        2. List the metadata from a known-to-have-stuff-you-don’t-want PDF.\n
        3. “Print” the new PDF from the old one\n
        4. List the metadata from the new PDF.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1704414137 {#2111
        date: 2024-01-05 01:22:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sebinspace@lemmy.world"
        "@Atropos@lemmy.world"
      ]
      +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: 281185
      -bodyTs: "'1':9 '2':20 '3':37 '4':46 'confirm':5 'easiest':2 'find':10 'known':27 'known-to-have-stuff-you-don':26 'list':14,21,47 'metadata':16,23,49 'new':40,52 'old':44 'one':45 'pdf':19,36,41,53 'print':38 'stuff':30 't-want':33 'want':35 'way':3 'would':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6070112"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704414137 {#2101
        date: 2024-01-05 01:22:17.0 +01:00
      }
      +"title": 281185
    }
  ]
  -id: 27287
  -titleTs: "'pdf':1 'piraci':2"
  -bodyTs: "'around':21 'back':47 'came':91 'childhood':34 'copi':62 'enjoy':27 'feel':43 'free':41 'give':46 'given':37 'issu':31 'long':23 'lot':29 'm':49 'magazin':13 'nich':16 'offici':3 'old':5 'pdfs':67 'person':6 'precaut':54 'protect':63 'publish':86 'put':65 'share':75 'sort':60 'strip':71 'subscrib':10 'take':57 'tell':88 'time':24 'torrent':79 'wonder':50 'worri':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704496553
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10326031"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704410153 {#3451
    date: 2024-01-05 00:15:53.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
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\EntryComment {#2102
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2109
    +user: Proxies\__CG__\App\Entity\User {#3008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "PDF-Piracy"
    +title: "PDF Piracy"
    +url: null
    +body: """
      I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back.\n
      \n
      I’m wondering if there are precautions I should take. Can any sort of copy protection be put into PDFs that I should strip out? If I share them as a torrent, should I be worried that the publisher can tell where they came from?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719183128 {#3463
      date: 2024-06-24 00:52:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3428 …}
    +votes: Doctrine\ORM\PersistentCollection {#3470 …}
    +reports: Doctrine\ORM\PersistentCollection {#3472 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3474 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3476 …}
    +badges: Doctrine\ORM\PersistentCollection {#3478 …}
    +children: [
      App\Entity\EntryComment {#2102}
    ]
    -id: 27287
    -titleTs: "'pdf':1 'piraci':2"
    -bodyTs: "'around':21 'back':47 'came':91 'childhood':34 'copi':62 'enjoy':27 'feel':43 'free':41 'give':46 'given':37 'issu':31 'long':23 'lot':29 'm':49 'magazin':13 'nich':16 'offici':3 'old':5 'pdfs':67 'person':6 'precaut':54 'protect':63 'publish':86 'put':65 'share':75 'sort':60 'strip':71 'subscrib':10 'take':57 'tell':88 'time':24 'torrent':79 'wonder':50 'worri':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704496553
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10326031"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704410153 {#3451
      date: 2024-01-05 00:15:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2106 …}
  +body: """
    The easiest way to confirm this would be:\n
    \n
    1. Find out how to list the metadata from a PDF.\n
    2. List the metadata from a known-to-have-stuff-you-don’t-want PDF.\n
    3. “Print” the new PDF from the old one\n
    4. List the metadata from the new PDF.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704414137 {#2111
    date: 2024-01-05 01:22:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sebinspace@lemmy.world"
    "@Atropos@lemmy.world"
  ]
  +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: 281185
  -bodyTs: "'1':9 '2':20 '3':37 '4':46 'confirm':5 'easiest':2 'find':10 'known':27 'known-to-have-stuff-you-don':26 'list':14,21,47 'metadata':16,23,49 'new':40,52 'old':44 'one':45 'pdf':19,36,41,53 'print':38 'stuff':30 't-want':33 'want':35 'way':3 'would':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6070112"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704414137 {#2101
    date: 2024-01-05 01:22:17.0 +01:00
  }
  +"title": 281185
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\EntryComment {#2102
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2109
    +user: Proxies\__CG__\App\Entity\User {#3008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "PDF-Piracy"
    +title: "PDF Piracy"
    +url: null
    +body: """
      I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back.\n
      \n
      I’m wondering if there are precautions I should take. Can any sort of copy protection be put into PDFs that I should strip out? If I share them as a torrent, should I be worried that the publisher can tell where they came from?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719183128 {#3463
      date: 2024-06-24 00:52:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3428 …}
    +votes: Doctrine\ORM\PersistentCollection {#3470 …}
    +reports: Doctrine\ORM\PersistentCollection {#3472 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3474 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3476 …}
    +badges: Doctrine\ORM\PersistentCollection {#3478 …}
    +children: [
      App\Entity\EntryComment {#2102}
    ]
    -id: 27287
    -titleTs: "'pdf':1 'piraci':2"
    -bodyTs: "'around':21 'back':47 'came':91 'childhood':34 'copi':62 'enjoy':27 'feel':43 'free':41 'give':46 'given':37 'issu':31 'long':23 'lot':29 'm':49 'magazin':13 'nich':16 'offici':3 'old':5 'pdfs':67 'person':6 'precaut':54 'protect':63 'publish':86 'put':65 'share':75 'sort':60 'strip':71 'subscrib':10 'take':57 'tell':88 'time':24 'torrent':79 'wonder':50 'worri':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704496553
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10326031"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704410153 {#3451
      date: 2024-01-05 00:15:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2106 …}
  +body: """
    The easiest way to confirm this would be:\n
    \n
    1. Find out how to list the metadata from a PDF.\n
    2. List the metadata from a known-to-have-stuff-you-don’t-want PDF.\n
    3. “Print” the new PDF from the old one\n
    4. List the metadata from the new PDF.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704414137 {#2111
    date: 2024-01-05 01:22:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sebinspace@lemmy.world"
    "@Atropos@lemmy.world"
  ]
  +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: 281185
  -bodyTs: "'1':9 '2':20 '3':37 '4':46 'confirm':5 'easiest':2 'find':10 'known':27 'known-to-have-stuff-you-don':26 'list':14,21,47 'metadata':16,23,49 'new':40,52 'old':44 'one':45 'pdf':19,36,41,53 'print':38 'stuff':30 't-want':33 'want':35 'way':3 'would':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6070112"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704414137 {#2101
    date: 2024-01-05 01:22:17.0 +01:00
  }
  +"title": 281185
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\EntryComment {#2102
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2109
    +user: Proxies\__CG__\App\Entity\User {#3008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "PDF-Piracy"
    +title: "PDF Piracy"
    +url: null
    +body: """
      I am officially an old person, as I have subscribed to a magazine. It’s niche, but it’s been around a long time, and having enjoyed a lot of issues in my childhood that were given to me for free, I feel I should give back.\n
      \n
      I’m wondering if there are precautions I should take. Can any sort of copy protection be put into PDFs that I should strip out? If I share them as a torrent, should I be worried that the publisher can tell where they came from?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 145
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719183128 {#3463
      date: 2024-06-24 00:52:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3428 …}
    +votes: Doctrine\ORM\PersistentCollection {#3470 …}
    +reports: Doctrine\ORM\PersistentCollection {#3472 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3474 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3476 …}
    +badges: Doctrine\ORM\PersistentCollection {#3478 …}
    +children: [
      App\Entity\EntryComment {#2102}
    ]
    -id: 27287
    -titleTs: "'pdf':1 'piraci':2"
    -bodyTs: "'around':21 'back':47 'came':91 'childhood':34 'copi':62 'enjoy':27 'feel':43 'free':41 'give':46 'given':37 'issu':31 'long':23 'lot':29 'm':49 'magazin':13 'nich':16 'offici':3 'old':5 'pdfs':67 'person':6 'precaut':54 'protect':63 'publish':86 'put':65 'share':75 'sort':60 'strip':71 'subscrib':10 'take':57 'tell':88 'time':24 'torrent':79 'wonder':50 'worri':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704496553
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10326031"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704410153 {#3451
      date: 2024-01-05 00:15:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2106 …}
  +body: """
    The easiest way to confirm this would be:\n
    \n
    1. Find out how to list the metadata from a PDF.\n
    2. List the metadata from a known-to-have-stuff-you-don’t-want PDF.\n
    3. “Print” the new PDF from the old one\n
    4. List the metadata from the new PDF.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704414137 {#2111
    date: 2024-01-05 01:22:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sebinspace@lemmy.world"
    "@Atropos@lemmy.world"
  ]
  +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: 281185
  -bodyTs: "'1':9 '2':20 '3':37 '4':46 'confirm':5 'easiest':2 'find':10 'known':27 'known-to-have-stuff-you-don':26 'list':14,21,47 'metadata':16,23,49 'new':40,52 'old':44 'one':45 'pdf':19,36,41,53 'print':38 'stuff':30 't-want':33 'want':35 'way':3 'would':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6070112"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704414137 {#2101
    date: 2024-01-05 01:22:17.0 +01:00
  }
  +"title": 281185
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2456
  +user: Proxies\__CG__\App\Entity\User {#3485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "What-s-with-all-these-hip-filesystems-and-how-are-they"
  +title: "What's with all these hip filesystems and how are they different?"
  +url: null
  +body: """
    You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more.\n
    \n
    I think I have ext4 on my home computer I installed ubuntu on 5 years ago. How does the choice of file system play a role? Is that old hat now? Surely something like ext4 has its place.\n
    \n
    I see a lot of talk around filesystems but Ive never found a great resource that distiguishes them at a level that assumes I dont know much. Can anyone give some insight on how file systems work and why these new filesystems, that appear to be highlights and selling points in most distros, are better than older ones?\n
    \n
    Edit: and since we are talking about filesystems, it might be nice to describe or mention how concepts like RAID or LUKS are related.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 99
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708587989 {#3480
    date: 2024-02-22 08:46:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3487 …}
  +votes: Doctrine\ORM\PersistentCollection {#3489 …}
  +reports: Doctrine\ORM\PersistentCollection {#3491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3493 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3495 …}
  +badges: Doctrine\ORM\PersistentCollection {#3497 …}
  +children: [
    App\Entity\EntryComment {#2461
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2456 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
      +body: "I’ve never heard of sub volumes. What do they do for me? Why not just partition the disk or store everything on the one partition?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701979725 {#2422
        date: 2023-12-07 21:08:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rutrum@lm.paradisus.day"
        "@callyral@pawb.social"
        "@mhz@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 207967
      -bodyTs: "'disk':19 'everyth':22 'heard':4 'never':3 'one':25 'partit':17,26 'store':21 'sub':6 've':2 'volum':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494615"
      +editedAt: DateTimeImmutable @1703477793 {#2462
        date: 2023-12-25 05:16:33.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701979725 {#2458
        date: 2023-12-07 21:08:45.0 +01:00
      }
      +"title": 207967
    }
  ]
  -id: 20843
  -titleTs: "'differ':12 'filesystem':7 'hip':6"
  -bodyTs: "'5':28 'actual':7 'ago':30 'anyon':81 'appear':96 'around':59 'assum':75 'better':8,107 'btrfs':5 'butterf':4 'choic':34 'comput':23 'concept':128 'describ':124 'distiguish':69 'distro':105 'dont':77 'edit':111 'ext4':19,49 'file':36,87 'filesystem':60,94,118 'found':64 'give':82 'great':66 'hat':44 'highlight':99 'home':22 'insight':84 'instal':25 'ive':62 'know':2,78 'level':73 'like':48,129 'lot':56 'luk':132 'm':12 'mention':126 'might':120 'much':79 'never':63 'new':93 'nice':122 'old':43 'older':109 'one':110 'place':52 'play':38 'point':102 'raid':130 'relat':134 'resourc':67 'right':9 'role':40 'see':54 'sell':101 'sinc':113 'someth':47 'sure':13,46 'system':37,88 'talk':58,116 'think':16 'ubuntu':26 'work':89 'year':29 'zfs':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702036024
  +visibility: "visible             "
  +apId: "https://lm.paradisus.day/post/70709"
  +editedAt: DateTimeImmutable @1703321720 {#3469
    date: 2023-12-23 09:55:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701949624 {#3448
    date: 2023-12-07 12:47:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2456
  +user: Proxies\__CG__\App\Entity\User {#3485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "What-s-with-all-these-hip-filesystems-and-how-are-they"
  +title: "What's with all these hip filesystems and how are they different?"
  +url: null
  +body: """
    You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more.\n
    \n
    I think I have ext4 on my home computer I installed ubuntu on 5 years ago. How does the choice of file system play a role? Is that old hat now? Surely something like ext4 has its place.\n
    \n
    I see a lot of talk around filesystems but Ive never found a great resource that distiguishes them at a level that assumes I dont know much. Can anyone give some insight on how file systems work and why these new filesystems, that appear to be highlights and selling points in most distros, are better than older ones?\n
    \n
    Edit: and since we are talking about filesystems, it might be nice to describe or mention how concepts like RAID or LUKS are related.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 99
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708587989 {#3480
    date: 2024-02-22 08:46:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3487 …}
  +votes: Doctrine\ORM\PersistentCollection {#3489 …}
  +reports: Doctrine\ORM\PersistentCollection {#3491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3493 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3495 …}
  +badges: Doctrine\ORM\PersistentCollection {#3497 …}
  +children: [
    App\Entity\EntryComment {#2461
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2456 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
      +body: "I’ve never heard of sub volumes. What do they do for me? Why not just partition the disk or store everything on the one partition?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701979725 {#2422
        date: 2023-12-07 21:08:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rutrum@lm.paradisus.day"
        "@callyral@pawb.social"
        "@mhz@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 207967
      -bodyTs: "'disk':19 'everyth':22 'heard':4 'never':3 'one':25 'partit':17,26 'store':21 'sub':6 've':2 'volum':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494615"
      +editedAt: DateTimeImmutable @1703477793 {#2462
        date: 2023-12-25 05:16:33.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701979725 {#2458
        date: 2023-12-07 21:08:45.0 +01:00
      }
      +"title": 207967
    }
  ]
  -id: 20843
  -titleTs: "'differ':12 'filesystem':7 'hip':6"
  -bodyTs: "'5':28 'actual':7 'ago':30 'anyon':81 'appear':96 'around':59 'assum':75 'better':8,107 'btrfs':5 'butterf':4 'choic':34 'comput':23 'concept':128 'describ':124 'distiguish':69 'distro':105 'dont':77 'edit':111 'ext4':19,49 'file':36,87 'filesystem':60,94,118 'found':64 'give':82 'great':66 'hat':44 'highlight':99 'home':22 'insight':84 'instal':25 'ive':62 'know':2,78 'level':73 'like':48,129 'lot':56 'luk':132 'm':12 'mention':126 'might':120 'much':79 'never':63 'new':93 'nice':122 'old':43 'older':109 'one':110 'place':52 'play':38 'point':102 'raid':130 'relat':134 'resourc':67 'right':9 'role':40 'see':54 'sell':101 'sinc':113 'someth':47 'sure':13,46 'system':37,88 'talk':58,116 'think':16 'ubuntu':26 'work':89 'year':29 'zfs':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702036024
  +visibility: "visible             "
  +apId: "https://lm.paradisus.day/post/70709"
  +editedAt: DateTimeImmutable @1703321720 {#3469
    date: 2023-12-23 09:55:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701949624 {#3448
    date: 2023-12-07 12:47:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2456
  +user: Proxies\__CG__\App\Entity\User {#3485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "What-s-with-all-these-hip-filesystems-and-how-are-they"
  +title: "What's with all these hip filesystems and how are they different?"
  +url: null
  +body: """
    You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more.\n
    \n
    I think I have ext4 on my home computer I installed ubuntu on 5 years ago. How does the choice of file system play a role? Is that old hat now? Surely something like ext4 has its place.\n
    \n
    I see a lot of talk around filesystems but Ive never found a great resource that distiguishes them at a level that assumes I dont know much. Can anyone give some insight on how file systems work and why these new filesystems, that appear to be highlights and selling points in most distros, are better than older ones?\n
    \n
    Edit: and since we are talking about filesystems, it might be nice to describe or mention how concepts like RAID or LUKS are related.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 99
  +favouriteCount: 228
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708587989 {#3480
    date: 2024-02-22 08:46:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3487 …}
  +votes: Doctrine\ORM\PersistentCollection {#3489 …}
  +reports: Doctrine\ORM\PersistentCollection {#3491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3493 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3495 …}
  +badges: Doctrine\ORM\PersistentCollection {#3497 …}
  +children: [
    App\Entity\EntryComment {#2461
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2456 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
      +body: "I’ve never heard of sub volumes. What do they do for me? Why not just partition the disk or store everything on the one partition?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701979725 {#2422
        date: 2023-12-07 21:08:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rutrum@lm.paradisus.day"
        "@callyral@pawb.social"
        "@mhz@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 207967
      -bodyTs: "'disk':19 'everyth':22 'heard':4 'never':3 'one':25 'partit':17,26 'store':21 'sub':6 've':2 'volum':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494615"
      +editedAt: DateTimeImmutable @1703477793 {#2462
        date: 2023-12-25 05:16:33.0 +01:00
      }
      +createdAt: DateTimeImmutable @1701979725 {#2458
        date: 2023-12-07 21:08:45.0 +01:00
      }
      +"title": 207967
    }
  ]
  -id: 20843
  -titleTs: "'differ':12 'filesystem':7 'hip':6"
  -bodyTs: "'5':28 'actual':7 'ago':30 'anyon':81 'appear':96 'around':59 'assum':75 'better':8,107 'btrfs':5 'butterf':4 'choic':34 'comput':23 'concept':128 'describ':124 'distiguish':69 'distro':105 'dont':77 'edit':111 'ext4':19,49 'file':36,87 'filesystem':60,94,118 'found':64 'give':82 'great':66 'hat':44 'highlight':99 'home':22 'insight':84 'instal':25 'ive':62 'know':2,78 'level':73 'like':48,129 'lot':56 'luk':132 'm':12 'mention':126 'might':120 'much':79 'never':63 'new':93 'nice':122 'old':43 'older':109 'one':110 'place':52 'play':38 'point':102 'raid':130 'relat':134 'resourc':67 'right':9 'role':40 'see':54 'sell':101 'sinc':113 'someth':47 'sure':13,46 'system':37,88 'talk':58,116 'think':16 'ubuntu':26 'work':89 'year':29 'zfs':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702036024
  +visibility: "visible             "
  +apId: "https://lm.paradisus.day/post/70709"
  +editedAt: DateTimeImmutable @1703321720 {#3469
    date: 2023-12-23 09:55:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701949624 {#3448
    date: 2023-12-07 12:47:04.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2456
    +user: Proxies\__CG__\App\Entity\User {#3485 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "What-s-with-all-these-hip-filesystems-and-how-are-they"
    +title: "What's with all these hip filesystems and how are they different?"
    +url: null
    +body: """
      You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more.\n
      \n
      I think I have ext4 on my home computer I installed ubuntu on 5 years ago. How does the choice of file system play a role? Is that old hat now? Surely something like ext4 has its place.\n
      \n
      I see a lot of talk around filesystems but Ive never found a great resource that distiguishes them at a level that assumes I dont know much. Can anyone give some insight on how file systems work and why these new filesystems, that appear to be highlights and selling points in most distros, are better than older ones?\n
      \n
      Edit: and since we are talking about filesystems, it might be nice to describe or mention how concepts like RAID or LUKS are related.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 228
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708587989 {#3480
      date: 2024-02-22 08:46:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3487 …}
    +votes: Doctrine\ORM\PersistentCollection {#3489 …}
    +reports: Doctrine\ORM\PersistentCollection {#3491 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3493 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3495 …}
    +badges: Doctrine\ORM\PersistentCollection {#3497 …}
    +children: [
      App\Entity\EntryComment {#2461}
    ]
    -id: 20843
    -titleTs: "'differ':12 'filesystem':7 'hip':6"
    -bodyTs: "'5':28 'actual':7 'ago':30 'anyon':81 'appear':96 'around':59 'assum':75 'better':8,107 'btrfs':5 'butterf':4 'choic':34 'comput':23 'concept':128 'describ':124 'distiguish':69 'distro':105 'dont':77 'edit':111 'ext4':19,49 'file':36,87 'filesystem':60,94,118 'found':64 'give':82 'great':66 'hat':44 'highlight':99 'home':22 'insight':84 'instal':25 'ive':62 'know':2,78 'level':73 'like':48,129 'lot':56 'luk':132 'm':12 'mention':126 'might':120 'much':79 'never':63 'new':93 'nice':122 'old':43 'older':109 'one':110 'place':52 'play':38 'point':102 'raid':130 'relat':134 'resourc':67 'right':9 'role':40 'see':54 'sell':101 'sinc':113 'someth':47 'sure':13,46 'system':37,88 'talk':58,116 'think':16 'ubuntu':26 'work':89 'year':29 'zfs':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702036024
    +visibility: "visible             "
    +apId: "https://lm.paradisus.day/post/70709"
    +editedAt: DateTimeImmutable @1703321720 {#3469
      date: 2023-12-23 09:55:20.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701949624 {#3448
      date: 2023-12-07 12:47:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
  +body: "I’ve never heard of sub volumes. What do they do for me? Why not just partition the disk or store everything on the one partition?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701979725 {#2422
    date: 2023-12-07 21:08:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rutrum@lm.paradisus.day"
    "@callyral@pawb.social"
    "@mhz@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 207967
  -bodyTs: "'disk':19 'everyth':22 'heard':4 'never':3 'one':25 'partit':17,26 'store':21 'sub':6 've':2 'volum':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494615"
  +editedAt: DateTimeImmutable @1703477793 {#2462
    date: 2023-12-25 05:16:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701979725 {#2458
    date: 2023-12-07 21:08:45.0 +01:00
  }
  +"title": 207967
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2456
    +user: Proxies\__CG__\App\Entity\User {#3485 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "What-s-with-all-these-hip-filesystems-and-how-are-they"
    +title: "What's with all these hip filesystems and how are they different?"
    +url: null
    +body: """
      You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more.\n
      \n
      I think I have ext4 on my home computer I installed ubuntu on 5 years ago. How does the choice of file system play a role? Is that old hat now? Surely something like ext4 has its place.\n
      \n
      I see a lot of talk around filesystems but Ive never found a great resource that distiguishes them at a level that assumes I dont know much. Can anyone give some insight on how file systems work and why these new filesystems, that appear to be highlights and selling points in most distros, are better than older ones?\n
      \n
      Edit: and since we are talking about filesystems, it might be nice to describe or mention how concepts like RAID or LUKS are related.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 228
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708587989 {#3480
      date: 2024-02-22 08:46:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3487 …}
    +votes: Doctrine\ORM\PersistentCollection {#3489 …}
    +reports: Doctrine\ORM\PersistentCollection {#3491 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3493 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3495 …}
    +badges: Doctrine\ORM\PersistentCollection {#3497 …}
    +children: [
      App\Entity\EntryComment {#2461}
    ]
    -id: 20843
    -titleTs: "'differ':12 'filesystem':7 'hip':6"
    -bodyTs: "'5':28 'actual':7 'ago':30 'anyon':81 'appear':96 'around':59 'assum':75 'better':8,107 'btrfs':5 'butterf':4 'choic':34 'comput':23 'concept':128 'describ':124 'distiguish':69 'distro':105 'dont':77 'edit':111 'ext4':19,49 'file':36,87 'filesystem':60,94,118 'found':64 'give':82 'great':66 'hat':44 'highlight':99 'home':22 'insight':84 'instal':25 'ive':62 'know':2,78 'level':73 'like':48,129 'lot':56 'luk':132 'm':12 'mention':126 'might':120 'much':79 'never':63 'new':93 'nice':122 'old':43 'older':109 'one':110 'place':52 'play':38 'point':102 'raid':130 'relat':134 'resourc':67 'right':9 'role':40 'see':54 'sell':101 'sinc':113 'someth':47 'sure':13,46 'system':37,88 'talk':58,116 'think':16 'ubuntu':26 'work':89 'year':29 'zfs':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702036024
    +visibility: "visible             "
    +apId: "https://lm.paradisus.day/post/70709"
    +editedAt: DateTimeImmutable @1703321720 {#3469
      date: 2023-12-23 09:55:20.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701949624 {#3448
      date: 2023-12-07 12:47:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
  +body: "I’ve never heard of sub volumes. What do they do for me? Why not just partition the disk or store everything on the one partition?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701979725 {#2422
    date: 2023-12-07 21:08:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rutrum@lm.paradisus.day"
    "@callyral@pawb.social"
    "@mhz@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 207967
  -bodyTs: "'disk':19 'everyth':22 'heard':4 'never':3 'one':25 'partit':17,26 'store':21 'sub':6 've':2 'volum':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494615"
  +editedAt: DateTimeImmutable @1703477793 {#2462
    date: 2023-12-25 05:16:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701979725 {#2458
    date: 2023-12-07 21:08:45.0 +01:00
  }
  +"title": 207967
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2456
    +user: Proxies\__CG__\App\Entity\User {#3485 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "What-s-with-all-these-hip-filesystems-and-how-are-they"
    +title: "What's with all these hip filesystems and how are they different?"
    +url: null
    +body: """
      You know, ZFS, ButterFS (btrfs…its actually “better” right?), and I’m sure more.\n
      \n
      I think I have ext4 on my home computer I installed ubuntu on 5 years ago. How does the choice of file system play a role? Is that old hat now? Surely something like ext4 has its place.\n
      \n
      I see a lot of talk around filesystems but Ive never found a great resource that distiguishes them at a level that assumes I dont know much. Can anyone give some insight on how file systems work and why these new filesystems, that appear to be highlights and selling points in most distros, are better than older ones?\n
      \n
      Edit: and since we are talking about filesystems, it might be nice to describe or mention how concepts like RAID or LUKS are related.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 99
    +favouriteCount: 228
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708587989 {#3480
      date: 2024-02-22 08:46:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3487 …}
    +votes: Doctrine\ORM\PersistentCollection {#3489 …}
    +reports: Doctrine\ORM\PersistentCollection {#3491 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3493 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3495 …}
    +badges: Doctrine\ORM\PersistentCollection {#3497 …}
    +children: [
      App\Entity\EntryComment {#2461}
    ]
    -id: 20843
    -titleTs: "'differ':12 'filesystem':7 'hip':6"
    -bodyTs: "'5':28 'actual':7 'ago':30 'anyon':81 'appear':96 'around':59 'assum':75 'better':8,107 'btrfs':5 'butterf':4 'choic':34 'comput':23 'concept':128 'describ':124 'distiguish':69 'distro':105 'dont':77 'edit':111 'ext4':19,49 'file':36,87 'filesystem':60,94,118 'found':64 'give':82 'great':66 'hat':44 'highlight':99 'home':22 'insight':84 'instal':25 'ive':62 'know':2,78 'level':73 'like':48,129 'lot':56 'luk':132 'm':12 'mention':126 'might':120 'much':79 'never':63 'new':93 'nice':122 'old':43 'older':109 'one':110 'place':52 'play':38 'point':102 'raid':130 'relat':134 'resourc':67 'right':9 'role':40 'see':54 'sell':101 'sinc':113 'someth':47 'sure':13,46 'system':37,88 'talk':58,116 'think':16 'ubuntu':26 'work':89 'year':29 'zfs':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702036024
    +visibility: "visible             "
    +apId: "https://lm.paradisus.day/post/70709"
    +editedAt: DateTimeImmutable @1703321720 {#3469
      date: 2023-12-23 09:55:20.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701949624 {#3448
      date: 2023-12-07 12:47:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
  +body: "I’ve never heard of sub volumes. What do they do for me? Why not just partition the disk or store everything on the one partition?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701979725 {#2422
    date: 2023-12-07 21:08:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rutrum@lm.paradisus.day"
    "@callyral@pawb.social"
    "@mhz@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 207967
  -bodyTs: "'disk':19 'everyth':22 'heard':4 'never':3 'one':25 'partit':17,26 'store':21 'sub':6 've':2 'volum':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494615"
  +editedAt: DateTimeImmutable @1703477793 {#2462
    date: 2023-12-25 05:16:33.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701979725 {#2458
    date: 2023-12-07 21:08:45.0 +01:00
  }
  +"title": 207967
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2317
  +user: Proxies\__CG__\App\Entity\User {#3393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
  +slug: "Docker-team-is-considering-distributing-Docker-Desktop-as-a-Flatpak"
  +title: "Docker team is considering distributing Docker Desktop as a Flatpak and Snap"
  +url: "https://github.com/docker/roadmap/issues/593#issuecomment-1886924292"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723934537 {#3425
    date: 2024-08-18 00:42:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3433 …}
  +votes: Doctrine\ORM\PersistentCollection {#3435 …}
  +reports: Doctrine\ORM\PersistentCollection {#3437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
  +badges: Doctrine\ORM\PersistentCollection {#3443 …}
  +children: [
    App\Entity\EntryComment {#2319
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "What exactly is the appeal of Docker Desktop on Linux? I can run docker just fine without it, so what’s it doing for me?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1722379947 {#2304
        date: 2024-07-31 00:52:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_MADAFAKA@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2318 …}
      +nested: Doctrine\ORM\PersistentCollection {#2316 …}
      +votes: Doctrine\ORM\PersistentCollection {#2294 …}
      +reports: Doctrine\ORM\PersistentCollection {#2296 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
      -id: 300156
      -bodyTs: "'appeal':5 'desktop':8 'docker':7,14 'exact':2 'fine':16 'linux':10 'run':13 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6260378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705014571 {#2303
        date: 2024-01-12 00:09:31.0 +01:00
      }
      +"title": 300156
    }
  ]
  -id: 29058
  -titleTs: "'consid':4 'desktop':7 'distribut':5 'docker':1,6 'flatpak':10 'snap':12 'team':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705078946
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10401944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704992546 {#3414
    date: 2024-01-11 18:02:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2317
  +user: Proxies\__CG__\App\Entity\User {#3393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
  +slug: "Docker-team-is-considering-distributing-Docker-Desktop-as-a-Flatpak"
  +title: "Docker team is considering distributing Docker Desktop as a Flatpak and Snap"
  +url: "https://github.com/docker/roadmap/issues/593#issuecomment-1886924292"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723934537 {#3425
    date: 2024-08-18 00:42:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3433 …}
  +votes: Doctrine\ORM\PersistentCollection {#3435 …}
  +reports: Doctrine\ORM\PersistentCollection {#3437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
  +badges: Doctrine\ORM\PersistentCollection {#3443 …}
  +children: [
    App\Entity\EntryComment {#2319
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "What exactly is the appeal of Docker Desktop on Linux? I can run docker just fine without it, so what’s it doing for me?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1722379947 {#2304
        date: 2024-07-31 00:52:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_MADAFAKA@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2318 …}
      +nested: Doctrine\ORM\PersistentCollection {#2316 …}
      +votes: Doctrine\ORM\PersistentCollection {#2294 …}
      +reports: Doctrine\ORM\PersistentCollection {#2296 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
      -id: 300156
      -bodyTs: "'appeal':5 'desktop':8 'docker':7,14 'exact':2 'fine':16 'linux':10 'run':13 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6260378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705014571 {#2303
        date: 2024-01-12 00:09:31.0 +01:00
      }
      +"title": 300156
    }
  ]
  -id: 29058
  -titleTs: "'consid':4 'desktop':7 'distribut':5 'docker':1,6 'flatpak':10 'snap':12 'team':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705078946
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10401944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704992546 {#3414
    date: 2024-01-11 18:02:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2317
  +user: Proxies\__CG__\App\Entity\User {#3393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
  +slug: "Docker-team-is-considering-distributing-Docker-Desktop-as-a-Flatpak"
  +title: "Docker team is considering distributing Docker Desktop as a Flatpak and Snap"
  +url: "https://github.com/docker/roadmap/issues/593#issuecomment-1886924292"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 155
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723934537 {#3425
    date: 2024-08-18 00:42:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3433 …}
  +votes: Doctrine\ORM\PersistentCollection {#3435 …}
  +reports: Doctrine\ORM\PersistentCollection {#3437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
  +badges: Doctrine\ORM\PersistentCollection {#3443 …}
  +children: [
    App\Entity\EntryComment {#2319
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2317 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "What exactly is the appeal of Docker Desktop on Linux? I can run docker just fine without it, so what’s it doing for me?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 36
      +score: 0
      +lastActive: DateTime @1722379947 {#2304
        date: 2024-07-31 00:52:27.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mr_MADAFAKA@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2318 …}
      +nested: Doctrine\ORM\PersistentCollection {#2316 …}
      +votes: Doctrine\ORM\PersistentCollection {#2294 …}
      +reports: Doctrine\ORM\PersistentCollection {#2296 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
      -id: 300156
      -bodyTs: "'appeal':5 'desktop':8 'docker':7,14 'exact':2 'fine':16 'linux':10 'run':13 'without':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6260378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705014571 {#2303
        date: 2024-01-12 00:09:31.0 +01:00
      }
      +"title": 300156
    }
  ]
  -id: 29058
  -titleTs: "'consid':4 'desktop':7 'distribut':5 'docker':1,6 'flatpak':10 'snap':12 'team':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705078946
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10401944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704992546 {#3414
    date: 2024-01-11 18:02:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2319
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#3393 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3430 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
    +slug: "Docker-team-is-considering-distributing-Docker-Desktop-as-a-Flatpak"
    +title: "Docker team is considering distributing Docker Desktop as a Flatpak and Snap"
    +url: "https://github.com/docker/roadmap/issues/593#issuecomment-1886924292"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 155
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723934537 {#3425
      date: 2024-08-18 00:42:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3433 …}
    +votes: Doctrine\ORM\PersistentCollection {#3435 …}
    +reports: Doctrine\ORM\PersistentCollection {#3437 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
    +badges: Doctrine\ORM\PersistentCollection {#3443 …}
    +children: [
      App\Entity\EntryComment {#2319}
    ]
    -id: 29058
    -titleTs: "'consid':4 'desktop':7 'distribut':5 'docker':1,6 'flatpak':10 'snap':12 'team':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705078946
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10401944"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704992546 {#3414
      date: 2024-01-11 18:02:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "What exactly is the appeal of Docker Desktop on Linux? I can run docker just fine without it, so what’s it doing for me?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1722379947 {#2304
    date: 2024-07-31 00:52:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_MADAFAKA@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2318 …}
  +nested: Doctrine\ORM\PersistentCollection {#2316 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
  -id: 300156
  -bodyTs: "'appeal':5 'desktop':8 'docker':7,14 'exact':2 'fine':16 'linux':10 'run':13 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6260378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705014571 {#2303
    date: 2024-01-12 00:09:31.0 +01:00
  }
  +"title": 300156
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\EntryComment {#2319
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#3393 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3430 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
    +slug: "Docker-team-is-considering-distributing-Docker-Desktop-as-a-Flatpak"
    +title: "Docker team is considering distributing Docker Desktop as a Flatpak and Snap"
    +url: "https://github.com/docker/roadmap/issues/593#issuecomment-1886924292"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 155
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723934537 {#3425
      date: 2024-08-18 00:42:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3433 …}
    +votes: Doctrine\ORM\PersistentCollection {#3435 …}
    +reports: Doctrine\ORM\PersistentCollection {#3437 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
    +badges: Doctrine\ORM\PersistentCollection {#3443 …}
    +children: [
      App\Entity\EntryComment {#2319}
    ]
    -id: 29058
    -titleTs: "'consid':4 'desktop':7 'distribut':5 'docker':1,6 'flatpak':10 'snap':12 'team':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705078946
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10401944"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704992546 {#3414
      date: 2024-01-11 18:02:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "What exactly is the appeal of Docker Desktop on Linux? I can run docker just fine without it, so what’s it doing for me?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1722379947 {#2304
    date: 2024-07-31 00:52:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_MADAFAKA@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2318 …}
  +nested: Doctrine\ORM\PersistentCollection {#2316 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
  -id: 300156
  -bodyTs: "'appeal':5 'desktop':8 'docker':7,14 'exact':2 'fine':16 'linux':10 'run':13 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6260378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705014571 {#2303
    date: 2024-01-12 00:09:31.0 +01:00
  }
  +"title": 300156
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\EntryComment {#2319
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2317
    +user: Proxies\__CG__\App\Entity\User {#3393 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3430 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3432 …}
    +slug: "Docker-team-is-considering-distributing-Docker-Desktop-as-a-Flatpak"
    +title: "Docker team is considering distributing Docker Desktop as a Flatpak and Snap"
    +url: "https://github.com/docker/roadmap/issues/593#issuecomment-1886924292"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 155
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723934537 {#3425
      date: 2024-08-18 00:42:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3433 …}
    +votes: Doctrine\ORM\PersistentCollection {#3435 …}
    +reports: Doctrine\ORM\PersistentCollection {#3437 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3439 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3441 …}
    +badges: Doctrine\ORM\PersistentCollection {#3443 …}
    +children: [
      App\Entity\EntryComment {#2319}
    ]
    -id: 29058
    -titleTs: "'consid':4 'desktop':7 'distribut':5 'docker':1,6 'flatpak':10 'snap':12 'team':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705078946
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10401944"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704992546 {#3414
      date: 2024-01-11 18:02:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "What exactly is the appeal of Docker Desktop on Linux? I can run docker just fine without it, so what’s it doing for me?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 36
  +score: 0
  +lastActive: DateTime @1722379947 {#2304
    date: 2024-07-31 00:52:27.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mr_MADAFAKA@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2318 …}
  +nested: Doctrine\ORM\PersistentCollection {#2316 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
  -id: 300156
  -bodyTs: "'appeal':5 'desktop':8 'docker':7,14 'exact':2 'fine':16 'linux':10 'run':13 'without':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6260378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705014571 {#2303
    date: 2024-01-12 00:09:31.0 +01:00
  }
  +"title": 300156
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1410
  +user: Proxies\__CG__\App\Entity\User {#3411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Video-editor-for-Linux"
  +title: "Video editor for Linux?"
  +url: null
  +body: """
    I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
    I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702284475 {#3445
    date: 2023-12-11 09:47:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3450 …}
  +votes: Doctrine\ORM\PersistentCollection {#3453 …}
  +reports: Doctrine\ORM\PersistentCollection {#3455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3459 …}
  +badges: Doctrine\ORM\PersistentCollection {#3461 …}
  +children: [
    App\Entity\EntryComment {#1926
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1410 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "I was both surprised and impressed with Kdenlive."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1702130590 {#1909
        date: 2023-12-09 15:03:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KISSmyOS@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 213741
      -bodyTs: "'impress':6 'kdenliv':8 'surpris':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5539006"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702130590 {#1708
        date: 2023-12-09 15:03:10.0 +01:00
      }
      +"title": 213741
    }
  ]
  -id: 21308
  -titleTs: "'editor':2 'linux':4 'video':1"
  -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702193734
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9336915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702107334 {#3431
    date: 2023-12-09 08:35:34.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
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1410
  +user: Proxies\__CG__\App\Entity\User {#3411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Video-editor-for-Linux"
  +title: "Video editor for Linux?"
  +url: null
  +body: """
    I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
    I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702284475 {#3445
    date: 2023-12-11 09:47:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3450 …}
  +votes: Doctrine\ORM\PersistentCollection {#3453 …}
  +reports: Doctrine\ORM\PersistentCollection {#3455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3459 …}
  +badges: Doctrine\ORM\PersistentCollection {#3461 …}
  +children: [
    App\Entity\EntryComment {#1926
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1410 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "I was both surprised and impressed with Kdenlive."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1702130590 {#1909
        date: 2023-12-09 15:03:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KISSmyOS@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 213741
      -bodyTs: "'impress':6 'kdenliv':8 'surpris':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5539006"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702130590 {#1708
        date: 2023-12-09 15:03:10.0 +01:00
      }
      +"title": 213741
    }
  ]
  -id: 21308
  -titleTs: "'editor':2 'linux':4 'video':1"
  -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702193734
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9336915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702107334 {#3431
    date: 2023-12-09 08:35:34.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
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1410
  +user: Proxies\__CG__\App\Entity\User {#3411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Video-editor-for-Linux"
  +title: "Video editor for Linux?"
  +url: null
  +body: """
    I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
    I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702284475 {#3445
    date: 2023-12-11 09:47:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3450 …}
  +votes: Doctrine\ORM\PersistentCollection {#3453 …}
  +reports: Doctrine\ORM\PersistentCollection {#3455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3459 …}
  +badges: Doctrine\ORM\PersistentCollection {#3461 …}
  +children: [
    App\Entity\EntryComment {#1926
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1410 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "I was both surprised and impressed with Kdenlive."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1702130590 {#1909
        date: 2023-12-09 15:03:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KISSmyOS@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 213741
      -bodyTs: "'impress':6 'kdenliv':8 'surpris':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5539006"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702130590 {#1708
        date: 2023-12-09 15:03:10.0 +01:00
      }
      +"title": 213741
    }
  ]
  -id: 21308
  -titleTs: "'editor':2 'linux':4 'video':1"
  -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702193734
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9336915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702107334 {#3431
    date: 2023-12-09 08:35:34.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
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1410
    +user: Proxies\__CG__\App\Entity\User {#3411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Video-editor-for-Linux"
    +title: "Video editor for Linux?"
    +url: null
    +body: """
      I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
      I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 129
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702284475 {#3445
      date: 2023-12-11 09:47:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3450 …}
    +votes: Doctrine\ORM\PersistentCollection {#3453 …}
    +reports: Doctrine\ORM\PersistentCollection {#3455 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3457 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3459 …}
    +badges: Doctrine\ORM\PersistentCollection {#3461 …}
    +children: [
      App\Entity\EntryComment {#1926}
    ]
    -id: 21308
    -titleTs: "'editor':2 'linux':4 'video':1"
    -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702193734
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9336915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702107334 {#3431
      date: 2023-12-09 08:35:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "I was both surprised and impressed with Kdenlive."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1702130590 {#1909
    date: 2023-12-09 15:03:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KISSmyOS@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 213741
  -bodyTs: "'impress':6 'kdenliv':8 'surpris':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5539006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702130590 {#1708
    date: 2023-12-09 15:03:10.0 +01:00
  }
  +"title": 213741
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1410
    +user: Proxies\__CG__\App\Entity\User {#3411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Video-editor-for-Linux"
    +title: "Video editor for Linux?"
    +url: null
    +body: """
      I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
      I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 129
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702284475 {#3445
      date: 2023-12-11 09:47:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3450 …}
    +votes: Doctrine\ORM\PersistentCollection {#3453 …}
    +reports: Doctrine\ORM\PersistentCollection {#3455 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3457 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3459 …}
    +badges: Doctrine\ORM\PersistentCollection {#3461 …}
    +children: [
      App\Entity\EntryComment {#1926}
    ]
    -id: 21308
    -titleTs: "'editor':2 'linux':4 'video':1"
    -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702193734
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9336915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702107334 {#3431
      date: 2023-12-09 08:35:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "I was both surprised and impressed with Kdenlive."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1702130590 {#1909
    date: 2023-12-09 15:03:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KISSmyOS@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 213741
  -bodyTs: "'impress':6 'kdenliv':8 'surpris':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5539006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702130590 {#1708
    date: 2023-12-09 15:03:10.0 +01:00
  }
  +"title": 213741
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1410
    +user: Proxies\__CG__\App\Entity\User {#3411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Video-editor-for-Linux"
    +title: "Video editor for Linux?"
    +url: null
    +body: """
      I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
      I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 129
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702284475 {#3445
      date: 2023-12-11 09:47:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3450 …}
    +votes: Doctrine\ORM\PersistentCollection {#3453 …}
    +reports: Doctrine\ORM\PersistentCollection {#3455 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3457 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3459 …}
    +badges: Doctrine\ORM\PersistentCollection {#3461 …}
    +children: [
      App\Entity\EntryComment {#1926}
    ]
    -id: 21308
    -titleTs: "'editor':2 'linux':4 'video':1"
    -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702193734
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9336915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702107334 {#3431
      date: 2023-12-09 08:35:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "I was both surprised and impressed with Kdenlive."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1702130590 {#1909
    date: 2023-12-09 15:03:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KISSmyOS@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 213741
  -bodyTs: "'impress':6 'kdenliv':8 'surpris':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5539006"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702130590 {#1708
    date: 2023-12-09 15:03:10.0 +01:00
  }
  +"title": 213741
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2160
  +user: Proxies\__CG__\App\Entity\User {#2728 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Screenshot-tool-for-GNOME-Wayland"
  +title: "Screenshot tool for GNOME + Wayland"
  +url: null
  +body: """
    Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
    \n
    [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722604198 {#3408
    date: 2024-08-02 15:09:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3375 …}
  +votes: Doctrine\ORM\PersistentCollection {#3415 …}
  +reports: Doctrine\ORM\PersistentCollection {#3417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
  +badges: Doctrine\ORM\PersistentCollection {#3423 …}
  +children: [
    1 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1721342183 {#2119
        date: 2024-07-19 00:36:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mypasswordis1234@lemmy.world"
        "@mypasswordis1234@lemmy.world"
      ]
      +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: 290728
      -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6159446"
      +editedAt: DateTimeImmutable @1719203665 {#2116
        date: 2024-06-24 06:34:25.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704698110 {#2120
        date: 2024-01-08 08:15:10.0 +01:00
      }
      +"title": 290728
    }
    0 => App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
      +root: App\Entity\EntryComment {#2161}
      +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704706524 {#2227
        date: 2024-01-08 10:35:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mypasswordis1234@lemmy.world"
        "@danielquinn@lemmy.ca"
      ]
      +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: 290904
      -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6161785"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704706524 {#2216
        date: 2024-01-08 10:35:24.0 +01:00
      }
      +"title": 290904
    }
  ]
  -id: 28033
  -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
  -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704782797
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10451694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704697797 {#3396
    date: 2024-01-08 08:09:57.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
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2160
  +user: Proxies\__CG__\App\Entity\User {#2728 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Screenshot-tool-for-GNOME-Wayland"
  +title: "Screenshot tool for GNOME + Wayland"
  +url: null
  +body: """
    Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
    \n
    [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722604198 {#3408
    date: 2024-08-02 15:09:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3375 …}
  +votes: Doctrine\ORM\PersistentCollection {#3415 …}
  +reports: Doctrine\ORM\PersistentCollection {#3417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
  +badges: Doctrine\ORM\PersistentCollection {#3423 …}
  +children: [
    1 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1721342183 {#2119
        date: 2024-07-19 00:36:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mypasswordis1234@lemmy.world"
        "@mypasswordis1234@lemmy.world"
      ]
      +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: 290728
      -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6159446"
      +editedAt: DateTimeImmutable @1719203665 {#2116
        date: 2024-06-24 06:34:25.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704698110 {#2120
        date: 2024-01-08 08:15:10.0 +01:00
      }
      +"title": 290728
    }
    0 => App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
      +root: App\Entity\EntryComment {#2161}
      +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704706524 {#2227
        date: 2024-01-08 10:35:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mypasswordis1234@lemmy.world"
        "@danielquinn@lemmy.ca"
      ]
      +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: 290904
      -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6161785"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704706524 {#2216
        date: 2024-01-08 10:35:24.0 +01:00
      }
      +"title": 290904
    }
  ]
  -id: 28033
  -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
  -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704782797
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10451694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704697797 {#3396
    date: 2024-01-08 08:09:57.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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2160
  +user: Proxies\__CG__\App\Entity\User {#2728 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Screenshot-tool-for-GNOME-Wayland"
  +title: "Screenshot tool for GNOME + Wayland"
  +url: null
  +body: """
    Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
    \n
    [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722604198 {#3408
    date: 2024-08-02 15:09:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3375 …}
  +votes: Doctrine\ORM\PersistentCollection {#3415 …}
  +reports: Doctrine\ORM\PersistentCollection {#3417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
  +badges: Doctrine\ORM\PersistentCollection {#3423 …}
  +children: [
    1 => App\Entity\EntryComment {#2161
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1721342183 {#2119
        date: 2024-07-19 00:36:23.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mypasswordis1234@lemmy.world"
        "@mypasswordis1234@lemmy.world"
      ]
      +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: 290728
      -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6159446"
      +editedAt: DateTimeImmutable @1719203665 {#2116
        date: 2024-06-24 06:34:25.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704698110 {#2120
        date: 2024-01-08 08:15:10.0 +01:00
      }
      +"title": 290728
    }
    0 => App\Entity\EntryComment {#2214
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
      +root: App\Entity\EntryComment {#2161}
      +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704706524 {#2227
        date: 2024-01-08 10:35:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mypasswordis1234@lemmy.world"
        "@danielquinn@lemmy.ca"
      ]
      +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: 290904
      -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6161785"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704706524 {#2216
        date: 2024-01-08 10:35:24.0 +01:00
      }
      +"title": 290904
    }
  ]
  -id: 28033
  -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
  -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704782797
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10451694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704697797 {#3396
    date: 2024-01-08 08:09:57.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
109 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
110 DENIED moderate
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#2728 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Screenshot-tool-for-GNOME-Wayland"
    +title: "Screenshot tool for GNOME + Wayland"
    +url: null
    +body: """
      Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
      \n
      [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722604198 {#3408
      date: 2024-08-02 15:09:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3375 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      1 => App\Entity\EntryComment {#2161}
      0 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2161}
        +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704706524 {#2227
          date: 2024-01-08 10:35:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mypasswordis1234@lemmy.world"
          "@danielquinn@lemmy.ca"
        ]
        +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: 290904
        -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6161785"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704706524 {#2216
          date: 2024-01-08 10:35:24.0 +01:00
        }
        +"title": 290904
      }
    ]
    -id: 28033
    -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
    -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704782797
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10451694"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704697797 {#3396
      date: 2024-01-08 08:09:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1721342183 {#2119
    date: 2024-07-19 00:36:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mypasswordis1234@lemmy.world"
    "@mypasswordis1234@lemmy.world"
  ]
  +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: 290728
  -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6159446"
  +editedAt: DateTimeImmutable @1719203665 {#2116
    date: 2024-06-24 06:34:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704698110 {#2120
    date: 2024-01-08 08:15:10.0 +01:00
  }
  +"title": 290728
}
"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
111 DENIED edit
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#2728 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Screenshot-tool-for-GNOME-Wayland"
    +title: "Screenshot tool for GNOME + Wayland"
    +url: null
    +body: """
      Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
      \n
      [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722604198 {#3408
      date: 2024-08-02 15:09:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3375 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      1 => App\Entity\EntryComment {#2161}
      0 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2161}
        +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704706524 {#2227
          date: 2024-01-08 10:35:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mypasswordis1234@lemmy.world"
          "@danielquinn@lemmy.ca"
        ]
        +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: 290904
        -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6161785"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704706524 {#2216
          date: 2024-01-08 10:35:24.0 +01:00
        }
        +"title": 290904
      }
    ]
    -id: 28033
    -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
    -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704782797
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10451694"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704697797 {#3396
      date: 2024-01-08 08:09:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1721342183 {#2119
    date: 2024-07-19 00:36:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mypasswordis1234@lemmy.world"
    "@mypasswordis1234@lemmy.world"
  ]
  +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: 290728
  -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6159446"
  +editedAt: DateTimeImmutable @1719203665 {#2116
    date: 2024-06-24 06:34:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704698110 {#2120
    date: 2024-01-08 08:15:10.0 +01:00
  }
  +"title": 290728
}
"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
112 DENIED moderate
App\Entity\EntryComment {#2161
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#2728 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Screenshot-tool-for-GNOME-Wayland"
    +title: "Screenshot tool for GNOME + Wayland"
    +url: null
    +body: """
      Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
      \n
      [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722604198 {#3408
      date: 2024-08-02 15:09:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3375 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      1 => App\Entity\EntryComment {#2161}
      0 => App\Entity\EntryComment {#2214
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
        +root: App\Entity\EntryComment {#2161}
        +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704706524 {#2227
          date: 2024-01-08 10:35:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mypasswordis1234@lemmy.world"
          "@danielquinn@lemmy.ca"
        ]
        +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: 290904
        -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6161785"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704706524 {#2216
          date: 2024-01-08 10:35:24.0 +01:00
        }
        +"title": 290904
      }
    ]
    -id: 28033
    -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
    -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704782797
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10451694"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704697797 {#3396
      date: 2024-01-08 08:09:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1721342183 {#2119
    date: 2024-07-19 00:36:23.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mypasswordis1234@lemmy.world"
    "@mypasswordis1234@lemmy.world"
  ]
  +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: 290728
  -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6159446"
  +editedAt: DateTimeImmutable @1719203665 {#2116
    date: 2024-06-24 06:34:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704698110 {#2120
    date: 2024-01-08 08:15:10.0 +01:00
  }
  +"title": 290728
}
"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
113 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
114 DENIED moderate
App\Entity\EntryComment {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#2728 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Screenshot-tool-for-GNOME-Wayland"
    +title: "Screenshot tool for GNOME + Wayland"
    +url: null
    +body: """
      Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
      \n
      [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722604198 {#3408
      date: 2024-08-02 15:09:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3375 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
        +image: null
        +parent: null
        +root: null
        +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 17
        +score: 0
        +lastActive: DateTime @1721342183 {#2119
          date: 2024-07-19 00:36:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mypasswordis1234@lemmy.world"
          "@mypasswordis1234@lemmy.world"
        ]
        +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: 290728
        -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6159446"
        +editedAt: DateTimeImmutable @1719203665 {#2116
          date: 2024-06-24 06:34:25.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704698110 {#2120
          date: 2024-01-08 08:15:10.0 +01:00
        }
        +"title": 290728
      }
      0 => App\Entity\EntryComment {#2214}
    ]
    -id: 28033
    -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
    -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704782797
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10451694"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704697797 {#3396
      date: 2024-01-08 08:09:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
  +root: App\Entity\EntryComment {#2161}
  +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704706524 {#2227
    date: 2024-01-08 10:35:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mypasswordis1234@lemmy.world"
    "@danielquinn@lemmy.ca"
  ]
  +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: 290904
  -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6161785"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704706524 {#2216
    date: 2024-01-08 10:35:24.0 +01:00
  }
  +"title": 290904
}
"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
115 DENIED edit
App\Entity\EntryComment {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#2728 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Screenshot-tool-for-GNOME-Wayland"
    +title: "Screenshot tool for GNOME + Wayland"
    +url: null
    +body: """
      Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
      \n
      [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722604198 {#3408
      date: 2024-08-02 15:09:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3375 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
        +image: null
        +parent: null
        +root: null
        +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 17
        +score: 0
        +lastActive: DateTime @1721342183 {#2119
          date: 2024-07-19 00:36:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mypasswordis1234@lemmy.world"
          "@mypasswordis1234@lemmy.world"
        ]
        +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: 290728
        -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6159446"
        +editedAt: DateTimeImmutable @1719203665 {#2116
          date: 2024-06-24 06:34:25.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704698110 {#2120
          date: 2024-01-08 08:15:10.0 +01:00
        }
        +"title": 290728
      }
      0 => App\Entity\EntryComment {#2214}
    ]
    -id: 28033
    -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
    -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704782797
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10451694"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704697797 {#3396
      date: 2024-01-08 08:09:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
  +root: App\Entity\EntryComment {#2161}
  +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704706524 {#2227
    date: 2024-01-08 10:35:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mypasswordis1234@lemmy.world"
    "@danielquinn@lemmy.ca"
  ]
  +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: 290904
  -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6161785"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704706524 {#2216
    date: 2024-01-08 10:35:24.0 +01:00
  }
  +"title": 290904
}
"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
116 DENIED moderate
App\Entity\EntryComment {#2214
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2160
    +user: Proxies\__CG__\App\Entity\User {#2728 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Screenshot-tool-for-GNOME-Wayland"
    +title: "Screenshot tool for GNOME + Wayland"
    +url: null
    +body: """
      Can you recommend me a tool compatible with GNOME and Wayland, that allows taking screenshots with on-the-fly editing features like drawing or blurring?\n
      \n
      [Flameshot](https://github.com/flameshot-org/flameshot) worked well on X11, but unfortunately, it lacks Wayland support. [ShareX](https://github.com/ShareX/ShareX) was a great tool on Windows; now I’m looking for something similar for Wayland.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 7
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722604198 {#3408
      date: 2024-08-02 15:09:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3375 …}
    +votes: Doctrine\ORM\PersistentCollection {#3415 …}
    +reports: Doctrine\ORM\PersistentCollection {#3417 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3419 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3421 …}
    +badges: Doctrine\ORM\PersistentCollection {#3423 …}
    +children: [
      1 => App\Entity\EntryComment {#2161
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2160 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
        +image: null
        +parent: null
        +root: null
        +body: "GNOME has one built in. Just hit the “print screen” button and it should appear."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 17
        +score: 0
        +lastActive: DateTime @1721342183 {#2119
          date: 2024-07-19 00:36:23.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@mypasswordis1234@lemmy.world"
          "@mypasswordis1234@lemmy.world"
        ]
        +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: 290728
        -bodyTs: "'appear':15 'built':4 'button':11 'gnome':1 'hit':7 'one':3 'print':9 'screen':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6159446"
        +editedAt: DateTimeImmutable @1719203665 {#2116
          date: 2024-06-24 06:34:25.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704698110 {#2120
          date: 2024-01-08 08:15:10.0 +01:00
        }
        +"title": 290728
      }
      0 => App\Entity\EntryComment {#2214}
    ]
    -id: 28033
    -titleTs: "'gnome':4 'screenshot':1 'tool':2 'wayland':5"
    -bodyTs: "'/flameshot-org/flameshot)':30 '/sharex/sharex)':44 'allow':13 'blur':26 'compat':7 'draw':24 'edit':21 'featur':22 'flameshot':27 'fli':20 'github.com':29,43 'github.com/flameshot-org/flameshot)':28 'github.com/sharex/sharex)':42 'gnome':9 'great':47 'lack':38 'like':23 'look':54 'm':53 'on-the-fli':17 'recommend':3 'screenshot':15 'sharex':41 'similar':57 'someth':56 'support':40 'take':14 'tool':6,48 'unfortun':36 'wayland':11,39,59 'well':32 'window':50 'work':31 'x11':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704782797
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10451694"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704697797 {#3396
      date: 2024-01-08 08:09:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2213 …}
  +root: App\Entity\EntryComment {#2161}
  +body: "Oops, sorry I didn’t notice that part. I’ve never seen anything like that to be honest. It kinda violates the whole “do only one thing and do it well” UNIX ethos. As a decent work-around, you can just open the resulting images in Gimp?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704706524 {#2227
    date: 2024-01-08 10:35:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mypasswordis1234@lemmy.world"
    "@danielquinn@lemmy.ca"
  ]
  +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: 290904
  -bodyTs: "'anyth':13 'around':39 'decent':36 'didn':4 'etho':33 'gimp':48 'honest':18 'imag':46 'kinda':20 'like':14 'never':11 'notic':6 'one':26 'oop':1 'open':43 'part':8 'result':45 'seen':12 'sorri':2 'thing':27 'unix':32 've':10 'violat':21 'well':31 'whole':23 'work':38 'work-around':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6161785"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704706524 {#2216
    date: 2024-01-08 10:35:24.0 +01:00
  }
  +"title": 290904
}
"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
117 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
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#3357 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Is-the-Windows-Subsystem-for-Linux-worth-it"
  +title: "Is the Windows Subsystem for Linux worth it?"
  +url: null
  +body: "I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701732830 {#3390
    date: 2023-12-05 00:33:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3395 …}
  +votes: Doctrine\ORM\PersistentCollection {#3398 …}
  +reports: Doctrine\ORM\PersistentCollection {#3400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
  +badges: Doctrine\ORM\PersistentCollection {#3406 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701369279 {#1576
        date: 2023-11-30 19:34:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Resol@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1558 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 183969
      -bodyTs: "'actual':18 'comput':23 'de':26 'doesn':28 'etc':51 'fine':3 'go':54 'keyboard':32 'linux':22 'linuxi':10 'mapabl':31 'microsoft':47 'miser':57 'need/want':7 'proper':21 'rather':44 're':53 'shell':11 'shortcut':33 'spywar':35 'suck':30 'tool':38 'want':19,43,48 'work':13,36 'workspac':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5299828"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701369279 {#1555
        date: 2023-11-30 19:34:39.0 +01:00
      }
      +"title": 183969
    }
  ]
  -id: 18906
  -titleTs: "'linux':6 'subsystem':4 'window':3 'worth':7"
  -bodyTs: "'communiti':18 'experi':7 'linux':17 'poor':6 'pretti':5 'see':14 'think':19 've':2 'wanna':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701451680
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8970454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701365280 {#3378
    date: 2023-11-30 18:28:00.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
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#3357 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Is-the-Windows-Subsystem-for-Linux-worth-it"
  +title: "Is the Windows Subsystem for Linux worth it?"
  +url: null
  +body: "I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701732830 {#3390
    date: 2023-12-05 00:33:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3395 …}
  +votes: Doctrine\ORM\PersistentCollection {#3398 …}
  +reports: Doctrine\ORM\PersistentCollection {#3400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
  +badges: Doctrine\ORM\PersistentCollection {#3406 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701369279 {#1576
        date: 2023-11-30 19:34:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Resol@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1558 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 183969
      -bodyTs: "'actual':18 'comput':23 'de':26 'doesn':28 'etc':51 'fine':3 'go':54 'keyboard':32 'linux':22 'linuxi':10 'mapabl':31 'microsoft':47 'miser':57 'need/want':7 'proper':21 'rather':44 're':53 'shell':11 'shortcut':33 'spywar':35 'suck':30 'tool':38 'want':19,43,48 'work':13,36 'workspac':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5299828"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701369279 {#1555
        date: 2023-11-30 19:34:39.0 +01:00
      }
      +"title": 183969
    }
  ]
  -id: 18906
  -titleTs: "'linux':6 'subsystem':4 'window':3 'worth':7"
  -bodyTs: "'communiti':18 'experi':7 'linux':17 'poor':6 'pretti':5 'see':14 'think':19 've':2 'wanna':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701451680
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8970454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701365280 {#3378
    date: 2023-11-30 18:28:00.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
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1557
  +user: Proxies\__CG__\App\Entity\User {#3357 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Is-the-Windows-Subsystem-for-Linux-worth-it"
  +title: "Is the Windows Subsystem for Linux worth it?"
  +url: null
  +body: "I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701732830 {#3390
    date: 2023-12-05 00:33:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3395 …}
  +votes: Doctrine\ORM\PersistentCollection {#3398 …}
  +reports: Doctrine\ORM\PersistentCollection {#3400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
  +badges: Doctrine\ORM\PersistentCollection {#3406 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1557 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701369279 {#1576
        date: 2023-11-30 19:34:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Resol@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1558 …}
      +nested: Doctrine\ORM\PersistentCollection {#1613 …}
      +votes: Doctrine\ORM\PersistentCollection {#1596 …}
      +reports: Doctrine\ORM\PersistentCollection {#1702 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
      -id: 183969
      -bodyTs: "'actual':18 'comput':23 'de':26 'doesn':28 'etc':51 'fine':3 'go':54 'keyboard':32 'linux':22 'linuxi':10 'mapabl':31 'microsoft':47 'miser':57 'need/want':7 'proper':21 'rather':44 're':53 'shell':11 'shortcut':33 'spywar':35 'suck':30 'tool':38 'want':19,43,48 'work':13,36 'workspac':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5299828"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701369279 {#1555
        date: 2023-11-30 19:34:39.0 +01:00
      }
      +"title": 183969
    }
  ]
  -id: 18906
  -titleTs: "'linux':6 'subsystem':4 'window':3 'worth':7"
  -bodyTs: "'communiti':18 'experi':7 'linux':17 'poor':6 'pretti':5 'see':14 'think':19 've':2 'wanna':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701451680
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8970454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701365280 {#3378
    date: 2023-11-30 18:28:00.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
121 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
122 DENIED moderate
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#3357 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Is-the-Windows-Subsystem-for-Linux-worth-it"
    +title: "Is the Windows Subsystem for Linux worth it?"
    +url: null
    +body: "I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701732830 {#3390
      date: 2023-12-05 00:33:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3395 …}
    +votes: Doctrine\ORM\PersistentCollection {#3398 …}
    +reports: Doctrine\ORM\PersistentCollection {#3400 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
    +badges: Doctrine\ORM\PersistentCollection {#3406 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 18906
    -titleTs: "'linux':6 'subsystem':4 'window':3 'worth':7"
    -bodyTs: "'communiti':18 'experi':7 'linux':17 'poor':6 'pretti':5 'see':14 'think':19 've':2 'wanna':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701451680
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8970454"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701365280 {#3378
      date: 2023-11-30 18:28:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701369279 {#1576
    date: 2023-11-30 19:34:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Resol@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1558 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 183969
  -bodyTs: "'actual':18 'comput':23 'de':26 'doesn':28 'etc':51 'fine':3 'go':54 'keyboard':32 'linux':22 'linuxi':10 'mapabl':31 'microsoft':47 'miser':57 'need/want':7 'proper':21 'rather':44 're':53 'shell':11 'shortcut':33 'spywar':35 'suck':30 'tool':38 'want':19,43,48 'work':13,36 'workspac':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5299828"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701369279 {#1555
    date: 2023-11-30 19:34:39.0 +01:00
  }
  +"title": 183969
}
"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
123 DENIED edit
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#3357 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Is-the-Windows-Subsystem-for-Linux-worth-it"
    +title: "Is the Windows Subsystem for Linux worth it?"
    +url: null
    +body: "I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701732830 {#3390
      date: 2023-12-05 00:33:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3395 …}
    +votes: Doctrine\ORM\PersistentCollection {#3398 …}
    +reports: Doctrine\ORM\PersistentCollection {#3400 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
    +badges: Doctrine\ORM\PersistentCollection {#3406 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 18906
    -titleTs: "'linux':6 'subsystem':4 'window':3 'worth':7"
    -bodyTs: "'communiti':18 'experi':7 'linux':17 'poor':6 'pretti':5 'see':14 'think':19 've':2 'wanna':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701451680
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8970454"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701365280 {#3378
      date: 2023-11-30 18:28:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701369279 {#1576
    date: 2023-11-30 19:34:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Resol@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1558 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 183969
  -bodyTs: "'actual':18 'comput':23 'de':26 'doesn':28 'etc':51 'fine':3 'go':54 'keyboard':32 'linux':22 'linuxi':10 'mapabl':31 'microsoft':47 'miser':57 'need/want':7 'proper':21 'rather':44 're':53 'shell':11 'shortcut':33 'spywar':35 'suck':30 'tool':38 'want':19,43,48 'work':13,36 'workspac':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5299828"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701369279 {#1555
    date: 2023-11-30 19:34:39.0 +01:00
  }
  +"title": 183969
}
"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
124 DENIED moderate
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1557
    +user: Proxies\__CG__\App\Entity\User {#3357 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Is-the-Windows-Subsystem-for-Linux-worth-it"
    +title: "Is the Windows Subsystem for Linux worth it?"
    +url: null
    +body: "I’ve had a pretty poor experience with it myself, so I wanna see what the Linux community thinks about this."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701732830 {#3390
      date: 2023-12-05 00:33:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3395 …}
    +votes: Doctrine\ORM\PersistentCollection {#3398 …}
    +reports: Doctrine\ORM\PersistentCollection {#3400 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
    +badges: Doctrine\ORM\PersistentCollection {#3406 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 18906
    -titleTs: "'linux':6 'subsystem':4 'window':3 'worth':7"
    -bodyTs: "'communiti':18 'experi':7 'linux':17 'poor':6 'pretti':5 'see':14 'think':19 've':2 'wanna':13"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701451680
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8970454"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701365280 {#3378
      date: 2023-11-30 18:28:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "It’s fine if all you need/want is a Linuxy shell to work with, but if you actually want a proper Linux computer, with a DE that doesn’t suck, mapable keyboard shortcuts, no spyware, working workspaces, tools that do what you want rather than what Microsoft wants for you, etc., you’re going to be miserable."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701369279 {#1576
    date: 2023-11-30 19:34:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Resol@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1558 …}
  +nested: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  -id: 183969
  -bodyTs: "'actual':18 'comput':23 'de':26 'doesn':28 'etc':51 'fine':3 'go':54 'keyboard':32 'linux':22 'linuxi':10 'mapabl':31 'microsoft':47 'miser':57 'need/want':7 'proper':21 'rather':44 're':53 'shell':11 'shortcut':33 'spywar':35 'suck':30 'tool':38 'want':19,43,48 'work':13,36 'workspac':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5299828"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701369279 {#1555
    date: 2023-11-30 19:34:39.0 +01:00
  }
  +"title": 183969
}
"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
125 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
126 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2202
  +user: Proxies\__CG__\App\Entity\User {#3339 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Constructively-What-is-your-least-favorite-distro-and-why"
  +title: "(Constructively) What is your least favorite distro & why?"
  +url: null
  +body: """
    I’ve been distrohopping for a while now, and eventually I landed on Arch. Part of the reason I have stuck with it is I think I had a balanced introduction, since I was exposed to both praise and criticism. We often discuss our favorite distros, but I think it’s equally important to talk about the ones that didn’t quite hit the mark for us because it can be very helpful.\n
    \n
    So, I’d like to ask: What is your least favorite Linux distribution and why? Please remember, this is not about bashing or belittling any specific distribution. The aim is to have a constructive discussion where we can learn about each other’s experiences.\n
    \n
    *My personal least favorite is probably Manjaro.*\n
    \n
    Consider:\n
    \n
    - What specific features/lack thereof made it less appealing?\n
    - Did you face any specific challenges?\n
    - How was your experience with the community?\n
    - If given a chance, what improvements would you suggest?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 107
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728994939 {#3372
    date: 2024-10-15 14:22:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3377 …}
  +votes: Doctrine\ORM\PersistentCollection {#3380 …}
  +reports: Doctrine\ORM\PersistentCollection {#3382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
  +badges: Doctrine\ORM\PersistentCollection {#3388 …}
  +children: [
    App\Entity\EntryComment {#2206
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2202 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ubuntu. They’ve managed the worst of both worlds: like Debian, everything is old (though admittedly not *as* old), but unlike Debian, everything is broken/buggy/flakey. It’s the old-and-busted distro that I’m routinely told is “the only Linux we support”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 63
      +score: 0
      +lastActive: DateTime @1728784213 {#2197
        date: 2024-10-13 03:50:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gianni@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2201 …}
      +nested: Doctrine\ORM\PersistentCollection {#2203 …}
      +votes: Doctrine\ORM\PersistentCollection {#2212 …}
      +reports: Doctrine\ORM\PersistentCollection {#2209 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
      -id: 322354
      -bodyTs: "'admit':16 'broken/buggy/flakey':25 'bust':32 'debian':11,22 'distro':33 'everyth':12,23 'like':10 'linux':42 'm':36 'manag':4 'old':14,19,30 'old-and-bust':29 'routin':37 'support':44 'though':15 'told':38 'ubuntu':1 'unlik':21 've':3 'world':9 'worst':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6509792"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705664212 {#2205
        date: 2024-01-19 12:36:52.0 +01:00
      }
      +"title": 322354
    }
  ]
  -id: 31666
  -titleTs: "'construct':1 'distro':7 'favorit':6 'least':5"
  -bodyTs: "'aim':102 'appeal':133 'arch':14 'ask':79 'balanc':30 'bash':95 'belittl':97 'challeng':139 'chanc':150 'communiti':146 'consid':125 'construct':107 'critic':40 'd':76 'didn':60 'discuss':43,108 'distribut':86,100 'distro':46 'distrohop':4 'equal':52 'eventu':10 'experi':117,143 'expos':35 'face':136 'favorit':45,84,121 'features/lack':128 'given':148 'help':73 'hit':63 'import':53 'improv':152 'introduct':31 'land':12 'learn':112 'least':83,120 'less':132 'like':77 'linux':85 'made':130 'manjaro':124 'mark':65 'often':42 'one':58 'part':15 'person':119 'pleas':89 'prais':38 'probabl':123 'quit':62 'reason':18 'rememb':90 'sinc':32 'specif':99,127,138 'stuck':21 'suggest':155 'talk':55 'thereof':129 'think':26,49 'us':67 've':2 'would':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705739516
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10745978"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705653116 {#3360
    date: 2024-01-19 09:31:56.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
127 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2202
  +user: Proxies\__CG__\App\Entity\User {#3339 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Constructively-What-is-your-least-favorite-distro-and-why"
  +title: "(Constructively) What is your least favorite distro & why?"
  +url: null
  +body: """
    I’ve been distrohopping for a while now, and eventually I landed on Arch. Part of the reason I have stuck with it is I think I had a balanced introduction, since I was exposed to both praise and criticism. We often discuss our favorite distros, but I think it’s equally important to talk about the ones that didn’t quite hit the mark for us because it can be very helpful.\n
    \n
    So, I’d like to ask: What is your least favorite Linux distribution and why? Please remember, this is not about bashing or belittling any specific distribution. The aim is to have a constructive discussion where we can learn about each other’s experiences.\n
    \n
    *My personal least favorite is probably Manjaro.*\n
    \n
    Consider:\n
    \n
    - What specific features/lack thereof made it less appealing?\n
    - Did you face any specific challenges?\n
    - How was your experience with the community?\n
    - If given a chance, what improvements would you suggest?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 107
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728994939 {#3372
    date: 2024-10-15 14:22:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3377 …}
  +votes: Doctrine\ORM\PersistentCollection {#3380 …}
  +reports: Doctrine\ORM\PersistentCollection {#3382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
  +badges: Doctrine\ORM\PersistentCollection {#3388 …}
  +children: [
    App\Entity\EntryComment {#2206
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2202 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ubuntu. They’ve managed the worst of both worlds: like Debian, everything is old (though admittedly not *as* old), but unlike Debian, everything is broken/buggy/flakey. It’s the old-and-busted distro that I’m routinely told is “the only Linux we support”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 63
      +score: 0
      +lastActive: DateTime @1728784213 {#2197
        date: 2024-10-13 03:50:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gianni@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2201 …}
      +nested: Doctrine\ORM\PersistentCollection {#2203 …}
      +votes: Doctrine\ORM\PersistentCollection {#2212 …}
      +reports: Doctrine\ORM\PersistentCollection {#2209 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
      -id: 322354
      -bodyTs: "'admit':16 'broken/buggy/flakey':25 'bust':32 'debian':11,22 'distro':33 'everyth':12,23 'like':10 'linux':42 'm':36 'manag':4 'old':14,19,30 'old-and-bust':29 'routin':37 'support':44 'though':15 'told':38 'ubuntu':1 'unlik':21 've':3 'world':9 'worst':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6509792"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705664212 {#2205
        date: 2024-01-19 12:36:52.0 +01:00
      }
      +"title": 322354
    }
  ]
  -id: 31666
  -titleTs: "'construct':1 'distro':7 'favorit':6 'least':5"
  -bodyTs: "'aim':102 'appeal':133 'arch':14 'ask':79 'balanc':30 'bash':95 'belittl':97 'challeng':139 'chanc':150 'communiti':146 'consid':125 'construct':107 'critic':40 'd':76 'didn':60 'discuss':43,108 'distribut':86,100 'distro':46 'distrohop':4 'equal':52 'eventu':10 'experi':117,143 'expos':35 'face':136 'favorit':45,84,121 'features/lack':128 'given':148 'help':73 'hit':63 'import':53 'improv':152 'introduct':31 'land':12 'learn':112 'least':83,120 'less':132 'like':77 'linux':85 'made':130 'manjaro':124 'mark':65 'often':42 'one':58 'part':15 'person':119 'pleas':89 'prais':38 'probabl':123 'quit':62 'reason':18 'rememb':90 'sinc':32 'specif':99,127,138 'stuck':21 'suggest':155 'talk':55 'thereof':129 'think':26,49 'us':67 've':2 'would':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705739516
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10745978"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705653116 {#3360
    date: 2024-01-19 09:31:56.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
128 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2202
  +user: Proxies\__CG__\App\Entity\User {#3339 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Constructively-What-is-your-least-favorite-distro-and-why"
  +title: "(Constructively) What is your least favorite distro & why?"
  +url: null
  +body: """
    I’ve been distrohopping for a while now, and eventually I landed on Arch. Part of the reason I have stuck with it is I think I had a balanced introduction, since I was exposed to both praise and criticism. We often discuss our favorite distros, but I think it’s equally important to talk about the ones that didn’t quite hit the mark for us because it can be very helpful.\n
    \n
    So, I’d like to ask: What is your least favorite Linux distribution and why? Please remember, this is not about bashing or belittling any specific distribution. The aim is to have a constructive discussion where we can learn about each other’s experiences.\n
    \n
    *My personal least favorite is probably Manjaro.*\n
    \n
    Consider:\n
    \n
    - What specific features/lack thereof made it less appealing?\n
    - Did you face any specific challenges?\n
    - How was your experience with the community?\n
    - If given a chance, what improvements would you suggest?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 107
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728994939 {#3372
    date: 2024-10-15 14:22:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3377 …}
  +votes: Doctrine\ORM\PersistentCollection {#3380 …}
  +reports: Doctrine\ORM\PersistentCollection {#3382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
  +badges: Doctrine\ORM\PersistentCollection {#3388 …}
  +children: [
    App\Entity\EntryComment {#2206
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2202 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "Ubuntu. They’ve managed the worst of both worlds: like Debian, everything is old (though admittedly not *as* old), but unlike Debian, everything is broken/buggy/flakey. It’s the old-and-busted distro that I’m routinely told is “the only Linux we support”."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 63
      +score: 0
      +lastActive: DateTime @1728784213 {#2197
        date: 2024-10-13 03:50:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gianni@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2201 …}
      +nested: Doctrine\ORM\PersistentCollection {#2203 …}
      +votes: Doctrine\ORM\PersistentCollection {#2212 …}
      +reports: Doctrine\ORM\PersistentCollection {#2209 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
      -id: 322354
      -bodyTs: "'admit':16 'broken/buggy/flakey':25 'bust':32 'debian':11,22 'distro':33 'everyth':12,23 'like':10 'linux':42 'm':36 'manag':4 'old':14,19,30 'old-and-bust':29 'routin':37 'support':44 'though':15 'told':38 'ubuntu':1 'unlik':21 've':3 'world':9 'worst':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6509792"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705664212 {#2205
        date: 2024-01-19 12:36:52.0 +01:00
      }
      +"title": 322354
    }
  ]
  -id: 31666
  -titleTs: "'construct':1 'distro':7 'favorit':6 'least':5"
  -bodyTs: "'aim':102 'appeal':133 'arch':14 'ask':79 'balanc':30 'bash':95 'belittl':97 'challeng':139 'chanc':150 'communiti':146 'consid':125 'construct':107 'critic':40 'd':76 'didn':60 'discuss':43,108 'distribut':86,100 'distro':46 'distrohop':4 'equal':52 'eventu':10 'experi':117,143 'expos':35 'face':136 'favorit':45,84,121 'features/lack':128 'given':148 'help':73 'hit':63 'import':53 'improv':152 'introduct':31 'land':12 'learn':112 'least':83,120 'less':132 'like':77 'linux':85 'made':130 'manjaro':124 'mark':65 'often':42 'one':58 'part':15 'person':119 'pleas':89 'prais':38 'probabl':123 'quit':62 'reason':18 'rememb':90 'sinc':32 'specif':99,127,138 'stuck':21 'suggest':155 'talk':55 'thereof':129 'think':26,49 'us':67 've':2 'would':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705739516
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10745978"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705653116 {#3360
    date: 2024-01-19 09:31:56.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
129 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
130 DENIED moderate
App\Entity\EntryComment {#2206
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2202
    +user: Proxies\__CG__\App\Entity\User {#3339 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Constructively-What-is-your-least-favorite-distro-and-why"
    +title: "(Constructively) What is your least favorite distro & why?"
    +url: null
    +body: """
      I’ve been distrohopping for a while now, and eventually I landed on Arch. Part of the reason I have stuck with it is I think I had a balanced introduction, since I was exposed to both praise and criticism. We often discuss our favorite distros, but I think it’s equally important to talk about the ones that didn’t quite hit the mark for us because it can be very helpful.\n
      \n
      So, I’d like to ask: What is your least favorite Linux distribution and why? Please remember, this is not about bashing or belittling any specific distribution. The aim is to have a constructive discussion where we can learn about each other’s experiences.\n
      \n
      *My personal least favorite is probably Manjaro.*\n
      \n
      Consider:\n
      \n
      - What specific features/lack thereof made it less appealing?\n
      - Did you face any specific challenges?\n
      - How was your experience with the community?\n
      - If given a chance, what improvements would you suggest?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 107
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728994939 {#3372
      date: 2024-10-15 14:22:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3377 …}
    +votes: Doctrine\ORM\PersistentCollection {#3380 …}
    +reports: Doctrine\ORM\PersistentCollection {#3382 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
    +badges: Doctrine\ORM\PersistentCollection {#3388 …}
    +children: [
      App\Entity\EntryComment {#2206}
    ]
    -id: 31666
    -titleTs: "'construct':1 'distro':7 'favorit':6 'least':5"
    -bodyTs: "'aim':102 'appeal':133 'arch':14 'ask':79 'balanc':30 'bash':95 'belittl':97 'challeng':139 'chanc':150 'communiti':146 'consid':125 'construct':107 'critic':40 'd':76 'didn':60 'discuss':43,108 'distribut':86,100 'distro':46 'distrohop':4 'equal':52 'eventu':10 'experi':117,143 'expos':35 'face':136 'favorit':45,84,121 'features/lack':128 'given':148 'help':73 'hit':63 'import':53 'improv':152 'introduct':31 'land':12 'learn':112 'least':83,120 'less':132 'like':77 'linux':85 'made':130 'manjaro':124 'mark':65 'often':42 'one':58 'part':15 'person':119 'pleas':89 'prais':38 'probabl':123 'quit':62 'reason':18 'rememb':90 'sinc':32 'specif':99,127,138 'stuck':21 'suggest':155 'talk':55 'thereof':129 'think':26,49 'us':67 've':2 'would':153"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705739516
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10745978"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705653116 {#3360
      date: 2024-01-19 09:31:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ubuntu. They’ve managed the worst of both worlds: like Debian, everything is old (though admittedly not *as* old), but unlike Debian, everything is broken/buggy/flakey. It’s the old-and-busted distro that I’m routinely told is “the only Linux we support”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 63
  +score: 0
  +lastActive: DateTime @1728784213 {#2197
    date: 2024-10-13 03:50:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gianni@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2201 …}
  +nested: Doctrine\ORM\PersistentCollection {#2203 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
  -id: 322354
  -bodyTs: "'admit':16 'broken/buggy/flakey':25 'bust':32 'debian':11,22 'distro':33 'everyth':12,23 'like':10 'linux':42 'm':36 'manag':4 'old':14,19,30 'old-and-bust':29 'routin':37 'support':44 'though':15 'told':38 'ubuntu':1 'unlik':21 've':3 'world':9 'worst':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6509792"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705664212 {#2205
    date: 2024-01-19 12:36:52.0 +01:00
  }
  +"title": 322354
}
"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
131 DENIED edit
App\Entity\EntryComment {#2206
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2202
    +user: Proxies\__CG__\App\Entity\User {#3339 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Constructively-What-is-your-least-favorite-distro-and-why"
    +title: "(Constructively) What is your least favorite distro & why?"
    +url: null
    +body: """
      I’ve been distrohopping for a while now, and eventually I landed on Arch. Part of the reason I have stuck with it is I think I had a balanced introduction, since I was exposed to both praise and criticism. We often discuss our favorite distros, but I think it’s equally important to talk about the ones that didn’t quite hit the mark for us because it can be very helpful.\n
      \n
      So, I’d like to ask: What is your least favorite Linux distribution and why? Please remember, this is not about bashing or belittling any specific distribution. The aim is to have a constructive discussion where we can learn about each other’s experiences.\n
      \n
      *My personal least favorite is probably Manjaro.*\n
      \n
      Consider:\n
      \n
      - What specific features/lack thereof made it less appealing?\n
      - Did you face any specific challenges?\n
      - How was your experience with the community?\n
      - If given a chance, what improvements would you suggest?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 107
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728994939 {#3372
      date: 2024-10-15 14:22:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3377 …}
    +votes: Doctrine\ORM\PersistentCollection {#3380 …}
    +reports: Doctrine\ORM\PersistentCollection {#3382 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
    +badges: Doctrine\ORM\PersistentCollection {#3388 …}
    +children: [
      App\Entity\EntryComment {#2206}
    ]
    -id: 31666
    -titleTs: "'construct':1 'distro':7 'favorit':6 'least':5"
    -bodyTs: "'aim':102 'appeal':133 'arch':14 'ask':79 'balanc':30 'bash':95 'belittl':97 'challeng':139 'chanc':150 'communiti':146 'consid':125 'construct':107 'critic':40 'd':76 'didn':60 'discuss':43,108 'distribut':86,100 'distro':46 'distrohop':4 'equal':52 'eventu':10 'experi':117,143 'expos':35 'face':136 'favorit':45,84,121 'features/lack':128 'given':148 'help':73 'hit':63 'import':53 'improv':152 'introduct':31 'land':12 'learn':112 'least':83,120 'less':132 'like':77 'linux':85 'made':130 'manjaro':124 'mark':65 'often':42 'one':58 'part':15 'person':119 'pleas':89 'prais':38 'probabl':123 'quit':62 'reason':18 'rememb':90 'sinc':32 'specif':99,127,138 'stuck':21 'suggest':155 'talk':55 'thereof':129 'think':26,49 'us':67 've':2 'would':153"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705739516
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10745978"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705653116 {#3360
      date: 2024-01-19 09:31:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ubuntu. They’ve managed the worst of both worlds: like Debian, everything is old (though admittedly not *as* old), but unlike Debian, everything is broken/buggy/flakey. It’s the old-and-busted distro that I’m routinely told is “the only Linux we support”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 63
  +score: 0
  +lastActive: DateTime @1728784213 {#2197
    date: 2024-10-13 03:50:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gianni@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2201 …}
  +nested: Doctrine\ORM\PersistentCollection {#2203 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
  -id: 322354
  -bodyTs: "'admit':16 'broken/buggy/flakey':25 'bust':32 'debian':11,22 'distro':33 'everyth':12,23 'like':10 'linux':42 'm':36 'manag':4 'old':14,19,30 'old-and-bust':29 'routin':37 'support':44 'though':15 'told':38 'ubuntu':1 'unlik':21 've':3 'world':9 'worst':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6509792"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705664212 {#2205
    date: 2024-01-19 12:36:52.0 +01:00
  }
  +"title": 322354
}
"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
132 DENIED moderate
App\Entity\EntryComment {#2206
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2202
    +user: Proxies\__CG__\App\Entity\User {#3339 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Constructively-What-is-your-least-favorite-distro-and-why"
    +title: "(Constructively) What is your least favorite distro & why?"
    +url: null
    +body: """
      I’ve been distrohopping for a while now, and eventually I landed on Arch. Part of the reason I have stuck with it is I think I had a balanced introduction, since I was exposed to both praise and criticism. We often discuss our favorite distros, but I think it’s equally important to talk about the ones that didn’t quite hit the mark for us because it can be very helpful.\n
      \n
      So, I’d like to ask: What is your least favorite Linux distribution and why? Please remember, this is not about bashing or belittling any specific distribution. The aim is to have a constructive discussion where we can learn about each other’s experiences.\n
      \n
      *My personal least favorite is probably Manjaro.*\n
      \n
      Consider:\n
      \n
      - What specific features/lack thereof made it less appealing?\n
      - Did you face any specific challenges?\n
      - How was your experience with the community?\n
      - If given a chance, what improvements would you suggest?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 107
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728994939 {#3372
      date: 2024-10-15 14:22:19.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3377 …}
    +votes: Doctrine\ORM\PersistentCollection {#3380 …}
    +reports: Doctrine\ORM\PersistentCollection {#3382 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
    +badges: Doctrine\ORM\PersistentCollection {#3388 …}
    +children: [
      App\Entity\EntryComment {#2206}
    ]
    -id: 31666
    -titleTs: "'construct':1 'distro':7 'favorit':6 'least':5"
    -bodyTs: "'aim':102 'appeal':133 'arch':14 'ask':79 'balanc':30 'bash':95 'belittl':97 'challeng':139 'chanc':150 'communiti':146 'consid':125 'construct':107 'critic':40 'd':76 'didn':60 'discuss':43,108 'distribut':86,100 'distro':46 'distrohop':4 'equal':52 'eventu':10 'experi':117,143 'expos':35 'face':136 'favorit':45,84,121 'features/lack':128 'given':148 'help':73 'hit':63 'import':53 'improv':152 'introduct':31 'land':12 'learn':112 'least':83,120 'less':132 'like':77 'linux':85 'made':130 'manjaro':124 'mark':65 'often':42 'one':58 'part':15 'person':119 'pleas':89 'prais':38 'probabl':123 'quit':62 'reason':18 'rememb':90 'sinc':32 'specif':99,127,138 'stuck':21 'suggest':155 'talk':55 'thereof':129 'think':26,49 'us':67 've':2 'would':153"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705739516
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10745978"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705653116 {#3360
      date: 2024-01-19 09:31:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "Ubuntu. They’ve managed the worst of both worlds: like Debian, everything is old (though admittedly not *as* old), but unlike Debian, everything is broken/buggy/flakey. It’s the old-and-busted distro that I’m routinely told is “the only Linux we support”."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 63
  +score: 0
  +lastActive: DateTime @1728784213 {#2197
    date: 2024-10-13 03:50:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gianni@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2201 …}
  +nested: Doctrine\ORM\PersistentCollection {#2203 …}
  +votes: Doctrine\ORM\PersistentCollection {#2212 …}
  +reports: Doctrine\ORM\PersistentCollection {#2209 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2200 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2270 …}
  -id: 322354
  -bodyTs: "'admit':16 'broken/buggy/flakey':25 'bust':32 'debian':11,22 'distro':33 'everyth':12,23 'like':10 'linux':42 'm':36 'manag':4 'old':14,19,30 'old-and-bust':29 'routin':37 'support':44 'though':15 'told':38 'ubuntu':1 'unlik':21 've':3 'world':9 'worst':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6509792"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705664212 {#2205
    date: 2024-01-19 12:36:52.0 +01:00
  }
  +"title": 322354
}
"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
133 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
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2275
  +user: Proxies\__CG__\App\Entity\User {#3597 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
  +image: Proxies\__CG__\App\Entity\Image {#3637 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3639 …}
  +slug: "What-comes-after-open-source-Bruce-Perens-is-working-on"
  +title: "What comes after open source? Bruce Perens is working on it"
  +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open"
  +body: """
    > Perens says there are several pressing problems that the open source community needs to address.\n
    \n
    > “First of all, our licenses aren’t working anymore,” he said. “We’ve had enough time that businesses have found all of the loopholes and thus we need to do something new. The GPL is not acting the way the GPL should have done when one-third of all paid-for Linux systems are sold with a GPL circumvention. That’s RHEL.”\n
    \n
    > Another straw burdening the Open Source camel, Perens writes, “is that Open Source has completely failed to serve the common person. For the most part, if they use us at all they do so through a proprietary software company’s systems, like Apple iOS or Google Android, both of which use Open Source for infrastructure but the apps are mostly proprietary. The common person doesn’t know about Open Source, they don’t know about the freedoms we promote which are increasingly in their interest. Indeed, Open Source is used today to surveil and even oppress them.”\n
    \n
    > Post-Open, as he describes it, is a bit more involved than Open Source. It would define the corporate relationship with developers to ensure companies paid a fair amount for the benefits they receive. It would remain free for individuals and non-profit, and would entail just one license.\n
    \n
    > Whether it can or not, Perens argues that the GPL isn’t enough. “The GPL is designed not as a contract but as a license. What Richard Stallman was thinking was he didn’t want to take away anyone’s rights. He only wanted to grant rights. So it’s not a contract. It’s a license. Well, we can’t do that anymore. We need enforceable contract terms.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724629929 {#3632
    date: 2024-08-26 01:52:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3640 …}
  +votes: Doctrine\ORM\PersistentCollection {#3642 …}
  +reports: Doctrine\ORM\PersistentCollection {#3644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3648 …}
  +badges: Doctrine\ORM\PersistentCollection {#3650 …}
  +children: [
    App\Entity\EntryComment {#2279
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2275 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        It’s an interesting idea, but the differences between copyright and contract law present quite a hurdle.\n
        \n
        Either you release something publicly, licensing it under certain conditions (you can use it this way, but not that), or you cut a contract with a 3rd party for them to use it a certain way – something that only makes sense in a context where the wider public doesn’t already have those rights, otherwise a contract would be unnecessary.\n
        \n
        You see it in some Free software projects: they’re licensed under something aggressive like the AGPL, but for a few you can buy a proprietary license. This of course limits community participation though, as to contribute, you must agree to these terms. I think React does something like this, forcing you to sign a contract to submit a patch.\n
        \n
        He points out a number of problems that I’d like to see solved, so I’d love to hear his ideas, so long as they’re similar in spirit to the goals of the FSF.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1705265086 {#2278
        date: 2024-01-14 21:44:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2261 …}
      +nested: Doctrine\ORM\PersistentCollection {#2218 …}
      +votes: Doctrine\ORM\PersistentCollection {#2221 …}
      +reports: Doctrine\ORM\PersistentCollection {#2217 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2199 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2195 …}
      -id: 308933
      -bodyTs: "'3rd':44 'aggress':91 'agpl':94 'agre':117 'alreadi':68 'buy':101 'certain':26,52 'communiti':109 'condit':27 'context':61 'contract':12,41,74,133 'contribut':114 'copyright':10 'cours':107 'cut':39 'd':147,154 'differ':8 'doesn':66 'either':18 'forc':128 'free':83 'fsf':173 'goal':170 'hear':157 'hurdl':17 'idea':5,159 'interest':4 'law':13 'licens':23,88,104 'like':92,126,148 'limit':108 'long':161 'love':155 'make':57 'must':116 'number':142 'otherwis':72 'parti':45 'particip':110 'patch':137 'point':139 'present':14 'problem':144 'project':85 'proprietari':103 'public':22,65 'quit':15 're':87,164 'react':123 'releas':20 'right':71 'see':79,150 'sens':58 'sign':131 'similar':165 'softwar':84 'solv':151 'someth':21,54,90,125 'spirit':167 'submit':135 'term':120 'think':122 'though':111 'unnecessari':77 'use':30,49 'way':33,53 'wider':64 'would':75"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6372394"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705265086 {#2276
        date: 2024-01-14 21:44:46.0 +01:00
      }
      +"title": 308933
    }
  ]
  -id: 30497
  -titleTs: "'bruce':6 'come':2 'open':4 'peren':7 'sourc':5 'work':9"
  -bodyTs: "'act':52 'address':15 'amount':206 'android':126 'anoth':80 'anymor':24,291 'anyon':266 'app':137 'appl':122 'aren':21 'argu':234 'away':265 'benefit':209 'bit':186 'burden':82 'busi':33 'camel':86 'circumvent':76 'common':99,142 'communiti':12 'compani':118,202 'complet':94 'contract':248,280,295 'corpor':196 'defin':194 'describ':182 'design':244 'develop':199 'didn':260 'doesn':144 'done':59 'enforc':294 'enough':30,240 'ensur':201 'entail':224 'even':174 'fail':95 'fair':205 'first':16 'found':35 'free':215 'freedom':156 'googl':125 'gpl':49,56,75,237,242 'grant':273 'increas':161 'inde':165 'individu':217 'infrastructur':134 'interest':164 'involv':188 'io':123 'isn':238 'know':146,153 'licens':20,227,252,284 'like':121 'linux':69 'loophol':39 'most':139 'need':13,43,293 'new':47 'non':220 'non-profit':219 'one':62,226 'one-third':61 'open':10,84,91,131,148,166,179,190 'oppress':175 'paid':67,203 'paid-for':66 'part':104 'peren':1,87,233 'person':100,143 'post':178 'post-open':177 'press':6 'problem':7 'profit':221 'promot':158 'proprietari':116,140 'receiv':211 'relationship':197 'remain':214 'rhel':79 'richard':254 'right':268,274 'said':26 'say':2 'serv':97 'sever':5 'softwar':117 'sold':72 'someth':46 'sourc':11,85,92,132,149,167,191 'stallman':255 'straw':81 'surveil':172 'system':70,120 'take':264 'term':296 'think':257 'third':63 'thus':41 'time':31 'today':170 'us':108 'use':107,130,169 've':28 'want':262,271 'way':54 'well':285 'whether':228 'work':23 'would':193,213,223 'write':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705347436
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/590759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705261036 {#3619
    date: 2024-01-14 20:37:16.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2275
  +user: Proxies\__CG__\App\Entity\User {#3597 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
  +image: Proxies\__CG__\App\Entity\Image {#3637 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3639 …}
  +slug: "What-comes-after-open-source-Bruce-Perens-is-working-on"
  +title: "What comes after open source? Bruce Perens is working on it"
  +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open"
  +body: """
    > Perens says there are several pressing problems that the open source community needs to address.\n
    \n
    > “First of all, our licenses aren’t working anymore,” he said. “We’ve had enough time that businesses have found all of the loopholes and thus we need to do something new. The GPL is not acting the way the GPL should have done when one-third of all paid-for Linux systems are sold with a GPL circumvention. That’s RHEL.”\n
    \n
    > Another straw burdening the Open Source camel, Perens writes, “is that Open Source has completely failed to serve the common person. For the most part, if they use us at all they do so through a proprietary software company’s systems, like Apple iOS or Google Android, both of which use Open Source for infrastructure but the apps are mostly proprietary. The common person doesn’t know about Open Source, they don’t know about the freedoms we promote which are increasingly in their interest. Indeed, Open Source is used today to surveil and even oppress them.”\n
    \n
    > Post-Open, as he describes it, is a bit more involved than Open Source. It would define the corporate relationship with developers to ensure companies paid a fair amount for the benefits they receive. It would remain free for individuals and non-profit, and would entail just one license.\n
    \n
    > Whether it can or not, Perens argues that the GPL isn’t enough. “The GPL is designed not as a contract but as a license. What Richard Stallman was thinking was he didn’t want to take away anyone’s rights. He only wanted to grant rights. So it’s not a contract. It’s a license. Well, we can’t do that anymore. We need enforceable contract terms.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724629929 {#3632
    date: 2024-08-26 01:52:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3640 …}
  +votes: Doctrine\ORM\PersistentCollection {#3642 …}
  +reports: Doctrine\ORM\PersistentCollection {#3644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3648 …}
  +badges: Doctrine\ORM\PersistentCollection {#3650 …}
  +children: [
    App\Entity\EntryComment {#2279
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2275 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        It’s an interesting idea, but the differences between copyright and contract law present quite a hurdle.\n
        \n
        Either you release something publicly, licensing it under certain conditions (you can use it this way, but not that), or you cut a contract with a 3rd party for them to use it a certain way – something that only makes sense in a context where the wider public doesn’t already have those rights, otherwise a contract would be unnecessary.\n
        \n
        You see it in some Free software projects: they’re licensed under something aggressive like the AGPL, but for a few you can buy a proprietary license. This of course limits community participation though, as to contribute, you must agree to these terms. I think React does something like this, forcing you to sign a contract to submit a patch.\n
        \n
        He points out a number of problems that I’d like to see solved, so I’d love to hear his ideas, so long as they’re similar in spirit to the goals of the FSF.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1705265086 {#2278
        date: 2024-01-14 21:44:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2261 …}
      +nested: Doctrine\ORM\PersistentCollection {#2218 …}
      +votes: Doctrine\ORM\PersistentCollection {#2221 …}
      +reports: Doctrine\ORM\PersistentCollection {#2217 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2199 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2195 …}
      -id: 308933
      -bodyTs: "'3rd':44 'aggress':91 'agpl':94 'agre':117 'alreadi':68 'buy':101 'certain':26,52 'communiti':109 'condit':27 'context':61 'contract':12,41,74,133 'contribut':114 'copyright':10 'cours':107 'cut':39 'd':147,154 'differ':8 'doesn':66 'either':18 'forc':128 'free':83 'fsf':173 'goal':170 'hear':157 'hurdl':17 'idea':5,159 'interest':4 'law':13 'licens':23,88,104 'like':92,126,148 'limit':108 'long':161 'love':155 'make':57 'must':116 'number':142 'otherwis':72 'parti':45 'particip':110 'patch':137 'point':139 'present':14 'problem':144 'project':85 'proprietari':103 'public':22,65 'quit':15 're':87,164 'react':123 'releas':20 'right':71 'see':79,150 'sens':58 'sign':131 'similar':165 'softwar':84 'solv':151 'someth':21,54,90,125 'spirit':167 'submit':135 'term':120 'think':122 'though':111 'unnecessari':77 'use':30,49 'way':33,53 'wider':64 'would':75"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6372394"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705265086 {#2276
        date: 2024-01-14 21:44:46.0 +01:00
      }
      +"title": 308933
    }
  ]
  -id: 30497
  -titleTs: "'bruce':6 'come':2 'open':4 'peren':7 'sourc':5 'work':9"
  -bodyTs: "'act':52 'address':15 'amount':206 'android':126 'anoth':80 'anymor':24,291 'anyon':266 'app':137 'appl':122 'aren':21 'argu':234 'away':265 'benefit':209 'bit':186 'burden':82 'busi':33 'camel':86 'circumvent':76 'common':99,142 'communiti':12 'compani':118,202 'complet':94 'contract':248,280,295 'corpor':196 'defin':194 'describ':182 'design':244 'develop':199 'didn':260 'doesn':144 'done':59 'enforc':294 'enough':30,240 'ensur':201 'entail':224 'even':174 'fail':95 'fair':205 'first':16 'found':35 'free':215 'freedom':156 'googl':125 'gpl':49,56,75,237,242 'grant':273 'increas':161 'inde':165 'individu':217 'infrastructur':134 'interest':164 'involv':188 'io':123 'isn':238 'know':146,153 'licens':20,227,252,284 'like':121 'linux':69 'loophol':39 'most':139 'need':13,43,293 'new':47 'non':220 'non-profit':219 'one':62,226 'one-third':61 'open':10,84,91,131,148,166,179,190 'oppress':175 'paid':67,203 'paid-for':66 'part':104 'peren':1,87,233 'person':100,143 'post':178 'post-open':177 'press':6 'problem':7 'profit':221 'promot':158 'proprietari':116,140 'receiv':211 'relationship':197 'remain':214 'rhel':79 'richard':254 'right':268,274 'said':26 'say':2 'serv':97 'sever':5 'softwar':117 'sold':72 'someth':46 'sourc':11,85,92,132,149,167,191 'stallman':255 'straw':81 'surveil':172 'system':70,120 'take':264 'term':296 'think':257 'third':63 'thus':41 'time':31 'today':170 'us':108 'use':107,130,169 've':28 'want':262,271 'way':54 'well':285 'whether':228 'work':23 'would':193,213,223 'write':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705347436
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/590759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705261036 {#3619
    date: 2024-01-14 20:37:16.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2275
  +user: Proxies\__CG__\App\Entity\User {#3597 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
  +image: Proxies\__CG__\App\Entity\Image {#3637 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3639 …}
  +slug: "What-comes-after-open-source-Bruce-Perens-is-working-on"
  +title: "What comes after open source? Bruce Perens is working on it"
  +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open"
  +body: """
    > Perens says there are several pressing problems that the open source community needs to address.\n
    \n
    > “First of all, our licenses aren’t working anymore,” he said. “We’ve had enough time that businesses have found all of the loopholes and thus we need to do something new. The GPL is not acting the way the GPL should have done when one-third of all paid-for Linux systems are sold with a GPL circumvention. That’s RHEL.”\n
    \n
    > Another straw burdening the Open Source camel, Perens writes, “is that Open Source has completely failed to serve the common person. For the most part, if they use us at all they do so through a proprietary software company’s systems, like Apple iOS or Google Android, both of which use Open Source for infrastructure but the apps are mostly proprietary. The common person doesn’t know about Open Source, they don’t know about the freedoms we promote which are increasingly in their interest. Indeed, Open Source is used today to surveil and even oppress them.”\n
    \n
    > Post-Open, as he describes it, is a bit more involved than Open Source. It would define the corporate relationship with developers to ensure companies paid a fair amount for the benefits they receive. It would remain free for individuals and non-profit, and would entail just one license.\n
    \n
    > Whether it can or not, Perens argues that the GPL isn’t enough. “The GPL is designed not as a contract but as a license. What Richard Stallman was thinking was he didn’t want to take away anyone’s rights. He only wanted to grant rights. So it’s not a contract. It’s a license. Well, we can’t do that anymore. We need enforceable contract terms.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 154
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724629929 {#3632
    date: 2024-08-26 01:52:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3640 …}
  +votes: Doctrine\ORM\PersistentCollection {#3642 …}
  +reports: Doctrine\ORM\PersistentCollection {#3644 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3646 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3648 …}
  +badges: Doctrine\ORM\PersistentCollection {#3650 …}
  +children: [
    App\Entity\EntryComment {#2279
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2275 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        It’s an interesting idea, but the differences between copyright and contract law present quite a hurdle.\n
        \n
        Either you release something publicly, licensing it under certain conditions (you can use it this way, but not that), or you cut a contract with a 3rd party for them to use it a certain way – something that only makes sense in a context where the wider public doesn’t already have those rights, otherwise a contract would be unnecessary.\n
        \n
        You see it in some Free software projects: they’re licensed under something aggressive like the AGPL, but for a few you can buy a proprietary license. This of course limits community participation though, as to contribute, you must agree to these terms. I think React does something like this, forcing you to sign a contract to submit a patch.\n
        \n
        He points out a number of problems that I’d like to see solved, so I’d love to hear his ideas, so long as they’re similar in spirit to the goals of the FSF.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1705265086 {#2278
        date: 2024-01-14 21:44:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2261 …}
      +nested: Doctrine\ORM\PersistentCollection {#2218 …}
      +votes: Doctrine\ORM\PersistentCollection {#2221 …}
      +reports: Doctrine\ORM\PersistentCollection {#2217 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2199 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2195 …}
      -id: 308933
      -bodyTs: "'3rd':44 'aggress':91 'agpl':94 'agre':117 'alreadi':68 'buy':101 'certain':26,52 'communiti':109 'condit':27 'context':61 'contract':12,41,74,133 'contribut':114 'copyright':10 'cours':107 'cut':39 'd':147,154 'differ':8 'doesn':66 'either':18 'forc':128 'free':83 'fsf':173 'goal':170 'hear':157 'hurdl':17 'idea':5,159 'interest':4 'law':13 'licens':23,88,104 'like':92,126,148 'limit':108 'long':161 'love':155 'make':57 'must':116 'number':142 'otherwis':72 'parti':45 'particip':110 'patch':137 'point':139 'present':14 'problem':144 'project':85 'proprietari':103 'public':22,65 'quit':15 're':87,164 'react':123 'releas':20 'right':71 'see':79,150 'sens':58 'sign':131 'similar':165 'softwar':84 'solv':151 'someth':21,54,90,125 'spirit':167 'submit':135 'term':120 'think':122 'though':111 'unnecessari':77 'use':30,49 'way':33,53 'wider':64 'would':75"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6372394"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705265086 {#2276
        date: 2024-01-14 21:44:46.0 +01:00
      }
      +"title": 308933
    }
  ]
  -id: 30497
  -titleTs: "'bruce':6 'come':2 'open':4 'peren':7 'sourc':5 'work':9"
  -bodyTs: "'act':52 'address':15 'amount':206 'android':126 'anoth':80 'anymor':24,291 'anyon':266 'app':137 'appl':122 'aren':21 'argu':234 'away':265 'benefit':209 'bit':186 'burden':82 'busi':33 'camel':86 'circumvent':76 'common':99,142 'communiti':12 'compani':118,202 'complet':94 'contract':248,280,295 'corpor':196 'defin':194 'describ':182 'design':244 'develop':199 'didn':260 'doesn':144 'done':59 'enforc':294 'enough':30,240 'ensur':201 'entail':224 'even':174 'fail':95 'fair':205 'first':16 'found':35 'free':215 'freedom':156 'googl':125 'gpl':49,56,75,237,242 'grant':273 'increas':161 'inde':165 'individu':217 'infrastructur':134 'interest':164 'involv':188 'io':123 'isn':238 'know':146,153 'licens':20,227,252,284 'like':121 'linux':69 'loophol':39 'most':139 'need':13,43,293 'new':47 'non':220 'non-profit':219 'one':62,226 'one-third':61 'open':10,84,91,131,148,166,179,190 'oppress':175 'paid':67,203 'paid-for':66 'part':104 'peren':1,87,233 'person':100,143 'post':178 'post-open':177 'press':6 'problem':7 'profit':221 'promot':158 'proprietari':116,140 'receiv':211 'relationship':197 'remain':214 'rhel':79 'richard':254 'right':268,274 'said':26 'say':2 'serv':97 'sever':5 'softwar':117 'sold':72 'someth':46 'sourc':11,85,92,132,149,167,191 'stallman':255 'straw':81 'surveil':172 'system':70,120 'take':264 'term':296 'think':257 'third':63 'thus':41 'time':31 'today':170 'us':108 'use':107,130,169 've':28 'want':262,271 'way':54 'well':285 'whether':228 'work':23 'would':193,213,223 'write':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705347436
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/590759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705261036 {#3619
    date: 2024-01-14 20:37:16.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
137 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
138 DENIED moderate
App\Entity\EntryComment {#2279
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2275
    +user: Proxies\__CG__\App\Entity\User {#3597 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
    +image: Proxies\__CG__\App\Entity\Image {#3637 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3639 …}
    +slug: "What-comes-after-open-source-Bruce-Perens-is-working-on"
    +title: "What comes after open source? Bruce Perens is working on it"
    +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open"
    +body: """
      > Perens says there are several pressing problems that the open source community needs to address.\n
      \n
      > “First of all, our licenses aren’t working anymore,” he said. “We’ve had enough time that businesses have found all of the loopholes and thus we need to do something new. The GPL is not acting the way the GPL should have done when one-third of all paid-for Linux systems are sold with a GPL circumvention. That’s RHEL.”\n
      \n
      > Another straw burdening the Open Source camel, Perens writes, “is that Open Source has completely failed to serve the common person. For the most part, if they use us at all they do so through a proprietary software company’s systems, like Apple iOS or Google Android, both of which use Open Source for infrastructure but the apps are mostly proprietary. The common person doesn’t know about Open Source, they don’t know about the freedoms we promote which are increasingly in their interest. Indeed, Open Source is used today to surveil and even oppress them.”\n
      \n
      > Post-Open, as he describes it, is a bit more involved than Open Source. It would define the corporate relationship with developers to ensure companies paid a fair amount for the benefits they receive. It would remain free for individuals and non-profit, and would entail just one license.\n
      \n
      > Whether it can or not, Perens argues that the GPL isn’t enough. “The GPL is designed not as a contract but as a license. What Richard Stallman was thinking was he didn’t want to take away anyone’s rights. He only wanted to grant rights. So it’s not a contract. It’s a license. Well, we can’t do that anymore. We need enforceable contract terms.”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 22
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724629929 {#3632
      date: 2024-08-26 01:52:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3640 …}
    +votes: Doctrine\ORM\PersistentCollection {#3642 …}
    +reports: Doctrine\ORM\PersistentCollection {#3644 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3646 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3648 …}
    +badges: Doctrine\ORM\PersistentCollection {#3650 …}
    +children: [
      App\Entity\EntryComment {#2279}
    ]
    -id: 30497
    -titleTs: "'bruce':6 'come':2 'open':4 'peren':7 'sourc':5 'work':9"
    -bodyTs: "'act':52 'address':15 'amount':206 'android':126 'anoth':80 'anymor':24,291 'anyon':266 'app':137 'appl':122 'aren':21 'argu':234 'away':265 'benefit':209 'bit':186 'burden':82 'busi':33 'camel':86 'circumvent':76 'common':99,142 'communiti':12 'compani':118,202 'complet':94 'contract':248,280,295 'corpor':196 'defin':194 'describ':182 'design':244 'develop':199 'didn':260 'doesn':144 'done':59 'enforc':294 'enough':30,240 'ensur':201 'entail':224 'even':174 'fail':95 'fair':205 'first':16 'found':35 'free':215 'freedom':156 'googl':125 'gpl':49,56,75,237,242 'grant':273 'increas':161 'inde':165 'individu':217 'infrastructur':134 'interest':164 'involv':188 'io':123 'isn':238 'know':146,153 'licens':20,227,252,284 'like':121 'linux':69 'loophol':39 'most':139 'need':13,43,293 'new':47 'non':220 'non-profit':219 'one':62,226 'one-third':61 'open':10,84,91,131,148,166,179,190 'oppress':175 'paid':67,203 'paid-for':66 'part':104 'peren':1,87,233 'person':100,143 'post':178 'post-open':177 'press':6 'problem':7 'profit':221 'promot':158 'proprietari':116,140 'receiv':211 'relationship':197 'remain':214 'rhel':79 'richard':254 'right':268,274 'said':26 'say':2 'serv':97 'sever':5 'softwar':117 'sold':72 'someth':46 'sourc':11,85,92,132,149,167,191 'stallman':255 'straw':81 'surveil':172 'system':70,120 'take':264 'term':296 'think':257 'third':63 'thus':41 'time':31 'today':170 'us':108 'use':107,130,169 've':28 'want':262,271 'way':54 'well':285 'whether':228 'work':23 'would':193,213,223 'write':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705347436
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/590759"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705261036 {#3619
      date: 2024-01-14 20:37:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It’s an interesting idea, but the differences between copyright and contract law present quite a hurdle.\n
    \n
    Either you release something publicly, licensing it under certain conditions (you can use it this way, but not that), or you cut a contract with a 3rd party for them to use it a certain way – something that only makes sense in a context where the wider public doesn’t already have those rights, otherwise a contract would be unnecessary.\n
    \n
    You see it in some Free software projects: they’re licensed under something aggressive like the AGPL, but for a few you can buy a proprietary license. This of course limits community participation though, as to contribute, you must agree to these terms. I think React does something like this, forcing you to sign a contract to submit a patch.\n
    \n
    He points out a number of problems that I’d like to see solved, so I’d love to hear his ideas, so long as they’re similar in spirit to the goals of the FSF.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1705265086 {#2278
    date: 2024-01-14 21:44:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2261 …}
  +nested: Doctrine\ORM\PersistentCollection {#2218 …}
  +votes: Doctrine\ORM\PersistentCollection {#2221 …}
  +reports: Doctrine\ORM\PersistentCollection {#2217 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2199 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2195 …}
  -id: 308933
  -bodyTs: "'3rd':44 'aggress':91 'agpl':94 'agre':117 'alreadi':68 'buy':101 'certain':26,52 'communiti':109 'condit':27 'context':61 'contract':12,41,74,133 'contribut':114 'copyright':10 'cours':107 'cut':39 'd':147,154 'differ':8 'doesn':66 'either':18 'forc':128 'free':83 'fsf':173 'goal':170 'hear':157 'hurdl':17 'idea':5,159 'interest':4 'law':13 'licens':23,88,104 'like':92,126,148 'limit':108 'long':161 'love':155 'make':57 'must':116 'number':142 'otherwis':72 'parti':45 'particip':110 'patch':137 'point':139 'present':14 'problem':144 'project':85 'proprietari':103 'public':22,65 'quit':15 're':87,164 'react':123 'releas':20 'right':71 'see':79,150 'sens':58 'sign':131 'similar':165 'softwar':84 'solv':151 'someth':21,54,90,125 'spirit':167 'submit':135 'term':120 'think':122 'though':111 'unnecessari':77 'use':30,49 'way':33,53 'wider':64 'would':75"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6372394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705265086 {#2276
    date: 2024-01-14 21:44:46.0 +01:00
  }
  +"title": 308933
}
"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
139 DENIED edit
App\Entity\EntryComment {#2279
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2275
    +user: Proxies\__CG__\App\Entity\User {#3597 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
    +image: Proxies\__CG__\App\Entity\Image {#3637 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3639 …}
    +slug: "What-comes-after-open-source-Bruce-Perens-is-working-on"
    +title: "What comes after open source? Bruce Perens is working on it"
    +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open"
    +body: """
      > Perens says there are several pressing problems that the open source community needs to address.\n
      \n
      > “First of all, our licenses aren’t working anymore,” he said. “We’ve had enough time that businesses have found all of the loopholes and thus we need to do something new. The GPL is not acting the way the GPL should have done when one-third of all paid-for Linux systems are sold with a GPL circumvention. That’s RHEL.”\n
      \n
      > Another straw burdening the Open Source camel, Perens writes, “is that Open Source has completely failed to serve the common person. For the most part, if they use us at all they do so through a proprietary software company’s systems, like Apple iOS or Google Android, both of which use Open Source for infrastructure but the apps are mostly proprietary. The common person doesn’t know about Open Source, they don’t know about the freedoms we promote which are increasingly in their interest. Indeed, Open Source is used today to surveil and even oppress them.”\n
      \n
      > Post-Open, as he describes it, is a bit more involved than Open Source. It would define the corporate relationship with developers to ensure companies paid a fair amount for the benefits they receive. It would remain free for individuals and non-profit, and would entail just one license.\n
      \n
      > Whether it can or not, Perens argues that the GPL isn’t enough. “The GPL is designed not as a contract but as a license. What Richard Stallman was thinking was he didn’t want to take away anyone’s rights. He only wanted to grant rights. So it’s not a contract. It’s a license. Well, we can’t do that anymore. We need enforceable contract terms.”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 22
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724629929 {#3632
      date: 2024-08-26 01:52:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3640 …}
    +votes: Doctrine\ORM\PersistentCollection {#3642 …}
    +reports: Doctrine\ORM\PersistentCollection {#3644 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3646 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3648 …}
    +badges: Doctrine\ORM\PersistentCollection {#3650 …}
    +children: [
      App\Entity\EntryComment {#2279}
    ]
    -id: 30497
    -titleTs: "'bruce':6 'come':2 'open':4 'peren':7 'sourc':5 'work':9"
    -bodyTs: "'act':52 'address':15 'amount':206 'android':126 'anoth':80 'anymor':24,291 'anyon':266 'app':137 'appl':122 'aren':21 'argu':234 'away':265 'benefit':209 'bit':186 'burden':82 'busi':33 'camel':86 'circumvent':76 'common':99,142 'communiti':12 'compani':118,202 'complet':94 'contract':248,280,295 'corpor':196 'defin':194 'describ':182 'design':244 'develop':199 'didn':260 'doesn':144 'done':59 'enforc':294 'enough':30,240 'ensur':201 'entail':224 'even':174 'fail':95 'fair':205 'first':16 'found':35 'free':215 'freedom':156 'googl':125 'gpl':49,56,75,237,242 'grant':273 'increas':161 'inde':165 'individu':217 'infrastructur':134 'interest':164 'involv':188 'io':123 'isn':238 'know':146,153 'licens':20,227,252,284 'like':121 'linux':69 'loophol':39 'most':139 'need':13,43,293 'new':47 'non':220 'non-profit':219 'one':62,226 'one-third':61 'open':10,84,91,131,148,166,179,190 'oppress':175 'paid':67,203 'paid-for':66 'part':104 'peren':1,87,233 'person':100,143 'post':178 'post-open':177 'press':6 'problem':7 'profit':221 'promot':158 'proprietari':116,140 'receiv':211 'relationship':197 'remain':214 'rhel':79 'richard':254 'right':268,274 'said':26 'say':2 'serv':97 'sever':5 'softwar':117 'sold':72 'someth':46 'sourc':11,85,92,132,149,167,191 'stallman':255 'straw':81 'surveil':172 'system':70,120 'take':264 'term':296 'think':257 'third':63 'thus':41 'time':31 'today':170 'us':108 'use':107,130,169 've':28 'want':262,271 'way':54 'well':285 'whether':228 'work':23 'would':193,213,223 'write':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705347436
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/590759"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705261036 {#3619
      date: 2024-01-14 20:37:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It’s an interesting idea, but the differences between copyright and contract law present quite a hurdle.\n
    \n
    Either you release something publicly, licensing it under certain conditions (you can use it this way, but not that), or you cut a contract with a 3rd party for them to use it a certain way – something that only makes sense in a context where the wider public doesn’t already have those rights, otherwise a contract would be unnecessary.\n
    \n
    You see it in some Free software projects: they’re licensed under something aggressive like the AGPL, but for a few you can buy a proprietary license. This of course limits community participation though, as to contribute, you must agree to these terms. I think React does something like this, forcing you to sign a contract to submit a patch.\n
    \n
    He points out a number of problems that I’d like to see solved, so I’d love to hear his ideas, so long as they’re similar in spirit to the goals of the FSF.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1705265086 {#2278
    date: 2024-01-14 21:44:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2261 …}
  +nested: Doctrine\ORM\PersistentCollection {#2218 …}
  +votes: Doctrine\ORM\PersistentCollection {#2221 …}
  +reports: Doctrine\ORM\PersistentCollection {#2217 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2199 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2195 …}
  -id: 308933
  -bodyTs: "'3rd':44 'aggress':91 'agpl':94 'agre':117 'alreadi':68 'buy':101 'certain':26,52 'communiti':109 'condit':27 'context':61 'contract':12,41,74,133 'contribut':114 'copyright':10 'cours':107 'cut':39 'd':147,154 'differ':8 'doesn':66 'either':18 'forc':128 'free':83 'fsf':173 'goal':170 'hear':157 'hurdl':17 'idea':5,159 'interest':4 'law':13 'licens':23,88,104 'like':92,126,148 'limit':108 'long':161 'love':155 'make':57 'must':116 'number':142 'otherwis':72 'parti':45 'particip':110 'patch':137 'point':139 'present':14 'problem':144 'project':85 'proprietari':103 'public':22,65 'quit':15 're':87,164 'react':123 'releas':20 'right':71 'see':79,150 'sens':58 'sign':131 'similar':165 'softwar':84 'solv':151 'someth':21,54,90,125 'spirit':167 'submit':135 'term':120 'think':122 'though':111 'unnecessari':77 'use':30,49 'way':33,53 'wider':64 'would':75"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6372394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705265086 {#2276
    date: 2024-01-14 21:44:46.0 +01:00
  }
  +"title": 308933
}
"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
140 DENIED moderate
App\Entity\EntryComment {#2279
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2275
    +user: Proxies\__CG__\App\Entity\User {#3597 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
    +image: Proxies\__CG__\App\Entity\Image {#3637 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3639 …}
    +slug: "What-comes-after-open-source-Bruce-Perens-is-working-on"
    +title: "What comes after open source? Bruce Perens is working on it"
    +url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open"
    +body: """
      > Perens says there are several pressing problems that the open source community needs to address.\n
      \n
      > “First of all, our licenses aren’t working anymore,” he said. “We’ve had enough time that businesses have found all of the loopholes and thus we need to do something new. The GPL is not acting the way the GPL should have done when one-third of all paid-for Linux systems are sold with a GPL circumvention. That’s RHEL.”\n
      \n
      > Another straw burdening the Open Source camel, Perens writes, “is that Open Source has completely failed to serve the common person. For the most part, if they use us at all they do so through a proprietary software company’s systems, like Apple iOS or Google Android, both of which use Open Source for infrastructure but the apps are mostly proprietary. The common person doesn’t know about Open Source, they don’t know about the freedoms we promote which are increasingly in their interest. Indeed, Open Source is used today to surveil and even oppress them.”\n
      \n
      > Post-Open, as he describes it, is a bit more involved than Open Source. It would define the corporate relationship with developers to ensure companies paid a fair amount for the benefits they receive. It would remain free for individuals and non-profit, and would entail just one license.\n
      \n
      > Whether it can or not, Perens argues that the GPL isn’t enough. “The GPL is designed not as a contract but as a license. What Richard Stallman was thinking was he didn’t want to take away anyone’s rights. He only wanted to grant rights. So it’s not a contract. It’s a license. Well, we can’t do that anymore. We need enforceable contract terms.”
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 22
    +favouriteCount: 154
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724629929 {#3632
      date: 2024-08-26 01:52:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3640 …}
    +votes: Doctrine\ORM\PersistentCollection {#3642 …}
    +reports: Doctrine\ORM\PersistentCollection {#3644 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3646 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3648 …}
    +badges: Doctrine\ORM\PersistentCollection {#3650 …}
    +children: [
      App\Entity\EntryComment {#2279}
    ]
    -id: 30497
    -titleTs: "'bruce':6 'come':2 'open':4 'peren':7 'sourc':5 'work':9"
    -bodyTs: "'act':52 'address':15 'amount':206 'android':126 'anoth':80 'anymor':24,291 'anyon':266 'app':137 'appl':122 'aren':21 'argu':234 'away':265 'benefit':209 'bit':186 'burden':82 'busi':33 'camel':86 'circumvent':76 'common':99,142 'communiti':12 'compani':118,202 'complet':94 'contract':248,280,295 'corpor':196 'defin':194 'describ':182 'design':244 'develop':199 'didn':260 'doesn':144 'done':59 'enforc':294 'enough':30,240 'ensur':201 'entail':224 'even':174 'fail':95 'fair':205 'first':16 'found':35 'free':215 'freedom':156 'googl':125 'gpl':49,56,75,237,242 'grant':273 'increas':161 'inde':165 'individu':217 'infrastructur':134 'interest':164 'involv':188 'io':123 'isn':238 'know':146,153 'licens':20,227,252,284 'like':121 'linux':69 'loophol':39 'most':139 'need':13,43,293 'new':47 'non':220 'non-profit':219 'one':62,226 'one-third':61 'open':10,84,91,131,148,166,179,190 'oppress':175 'paid':67,203 'paid-for':66 'part':104 'peren':1,87,233 'person':100,143 'post':178 'post-open':177 'press':6 'problem':7 'profit':221 'promot':158 'proprietari':116,140 'receiv':211 'relationship':197 'remain':214 'rhel':79 'richard':254 'right':268,274 'said':26 'say':2 'serv':97 'sever':5 'softwar':117 'sold':72 'someth':46 'sourc':11,85,92,132,149,167,191 'stallman':255 'straw':81 'surveil':172 'system':70,120 'take':264 'term':296 'think':257 'third':63 'thus':41 'time':31 'today':170 'us':108 'use':107,130,169 've':28 'want':262,271 'way':54 'well':285 'whether':228 'work':23 'would':193,213,223 'write':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705347436
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/590759"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705261036 {#3619
      date: 2024-01-14 20:37:16.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2277 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    It’s an interesting idea, but the differences between copyright and contract law present quite a hurdle.\n
    \n
    Either you release something publicly, licensing it under certain conditions (you can use it this way, but not that), or you cut a contract with a 3rd party for them to use it a certain way – something that only makes sense in a context where the wider public doesn’t already have those rights, otherwise a contract would be unnecessary.\n
    \n
    You see it in some Free software projects: they’re licensed under something aggressive like the AGPL, but for a few you can buy a proprietary license. This of course limits community participation though, as to contribute, you must agree to these terms. I think React does something like this, forcing you to sign a contract to submit a patch.\n
    \n
    He points out a number of problems that I’d like to see solved, so I’d love to hear his ideas, so long as they’re similar in spirit to the goals of the FSF.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1705265086 {#2278
    date: 2024-01-14 21:44:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2261 …}
  +nested: Doctrine\ORM\PersistentCollection {#2218 …}
  +votes: Doctrine\ORM\PersistentCollection {#2221 …}
  +reports: Doctrine\ORM\PersistentCollection {#2217 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2199 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2195 …}
  -id: 308933
  -bodyTs: "'3rd':44 'aggress':91 'agpl':94 'agre':117 'alreadi':68 'buy':101 'certain':26,52 'communiti':109 'condit':27 'context':61 'contract':12,41,74,133 'contribut':114 'copyright':10 'cours':107 'cut':39 'd':147,154 'differ':8 'doesn':66 'either':18 'forc':128 'free':83 'fsf':173 'goal':170 'hear':157 'hurdl':17 'idea':5,159 'interest':4 'law':13 'licens':23,88,104 'like':92,126,148 'limit':108 'long':161 'love':155 'make':57 'must':116 'number':142 'otherwis':72 'parti':45 'particip':110 'patch':137 'point':139 'present':14 'problem':144 'project':85 'proprietari':103 'public':22,65 'quit':15 're':87,164 'react':123 'releas':20 'right':71 'see':79,150 'sens':58 'sign':131 'similar':165 'softwar':84 'solv':151 'someth':21,54,90,125 'spirit':167 'submit':135 'term':120 'think':122 'though':111 'unnecessari':77 'use':30,49 'way':33,53 'wider':64 'would':75"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6372394"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705265086 {#2276
    date: 2024-01-14 21:44:46.0 +01:00
  }
  +"title": 308933
}
"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
141 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
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3506 …}
  +slug: "An-open-source-cross-platform-terminal-for-seamless-workflows"
  +title: "An open-source, cross-platform terminal for seamless workflows"
  +url: "https://waveterm.dev/"
  +body: """
    Render anything inline. Save sessions and history. Powered by open web standards.\n
    \n
    I’m trying it, and it does looks nice.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 75
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702205307 {#3499
    date: 2023-12-10 11:48:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3507 …}
  +votes: Doctrine\ORM\PersistentCollection {#3509 …}
  +reports: Doctrine\ORM\PersistentCollection {#3511 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3515 …}
  +badges: Doctrine\ORM\PersistentCollection {#3517 …}
  +children: [
    App\Entity\EntryComment {#2360
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701980374 {#2370
        date: 2023-12-07 21:19:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@edu4rdshl@lemmy.world"
        "@ExtremeDullard@lemmy.sdf.org"
        "@flubba86@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 208015
      -bodyTs: "'around':7 'call':30 'effect':24 'fast':8 'measur':35 'never':2 'program':27 're':20,29 'slow':15 'sure':16 'termin':9,13,18 'thing':6 'understand':3 'use':21 'whole':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701980374 {#2377
        date: 2023-12-07 21:19:34.0 +01:00
      }
      +"title": 208015
    }
  ]
  -id: 20694
  -titleTs: "'cross':6 'cross-platform':5 'open':3 'open-sourc':2 'platform':7 'seamless':10 'sourc':4 'termin':8 'workflow':11"
  -bodyTs: "'anyth':2 'histori':7 'inlin':3 'look':20 'm':14 'nice':21 'open':10 'power':8 'render':1 'save':4 'session':5 'standard':12 'tri':15 'web':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701968585
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9227001"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701882185 {#3486
    date: 2023-12-06 18:03:05.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
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3506 …}
  +slug: "An-open-source-cross-platform-terminal-for-seamless-workflows"
  +title: "An open-source, cross-platform terminal for seamless workflows"
  +url: "https://waveterm.dev/"
  +body: """
    Render anything inline. Save sessions and history. Powered by open web standards.\n
    \n
    I’m trying it, and it does looks nice.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 75
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702205307 {#3499
    date: 2023-12-10 11:48:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3507 …}
  +votes: Doctrine\ORM\PersistentCollection {#3509 …}
  +reports: Doctrine\ORM\PersistentCollection {#3511 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3515 …}
  +badges: Doctrine\ORM\PersistentCollection {#3517 …}
  +children: [
    App\Entity\EntryComment {#2360
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701980374 {#2370
        date: 2023-12-07 21:19:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@edu4rdshl@lemmy.world"
        "@ExtremeDullard@lemmy.sdf.org"
        "@flubba86@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 208015
      -bodyTs: "'around':7 'call':30 'effect':24 'fast':8 'measur':35 'never':2 'program':27 're':20,29 'slow':15 'sure':16 'termin':9,13,18 'thing':6 'understand':3 'use':21 'whole':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701980374 {#2377
        date: 2023-12-07 21:19:34.0 +01:00
      }
      +"title": 208015
    }
  ]
  -id: 20694
  -titleTs: "'cross':6 'cross-platform':5 'open':3 'open-sourc':2 'platform':7 'seamless':10 'sourc':4 'termin':8 'workflow':11"
  -bodyTs: "'anyth':2 'histori':7 'inlin':3 'look':20 'm':14 'nice':21 'open':10 'power':8 'render':1 'save':4 'session':5 'standard':12 'tri':15 'web':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701968585
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9227001"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701882185 {#3486
    date: 2023-12-06 18:03:05.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
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2359
  +user: Proxies\__CG__\App\Entity\User {#3466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3504 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3506 …}
  +slug: "An-open-source-cross-platform-terminal-for-seamless-workflows"
  +title: "An open-source, cross-platform terminal for seamless workflows"
  +url: "https://waveterm.dev/"
  +body: """
    Render anything inline. Save sessions and history. Powered by open web standards.\n
    \n
    I’m trying it, and it does looks nice.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 75
  +favouriteCount: 131
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702205307 {#3499
    date: 2023-12-10 11:48:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3507 …}
  +votes: Doctrine\ORM\PersistentCollection {#3509 …}
  +reports: Doctrine\ORM\PersistentCollection {#3511 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3515 …}
  +badges: Doctrine\ORM\PersistentCollection {#3517 …}
  +children: [
    App\Entity\EntryComment {#2360
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +body: "I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701980374 {#2370
        date: 2023-12-07 21:19:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@edu4rdshl@lemmy.world"
        "@ExtremeDullard@lemmy.sdf.org"
        "@flubba86@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 208015
      -bodyTs: "'around':7 'call':30 'effect':24 'fast':8 'measur':35 'never':2 'program':27 're':20,29 'slow':15 'sure':16 'termin':9,13,18 'thing':6 'understand':3 'use':21 'whole':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494838"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701980374 {#2377
        date: 2023-12-07 21:19:34.0 +01:00
      }
      +"title": 208015
    }
  ]
  -id: 20694
  -titleTs: "'cross':6 'cross-platform':5 'open':3 'open-sourc':2 'platform':7 'seamless':10 'sourc':4 'termin':8 'workflow':11"
  -bodyTs: "'anyth':2 'histori':7 'inlin':3 'look':20 'm':14 'nice':21 'open':10 'power':8 'render':1 'save':4 'session':5 'standard':12 'tri':15 'web':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701968585
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9227001"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701882185 {#3486
    date: 2023-12-06 18:03:05.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
145 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
146 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3466 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3504 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3506 …}
    +slug: "An-open-source-cross-platform-terminal-for-seamless-workflows"
    +title: "An open-source, cross-platform terminal for seamless workflows"
    +url: "https://waveterm.dev/"
    +body: """
      Render anything inline. Save sessions and history. Powered by open web standards.\n
      \n
      I’m trying it, and it does looks nice.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 75
    +favouriteCount: 131
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702205307 {#3499
      date: 2023-12-10 11:48:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3507 …}
    +votes: Doctrine\ORM\PersistentCollection {#3509 …}
    +reports: Doctrine\ORM\PersistentCollection {#3511 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3515 …}
    +badges: Doctrine\ORM\PersistentCollection {#3517 …}
    +children: [
      App\Entity\EntryComment {#2360}
    ]
    -id: 20694
    -titleTs: "'cross':6 'cross-platform':5 'open':3 'open-sourc':2 'platform':7 'seamless':10 'sourc':4 'termin':8 'workflow':11"
    -bodyTs: "'anyth':2 'histori':7 'inlin':3 'look':20 'm':14 'nice':21 'open':10 'power':8 'render':1 'save':4 'session':5 'standard':12 'tri':15 'web':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701968585
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9227001"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701882185 {#3486
      date: 2023-12-06 18:03:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701980374 {#2370
    date: 2023-12-07 21:19:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@edu4rdshl@lemmy.world"
    "@ExtremeDullard@lemmy.sdf.org"
    "@flubba86@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 208015
  -bodyTs: "'around':7 'call':30 'effect':24 'fast':8 'measur':35 'never':2 'program':27 're':20,29 'slow':15 'sure':16 'termin':9,13,18 'thing':6 'understand':3 'use':21 'whole':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701980374 {#2377
    date: 2023-12-07 21:19:34.0 +01:00
  }
  +"title": 208015
}
"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
147 DENIED edit
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3466 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3504 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3506 …}
    +slug: "An-open-source-cross-platform-terminal-for-seamless-workflows"
    +title: "An open-source, cross-platform terminal for seamless workflows"
    +url: "https://waveterm.dev/"
    +body: """
      Render anything inline. Save sessions and history. Powered by open web standards.\n
      \n
      I’m trying it, and it does looks nice.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 75
    +favouriteCount: 131
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702205307 {#3499
      date: 2023-12-10 11:48:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3507 …}
    +votes: Doctrine\ORM\PersistentCollection {#3509 …}
    +reports: Doctrine\ORM\PersistentCollection {#3511 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3515 …}
    +badges: Doctrine\ORM\PersistentCollection {#3517 …}
    +children: [
      App\Entity\EntryComment {#2360}
    ]
    -id: 20694
    -titleTs: "'cross':6 'cross-platform':5 'open':3 'open-sourc':2 'platform':7 'seamless':10 'sourc':4 'termin':8 'workflow':11"
    -bodyTs: "'anyth':2 'histori':7 'inlin':3 'look':20 'm':14 'nice':21 'open':10 'power':8 'render':1 'save':4 'session':5 'standard':12 'tri':15 'web':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701968585
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9227001"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701882185 {#3486
      date: 2023-12-06 18:03:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701980374 {#2370
    date: 2023-12-07 21:19:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@edu4rdshl@lemmy.world"
    "@ExtremeDullard@lemmy.sdf.org"
    "@flubba86@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 208015
  -bodyTs: "'around':7 'call':30 'effect':24 'fast':8 'measur':35 'never':2 'program':27 're':20,29 'slow':15 'sure':16 'termin':9,13,18 'thing':6 'understand':3 'use':21 'whole':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701980374 {#2377
    date: 2023-12-07 21:19:34.0 +01:00
  }
  +"title": 208015
}
"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
148 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2359
    +user: Proxies\__CG__\App\Entity\User {#3466 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3504 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3506 …}
    +slug: "An-open-source-cross-platform-terminal-for-seamless-workflows"
    +title: "An open-source, cross-platform terminal for seamless workflows"
    +url: "https://waveterm.dev/"
    +body: """
      Render anything inline. Save sessions and history. Powered by open web standards.\n
      \n
      I’m trying it, and it does looks nice.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 75
    +favouriteCount: 131
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702205307 {#3499
      date: 2023-12-10 11:48:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3507 …}
    +votes: Doctrine\ORM\PersistentCollection {#3509 …}
    +reports: Doctrine\ORM\PersistentCollection {#3511 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3515 …}
    +badges: Doctrine\ORM\PersistentCollection {#3517 …}
    +children: [
      App\Entity\EntryComment {#2360}
    ]
    -id: 20694
    -titleTs: "'cross':6 'cross-platform':5 'open':3 'open-sourc':2 'platform':7 'seamless':10 'sourc':4 'termin':8 'workflow':11"
    -bodyTs: "'anyth':2 'histori':7 'inlin':3 'look':20 'm':14 'nice':21 'open':10 'power':8 'render':1 'save':4 'session':5 'standard':12 'tri':15 'web':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701968585
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9227001"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701882185 {#3486
      date: 2023-12-06 18:03:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +body: "I never understand the whole thing around “fast” terminals. How can a terminal be “slow”? Surely the terminal you’re using has no effect on the programs you’re calling, so what’s being measured here?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701980374 {#2370
    date: 2023-12-07 21:19:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@edu4rdshl@lemmy.world"
    "@ExtremeDullard@lemmy.sdf.org"
    "@flubba86@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 208015
  -bodyTs: "'around':7 'call':30 'effect':24 'fast':8 'measur':35 'never':2 'program':27 're':20,29 'slow':15 'sure':16 'termin':9,13,18 'thing':6 'understand':3 'use':21 'whole':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701980374 {#2377
    date: 2023-12-07 21:19:34.0 +01:00
  }
  +"title": 208015
}
"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
149 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
150 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2131
  +user: Proxies\__CG__\App\Entity\User {#3616 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3657 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3659 …}
  +slug: "Linux-Boomers"
  +title: "Linux Boomers"
  +url: "https://janethemotherfucker.wordpress.com/2023/12/29/linux-boomers/"
  +body: "I’m going to start this article off by saying that you don’t have to be born in the boomer generation to be a boomer. You can be a boomer by acting like one. Hate new stuff? boomer. Run a desktop from the naughties? Boomer."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 56
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703970910 {#3652
    date: 2023-12-30 22:15:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3660 …}
  +votes: Doctrine\ORM\PersistentCollection {#3662 …}
  +reports: Doctrine\ORM\PersistentCollection {#3664 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3668 …}
  +badges: Doctrine\ORM\PersistentCollection {#3670 …}
  +children: [
    App\Entity\EntryComment {#2129
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > Great, do whatever you want. Just shut the fuck up about it, nobody cares.\n
        \n
        You should really take your own advice on this one. That “article” was juvenile.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 52
      +score: 0
      +lastActive: DateTime @1703930176 {#2130
        date: 2023-12-30 10:56:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JaneTheMotherfucker@leminal.space"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2040 …}
      +votes: Doctrine\ORM\PersistentCollection {#2350 …}
      +reports: Doctrine\ORM\PersistentCollection {#2348 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
      -id: 264383
      -bodyTs: "'advic':21 'articl':26 'care':14 'fuck':9 'great':1 'juvenil':28 'nobodi':13 'one':24 'realli':17 'shut':7 'take':18 'want':5 'whatev':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5951060"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703930176 {#2133
        date: 2023-12-30 10:56:16.0 +01:00
      }
      +"title": 264383
    }
  ]
  -id: 25822
  -titleTs: "'boomer':2 'linux':1"
  -bodyTs: "'act':33 'articl':7 'boomer':21,26,31,39,46 'born':18 'desktop':42 'generat':22 'go':3 'hate':36 'like':34 'm':2 'naughti':45 'new':37 'one':35 'run':40 'say':10 'start':5 'stuff':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704015384
  +visibility: "visible             "
  +apId: "https://leminal.space/post/2693742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703928984 {#3638
    date: 2023-12-30 10:36:24.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2131
  +user: Proxies\__CG__\App\Entity\User {#3616 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3657 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3659 …}
  +slug: "Linux-Boomers"
  +title: "Linux Boomers"
  +url: "https://janethemotherfucker.wordpress.com/2023/12/29/linux-boomers/"
  +body: "I’m going to start this article off by saying that you don’t have to be born in the boomer generation to be a boomer. You can be a boomer by acting like one. Hate new stuff? boomer. Run a desktop from the naughties? Boomer."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 56
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703970910 {#3652
    date: 2023-12-30 22:15:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3660 …}
  +votes: Doctrine\ORM\PersistentCollection {#3662 …}
  +reports: Doctrine\ORM\PersistentCollection {#3664 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3668 …}
  +badges: Doctrine\ORM\PersistentCollection {#3670 …}
  +children: [
    App\Entity\EntryComment {#2129
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > Great, do whatever you want. Just shut the fuck up about it, nobody cares.\n
        \n
        You should really take your own advice on this one. That “article” was juvenile.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 52
      +score: 0
      +lastActive: DateTime @1703930176 {#2130
        date: 2023-12-30 10:56:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JaneTheMotherfucker@leminal.space"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2040 …}
      +votes: Doctrine\ORM\PersistentCollection {#2350 …}
      +reports: Doctrine\ORM\PersistentCollection {#2348 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
      -id: 264383
      -bodyTs: "'advic':21 'articl':26 'care':14 'fuck':9 'great':1 'juvenil':28 'nobodi':13 'one':24 'realli':17 'shut':7 'take':18 'want':5 'whatev':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5951060"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703930176 {#2133
        date: 2023-12-30 10:56:16.0 +01:00
      }
      +"title": 264383
    }
  ]
  -id: 25822
  -titleTs: "'boomer':2 'linux':1"
  -bodyTs: "'act':33 'articl':7 'boomer':21,26,31,39,46 'born':18 'desktop':42 'generat':22 'go':3 'hate':36 'like':34 'm':2 'naughti':45 'new':37 'one':35 'run':40 'say':10 'start':5 'stuff':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704015384
  +visibility: "visible             "
  +apId: "https://leminal.space/post/2693742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703928984 {#3638
    date: 2023-12-30 10:36:24.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2131
  +user: Proxies\__CG__\App\Entity\User {#3616 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3657 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3659 …}
  +slug: "Linux-Boomers"
  +title: "Linux Boomers"
  +url: "https://janethemotherfucker.wordpress.com/2023/12/29/linux-boomers/"
  +body: "I’m going to start this article off by saying that you don’t have to be born in the boomer generation to be a boomer. You can be a boomer by acting like one. Hate new stuff? boomer. Run a desktop from the naughties? Boomer."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 56
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703970910 {#3652
    date: 2023-12-30 22:15:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3660 …}
  +votes: Doctrine\ORM\PersistentCollection {#3662 …}
  +reports: Doctrine\ORM\PersistentCollection {#3664 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3666 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3668 …}
  +badges: Doctrine\ORM\PersistentCollection {#3670 …}
  +children: [
    App\Entity\EntryComment {#2129
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > Great, do whatever you want. Just shut the fuck up about it, nobody cares.\n
        \n
        You should really take your own advice on this one. That “article” was juvenile.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 52
      +score: 0
      +lastActive: DateTime @1703930176 {#2130
        date: 2023-12-30 10:56:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@JaneTheMotherfucker@leminal.space"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2040 …}
      +votes: Doctrine\ORM\PersistentCollection {#2350 …}
      +reports: Doctrine\ORM\PersistentCollection {#2348 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
      -id: 264383
      -bodyTs: "'advic':21 'articl':26 'care':14 'fuck':9 'great':1 'juvenil':28 'nobodi':13 'one':24 'realli':17 'shut':7 'take':18 'want':5 'whatev':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5951060"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703930176 {#2133
        date: 2023-12-30 10:56:16.0 +01:00
      }
      +"title": 264383
    }
  ]
  -id: 25822
  -titleTs: "'boomer':2 'linux':1"
  -bodyTs: "'act':33 'articl':7 'boomer':21,26,31,39,46 'born':18 'desktop':42 'generat':22 'go':3 'hate':36 'like':34 'm':2 'naughti':45 'new':37 'one':35 'run':40 'say':10 'start':5 'stuff':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704015384
  +visibility: "visible             "
  +apId: "https://leminal.space/post/2693742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703928984 {#3638
    date: 2023-12-30 10:36:24.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
153 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
154 DENIED moderate
App\Entity\EntryComment {#2129
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#3616 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3657 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3659 …}
    +slug: "Linux-Boomers"
    +title: "Linux Boomers"
    +url: "https://janethemotherfucker.wordpress.com/2023/12/29/linux-boomers/"
    +body: "I’m going to start this article off by saying that you don’t have to be born in the boomer generation to be a boomer. You can be a boomer by acting like one. Hate new stuff? boomer. Run a desktop from the naughties? Boomer."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 56
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703970910 {#3652
      date: 2023-12-30 22:15:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3660 …}
    +votes: Doctrine\ORM\PersistentCollection {#3662 …}
    +reports: Doctrine\ORM\PersistentCollection {#3664 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3666 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3668 …}
    +badges: Doctrine\ORM\PersistentCollection {#3670 …}
    +children: [
      App\Entity\EntryComment {#2129}
    ]
    -id: 25822
    -titleTs: "'boomer':2 'linux':1"
    -bodyTs: "'act':33 'articl':7 'boomer':21,26,31,39,46 'born':18 'desktop':42 'generat':22 'go':3 'hate':36 'like':34 'm':2 'naughti':45 'new':37 'one':35 'run':40 'say':10 'start':5 'stuff':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704015384
    +visibility: "visible             "
    +apId: "https://leminal.space/post/2693742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703928984 {#3638
      date: 2023-12-30 10:36:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > Great, do whatever you want. Just shut the fuck up about it, nobody cares.\n
    \n
    You should really take your own advice on this one. That “article” was juvenile.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 52
  +score: 0
  +lastActive: DateTime @1703930176 {#2130
    date: 2023-12-30 10:56:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JaneTheMotherfucker@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2040 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2348 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
  -id: 264383
  -bodyTs: "'advic':21 'articl':26 'care':14 'fuck':9 'great':1 'juvenil':28 'nobodi':13 'one':24 'realli':17 'shut':7 'take':18 'want':5 'whatev':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5951060"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703930176 {#2133
    date: 2023-12-30 10:56:16.0 +01:00
  }
  +"title": 264383
}
"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
155 DENIED edit
App\Entity\EntryComment {#2129
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#3616 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3657 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3659 …}
    +slug: "Linux-Boomers"
    +title: "Linux Boomers"
    +url: "https://janethemotherfucker.wordpress.com/2023/12/29/linux-boomers/"
    +body: "I’m going to start this article off by saying that you don’t have to be born in the boomer generation to be a boomer. You can be a boomer by acting like one. Hate new stuff? boomer. Run a desktop from the naughties? Boomer."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 56
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703970910 {#3652
      date: 2023-12-30 22:15:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3660 …}
    +votes: Doctrine\ORM\PersistentCollection {#3662 …}
    +reports: Doctrine\ORM\PersistentCollection {#3664 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3666 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3668 …}
    +badges: Doctrine\ORM\PersistentCollection {#3670 …}
    +children: [
      App\Entity\EntryComment {#2129}
    ]
    -id: 25822
    -titleTs: "'boomer':2 'linux':1"
    -bodyTs: "'act':33 'articl':7 'boomer':21,26,31,39,46 'born':18 'desktop':42 'generat':22 'go':3 'hate':36 'like':34 'm':2 'naughti':45 'new':37 'one':35 'run':40 'say':10 'start':5 'stuff':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704015384
    +visibility: "visible             "
    +apId: "https://leminal.space/post/2693742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703928984 {#3638
      date: 2023-12-30 10:36:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > Great, do whatever you want. Just shut the fuck up about it, nobody cares.\n
    \n
    You should really take your own advice on this one. That “article” was juvenile.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 52
  +score: 0
  +lastActive: DateTime @1703930176 {#2130
    date: 2023-12-30 10:56:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JaneTheMotherfucker@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2040 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2348 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
  -id: 264383
  -bodyTs: "'advic':21 'articl':26 'care':14 'fuck':9 'great':1 'juvenil':28 'nobodi':13 'one':24 'realli':17 'shut':7 'take':18 'want':5 'whatev':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5951060"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703930176 {#2133
    date: 2023-12-30 10:56:16.0 +01:00
  }
  +"title": 264383
}
"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
156 DENIED moderate
App\Entity\EntryComment {#2129
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#3616 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3657 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3659 …}
    +slug: "Linux-Boomers"
    +title: "Linux Boomers"
    +url: "https://janethemotherfucker.wordpress.com/2023/12/29/linux-boomers/"
    +body: "I’m going to start this article off by saying that you don’t have to be born in the boomer generation to be a boomer. You can be a boomer by acting like one. Hate new stuff? boomer. Run a desktop from the naughties? Boomer."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 56
    +favouriteCount: 17
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703970910 {#3652
      date: 2023-12-30 22:15:10.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3660 …}
    +votes: Doctrine\ORM\PersistentCollection {#3662 …}
    +reports: Doctrine\ORM\PersistentCollection {#3664 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3666 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3668 …}
    +badges: Doctrine\ORM\PersistentCollection {#3670 …}
    +children: [
      App\Entity\EntryComment {#2129}
    ]
    -id: 25822
    -titleTs: "'boomer':2 'linux':1"
    -bodyTs: "'act':33 'articl':7 'boomer':21,26,31,39,46 'born':18 'desktop':42 'generat':22 'go':3 'hate':36 'like':34 'm':2 'naughti':45 'new':37 'one':35 'run':40 'say':10 'start':5 'stuff':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704015384
    +visibility: "visible             "
    +apId: "https://leminal.space/post/2693742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703928984 {#3638
      date: 2023-12-30 10:36:24.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > Great, do whatever you want. Just shut the fuck up about it, nobody cares.\n
    \n
    You should really take your own advice on this one. That “article” was juvenile.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 52
  +score: 0
  +lastActive: DateTime @1703930176 {#2130
    date: 2023-12-30 10:56:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JaneTheMotherfucker@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2040 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2348 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
  -id: 264383
  -bodyTs: "'advic':21 'articl':26 'care':14 'fuck':9 'great':1 'juvenil':28 'nobodi':13 'one':24 'realli':17 'shut':7 'take':18 'want':5 'whatev':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5951060"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703930176 {#2133
    date: 2023-12-30 10:56:16.0 +01:00
  }
  +"title": 264383
}
"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
157 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
158 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1718
  +user: Proxies\__CG__\App\Entity\User {#2934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Epub-Site"
  +title: "Epub Site"
  +url: null
  +body: "Anybody have any recommendations for public or private trackers for ebooks? Looking mainly for epub files."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 36
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702380237 {#3328
    date: 2023-12-12 12:23:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3334 …}
  +votes: Doctrine\ORM\PersistentCollection {#3344 …}
  +reports: Doctrine\ORM\PersistentCollection {#3346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
  +badges: Doctrine\ORM\PersistentCollection {#3352 …}
  +children: [
    App\Entity\EntryComment {#1714
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +body: "[Just fixing the link](https://annas-archive.org/)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1701978390 {#1719
        date: 2023-12-07 20:46:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheWozardOfIz@sh.itjust.works"
        "@keanu0396@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1716 …}
      +nested: Doctrine\ORM\PersistentCollection {#1739 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
      -id: 207879
      -bodyTs: "'/).':7 'annas-archive.org':6 'annas-archive.org/).':5 'fix':2 'link':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494140"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701978390 {#1715
        date: 2023-12-07 20:46:30.0 +01:00
      }
      +"title": 207879
    }
  ]
  -id: 20877
  -titleTs: "'epub':1 'site':2"
  -bodyTs: "'anybodi':1 'ebook':11 'epub':15 'file':16 'look':12 'main':13 'privat':8 'public':6 'recommend':4 'tracker':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702047628
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10582073"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701961228 {#3261
    date: 2023-12-07 16:00:28.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
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1718
  +user: Proxies\__CG__\App\Entity\User {#2934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Epub-Site"
  +title: "Epub Site"
  +url: null
  +body: "Anybody have any recommendations for public or private trackers for ebooks? Looking mainly for epub files."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 36
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702380237 {#3328
    date: 2023-12-12 12:23:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3334 …}
  +votes: Doctrine\ORM\PersistentCollection {#3344 …}
  +reports: Doctrine\ORM\PersistentCollection {#3346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
  +badges: Doctrine\ORM\PersistentCollection {#3352 …}
  +children: [
    App\Entity\EntryComment {#1714
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +body: "[Just fixing the link](https://annas-archive.org/)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1701978390 {#1719
        date: 2023-12-07 20:46:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheWozardOfIz@sh.itjust.works"
        "@keanu0396@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1716 …}
      +nested: Doctrine\ORM\PersistentCollection {#1739 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
      -id: 207879
      -bodyTs: "'/).':7 'annas-archive.org':6 'annas-archive.org/).':5 'fix':2 'link':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494140"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701978390 {#1715
        date: 2023-12-07 20:46:30.0 +01:00
      }
      +"title": 207879
    }
  ]
  -id: 20877
  -titleTs: "'epub':1 'site':2"
  -bodyTs: "'anybodi':1 'ebook':11 'epub':15 'file':16 'look':12 'main':13 'privat':8 'public':6 'recommend':4 'tracker':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702047628
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10582073"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701961228 {#3261
    date: 2023-12-07 16:00:28.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
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1718
  +user: Proxies\__CG__\App\Entity\User {#2934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
  +slug: "Epub-Site"
  +title: "Epub Site"
  +url: null
  +body: "Anybody have any recommendations for public or private trackers for ebooks? Looking mainly for epub files."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 36
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702380237 {#3328
    date: 2023-12-12 12:23:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3334 …}
  +votes: Doctrine\ORM\PersistentCollection {#3344 …}
  +reports: Doctrine\ORM\PersistentCollection {#3346 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
  +badges: Doctrine\ORM\PersistentCollection {#3352 …}
  +children: [
    App\Entity\EntryComment {#1714
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
      +body: "[Just fixing the link](https://annas-archive.org/)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 20
      +score: 0
      +lastActive: DateTime @1701978390 {#1719
        date: 2023-12-07 20:46:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@TheWozardOfIz@sh.itjust.works"
        "@keanu0396@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1716 …}
      +nested: Doctrine\ORM\PersistentCollection {#1739 …}
      +votes: Doctrine\ORM\PersistentCollection {#1740 …}
      +reports: Doctrine\ORM\PersistentCollection {#2465 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
      -id: 207879
      -bodyTs: "'/).':7 'annas-archive.org':6 'annas-archive.org/).':5 'fix':2 'link':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5494140"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701978390 {#1715
        date: 2023-12-07 20:46:30.0 +01:00
      }
      +"title": 207879
    }
  ]
  -id: 20877
  -titleTs: "'epub':1 'site':2"
  -bodyTs: "'anybodi':1 'ebook':11 'epub':15 'file':16 'look':12 'main':13 'privat':8 'public':6 'recommend':4 'tracker':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702047628
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10582073"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701961228 {#3261
    date: 2023-12-07 16:00:28.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
161 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
162 DENIED moderate
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2934 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Epub-Site"
    +title: "Epub Site"
    +url: null
    +body: "Anybody have any recommendations for public or private trackers for ebooks? Looking mainly for epub files."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 36
    +favouriteCount: 84
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702380237 {#3328
      date: 2023-12-12 12:23:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3334 …}
    +votes: Doctrine\ORM\PersistentCollection {#3344 …}
    +reports: Doctrine\ORM\PersistentCollection {#3346 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
    +badges: Doctrine\ORM\PersistentCollection {#3352 …}
    +children: [
      App\Entity\EntryComment {#1714}
    ]
    -id: 20877
    -titleTs: "'epub':1 'site':2"
    -bodyTs: "'anybodi':1 'ebook':11 'epub':15 'file':16 'look':12 'main':13 'privat':8 'public':6 'recommend':4 'tracker':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702047628
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/10582073"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701961228 {#3261
      date: 2023-12-07 16:00:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +body: "[Just fixing the link](https://annas-archive.org/)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1701978390 {#1719
    date: 2023-12-07 20:46:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheWozardOfIz@sh.itjust.works"
    "@keanu0396@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1716 …}
  +nested: Doctrine\ORM\PersistentCollection {#1739 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  -id: 207879
  -bodyTs: "'/).':7 'annas-archive.org':6 'annas-archive.org/).':5 'fix':2 'link':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494140"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701978390 {#1715
    date: 2023-12-07 20:46:30.0 +01:00
  }
  +"title": 207879
}
"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
163 DENIED edit
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2934 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Epub-Site"
    +title: "Epub Site"
    +url: null
    +body: "Anybody have any recommendations for public or private trackers for ebooks? Looking mainly for epub files."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 36
    +favouriteCount: 84
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702380237 {#3328
      date: 2023-12-12 12:23:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3334 …}
    +votes: Doctrine\ORM\PersistentCollection {#3344 …}
    +reports: Doctrine\ORM\PersistentCollection {#3346 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
    +badges: Doctrine\ORM\PersistentCollection {#3352 …}
    +children: [
      App\Entity\EntryComment {#1714}
    ]
    -id: 20877
    -titleTs: "'epub':1 'site':2"
    -bodyTs: "'anybodi':1 'ebook':11 'epub':15 'file':16 'look':12 'main':13 'privat':8 'public':6 'recommend':4 'tracker':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702047628
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/10582073"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701961228 {#3261
      date: 2023-12-07 16:00:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +body: "[Just fixing the link](https://annas-archive.org/)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1701978390 {#1719
    date: 2023-12-07 20:46:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheWozardOfIz@sh.itjust.works"
    "@keanu0396@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1716 …}
  +nested: Doctrine\ORM\PersistentCollection {#1739 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  -id: 207879
  -bodyTs: "'/).':7 'annas-archive.org':6 'annas-archive.org/).':5 'fix':2 'link':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494140"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701978390 {#1715
    date: 2023-12-07 20:46:30.0 +01:00
  }
  +"title": 207879
}
"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
164 DENIED moderate
App\Entity\EntryComment {#1714
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2934 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3333 …}
    +slug: "Epub-Site"
    +title: "Epub Site"
    +url: null
    +body: "Anybody have any recommendations for public or private trackers for ebooks? Looking mainly for epub files."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 36
    +favouriteCount: 84
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702380237 {#3328
      date: 2023-12-12 12:23:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3334 …}
    +votes: Doctrine\ORM\PersistentCollection {#3344 …}
    +reports: Doctrine\ORM\PersistentCollection {#3346 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3348 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3350 …}
    +badges: Doctrine\ORM\PersistentCollection {#3352 …}
    +children: [
      App\Entity\EntryComment {#1714}
    ]
    -id: 20877
    -titleTs: "'epub':1 'site':2"
    -bodyTs: "'anybodi':1 'ebook':11 'epub':15 'file':16 'look':12 'main':13 'privat':8 'public':6 'recommend':4 'tracker':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702047628
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/10582073"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701961228 {#3261
      date: 2023-12-07 16:00:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
  +body: "[Just fixing the link](https://annas-archive.org/)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 20
  +score: 0
  +lastActive: DateTime @1701978390 {#1719
    date: 2023-12-07 20:46:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@TheWozardOfIz@sh.itjust.works"
    "@keanu0396@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1716 …}
  +nested: Doctrine\ORM\PersistentCollection {#1739 …}
  +votes: Doctrine\ORM\PersistentCollection {#1740 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2411 …}
  -id: 207879
  -bodyTs: "'/).':7 'annas-archive.org':6 'annas-archive.org/).':5 'fix':2 'link':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5494140"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701978390 {#1715
    date: 2023-12-07 20:46:30.0 +01:00
  }
  +"title": 207879
}
"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
165 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
166 DENIED moderate
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: "…and it plays well with cookie auto delete!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701005955 {#1697
    date: 2023-11-26 14:39:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@yuuunikki@lemmy.dbzer0.com"
    "@TurboHarbinger@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1552 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 166142
  -bodyTs: "'auto':7 'cooki':6 'delet':8 'play':3 'well':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5188130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701005955 {#1709
    date: 2023-11-26 14:39:15.0 +01:00
  }
  +"title": 166142
}
"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
167 DENIED edit
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: "…and it plays well with cookie auto delete!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701005955 {#1697
    date: 2023-11-26 14:39:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@yuuunikki@lemmy.dbzer0.com"
    "@TurboHarbinger@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1552 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 166142
  -bodyTs: "'auto':7 'cooki':6 'delet':8 'play':3 'well':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5188130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701005955 {#1709
    date: 2023-11-26 14:39:15.0 +01:00
  }
  +"title": 166142
}
"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
168 DENIED moderate
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +body: "…and it plays well with cookie auto delete!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1701005955 {#1697
    date: 2023-11-26 14:39:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@yuuunikki@lemmy.dbzer0.com"
    "@TurboHarbinger@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1552 …}
  +nested: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 166142
  -bodyTs: "'auto':7 'cooki':6 'delet':8 'play':3 'well':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5188130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701005955 {#1709
    date: 2023-11-26 14:39:15.0 +01:00
  }
  +"title": 166142
}
"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
169 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
170 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2060
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3266 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3290 …}
  +slug: "Is-DNS-Bloat-too"
  +title: "Is DNS Bloat too?"
  +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 78
  +favouriteCount: 324
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712209820 {#2258
    date: 2024-04-04 07:50:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3289 …}
  +votes: Doctrine\ORM\PersistentCollection {#3287 …}
  +reports: Doctrine\ORM\PersistentCollection {#3284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3314 …}
  +badges: Doctrine\ORM\PersistentCollection {#3331 …}
  +children: [
    App\Entity\EntryComment {#2141
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2060 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "DNS is [hierarchical majesty](https://www.youtube.com/watch?v=4ZtFk2dtqv0)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 58
      +score: 0
      +lastActive: DateTime @1710556528 {#2349
        date: 2024-03-16 03:35:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 265919
      -bodyTs: "'/watch?v=4ztfk2dtqv0).':7 'dns':1 'hierarch':3 'majesti':4 'www.youtube.com':6 'www.youtube.com/watch?v=4ztfk2dtqv0).':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5959923"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703978174 {#2042
        date: 2023-12-31 00:16:14.0 +01:00
      }
      +"title": 265919
    }
  ]
  -id: 25939
  -titleTs: "'bloat':3 'dns':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704061883
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9895543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703975483 {#3141
    date: 2023-12-30 23:31:23.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
171 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2060
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3266 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3290 …}
  +slug: "Is-DNS-Bloat-too"
  +title: "Is DNS Bloat too?"
  +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 78
  +favouriteCount: 324
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712209820 {#2258
    date: 2024-04-04 07:50:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3289 …}
  +votes: Doctrine\ORM\PersistentCollection {#3287 …}
  +reports: Doctrine\ORM\PersistentCollection {#3284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3314 …}
  +badges: Doctrine\ORM\PersistentCollection {#3331 …}
  +children: [
    App\Entity\EntryComment {#2141
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2060 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "DNS is [hierarchical majesty](https://www.youtube.com/watch?v=4ZtFk2dtqv0)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 58
      +score: 0
      +lastActive: DateTime @1710556528 {#2349
        date: 2024-03-16 03:35:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 265919
      -bodyTs: "'/watch?v=4ztfk2dtqv0).':7 'dns':1 'hierarch':3 'majesti':4 'www.youtube.com':6 'www.youtube.com/watch?v=4ztfk2dtqv0).':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5959923"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703978174 {#2042
        date: 2023-12-31 00:16:14.0 +01:00
      }
      +"title": 265919
    }
  ]
  -id: 25939
  -titleTs: "'bloat':3 'dns':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704061883
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9895543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703975483 {#3141
    date: 2023-12-30 23:31:23.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
172 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2060
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: Proxies\__CG__\App\Entity\Image {#3266 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3290 …}
  +slug: "Is-DNS-Bloat-too"
  +title: "Is DNS Bloat too?"
  +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 78
  +favouriteCount: 324
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712209820 {#2258
    date: 2024-04-04 07:50:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3289 …}
  +votes: Doctrine\ORM\PersistentCollection {#3287 …}
  +reports: Doctrine\ORM\PersistentCollection {#3284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3314 …}
  +badges: Doctrine\ORM\PersistentCollection {#3331 …}
  +children: [
    App\Entity\EntryComment {#2141
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2060 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
      +image: null
      +parent: null
      +root: null
      +body: "DNS is [hierarchical majesty](https://www.youtube.com/watch?v=4ZtFk2dtqv0)."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 58
      +score: 0
      +lastActive: DateTime @1710556528 {#2349
        date: 2024-03-16 03:35:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 265919
      -bodyTs: "'/watch?v=4ztfk2dtqv0).':7 'dns':1 'hierarch':3 'majesti':4 'www.youtube.com':6 'www.youtube.com/watch?v=4ztfk2dtqv0).':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5959923"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703978174 {#2042
        date: 2023-12-31 00:16:14.0 +01:00
      }
      +"title": 265919
    }
  ]
  -id: 25939
  -titleTs: "'bloat':3 'dns':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704061883
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9895543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703975483 {#3141
    date: 2023-12-30 23:31:23.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
173 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
174 DENIED moderate
App\Entity\EntryComment {#2141
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2060
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3266 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3290 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 324
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2258
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3289 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3318 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3314 …}
    +badges: Doctrine\ORM\PersistentCollection {#3331 …}
    +children: [
      App\Entity\EntryComment {#2141}
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#3141
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "DNS is [hierarchical majesty](https://www.youtube.com/watch?v=4ZtFk2dtqv0)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 58
  +score: 0
  +lastActive: DateTime @1710556528 {#2349
    date: 2024-03-16 03:35:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 265919
  -bodyTs: "'/watch?v=4ztfk2dtqv0).':7 'dns':1 'hierarch':3 'majesti':4 'www.youtube.com':6 'www.youtube.com/watch?v=4ztfk2dtqv0).':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5959923"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703978174 {#2042
    date: 2023-12-31 00:16:14.0 +01:00
  }
  +"title": 265919
}
"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
175 DENIED edit
App\Entity\EntryComment {#2141
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2060
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3266 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3290 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 324
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2258
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3289 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3318 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3314 …}
    +badges: Doctrine\ORM\PersistentCollection {#3331 …}
    +children: [
      App\Entity\EntryComment {#2141}
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#3141
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "DNS is [hierarchical majesty](https://www.youtube.com/watch?v=4ZtFk2dtqv0)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 58
  +score: 0
  +lastActive: DateTime @1710556528 {#2349
    date: 2024-03-16 03:35:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 265919
  -bodyTs: "'/watch?v=4ztfk2dtqv0).':7 'dns':1 'hierarch':3 'majesti':4 'www.youtube.com':6 'www.youtube.com/watch?v=4ztfk2dtqv0).':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5959923"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703978174 {#2042
    date: 2023-12-31 00:16:14.0 +01:00
  }
  +"title": 265919
}
"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
176 DENIED moderate
App\Entity\EntryComment {#2141
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2060
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
    +image: Proxies\__CG__\App\Entity\Image {#3266 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3290 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 324
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2258
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3289 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3318 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3314 …}
    +badges: Doctrine\ORM\PersistentCollection {#3331 …}
    +children: [
      App\Entity\EntryComment {#2141}
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#3141
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1554 …}
  +image: null
  +parent: null
  +root: null
  +body: "DNS is [hierarchical majesty](https://www.youtube.com/watch?v=4ZtFk2dtqv0)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 58
  +score: 0
  +lastActive: DateTime @1710556528 {#2349
    date: 2024-03-16 03:35:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 265919
  -bodyTs: "'/watch?v=4ztfk2dtqv0).':7 'dns':1 'hierarch':3 'majesti':4 'www.youtube.com':6 'www.youtube.com/watch?v=4ztfk2dtqv0).':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5959923"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703978174 {#2042
    date: 2023-12-31 00:16:14.0 +01:00
  }
  +"title": 265919
}
"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
177 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
178 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