Redirect 302 redirect from GET @entry_comment_create (56dab8)

GET https://kbin.spritesserver.nl/index.php/u/@MonkCanatella@sh.itjust.works/active?p=4

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 …}
}
36.38 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.07 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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2870 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: Proxies\__CG__\App\Entity\Image {#2912 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2914 …}
  +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 {#2907
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2915 …}
  +votes: Doctrine\ORM\PersistentCollection {#2917 …}
  +reports: Doctrine\ORM\PersistentCollection {#2919 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2921 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2923 …}
  +badges: Doctrine\ORM\PersistentCollection {#2925 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is sweet, this exact same idea has been kicking around my head for awhile but I’ve never taken the initiative.\n
        \n
        I did write a [script ](https://www.reddit.com/r/DataHoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell lol), that uses yt-dlp to download all your subscription videos as they come in and sends a notification. Could easily be modified to work on linux and use ntfy or another notification service. ALso no need to scrape your subscriptions as it stays in sync with your currently subscribed channels.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1697258095 {#1405
        date: 2023-10-14 06:34:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 47790
      -bodyTs: "'/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':30 'also':66 'anoth':63 'around':11 'awhil':15 'channel':82 'come':45 'could':51 'current':80 'dlp':36 'download':38 'easili':52 'exact':5 'head':13 'idea':7 'initi':22 'kick':10 'linux':58 'lol':31 'modifi':54 'need':68 'never':19 'notif':50,64 'ntfi':61 'scrape':70 'script':27 'send':48 'servic':65 'stay':75 'subscrib':81 'subscript':41,72 'sweet':3 'sync':77 'taken':20 'use':33,60 've':18 'video':42 'work':56 'write':25 'www.reddit.com':29 'www.reddit.com/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':28 'yt':35 'yt-dlp':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4413151"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697258095 {#1385
        date: 2023-10-14 06:34:55.0 +02:00
      }
      +"title": 47790
    }
  ]
  -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 {#2893
    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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2870 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: Proxies\__CG__\App\Entity\Image {#2912 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2914 …}
  +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 {#2907
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2915 …}
  +votes: Doctrine\ORM\PersistentCollection {#2917 …}
  +reports: Doctrine\ORM\PersistentCollection {#2919 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2921 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2923 …}
  +badges: Doctrine\ORM\PersistentCollection {#2925 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is sweet, this exact same idea has been kicking around my head for awhile but I’ve never taken the initiative.\n
        \n
        I did write a [script ](https://www.reddit.com/r/DataHoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell lol), that uses yt-dlp to download all your subscription videos as they come in and sends a notification. Could easily be modified to work on linux and use ntfy or another notification service. ALso no need to scrape your subscriptions as it stays in sync with your currently subscribed channels.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1697258095 {#1405
        date: 2023-10-14 06:34:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 47790
      -bodyTs: "'/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':30 'also':66 'anoth':63 'around':11 'awhil':15 'channel':82 'come':45 'could':51 'current':80 'dlp':36 'download':38 'easili':52 'exact':5 'head':13 'idea':7 'initi':22 'kick':10 'linux':58 'lol':31 'modifi':54 'need':68 'never':19 'notif':50,64 'ntfi':61 'scrape':70 'script':27 'send':48 'servic':65 'stay':75 'subscrib':81 'subscript':41,72 'sweet':3 'sync':77 'taken':20 'use':33,60 've':18 'video':42 'work':56 'write':25 'www.reddit.com':29 'www.reddit.com/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':28 'yt':35 'yt-dlp':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4413151"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697258095 {#1385
        date: 2023-10-14 06:34:55.0 +02:00
      }
      +"title": 47790
    }
  ]
  -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 {#2893
    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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2870 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: Proxies\__CG__\App\Entity\Image {#2912 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2914 …}
  +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 {#2907
    date: 2024-02-10 10:33:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2915 …}
  +votes: Doctrine\ORM\PersistentCollection {#2917 …}
  +reports: Doctrine\ORM\PersistentCollection {#2919 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2921 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2923 …}
  +badges: Doctrine\ORM\PersistentCollection {#2925 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This is sweet, this exact same idea has been kicking around my head for awhile but I’ve never taken the initiative.\n
        \n
        I did write a [script ](https://www.reddit.com/r/DataHoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell lol), that uses yt-dlp to download all your subscription videos as they come in and sends a notification. Could easily be modified to work on linux and use ntfy or another notification service. ALso no need to scrape your subscriptions as it stays in sync with your currently subscribed channels.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1697258095 {#1405
        date: 2023-10-14 06:34:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 47790
      -bodyTs: "'/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':30 'also':66 'anoth':63 'around':11 'awhil':15 'channel':82 'come':45 'could':51 'current':80 'dlp':36 'download':38 'easili':52 'exact':5 'head':13 'idea':7 'initi':22 'kick':10 'linux':58 'lol':31 'modifi':54 'need':68 'never':19 'notif':50,64 'ntfi':61 'scrape':70 'script':27 'send':48 'servic':65 'stay':75 'subscrib':81 'subscript':41,72 'sweet':3 'sync':77 'taken':20 'use':33,60 've':18 'video':42 'work':56 'write':25 'www.reddit.com':29 'www.reddit.com/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':28 'yt':35 'yt-dlp':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4413151"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697258095 {#1385
        date: 2023-10-14 06:34:55.0 +02:00
      }
      +"title": 47790
    }
  ]
  -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 {#2893
    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 {#1382
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: Proxies\__CG__\App\Entity\Image {#2912 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2914 …}
    +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 {#2907
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2915 …}
    +votes: Doctrine\ORM\PersistentCollection {#2917 …}
    +reports: Doctrine\ORM\PersistentCollection {#2919 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2921 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2923 …}
    +badges: Doctrine\ORM\PersistentCollection {#2925 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -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 {#2893
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is sweet, this exact same idea has been kicking around my head for awhile but I’ve never taken the initiative.\n
    \n
    I did write a [script ](https://www.reddit.com/r/DataHoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell lol), that uses yt-dlp to download all your subscription videos as they come in and sends a notification. Could easily be modified to work on linux and use ntfy or another notification service. ALso no need to scrape your subscriptions as it stays in sync with your currently subscribed channels.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1697258095 {#1405
    date: 2023-10-14 06:34:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 47790
  -bodyTs: "'/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':30 'also':66 'anoth':63 'around':11 'awhil':15 'channel':82 'come':45 'could':51 'current':80 'dlp':36 'download':38 'easili':52 'exact':5 'head':13 'idea':7 'initi':22 'kick':10 'linux':58 'lol':31 'modifi':54 'need':68 'never':19 'notif':50,64 'ntfi':61 'scrape':70 'script':27 'send':48 'servic':65 'stay':75 'subscrib':81 'subscript':41,72 'sweet':3 'sync':77 'taken':20 'use':33,60 've':18 'video':42 'work':56 'write':25 'www.reddit.com':29 'www.reddit.com/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':28 'yt':35 'yt-dlp':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4413151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697258095 {#1385
    date: 2023-10-14 06:34:55.0 +02:00
  }
  +"title": 47790
}
"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 {#1382
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: Proxies\__CG__\App\Entity\Image {#2912 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2914 …}
    +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 {#2907
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2915 …}
    +votes: Doctrine\ORM\PersistentCollection {#2917 …}
    +reports: Doctrine\ORM\PersistentCollection {#2919 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2921 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2923 …}
    +badges: Doctrine\ORM\PersistentCollection {#2925 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -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 {#2893
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is sweet, this exact same idea has been kicking around my head for awhile but I’ve never taken the initiative.\n
    \n
    I did write a [script ](https://www.reddit.com/r/DataHoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell lol), that uses yt-dlp to download all your subscription videos as they come in and sends a notification. Could easily be modified to work on linux and use ntfy or another notification service. ALso no need to scrape your subscriptions as it stays in sync with your currently subscribed channels.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1697258095 {#1405
    date: 2023-10-14 06:34:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 47790
  -bodyTs: "'/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':30 'also':66 'anoth':63 'around':11 'awhil':15 'channel':82 'come':45 'could':51 'current':80 'dlp':36 'download':38 'easili':52 'exact':5 'head':13 'idea':7 'initi':22 'kick':10 'linux':58 'lol':31 'modifi':54 'need':68 'never':19 'notif':50,64 'ntfi':61 'scrape':70 'script':27 'send':48 'servic':65 'stay':75 'subscrib':81 'subscript':41,72 'sweet':3 'sync':77 'taken':20 'use':33,60 've':18 'video':42 'work':56 'write':25 'www.reddit.com':29 'www.reddit.com/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':28 'yt':35 'yt-dlp':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4413151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697258095 {#1385
    date: 2023-10-14 06:34:55.0 +02:00
  }
  +"title": 47790
}
"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 {#1382
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: Proxies\__CG__\App\Entity\Image {#2912 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2914 …}
    +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 {#2907
      date: 2024-02-10 10:33:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2915 …}
    +votes: Doctrine\ORM\PersistentCollection {#2917 …}
    +reports: Doctrine\ORM\PersistentCollection {#2919 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2921 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2923 …}
    +badges: Doctrine\ORM\PersistentCollection {#2925 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -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 {#2893
      date: 2023-10-14 01:14:01.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is sweet, this exact same idea has been kicking around my head for awhile but I’ve never taken the initiative.\n
    \n
    I did write a [script ](https://www.reddit.com/r/DataHoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell lol), that uses yt-dlp to download all your subscription videos as they come in and sends a notification. Could easily be modified to work on linux and use ntfy or another notification service. ALso no need to scrape your subscriptions as it stays in sync with your currently subscribed channels.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1697258095 {#1405
    date: 2023-10-14 06:34:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 47790
  -bodyTs: "'/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':30 'also':66 'anoth':63 'around':11 'awhil':15 'channel':82 'come':45 'could':51 'current':80 'dlp':36 'download':38 'easili':52 'exact':5 'head':13 'idea':7 'initi':22 'kick':10 'linux':58 'lol':31 'modifi':54 'need':68 'never':19 'notif':50,64 'ntfi':61 'scrape':70 'script':27 'send':48 'servic':65 'stay':75 'subscrib':81 'subscript':41,72 'sweet':3 'sync':77 'taken':20 'use':33,60 've':18 'video':42 'work':56 'write':25 'www.reddit.com':29 'www.reddit.com/r/datahoarder/comments/11ualom/auto_download_latest_youtube_videos_from_your/)(powershell':28 'yt':35 'yt-dlp':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4413151"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697258095 {#1385
    date: 2023-10-14 06:34:55.0 +02:00
  }
  +"title": 47790
}
"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 {#2325
  +user: Proxies\__CG__\App\Entity\User {#2850 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: Proxies\__CG__\App\Entity\Image {#2892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
  +slug: "What-feature-are-you-dying-for-to-come-to-your"
  +title: "What feature are you dying for to come to your DE - Linux?"
  +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699845587 {#2887
    date: 2023-11-13 04:19:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2895 …}
  +votes: Doctrine\ORM\PersistentCollection {#2897 …}
  +reports: Doctrine\ORM\PersistentCollection {#2899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
  +badges: Doctrine\ORM\PersistentCollection {#2905 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
      +body: "this the only thing keeping me from moving from windows"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697508781 {#2328
        date: 2023-10-17 04:13:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@CaptainHowdy@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2333 …}
      +nested: Doctrine\ORM\PersistentCollection {#2324 …}
      +votes: Doctrine\ORM\PersistentCollection {#2334 …}
      +reports: Doctrine\ORM\PersistentCollection {#2341 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
      -id: 105838
      -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4506679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697508781 {#2326
        date: 2023-10-17 04:13:01.0 +02:00
      }
      +"title": 105838
    }
    0 => App\Entity\EntryComment {#2159
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697521188 {#2339
        date: 2023-10-17 07:39:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@MonkCanatella@sh.itjust.works"
        "@humanplayer2@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 128044
      -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4509902"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697521188 {#2338
        date: 2023-10-17 07:39:48.0 +02:00
      }
      +"title": 128044
    }
  ]
  -id: 9298
  -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697478686
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6528847"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697392286 {#2873
    date: 2023-10-15 19:51:26.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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2325
  +user: Proxies\__CG__\App\Entity\User {#2850 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: Proxies\__CG__\App\Entity\Image {#2892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
  +slug: "What-feature-are-you-dying-for-to-come-to-your"
  +title: "What feature are you dying for to come to your DE - Linux?"
  +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699845587 {#2887
    date: 2023-11-13 04:19:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2895 …}
  +votes: Doctrine\ORM\PersistentCollection {#2897 …}
  +reports: Doctrine\ORM\PersistentCollection {#2899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
  +badges: Doctrine\ORM\PersistentCollection {#2905 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
      +body: "this the only thing keeping me from moving from windows"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697508781 {#2328
        date: 2023-10-17 04:13:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@CaptainHowdy@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2333 …}
      +nested: Doctrine\ORM\PersistentCollection {#2324 …}
      +votes: Doctrine\ORM\PersistentCollection {#2334 …}
      +reports: Doctrine\ORM\PersistentCollection {#2341 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
      -id: 105838
      -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4506679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697508781 {#2326
        date: 2023-10-17 04:13:01.0 +02:00
      }
      +"title": 105838
    }
    0 => App\Entity\EntryComment {#2159
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697521188 {#2339
        date: 2023-10-17 07:39:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@MonkCanatella@sh.itjust.works"
        "@humanplayer2@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 128044
      -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4509902"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697521188 {#2338
        date: 2023-10-17 07:39:48.0 +02:00
      }
      +"title": 128044
    }
  ]
  -id: 9298
  -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697478686
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6528847"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697392286 {#2873
    date: 2023-10-15 19:51:26.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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2325
  +user: Proxies\__CG__\App\Entity\User {#2850 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: Proxies\__CG__\App\Entity\Image {#2892 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
  +slug: "What-feature-are-you-dying-for-to-come-to-your"
  +title: "What feature are you dying for to come to your DE - Linux?"
  +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699845587 {#2887
    date: 2023-11-13 04:19:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2895 …}
  +votes: Doctrine\ORM\PersistentCollection {#2897 …}
  +reports: Doctrine\ORM\PersistentCollection {#2899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
  +badges: Doctrine\ORM\PersistentCollection {#2905 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
      +body: "this the only thing keeping me from moving from windows"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697508781 {#2328
        date: 2023-10-17 04:13:01.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@CaptainHowdy@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2333 …}
      +nested: Doctrine\ORM\PersistentCollection {#2324 …}
      +votes: Doctrine\ORM\PersistentCollection {#2334 …}
      +reports: Doctrine\ORM\PersistentCollection {#2341 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
      -id: 105838
      -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4506679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697508781 {#2326
        date: 2023-10-17 04:13:01.0 +02:00
      }
      +"title": 105838
    }
    0 => App\Entity\EntryComment {#2159
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1697521188 {#2339
        date: 2023-10-17 07:39:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@MonkCanatella@sh.itjust.works"
        "@humanplayer2@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 128044
      -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4509902"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697521188 {#2338
        date: 2023-10-17 07:39:48.0 +02:00
      }
      +"title": 128044
    }
  ]
  -id: 9298
  -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697478686
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6528847"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697392286 {#2873
    date: 2023-10-15 19:51:26.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
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 {#2191
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#2850 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
    +slug: "What-feature-are-you-dying-for-to-come-to-your"
    +title: "What feature are you dying for to come to your DE - Linux?"
    +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699845587 {#2887
      date: 2023-11-13 04:19:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2895 …}
    +votes: Doctrine\ORM\PersistentCollection {#2897 …}
    +reports: Doctrine\ORM\PersistentCollection {#2899 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
    +badges: Doctrine\ORM\PersistentCollection {#2905 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      0 => App\Entity\EntryComment {#2159
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
        +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697521188 {#2339
          date: 2023-10-17 07:39:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@imgel@lemmy.ml"
          "@MonkCanatella@sh.itjust.works"
          "@humanplayer2@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2136 …}
        +nested: Doctrine\ORM\PersistentCollection {#2073 …}
        +votes: Doctrine\ORM\PersistentCollection {#2072 …}
        +reports: Doctrine\ORM\PersistentCollection {#2065 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
        -id: 128044
        -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4509902"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697521188 {#2338
          date: 2023-10-17 07:39:48.0 +02:00
        }
        +"title": 128044
      }
    ]
    -id: 9298
    -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697478686
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6528847"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697392286 {#2873
      date: 2023-10-15 19:51:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +body: "this the only thing keeping me from moving from windows"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697508781 {#2328
    date: 2023-10-17 04:13:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@CaptainHowdy@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2333 …}
  +nested: Doctrine\ORM\PersistentCollection {#2324 …}
  +votes: Doctrine\ORM\PersistentCollection {#2334 …}
  +reports: Doctrine\ORM\PersistentCollection {#2341 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  -id: 105838
  -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4506679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697508781 {#2326
    date: 2023-10-17 04:13:01.0 +02:00
  }
  +"title": 105838
}
"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 {#2191
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#2850 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
    +slug: "What-feature-are-you-dying-for-to-come-to-your"
    +title: "What feature are you dying for to come to your DE - Linux?"
    +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699845587 {#2887
      date: 2023-11-13 04:19:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2895 …}
    +votes: Doctrine\ORM\PersistentCollection {#2897 …}
    +reports: Doctrine\ORM\PersistentCollection {#2899 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
    +badges: Doctrine\ORM\PersistentCollection {#2905 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      0 => App\Entity\EntryComment {#2159
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
        +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697521188 {#2339
          date: 2023-10-17 07:39:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@imgel@lemmy.ml"
          "@MonkCanatella@sh.itjust.works"
          "@humanplayer2@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2136 …}
        +nested: Doctrine\ORM\PersistentCollection {#2073 …}
        +votes: Doctrine\ORM\PersistentCollection {#2072 …}
        +reports: Doctrine\ORM\PersistentCollection {#2065 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
        -id: 128044
        -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4509902"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697521188 {#2338
          date: 2023-10-17 07:39:48.0 +02:00
        }
        +"title": 128044
      }
    ]
    -id: 9298
    -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697478686
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6528847"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697392286 {#2873
      date: 2023-10-15 19:51:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +body: "this the only thing keeping me from moving from windows"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697508781 {#2328
    date: 2023-10-17 04:13:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@CaptainHowdy@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2333 …}
  +nested: Doctrine\ORM\PersistentCollection {#2324 …}
  +votes: Doctrine\ORM\PersistentCollection {#2334 …}
  +reports: Doctrine\ORM\PersistentCollection {#2341 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  -id: 105838
  -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4506679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697508781 {#2326
    date: 2023-10-17 04:13:01.0 +02:00
  }
  +"title": 105838
}
"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 {#2191
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#2850 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
    +slug: "What-feature-are-you-dying-for-to-come-to-your"
    +title: "What feature are you dying for to come to your DE - Linux?"
    +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699845587 {#2887
      date: 2023-11-13 04:19:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2895 …}
    +votes: Doctrine\ORM\PersistentCollection {#2897 …}
    +reports: Doctrine\ORM\PersistentCollection {#2899 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
    +badges: Doctrine\ORM\PersistentCollection {#2905 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      0 => App\Entity\EntryComment {#2159
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
        +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697521188 {#2339
          date: 2023-10-17 07:39:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@imgel@lemmy.ml"
          "@MonkCanatella@sh.itjust.works"
          "@humanplayer2@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2136 …}
        +nested: Doctrine\ORM\PersistentCollection {#2073 …}
        +votes: Doctrine\ORM\PersistentCollection {#2072 …}
        +reports: Doctrine\ORM\PersistentCollection {#2065 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
        -id: 128044
        -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4509902"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697521188 {#2338
          date: 2023-10-17 07:39:48.0 +02:00
        }
        +"title": 128044
      }
    ]
    -id: 9298
    -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697478686
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6528847"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697392286 {#2873
      date: 2023-10-15 19:51:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +body: "this the only thing keeping me from moving from windows"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697508781 {#2328
    date: 2023-10-17 04:13:01.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@CaptainHowdy@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2333 …}
  +nested: Doctrine\ORM\PersistentCollection {#2324 …}
  +votes: Doctrine\ORM\PersistentCollection {#2334 …}
  +reports: Doctrine\ORM\PersistentCollection {#2341 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  -id: 105838
  -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4506679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697508781 {#2326
    date: 2023-10-17 04:13:01.0 +02:00
  }
  +"title": 105838
}
"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 {#2159
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#2850 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
    +slug: "What-feature-are-you-dying-for-to-come-to-your"
    +title: "What feature are you dying for to come to your DE - Linux?"
    +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699845587 {#2887
      date: 2023-11-13 04:19:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2895 …}
    +votes: Doctrine\ORM\PersistentCollection {#2897 …}
    +reports: Doctrine\ORM\PersistentCollection {#2899 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
    +badges: Doctrine\ORM\PersistentCollection {#2905 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
        +body: "this the only thing keeping me from moving from windows"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697508781 {#2328
          date: 2023-10-17 04:13:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@imgel@lemmy.ml"
          "@CaptainHowdy@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2333 …}
        +nested: Doctrine\ORM\PersistentCollection {#2324 …}
        +votes: Doctrine\ORM\PersistentCollection {#2334 …}
        +reports: Doctrine\ORM\PersistentCollection {#2341 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
        -id: 105838
        -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4506679"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697508781 {#2326
          date: 2023-10-17 04:13:01.0 +02:00
        }
        +"title": 105838
      }
      0 => App\Entity\EntryComment {#2159}
    ]
    -id: 9298
    -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697478686
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6528847"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697392286 {#2873
      date: 2023-10-15 19:51:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697521188 {#2339
    date: 2023-10-17 07:39:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@MonkCanatella@sh.itjust.works"
    "@humanplayer2@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 128044
  -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4509902"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697521188 {#2338
    date: 2023-10-17 07:39:48.0 +02:00
  }
  +"title": 128044
}
"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 {#2159
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#2850 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
    +slug: "What-feature-are-you-dying-for-to-come-to-your"
    +title: "What feature are you dying for to come to your DE - Linux?"
    +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699845587 {#2887
      date: 2023-11-13 04:19:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2895 …}
    +votes: Doctrine\ORM\PersistentCollection {#2897 …}
    +reports: Doctrine\ORM\PersistentCollection {#2899 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
    +badges: Doctrine\ORM\PersistentCollection {#2905 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
        +body: "this the only thing keeping me from moving from windows"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697508781 {#2328
          date: 2023-10-17 04:13:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@imgel@lemmy.ml"
          "@CaptainHowdy@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2333 …}
        +nested: Doctrine\ORM\PersistentCollection {#2324 …}
        +votes: Doctrine\ORM\PersistentCollection {#2334 …}
        +reports: Doctrine\ORM\PersistentCollection {#2341 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
        -id: 105838
        -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4506679"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697508781 {#2326
          date: 2023-10-17 04:13:01.0 +02:00
        }
        +"title": 105838
      }
      0 => App\Entity\EntryComment {#2159}
    ]
    -id: 9298
    -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697478686
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6528847"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697392286 {#2873
      date: 2023-10-15 19:51:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697521188 {#2339
    date: 2023-10-17 07:39:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@MonkCanatella@sh.itjust.works"
    "@humanplayer2@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 128044
  -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4509902"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697521188 {#2338
    date: 2023-10-17 07:39:48.0 +02:00
  }
  +"title": 128044
}
"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 {#2159
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#2850 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
    +image: Proxies\__CG__\App\Entity\Image {#2892 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2894 …}
    +slug: "What-feature-are-you-dying-for-to-come-to-your"
    +title: "What feature are you dying for to come to your DE - Linux?"
    +url: "https://lemmy.ml/pictrs/image/7ebb5c4a-7a62-4123-8683-714caabccaa0.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699845587 {#2887
      date: 2023-11-13 04:19:47.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2895 …}
    +votes: Doctrine\ORM\PersistentCollection {#2897 …}
    +reports: Doctrine\ORM\PersistentCollection {#2899 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2901 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2903 …}
    +badges: Doctrine\ORM\PersistentCollection {#2905 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
        +body: "this the only thing keeping me from moving from windows"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1697508781 {#2328
          date: 2023-10-17 04:13:01.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@imgel@lemmy.ml"
          "@CaptainHowdy@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2333 …}
        +nested: Doctrine\ORM\PersistentCollection {#2324 …}
        +votes: Doctrine\ORM\PersistentCollection {#2334 …}
        +reports: Doctrine\ORM\PersistentCollection {#2341 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
        -id: 105838
        -bodyTs: "'keep':5 'move':8 'thing':4 'window':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4506679"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697508781 {#2326
          date: 2023-10-17 04:13:01.0 +02:00
        }
        +"title": 105838
      }
      0 => App\Entity\EntryComment {#2159}
    ]
    -id: 9298
    -titleTs: "'come':8 'de':11 'die':5 'featur':2 'linux':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697478686
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6528847"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697392286 {#2873
      date: 2023-10-15 19:51:26.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2327 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "yeah any wm or de has or should have that capability. Windows and mac allow that as well. I’m talking about specifically which apps are pinned to your taskbar. which sway and most wms that I’m aware of don’t have"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1697521188 {#2339
    date: 2023-10-17 07:39:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@MonkCanatella@sh.itjust.works"
    "@humanplayer2@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 128044
  -bodyTs: "'allow':15 'app':25 'awar':39 'capabl':11 'de':5 'm':20,38 'mac':14 'pin':27 'specif':23 'sway':32 'talk':21 'taskbar':30 'well':18 'window':12 'wm':3 'wms':35 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4509902"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697521188 {#2338
    date: 2023-10-17 07:39:48.0 +02:00
  }
  +"title": 128044
}
"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
Proxies\__CG__\App\Entity\Entry {#2097
  +user: Proxies\__CG__\App\Entity\User {#2795 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: Proxies\__CG__\App\Entity\Image {#2852 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
  +slug: "A-better-Revanced"
  +title: "A better Revanced"
  +url: "https://grayjay.app/"
  +body: """
    Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more.\n
    \n
    adblock already integrated, works amazingly with a quick test on my end - it’s an app in the Lemmy spirit\n
    \n
    (it’s got a paid model similar to winrar, you don’t have to pay - but they do want you to - opensource and all)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 184
  +favouriteCount: 636
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699121664 {#2847
    date: 2023-11-04 19:14:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2855 …}
  +votes: Doctrine\ORM\PersistentCollection {#2857 …}
  +reports: Doctrine\ORM\PersistentCollection {#2859 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
  +badges: Doctrine\ORM\PersistentCollection {#2865 …}
  +children: [
    App\Entity\EntryComment {#2076
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2082 …}
      +body: "“open source” to enshittification pipeline license"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1697722874 {#2084
        date: 2023-10-19 15:41:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Cassa@lemmy.blahaj.zone"
        "@sir_reginald@lemmy.world"
        "@LemmyNameMyself@lemmy.world"
        "@lukas@lemmy.haigner.me"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2085 …}
      +nested: Doctrine\ORM\PersistentCollection {#2062 …}
      +votes: Doctrine\ORM\PersistentCollection {#2077 …}
      +reports: Doctrine\ORM\PersistentCollection {#2063 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
      -id: 58895
      -bodyTs: "'enshittif':4 'licens':6 'open':1 'pipelin':5 'sourc':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4586290"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697722874 {#2078
        date: 2023-10-19 15:41:14.0 +02:00
      }
      +"title": 58895
    }
  ]
  -id: 6257
  -titleTs: "'better':2 'revanc':3"
  -bodyTs: "'adblock':30 'alreadi':31 'amaz':34 'app':15,45 'behind':12 'content':20 'end':41 'got':52 'integr':32 'lemmi':48 'loui':2 'model':55 'nebula':25 'new':14 'onlin':18 'opensourc':71 'paid':54 'part':8 'pay':64 'peertub':26 'quick':37 'rossman':3 'similar':56 'spirit':49 'team':11 'test':38 'today':4 'twitch':27 'video':19 'want':68 'watch':1,17 'winrar':58 'work':33 'youtub':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697739176
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/4337914"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697652776 {#2833
    date: 2023-10-18 20:12:56.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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2097
  +user: Proxies\__CG__\App\Entity\User {#2795 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: Proxies\__CG__\App\Entity\Image {#2852 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
  +slug: "A-better-Revanced"
  +title: "A better Revanced"
  +url: "https://grayjay.app/"
  +body: """
    Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more.\n
    \n
    adblock already integrated, works amazingly with a quick test on my end - it’s an app in the Lemmy spirit\n
    \n
    (it’s got a paid model similar to winrar, you don’t have to pay - but they do want you to - opensource and all)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 184
  +favouriteCount: 636
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699121664 {#2847
    date: 2023-11-04 19:14:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2855 …}
  +votes: Doctrine\ORM\PersistentCollection {#2857 …}
  +reports: Doctrine\ORM\PersistentCollection {#2859 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
  +badges: Doctrine\ORM\PersistentCollection {#2865 …}
  +children: [
    App\Entity\EntryComment {#2076
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2082 …}
      +body: "“open source” to enshittification pipeline license"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1697722874 {#2084
        date: 2023-10-19 15:41:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Cassa@lemmy.blahaj.zone"
        "@sir_reginald@lemmy.world"
        "@LemmyNameMyself@lemmy.world"
        "@lukas@lemmy.haigner.me"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2085 …}
      +nested: Doctrine\ORM\PersistentCollection {#2062 …}
      +votes: Doctrine\ORM\PersistentCollection {#2077 …}
      +reports: Doctrine\ORM\PersistentCollection {#2063 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
      -id: 58895
      -bodyTs: "'enshittif':4 'licens':6 'open':1 'pipelin':5 'sourc':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4586290"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697722874 {#2078
        date: 2023-10-19 15:41:14.0 +02:00
      }
      +"title": 58895
    }
  ]
  -id: 6257
  -titleTs: "'better':2 'revanc':3"
  -bodyTs: "'adblock':30 'alreadi':31 'amaz':34 'app':15,45 'behind':12 'content':20 'end':41 'got':52 'integr':32 'lemmi':48 'loui':2 'model':55 'nebula':25 'new':14 'onlin':18 'opensourc':71 'paid':54 'part':8 'pay':64 'peertub':26 'quick':37 'rossman':3 'similar':56 'spirit':49 'team':11 'test':38 'today':4 'twitch':27 'video':19 'want':68 'watch':1,17 'winrar':58 'work':33 'youtub':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697739176
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/4337914"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697652776 {#2833
    date: 2023-10-18 20:12:56.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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2097
  +user: Proxies\__CG__\App\Entity\User {#2795 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: Proxies\__CG__\App\Entity\Image {#2852 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
  +slug: "A-better-Revanced"
  +title: "A better Revanced"
  +url: "https://grayjay.app/"
  +body: """
    Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more.\n
    \n
    adblock already integrated, works amazingly with a quick test on my end - it’s an app in the Lemmy spirit\n
    \n
    (it’s got a paid model similar to winrar, you don’t have to pay - but they do want you to - opensource and all)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 184
  +favouriteCount: 636
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699121664 {#2847
    date: 2023-11-04 19:14:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2855 …}
  +votes: Doctrine\ORM\PersistentCollection {#2857 …}
  +reports: Doctrine\ORM\PersistentCollection {#2859 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
  +badges: Doctrine\ORM\PersistentCollection {#2865 …}
  +children: [
    App\Entity\EntryComment {#2076
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2097 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2082 …}
      +body: "“open source” to enshittification pipeline license"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1697722874 {#2084
        date: 2023-10-19 15:41:14.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Cassa@lemmy.blahaj.zone"
        "@sir_reginald@lemmy.world"
        "@LemmyNameMyself@lemmy.world"
        "@lukas@lemmy.haigner.me"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2085 …}
      +nested: Doctrine\ORM\PersistentCollection {#2062 …}
      +votes: Doctrine\ORM\PersistentCollection {#2077 …}
      +reports: Doctrine\ORM\PersistentCollection {#2063 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
      -id: 58895
      -bodyTs: "'enshittif':4 'licens':6 'open':1 'pipelin':5 'sourc':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4586290"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697722874 {#2078
        date: 2023-10-19 15:41:14.0 +02:00
      }
      +"title": 58895
    }
  ]
  -id: 6257
  -titleTs: "'better':2 'revanc':3"
  -bodyTs: "'adblock':30 'alreadi':31 'amaz':34 'app':15,45 'behind':12 'content':20 'end':41 'got':52 'integr':32 'lemmi':48 'loui':2 'model':55 'nebula':25 'new':14 'onlin':18 'opensourc':71 'paid':54 'part':8 'pay':64 'peertub':26 'quick':37 'rossman':3 'similar':56 'spirit':49 'team':11 'test':38 'today':4 'twitch':27 'video':19 'want':68 'watch':1,17 'winrar':58 'work':33 'youtub':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697739176
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/4337914"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697652776 {#2833
    date: 2023-10-18 20:12:56.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
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2795 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: Proxies\__CG__\App\Entity\Image {#2852 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
    +slug: "A-better-Revanced"
    +title: "A better Revanced"
    +url: "https://grayjay.app/"
    +body: """
      Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more.\n
      \n
      adblock already integrated, works amazingly with a quick test on my end - it’s an app in the Lemmy spirit\n
      \n
      (it’s got a paid model similar to winrar, you don’t have to pay - but they do want you to - opensource and all)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 184
    +favouriteCount: 636
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699121664 {#2847
      date: 2023-11-04 19:14:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2855 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      App\Entity\EntryComment {#2076}
    ]
    -id: 6257
    -titleTs: "'better':2 'revanc':3"
    -bodyTs: "'adblock':30 'alreadi':31 'amaz':34 'app':15,45 'behind':12 'content':20 'end':41 'got':52 'integr':32 'lemmi':48 'loui':2 'model':55 'nebula':25 'new':14 'onlin':18 'opensourc':71 'paid':54 'part':8 'pay':64 'peertub':26 'quick':37 'rossman':3 'similar':56 'spirit':49 'team':11 'test':38 'today':4 'twitch':27 'video':19 'want':68 'watch':1,17 'winrar':58 'work':33 'youtub':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697739176
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/4337914"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697652776 {#2833
      date: 2023-10-18 20:12:56.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2082 …}
  +body: "“open source” to enshittification pipeline license"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1697722874 {#2084
    date: 2023-10-19 15:41:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Cassa@lemmy.blahaj.zone"
    "@sir_reginald@lemmy.world"
    "@LemmyNameMyself@lemmy.world"
    "@lukas@lemmy.haigner.me"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2085 …}
  +nested: Doctrine\ORM\PersistentCollection {#2062 …}
  +votes: Doctrine\ORM\PersistentCollection {#2077 …}
  +reports: Doctrine\ORM\PersistentCollection {#2063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
  -id: 58895
  -bodyTs: "'enshittif':4 'licens':6 'open':1 'pipelin':5 'sourc':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4586290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697722874 {#2078
    date: 2023-10-19 15:41:14.0 +02:00
  }
  +"title": 58895
}
"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
27 DENIED edit
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2795 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: Proxies\__CG__\App\Entity\Image {#2852 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
    +slug: "A-better-Revanced"
    +title: "A better Revanced"
    +url: "https://grayjay.app/"
    +body: """
      Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more.\n
      \n
      adblock already integrated, works amazingly with a quick test on my end - it’s an app in the Lemmy spirit\n
      \n
      (it’s got a paid model similar to winrar, you don’t have to pay - but they do want you to - opensource and all)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 184
    +favouriteCount: 636
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699121664 {#2847
      date: 2023-11-04 19:14:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2855 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      App\Entity\EntryComment {#2076}
    ]
    -id: 6257
    -titleTs: "'better':2 'revanc':3"
    -bodyTs: "'adblock':30 'alreadi':31 'amaz':34 'app':15,45 'behind':12 'content':20 'end':41 'got':52 'integr':32 'lemmi':48 'loui':2 'model':55 'nebula':25 'new':14 'onlin':18 'opensourc':71 'paid':54 'part':8 'pay':64 'peertub':26 'quick':37 'rossman':3 'similar':56 'spirit':49 'team':11 'test':38 'today':4 'twitch':27 'video':19 'want':68 'watch':1,17 'winrar':58 'work':33 'youtub':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697739176
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/4337914"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697652776 {#2833
      date: 2023-10-18 20:12:56.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2082 …}
  +body: "“open source” to enshittification pipeline license"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1697722874 {#2084
    date: 2023-10-19 15:41:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Cassa@lemmy.blahaj.zone"
    "@sir_reginald@lemmy.world"
    "@LemmyNameMyself@lemmy.world"
    "@lukas@lemmy.haigner.me"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2085 …}
  +nested: Doctrine\ORM\PersistentCollection {#2062 …}
  +votes: Doctrine\ORM\PersistentCollection {#2077 …}
  +reports: Doctrine\ORM\PersistentCollection {#2063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
  -id: 58895
  -bodyTs: "'enshittif':4 'licens':6 'open':1 'pipelin':5 'sourc':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4586290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697722874 {#2078
    date: 2023-10-19 15:41:14.0 +02:00
  }
  +"title": 58895
}
"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
28 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2097
    +user: Proxies\__CG__\App\Entity\User {#2795 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: Proxies\__CG__\App\Entity\Image {#2852 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2854 …}
    +slug: "A-better-Revanced"
    +title: "A better Revanced"
    +url: "https://grayjay.app/"
    +body: """
      Watched Louis Rossman today, and he’s part of the team behind a new app for watching online video content - not just youtube, but nebula, peertube, twitch and more.\n
      \n
      adblock already integrated, works amazingly with a quick test on my end - it’s an app in the Lemmy spirit\n
      \n
      (it’s got a paid model similar to winrar, you don’t have to pay - but they do want you to - opensource and all)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 184
    +favouriteCount: 636
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699121664 {#2847
      date: 2023-11-04 19:14:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2855 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      App\Entity\EntryComment {#2076}
    ]
    -id: 6257
    -titleTs: "'better':2 'revanc':3"
    -bodyTs: "'adblock':30 'alreadi':31 'amaz':34 'app':15,45 'behind':12 'content':20 'end':41 'got':52 'integr':32 'lemmi':48 'loui':2 'model':55 'nebula':25 'new':14 'onlin':18 'opensourc':71 'paid':54 'part':8 'pay':64 'peertub':26 'quick':37 'rossman':3 'similar':56 'spirit':49 'team':11 'test':38 'today':4 'twitch':27 'video':19 'want':68 'watch':1,17 'winrar':58 'work':33 'youtub':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697739176
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/4337914"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697652776 {#2833
      date: 2023-10-18 20:12:56.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2082 …}
  +body: "“open source” to enshittification pipeline license"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1697722874 {#2084
    date: 2023-10-19 15:41:14.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Cassa@lemmy.blahaj.zone"
    "@sir_reginald@lemmy.world"
    "@LemmyNameMyself@lemmy.world"
    "@lukas@lemmy.haigner.me"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2085 …}
  +nested: Doctrine\ORM\PersistentCollection {#2062 …}
  +votes: Doctrine\ORM\PersistentCollection {#2077 …}
  +reports: Doctrine\ORM\PersistentCollection {#2063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
  -id: 58895
  -bodyTs: "'enshittif':4 'licens':6 'open':1 'pipelin':5 'sourc':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4586290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697722874 {#2078
    date: 2023-10-19 15:41:14.0 +02:00
  }
  +"title": 58895
}
"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
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
Proxies\__CG__\App\Entity\Post {#2220
  +user: Proxies\__CG__\App\Entity\User {#2374 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
  +body: """
    Is ProtonVPN worth it?\n
    \n
    @piracy@lemmy.dbzer0.com\n
    \n
    Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
    \n
    Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
    """
  +lang: "en"
  +commentCount: 99
  +favouriteCount: 173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698608995 {#1990
    date: 2023-10-29 20:49:55.0 +01:00
  }
  +ip: null
  +tags: [
    "piracy"
    "torrent"
    "degoogling"
  ]
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2010 …}
  +votes: Doctrine\ORM\PersistentCollection {#2679 …}
  +reports: Doctrine\ORM\PersistentCollection {#2702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
  +children: [
    7 => App\Entity\PostComment {#2049
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: null
      +root: null
      +image: null
      +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
      +lang: "en"
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697936328 {#2101
        date: 2023-10-22 02:58:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2261 …}
      +nested: Doctrine\ORM\PersistentCollection {#2275 …}
      +votes: Doctrine\ORM\PersistentCollection {#2276 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 542
      -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4672248"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697936328 {#2107
        date: 2023-10-22 02:58:48.0 +02:00
      }
      +"title": 542
    }
    6 => App\Entity\PostComment {#2206
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
      +lang: "en"
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697949439 {#2319
        date: 2023-10-22 06:37:19.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2233 …}
      +nested: Doctrine\ORM\PersistentCollection {#2239 …}
      +votes: Doctrine\ORM\PersistentCollection {#2235 …}
      +reports: Doctrine\ORM\PersistentCollection {#2263 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
      -id: 548
      -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4678465"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697949439 {#2205
        date: 2023-10-22 06:37:19.0 +02:00
      }
      +"title": 548
    }
    5 => App\Entity\PostComment {#2273
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "ok and?"
      +lang: "en"
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698002376 {#2274
        date: 2023-10-22 21:19:36.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2268 …}
      +nested: Doctrine\ORM\PersistentCollection {#2266 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2204 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 559
      -bodyTs: "'ok':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4695676"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698002376 {#2271
        date: 2023-10-22 21:19:36.0 +02:00
      }
      +"title": 559
    }
    4 => App\Entity\PostComment {#2202
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
      +lang: "en"
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1698014669 {#2210
        date: 2023-10-23 00:44:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2234 …}
      +nested: Doctrine\ORM\PersistentCollection {#2237 …}
      +votes: Doctrine\ORM\PersistentCollection {#2258 …}
      +reports: Doctrine\ORM\PersistentCollection {#2260 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
      -id: 561
      -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4705537"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698014669 {#2201
        date: 2023-10-23 00:44:29.0 +02:00
      }
      +"title": 561
    }
    3 => App\Entity\PostComment {#2247
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
      +lang: "en"
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1698017704 {#2248
        date: 2023-10-23 01:35:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
        "@isVeryLoud@lemmy.ca"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2256 …}
      +nested: Doctrine\ORM\PersistentCollection {#2284 …}
      +votes: Doctrine\ORM\PersistentCollection {#2286 …}
      +reports: Doctrine\ORM\PersistentCollection {#2188 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
      -id: 563
      -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4708457"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698017704 {#2243
        date: 2023-10-23 01:35:04.0 +02:00
      }
      +"title": 563
    }
    2 => App\Entity\PostComment {#2157
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Ok? Didn’t ask but go off lil buddy"
      +lang: "en"
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698023269 {#2154
        date: 2023-10-23 03:07:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
        "@isVeryLoud@lemmy.ca"
        "@sebinspace@lemmy.world"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2147 …}
      +nested: Doctrine\ORM\PersistentCollection {#2150 …}
      +votes: Doctrine\ORM\PersistentCollection {#2153 …}
      +reports: Doctrine\ORM\PersistentCollection {#2149 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
      -id: 565
      -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4713389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698023269 {#2158
        date: 2023-10-23 03:07:49.0 +02:00
      }
      +"title": 565
    }
    1 => App\Entity\PostComment {#2172
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698259001 {#2182
        date: 2023-10-25 20:36:41.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2173 …}
      +nested: Doctrine\ORM\PersistentCollection {#2175 …}
      +votes: Doctrine\ORM\PersistentCollection {#2176 …}
      +reports: Doctrine\ORM\PersistentCollection {#2178 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
      -id: 587
      -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4805542"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698259001 {#2171
        date: 2023-10-25 20:36:41.0 +02:00
      }
      +"title": 587
    }
    0 => App\Entity\PostComment {#1988
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Ah ok check with a lawyer then"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698260000 {#2038
        date: 2023-10-25 20:53:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2003 …}
      +nested: Doctrine\ORM\PersistentCollection {#1995 …}
      +votes: Doctrine\ORM\PersistentCollection {#2006 …}
      +reports: Doctrine\ORM\PersistentCollection {#1997 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
      -id: 589
      -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4805836"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698260000 {#2134
        date: 2023-10-25 20:53:20.0 +02:00
      }
      +"title": 589
    }
  ]
  -id: 179
  -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697940394
  +visibility: "visible             "
  +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697853994 {#1999
    date: 2023-10-21 04:06:34.0 +02:00
  }
  +__isInitialized__: true
  +"title": 179
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
Proxies\__CG__\App\Entity\Post {#2220
  +user: Proxies\__CG__\App\Entity\User {#2374 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
  +body: """
    Is ProtonVPN worth it?\n
    \n
    @piracy@lemmy.dbzer0.com\n
    \n
    Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
    \n
    Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
    """
  +lang: "en"
  +commentCount: 99
  +favouriteCount: 173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698608995 {#1990
    date: 2023-10-29 20:49:55.0 +01:00
  }
  +ip: null
  +tags: [
    "piracy"
    "torrent"
    "degoogling"
  ]
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2010 …}
  +votes: Doctrine\ORM\PersistentCollection {#2679 …}
  +reports: Doctrine\ORM\PersistentCollection {#2702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
  +children: [
    7 => App\Entity\PostComment {#2049
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: null
      +root: null
      +image: null
      +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
      +lang: "en"
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697936328 {#2101
        date: 2023-10-22 02:58:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2261 …}
      +nested: Doctrine\ORM\PersistentCollection {#2275 …}
      +votes: Doctrine\ORM\PersistentCollection {#2276 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 542
      -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4672248"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697936328 {#2107
        date: 2023-10-22 02:58:48.0 +02:00
      }
      +"title": 542
    }
    6 => App\Entity\PostComment {#2206
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
      +lang: "en"
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697949439 {#2319
        date: 2023-10-22 06:37:19.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2233 …}
      +nested: Doctrine\ORM\PersistentCollection {#2239 …}
      +votes: Doctrine\ORM\PersistentCollection {#2235 …}
      +reports: Doctrine\ORM\PersistentCollection {#2263 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
      -id: 548
      -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4678465"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697949439 {#2205
        date: 2023-10-22 06:37:19.0 +02:00
      }
      +"title": 548
    }
    5 => App\Entity\PostComment {#2273
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "ok and?"
      +lang: "en"
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698002376 {#2274
        date: 2023-10-22 21:19:36.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2268 …}
      +nested: Doctrine\ORM\PersistentCollection {#2266 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2204 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 559
      -bodyTs: "'ok':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4695676"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698002376 {#2271
        date: 2023-10-22 21:19:36.0 +02:00
      }
      +"title": 559
    }
    4 => App\Entity\PostComment {#2202
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
      +lang: "en"
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1698014669 {#2210
        date: 2023-10-23 00:44:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2234 …}
      +nested: Doctrine\ORM\PersistentCollection {#2237 …}
      +votes: Doctrine\ORM\PersistentCollection {#2258 …}
      +reports: Doctrine\ORM\PersistentCollection {#2260 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
      -id: 561
      -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4705537"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698014669 {#2201
        date: 2023-10-23 00:44:29.0 +02:00
      }
      +"title": 561
    }
    3 => App\Entity\PostComment {#2247
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
      +lang: "en"
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1698017704 {#2248
        date: 2023-10-23 01:35:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
        "@isVeryLoud@lemmy.ca"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2256 …}
      +nested: Doctrine\ORM\PersistentCollection {#2284 …}
      +votes: Doctrine\ORM\PersistentCollection {#2286 …}
      +reports: Doctrine\ORM\PersistentCollection {#2188 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
      -id: 563
      -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4708457"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698017704 {#2243
        date: 2023-10-23 01:35:04.0 +02:00
      }
      +"title": 563
    }
    2 => App\Entity\PostComment {#2157
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Ok? Didn’t ask but go off lil buddy"
      +lang: "en"
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698023269 {#2154
        date: 2023-10-23 03:07:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
        "@isVeryLoud@lemmy.ca"
        "@sebinspace@lemmy.world"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2147 …}
      +nested: Doctrine\ORM\PersistentCollection {#2150 …}
      +votes: Doctrine\ORM\PersistentCollection {#2153 …}
      +reports: Doctrine\ORM\PersistentCollection {#2149 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
      -id: 565
      -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4713389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698023269 {#2158
        date: 2023-10-23 03:07:49.0 +02:00
      }
      +"title": 565
    }
    1 => App\Entity\PostComment {#2172
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698259001 {#2182
        date: 2023-10-25 20:36:41.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2173 …}
      +nested: Doctrine\ORM\PersistentCollection {#2175 …}
      +votes: Doctrine\ORM\PersistentCollection {#2176 …}
      +reports: Doctrine\ORM\PersistentCollection {#2178 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
      -id: 587
      -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4805542"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698259001 {#2171
        date: 2023-10-25 20:36:41.0 +02:00
      }
      +"title": 587
    }
    0 => App\Entity\PostComment {#1988
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Ah ok check with a lawyer then"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698260000 {#2038
        date: 2023-10-25 20:53:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2003 …}
      +nested: Doctrine\ORM\PersistentCollection {#1995 …}
      +votes: Doctrine\ORM\PersistentCollection {#2006 …}
      +reports: Doctrine\ORM\PersistentCollection {#1997 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
      -id: 589
      -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4805836"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698260000 {#2134
        date: 2023-10-25 20:53:20.0 +02:00
      }
      +"title": 589
    }
  ]
  -id: 179
  -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697940394
  +visibility: "visible             "
  +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697853994 {#1999
    date: 2023-10-21 04:06:34.0 +02:00
  }
  +__isInitialized__: true
  +"title": 179
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2220
  +user: Proxies\__CG__\App\Entity\User {#2374 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
  +body: """
    Is ProtonVPN worth it?\n
    \n
    @piracy@lemmy.dbzer0.com\n
    \n
    Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
    \n
    Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
    """
  +lang: "en"
  +commentCount: 99
  +favouriteCount: 173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698608995 {#1990
    date: 2023-10-29 20:49:55.0 +01:00
  }
  +ip: null
  +tags: [
    "piracy"
    "torrent"
    "degoogling"
  ]
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#2010 …}
  +votes: Doctrine\ORM\PersistentCollection {#2679 …}
  +reports: Doctrine\ORM\PersistentCollection {#2702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
  +children: [
    7 => App\Entity\PostComment {#2049
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: null
      +root: null
      +image: null
      +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
      +lang: "en"
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697936328 {#2101
        date: 2023-10-22 02:58:48.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2261 …}
      +nested: Doctrine\ORM\PersistentCollection {#2275 …}
      +votes: Doctrine\ORM\PersistentCollection {#2276 …}
      +reports: Doctrine\ORM\PersistentCollection {#2282 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 542
      -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4672248"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697936328 {#2107
        date: 2023-10-22 02:58:48.0 +02:00
      }
      +"title": 542
    }
    6 => App\Entity\PostComment {#2206
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
      +lang: "en"
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1697949439 {#2319
        date: 2023-10-22 06:37:19.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2233 …}
      +nested: Doctrine\ORM\PersistentCollection {#2239 …}
      +votes: Doctrine\ORM\PersistentCollection {#2235 …}
      +reports: Doctrine\ORM\PersistentCollection {#2263 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
      -id: 548
      -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4678465"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697949439 {#2205
        date: 2023-10-22 06:37:19.0 +02:00
      }
      +"title": 548
    }
    5 => App\Entity\PostComment {#2273
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "ok and?"
      +lang: "en"
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698002376 {#2274
        date: 2023-10-22 21:19:36.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2268 …}
      +nested: Doctrine\ORM\PersistentCollection {#2266 …}
      +votes: Doctrine\ORM\PersistentCollection {#2211 …}
      +reports: Doctrine\ORM\PersistentCollection {#2204 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 559
      -bodyTs: "'ok':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4695676"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698002376 {#2271
        date: 2023-10-22 21:19:36.0 +02:00
      }
      +"title": 559
    }
    4 => App\Entity\PostComment {#2202
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
      +lang: "en"
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1698014669 {#2210
        date: 2023-10-23 00:44:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2234 …}
      +nested: Doctrine\ORM\PersistentCollection {#2237 …}
      +votes: Doctrine\ORM\PersistentCollection {#2258 …}
      +reports: Doctrine\ORM\PersistentCollection {#2260 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
      -id: 561
      -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4705537"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698014669 {#2201
        date: 2023-10-23 00:44:29.0 +02:00
      }
      +"title": 561
    }
    3 => App\Entity\PostComment {#2247
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
      +lang: "en"
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1698017704 {#2248
        date: 2023-10-23 01:35:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
        "@isVeryLoud@lemmy.ca"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2256 …}
      +nested: Doctrine\ORM\PersistentCollection {#2284 …}
      +votes: Doctrine\ORM\PersistentCollection {#2286 …}
      +reports: Doctrine\ORM\PersistentCollection {#2188 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
      -id: 563
      -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4708457"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698017704 {#2243
        date: 2023-10-23 01:35:04.0 +02:00
      }
      +"title": 563
    }
    2 => App\Entity\PostComment {#2157
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Ok? Didn’t ask but go off lil buddy"
      +lang: "en"
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698023269 {#2154
        date: 2023-10-23 03:07:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
        "@isVeryLoud@lemmy.ca"
        "@sebinspace@lemmy.world"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2147 …}
      +nested: Doctrine\ORM\PersistentCollection {#2150 …}
      +votes: Doctrine\ORM\PersistentCollection {#2153 …}
      +reports: Doctrine\ORM\PersistentCollection {#2149 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
      -id: 565
      -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4713389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698023269 {#2158
        date: 2023-10-23 03:07:49.0 +02:00
      }
      +"title": 565
    }
    1 => App\Entity\PostComment {#2172
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698259001 {#2182
        date: 2023-10-25 20:36:41.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2173 …}
      +nested: Doctrine\ORM\PersistentCollection {#2175 …}
      +votes: Doctrine\ORM\PersistentCollection {#2176 …}
      +reports: Doctrine\ORM\PersistentCollection {#2178 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
      -id: 587
      -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4805542"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698259001 {#2171
        date: 2023-10-25 20:36:41.0 +02:00
      }
      +"title": 587
    }
    0 => App\Entity\PostComment {#1988
      +user: App\Entity\User {#260 …}
      +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
      +root: App\Entity\PostComment {#2049}
      +image: null
      +body: "Ah ok check with a lawyer then"
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698260000 {#2038
        date: 2023-10-25 20:53:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@piracy@lemmy.dbzer0.com"
        "@Shkshkshk@dice.camp"
        "@MonkCanatella@sh.itjust.works"
        "@areyouevenreal@lemmy.antemeridiem.xyz"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2003 …}
      +nested: Doctrine\ORM\PersistentCollection {#1995 …}
      +votes: Doctrine\ORM\PersistentCollection {#2006 …}
      +reports: Doctrine\ORM\PersistentCollection {#1997 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
      -id: 589
      -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4805836"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698260000 {#2134
        date: 2023-10-25 20:53:20.0 +02:00
      }
      +"title": 589
    }
  ]
  -id: 179
  -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697940394
  +visibility: "visible             "
  +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697853994 {#1999
    date: 2023-10-21 04:06:34.0 +02:00
  }
  +__isInitialized__: true
  +"title": 179
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\PostComment {#2049
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049}
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: null
  +root: null
  +image: null
  +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
  +lang: "en"
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697936328 {#2101
    date: 2023-10-22 02:58:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2261 …}
  +nested: Doctrine\ORM\PersistentCollection {#2275 …}
  +votes: Doctrine\ORM\PersistentCollection {#2276 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 542
  -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4672248"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697936328 {#2107
    date: 2023-10-22 02:58:48.0 +02:00
  }
  +"title": 542
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\PostComment {#2049
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049}
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: null
  +root: null
  +image: null
  +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
  +lang: "en"
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697936328 {#2101
    date: 2023-10-22 02:58:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2261 …}
  +nested: Doctrine\ORM\PersistentCollection {#2275 …}
  +votes: Doctrine\ORM\PersistentCollection {#2276 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 542
  -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4672248"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697936328 {#2107
    date: 2023-10-22 02:58:48.0 +02:00
  }
  +"title": 542
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\PostComment {#2049
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049}
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: null
  +root: null
  +image: null
  +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
  +lang: "en"
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697936328 {#2101
    date: 2023-10-22 02:58:48.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2261 …}
  +nested: Doctrine\ORM\PersistentCollection {#2275 …}
  +votes: Doctrine\ORM\PersistentCollection {#2276 …}
  +reports: Doctrine\ORM\PersistentCollection {#2282 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 542
  -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4672248"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697936328 {#2107
    date: 2023-10-22 02:58:48.0 +02:00
  }
  +"title": 542
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"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\PostComment {#2206
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206}
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
  +lang: "en"
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697949439 {#2319
    date: 2023-10-22 06:37:19.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2233 …}
  +nested: Doctrine\ORM\PersistentCollection {#2239 …}
  +votes: Doctrine\ORM\PersistentCollection {#2235 …}
  +reports: Doctrine\ORM\PersistentCollection {#2263 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
  -id: 548
  -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4678465"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697949439 {#2205
    date: 2023-10-22 06:37:19.0 +02:00
  }
  +"title": 548
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\PostComment {#2206
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206}
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
  +lang: "en"
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697949439 {#2319
    date: 2023-10-22 06:37:19.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2233 …}
  +nested: Doctrine\ORM\PersistentCollection {#2239 …}
  +votes: Doctrine\ORM\PersistentCollection {#2235 …}
  +reports: Doctrine\ORM\PersistentCollection {#2263 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
  -id: 548
  -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4678465"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697949439 {#2205
    date: 2023-10-22 06:37:19.0 +02:00
  }
  +"title": 548
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\PostComment {#2206
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206}
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
  +lang: "en"
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1697949439 {#2319
    date: 2023-10-22 06:37:19.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2233 …}
  +nested: Doctrine\ORM\PersistentCollection {#2239 …}
  +votes: Doctrine\ORM\PersistentCollection {#2235 …}
  +reports: Doctrine\ORM\PersistentCollection {#2263 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
  -id: 548
  -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4678465"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697949439 {#2205
    date: 2023-10-22 06:37:19.0 +02:00
  }
  +"title": 548
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\PostComment {#2273
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273}
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "ok and?"
  +lang: "en"
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698002376 {#2274
    date: 2023-10-22 21:19:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2268 …}
  +nested: Doctrine\ORM\PersistentCollection {#2266 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2204 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 559
  -bodyTs: "'ok':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4695676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698002376 {#2271
    date: 2023-10-22 21:19:36.0 +02:00
  }
  +"title": 559
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\PostComment {#2273
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273}
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "ok and?"
  +lang: "en"
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698002376 {#2274
    date: 2023-10-22 21:19:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2268 …}
  +nested: Doctrine\ORM\PersistentCollection {#2266 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2204 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 559
  -bodyTs: "'ok':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4695676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698002376 {#2271
    date: 2023-10-22 21:19:36.0 +02:00
  }
  +"title": 559
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\PostComment {#2273
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273}
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "ok and?"
  +lang: "en"
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698002376 {#2274
    date: 2023-10-22 21:19:36.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2268 …}
  +nested: Doctrine\ORM\PersistentCollection {#2266 …}
  +votes: Doctrine\ORM\PersistentCollection {#2211 …}
  +reports: Doctrine\ORM\PersistentCollection {#2204 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 559
  -bodyTs: "'ok':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4695676"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698002376 {#2271
    date: 2023-10-22 21:19:36.0 +02:00
  }
  +"title": 559
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"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\PostComment {#2202
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202}
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
  +lang: "en"
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698014669 {#2210
    date: 2023-10-23 00:44:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2234 …}
  +nested: Doctrine\ORM\PersistentCollection {#2237 …}
  +votes: Doctrine\ORM\PersistentCollection {#2258 …}
  +reports: Doctrine\ORM\PersistentCollection {#2260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
  -id: 561
  -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4705537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698014669 {#2201
    date: 2023-10-23 00:44:29.0 +02:00
  }
  +"title": 561
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\PostComment {#2202
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202}
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
  +lang: "en"
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698014669 {#2210
    date: 2023-10-23 00:44:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2234 …}
  +nested: Doctrine\ORM\PersistentCollection {#2237 …}
  +votes: Doctrine\ORM\PersistentCollection {#2258 …}
  +reports: Doctrine\ORM\PersistentCollection {#2260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
  -id: 561
  -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4705537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698014669 {#2201
    date: 2023-10-23 00:44:29.0 +02:00
  }
  +"title": 561
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\PostComment {#2202
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202}
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
  +lang: "en"
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1698014669 {#2210
    date: 2023-10-23 00:44:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2234 …}
  +nested: Doctrine\ORM\PersistentCollection {#2237 …}
  +votes: Doctrine\ORM\PersistentCollection {#2258 …}
  +reports: Doctrine\ORM\PersistentCollection {#2260 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
  -id: 561
  -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4705537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698014669 {#2201
    date: 2023-10-23 00:44:29.0 +02:00
  }
  +"title": 561
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\PostComment {#2247
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247}
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
  +lang: "en"
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1698017704 {#2248
    date: 2023-10-23 01:35:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
    "@isVeryLoud@lemmy.ca"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2256 …}
  +nested: Doctrine\ORM\PersistentCollection {#2284 …}
  +votes: Doctrine\ORM\PersistentCollection {#2286 …}
  +reports: Doctrine\ORM\PersistentCollection {#2188 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
  -id: 563
  -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4708457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698017704 {#2243
    date: 2023-10-23 01:35:04.0 +02:00
  }
  +"title": 563
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\PostComment {#2247
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247}
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
  +lang: "en"
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1698017704 {#2248
    date: 2023-10-23 01:35:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
    "@isVeryLoud@lemmy.ca"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2256 …}
  +nested: Doctrine\ORM\PersistentCollection {#2284 …}
  +votes: Doctrine\ORM\PersistentCollection {#2286 …}
  +reports: Doctrine\ORM\PersistentCollection {#2188 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
  -id: 563
  -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4708457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698017704 {#2243
    date: 2023-10-23 01:35:04.0 +02:00
  }
  +"title": 563
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\PostComment {#2247
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247}
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
  +lang: "en"
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1698017704 {#2248
    date: 2023-10-23 01:35:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
    "@isVeryLoud@lemmy.ca"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2256 …}
  +nested: Doctrine\ORM\PersistentCollection {#2284 …}
  +votes: Doctrine\ORM\PersistentCollection {#2286 …}
  +reports: Doctrine\ORM\PersistentCollection {#2188 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
  -id: 563
  -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4708457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698017704 {#2243
    date: 2023-10-23 01:35:04.0 +02:00
  }
  +"title": 563
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"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\PostComment {#2157
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157}
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Ok? Didn’t ask but go off lil buddy"
  +lang: "en"
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698023269 {#2154
    date: 2023-10-23 03:07:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
    "@isVeryLoud@lemmy.ca"
    "@sebinspace@lemmy.world"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2147 …}
  +nested: Doctrine\ORM\PersistentCollection {#2150 …}
  +votes: Doctrine\ORM\PersistentCollection {#2153 …}
  +reports: Doctrine\ORM\PersistentCollection {#2149 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
  -id: 565
  -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4713389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698023269 {#2158
    date: 2023-10-23 03:07:49.0 +02:00
  }
  +"title": 565
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\PostComment {#2157
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157}
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Ok? Didn’t ask but go off lil buddy"
  +lang: "en"
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698023269 {#2154
    date: 2023-10-23 03:07:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
    "@isVeryLoud@lemmy.ca"
    "@sebinspace@lemmy.world"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2147 …}
  +nested: Doctrine\ORM\PersistentCollection {#2150 …}
  +votes: Doctrine\ORM\PersistentCollection {#2153 …}
  +reports: Doctrine\ORM\PersistentCollection {#2149 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
  -id: 565
  -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4713389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698023269 {#2158
    date: 2023-10-23 03:07:49.0 +02:00
  }
  +"title": 565
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\PostComment {#2157
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157}
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Ok? Didn’t ask but go off lil buddy"
  +lang: "en"
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698023269 {#2154
    date: 2023-10-23 03:07:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
    "@isVeryLoud@lemmy.ca"
    "@sebinspace@lemmy.world"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2147 …}
  +nested: Doctrine\ORM\PersistentCollection {#2150 …}
  +votes: Doctrine\ORM\PersistentCollection {#2153 …}
  +reports: Doctrine\ORM\PersistentCollection {#2149 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
  -id: 565
  -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4713389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698023269 {#2158
    date: 2023-10-23 03:07:49.0 +02:00
  }
  +"title": 565
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\PostComment {#2172
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172}
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698259001 {#2182
    date: 2023-10-25 20:36:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2173 …}
  +nested: Doctrine\ORM\PersistentCollection {#2175 …}
  +votes: Doctrine\ORM\PersistentCollection {#2176 …}
  +reports: Doctrine\ORM\PersistentCollection {#2178 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
  -id: 587
  -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4805542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698259001 {#2171
    date: 2023-10-25 20:36:41.0 +02:00
  }
  +"title": 587
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\PostComment {#2172
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172}
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698259001 {#2182
    date: 2023-10-25 20:36:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2173 …}
  +nested: Doctrine\ORM\PersistentCollection {#2175 …}
  +votes: Doctrine\ORM\PersistentCollection {#2176 …}
  +reports: Doctrine\ORM\PersistentCollection {#2178 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
  -id: 587
  -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4805542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698259001 {#2171
    date: 2023-10-25 20:36:41.0 +02:00
  }
  +"title": 587
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\PostComment {#2172
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172}
      0 => App\Entity\PostComment {#1988
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ah ok check with a lawyer then"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698260000 {#2038
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2003 …}
        +nested: Doctrine\ORM\PersistentCollection {#1995 …}
        +votes: Doctrine\ORM\PersistentCollection {#2006 …}
        +reports: Doctrine\ORM\PersistentCollection {#1997 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
        -id: 589
        -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805836"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698260000 {#2134
          date: 2023-10-25 20:53:20.0 +02:00
        }
        +"title": 589
      }
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698259001 {#2182
    date: 2023-10-25 20:36:41.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2173 …}
  +nested: Doctrine\ORM\PersistentCollection {#2175 …}
  +votes: Doctrine\ORM\PersistentCollection {#2176 …}
  +reports: Doctrine\ORM\PersistentCollection {#2178 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
  -id: 587
  -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4805542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698259001 {#2171
    date: 2023-10-25 20:36:41.0 +02:00
  }
  +"title": 587
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"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\PostComment {#1988
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988}
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Ah ok check with a lawyer then"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698260000 {#2038
    date: 2023-10-25 20:53:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2003 …}
  +nested: Doctrine\ORM\PersistentCollection {#1995 …}
  +votes: Doctrine\ORM\PersistentCollection {#2006 …}
  +reports: Doctrine\ORM\PersistentCollection {#1997 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
  -id: 589
  -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4805836"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698260000 {#2134
    date: 2023-10-25 20:53:20.0 +02:00
  }
  +"title": 589
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\PostComment {#1988
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988}
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Ah ok check with a lawyer then"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698260000 {#2038
    date: 2023-10-25 20:53:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2003 …}
  +nested: Doctrine\ORM\PersistentCollection {#1995 …}
  +votes: Doctrine\ORM\PersistentCollection {#2006 …}
  +reports: Doctrine\ORM\PersistentCollection {#1997 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
  -id: 589
  -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4805836"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698260000 {#2134
    date: 2023-10-25 20:53:20.0 +02:00
  }
  +"title": 589
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\PostComment {#1988
  +user: App\Entity\User {#260 …}
  +post: Proxies\__CG__\App\Entity\Post {#2220
    +user: Proxies\__CG__\App\Entity\User {#2374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +slug: "Is-ProtonVPN-worth-it-at-piracy-at-lemmy-dbzer0-com-Got-reminded-of-this-while"
    +body: """
      Is ProtonVPN worth it?\n
      \n
      @piracy@lemmy.dbzer0.com\n
      \n
      Got reminded of this while reading about ProtonMail. The reason I haven't gotten into proper #piracy is that I don't have a VPN for torrenting, and the reason I don't have a VPN is that I don't #torrent. So it would be nice if I got a good VPN while #degoogling myself.\n
      \n
      Will ProtonVPN rat me out to Comcast? I know some VPNs don't hide what you're downloading from your ISP, for reasons I don't fully understand.
      """
    +lang: "en"
    +commentCount: 99
    +favouriteCount: 173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698608995 {#1990
      date: 2023-10-29 20:49:55.0 +01:00
    }
    +ip: null
    +tags: [
      "piracy"
      "torrent"
      "degoogling"
    ]
    +mentions: [
      "@piracy@lemmy.dbzer0.com"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#2010 …}
    +votes: Doctrine\ORM\PersistentCollection {#2679 …}
    +reports: Doctrine\ORM\PersistentCollection {#2702 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2785 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2781 …}
    +children: [
      7 => App\Entity\PostComment {#2049
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: null
        +root: null
        +image: null
        +body: "What do you torrent? I set up real-debrid and usenet and literally do not use any torrent sites anymore whatsoever. Everything I download is downloaded at my max bandwidth. I’d recommend spending the money on that setup instead. VPNs are overpriced for what they offer."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697936328 {#2101
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2261 …}
        +nested: Doctrine\ORM\PersistentCollection {#2275 …}
        +votes: Doctrine\ORM\PersistentCollection {#2276 …}
        +reports: Doctrine\ORM\PersistentCollection {#2282 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2222 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
        -id: 542
        -bodyTs: "'anymor':21 'bandwidth':31 'd':33 'debrid':10 'download':25,27 'everyth':23 'instead':41 'liter':14 'max':30 'money':37 'offer':48 'overpr':44 'real':9 'real-debrid':8 'recommend':34 'set':6 'setup':40 'site':20 'spend':35 'torrent':4,19 'use':17 'usenet':12 'vpns':42 'whatsoev':22"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4672248"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697936328 {#2107
          date: 2023-10-22 02:58:48.0 +02:00
        }
        +"title": 542
      }
      6 => App\Entity\PostComment {#2206
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2226 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "For movies and tv, there’s nothing better than usenet. Eweka or easynews as your provider, with nzb.su, nzbgeek, or drunkenslug as your indexer and you’ll never look back. Mix that with radarr/sonarr and it’s the best way to download media. Any of the indexers will be like 20-40 buck for life, and eweka/easynews are bout $40 for the year. real-debrid comes out to about $30 per year. All those sites you see that have rapidgator links and stuff like that, real-debrid turns that into an instant download. You can even use it with jdownloader which makes some of the downloads with like 50 different rapidgator links really easy to download."
        +lang: "en"
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1697949439 {#2319
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2233 …}
        +nested: Doctrine\ORM\PersistentCollection {#2239 …}
        +votes: Doctrine\ORM\PersistentCollection {#2235 …}
        +reports: Doctrine\ORM\PersistentCollection {#2263 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2265 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2190 …}
        -id: 548
        -bodyTs: "'-40':52 '20':51 '30':71 '40':60 '50':111 'back':30 'best':39 'better':8 'bout':59 'buck':53 'come':67 'debrid':66,89 'differ':112 'download':42,95,108,118 'drunkenslug':21 'easi':116 'easynew':13 'even':98 'eweka':11 'eweka/easynews':57 'index':24,47 'instant':94 'jdownload':102 'life':55 'like':50,85,110 'link':82,114 'll':27 'look':29 'make':104 'media':43 'mix':31 'movi':2 'never':28 'noth':7 'nzb.su':18 'nzbgeek':19 'per':72 'provid':16 'radarr/sonarr':34 'rapidg':81,113 'real':65,88 'real-debrid':64,87 'realli':115 'see':78 'site':76 'stuff':84 'turn':90 'tv':4 'use':99 'usenet':10 'way':40 'year':63,73"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4678465"
        +editedAt: null
        +createdAt: DateTimeImmutable @1697949439 {#2205
          date: 2023-10-22 06:37:19.0 +02:00
        }
        +"title": 548
      }
      5 => App\Entity\PostComment {#2273
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2267 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "ok and?"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698002376 {#2274
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2268 …}
        +nested: Doctrine\ORM\PersistentCollection {#2266 …}
        +votes: Doctrine\ORM\PersistentCollection {#2211 …}
        +reports: Doctrine\ORM\PersistentCollection {#2204 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2208 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 559
        -bodyTs: "'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4695676"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698002376 {#2271
          date: 2023-10-22 21:19:36.0 +02:00
        }
        +"title": 559
      }
      4 => App\Entity\PostComment {#2202
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2236 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Your ISP won’t ban you for visiting “piracy sites”. They’ll only care if they get a subpoena, which you’ll only get if you’re distributing copyrighted material."
        +lang: "en"
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1698014669 {#2210
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2234 …}
        +nested: Doctrine\ORM\PersistentCollection {#2237 …}
        +votes: Doctrine\ORM\PersistentCollection {#2258 …}
        +reports: Doctrine\ORM\PersistentCollection {#2260 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2254 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2246 …}
        -id: 561
        -bodyTs: "'ban':5 'care':14 'copyright':29 'distribut':28 'get':17,24 'isp':2 'll':12,22 'materi':30 'piraci':9 're':27 'site':10 'subpoena':19 'visit':8 'won':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4705537"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698014669 {#2201
          date: 2023-10-23 00:44:29.0 +02:00
        }
        +"title": 561
      }
      3 => App\Entity\PostComment {#2247
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2255 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "That’s the thing, with usenet and real debrid, you don’t seed. It’s all direct downloads."
        +lang: "en"
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1698017704 {#2248
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2256 …}
        +nested: Doctrine\ORM\PersistentCollection {#2284 …}
        +votes: Doctrine\ORM\PersistentCollection {#2286 …}
        +reports: Doctrine\ORM\PersistentCollection {#2188 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2034 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2156 …}
        -id: 563
        -bodyTs: "'debrid':9 'direct':17 'download':18 'real':8 'seed':13 'thing':4 'usenet':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4708457"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698017704 {#2243
          date: 2023-10-23 01:35:04.0 +02:00
        }
        +"title": 563
      }
      2 => App\Entity\PostComment {#2157
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2151 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "Ok? Didn’t ask but go off lil buddy"
        +lang: "en"
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698023269 {#2154
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
          "@isVeryLoud@lemmy.ca"
          "@sebinspace@lemmy.world"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2147 …}
        +nested: Doctrine\ORM\PersistentCollection {#2150 …}
        +votes: Doctrine\ORM\PersistentCollection {#2153 …}
        +reports: Doctrine\ORM\PersistentCollection {#2149 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
        -id: 565
        -bodyTs: "'ask':4 'buddi':9 'didn':2 'go':6 'lil':8 'ok':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4713389"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698023269 {#2158
          date: 2023-10-23 03:07:49.0 +02:00
        }
        +"title": 565
      }
      1 => App\Entity\PostComment {#2172
        +user: App\Entity\User {#260 …}
        +post: Proxies\__CG__\App\Entity\Post {#2220 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2186 …}
        +root: App\Entity\PostComment {#2049}
        +image: null
        +body: "You don’t need a vpn with these. Evidence gathered by wiretapping isn’t permissible in court. They need you to send them copyrighted material to sue. At least in the us"
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698259001 {#2182
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@piracy@lemmy.dbzer0.com"
          "@Shkshkshk@dice.camp"
          "@MonkCanatella@sh.itjust.works"
          "@areyouevenreal@lemmy.antemeridiem.xyz"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2173 …}
        +nested: Doctrine\ORM\PersistentCollection {#2175 …}
        +votes: Doctrine\ORM\PersistentCollection {#2176 …}
        +reports: Doctrine\ORM\PersistentCollection {#2178 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2183 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2168 …}
        -id: 587
        -bodyTs: "'copyright':24 'court':17 'evid':9 'gather':10 'isn':13 'least':29 'materi':25 'need':4,19 'permiss':15 'send':22 'sue':27 'us':32 'vpn':6 'wiretap':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/4805542"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698259001 {#2171
          date: 2023-10-25 20:36:41.0 +02:00
        }
        +"title": 587
      }
      0 => App\Entity\PostComment {#1988}
    ]
    -id: 179
    -bodyTs: "'comcast':68 'degoogl':60 'download':79 'fulli':88 'good':57 'got':6,55 'gotten':19 'haven':17 'hide':75 'isp':82 'know':70 'nice':52 'piraci':22 'piracy@lemmy.dbzer0.com':5 'proper':21 'protonmail':13 'protonvpn':2,63 'rat':64 're':78 'read':11 'reason':15,35,84 'remind':7 'torrent':32,47 'understand':89 'vpn':30,41,58 'vpns':72 'worth':3 'would':50"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697940394
    +visibility: "visible             "
    +apId: "https://dice.camp/users/Shkshkshk/statuses/111270559366688800"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697853994 {#1999
      date: 2023-10-21 04:06:34.0 +02:00
    }
    +__isInitialized__: true
    +"title": 179
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#1985 …}
  +root: App\Entity\PostComment {#2049}
  +image: null
  +body: "Ah ok check with a lawyer then"
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698260000 {#2038
    date: 2023-10-25 20:53:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@piracy@lemmy.dbzer0.com"
    "@Shkshkshk@dice.camp"
    "@MonkCanatella@sh.itjust.works"
    "@areyouevenreal@lemmy.antemeridiem.xyz"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2003 …}
  +nested: Doctrine\ORM\PersistentCollection {#1995 …}
  +votes: Doctrine\ORM\PersistentCollection {#2006 …}
  +reports: Doctrine\ORM\PersistentCollection {#1997 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1998 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2001 …}
  -id: 589
  -bodyTs: "'ah':1 'check':3 'lawyer':6 'ok':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4805836"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698260000 {#2134
    date: 2023-10-25 20:53:20.0 +02:00
  }
  +"title": 589
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"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
Proxies\__CG__\App\Entity\Entry {#2348
  +user: Proxies\__CG__\App\Entity\User {#2008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
  +image: Proxies\__CG__\App\Entity\Image {#2816 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2815 …}
  +slug: "Equation-by-Saturday-Morning-Breakfast-Cereal"
  +title: "Equation by Saturday Morning Breakfast Cereal"
  +url: "https://www.smbc-comics.com/comics/1697644555-20231018.png"
  +body: "[Link to the original](https://www.smbc-comics.com/comic/equation)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 374
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698149081 {#2765
    date: 2023-10-24 14:04:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2821 …}
  +reports: Doctrine\ORM\PersistentCollection {#2817 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
  +badges: Doctrine\ORM\PersistentCollection {#2825 …}
  +children: [
    App\Entity\EntryComment {#2330
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
      +image: null
      +parent: null
      +root: null
      +body: "lol, some of this guy’s comics are just ridiculously funny."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697771270 {#2345
        date: 2023-10-20 05:07:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kersploosh@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 60528
      -bodyTs: "'comic':7 'funni':11 'guy':5 'lol':1 'ridicul':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4610313"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697771270 {#2350
        date: 2023-10-20 05:07:50.0 +02:00
      }
      +"title": 60528
    }
  ]
  -id: 6529
  -titleTs: "'breakfast':5 'cereal':6 'equat':1 'morn':4 'saturday':3"
  -bodyTs: "'/comic/equation)':7 'link':1 'origin':4 'www.smbc-comics.com':6 'www.smbc-comics.com/comic/equation)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697835476
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7508115"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697749076 {#2684
    date: 2023-10-19 22:57:56.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
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2348
  +user: Proxies\__CG__\App\Entity\User {#2008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
  +image: Proxies\__CG__\App\Entity\Image {#2816 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2815 …}
  +slug: "Equation-by-Saturday-Morning-Breakfast-Cereal"
  +title: "Equation by Saturday Morning Breakfast Cereal"
  +url: "https://www.smbc-comics.com/comics/1697644555-20231018.png"
  +body: "[Link to the original](https://www.smbc-comics.com/comic/equation)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 374
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698149081 {#2765
    date: 2023-10-24 14:04:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2821 …}
  +reports: Doctrine\ORM\PersistentCollection {#2817 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
  +badges: Doctrine\ORM\PersistentCollection {#2825 …}
  +children: [
    App\Entity\EntryComment {#2330
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
      +image: null
      +parent: null
      +root: null
      +body: "lol, some of this guy’s comics are just ridiculously funny."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697771270 {#2345
        date: 2023-10-20 05:07:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kersploosh@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 60528
      -bodyTs: "'comic':7 'funni':11 'guy':5 'lol':1 'ridicul':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4610313"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697771270 {#2350
        date: 2023-10-20 05:07:50.0 +02:00
      }
      +"title": 60528
    }
  ]
  -id: 6529
  -titleTs: "'breakfast':5 'cereal':6 'equat':1 'morn':4 'saturday':3"
  -bodyTs: "'/comic/equation)':7 'link':1 'origin':4 'www.smbc-comics.com':6 'www.smbc-comics.com/comic/equation)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697835476
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7508115"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697749076 {#2684
    date: 2023-10-19 22:57:56.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
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2348
  +user: Proxies\__CG__\App\Entity\User {#2008 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
  +image: Proxies\__CG__\App\Entity\Image {#2816 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2815 …}
  +slug: "Equation-by-Saturday-Morning-Breakfast-Cereal"
  +title: "Equation by Saturday Morning Breakfast Cereal"
  +url: "https://www.smbc-comics.com/comics/1697644555-20231018.png"
  +body: "[Link to the original](https://www.smbc-comics.com/comic/equation)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 30
  +favouriteCount: 374
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698149081 {#2765
    date: 2023-10-24 14:04:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2814 …}
  +votes: Doctrine\ORM\PersistentCollection {#2821 …}
  +reports: Doctrine\ORM\PersistentCollection {#2817 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
  +badges: Doctrine\ORM\PersistentCollection {#2825 …}
  +children: [
    App\Entity\EntryComment {#2330
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
      +image: null
      +parent: null
      +root: null
      +body: "lol, some of this guy’s comics are just ridiculously funny."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1697771270 {#2345
        date: 2023-10-20 05:07:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kersploosh@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 60528
      -bodyTs: "'comic':7 'funni':11 'guy':5 'lol':1 'ridicul':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4610313"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697771270 {#2350
        date: 2023-10-20 05:07:50.0 +02:00
      }
      +"title": 60528
    }
  ]
  -id: 6529
  -titleTs: "'breakfast':5 'cereal':6 'equat':1 'morn':4 'saturday':3"
  -bodyTs: "'/comic/equation)':7 'link':1 'origin':4 'www.smbc-comics.com':6 'www.smbc-comics.com/comic/equation)':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697835476
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/7508115"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697749076 {#2684
    date: 2023-10-19 22:57:56.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
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 {#2330
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
    +image: Proxies\__CG__\App\Entity\Image {#2816 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2815 …}
    +slug: "Equation-by-Saturday-Morning-Breakfast-Cereal"
    +title: "Equation by Saturday Morning Breakfast Cereal"
    +url: "https://www.smbc-comics.com/comics/1697644555-20231018.png"
    +body: "[Link to the original](https://www.smbc-comics.com/comic/equation)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698149081 {#2765
      date: 2023-10-24 14:04:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2821 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
    +badges: Doctrine\ORM\PersistentCollection {#2825 …}
    +children: [
      App\Entity\EntryComment {#2330}
    ]
    -id: 6529
    -titleTs: "'breakfast':5 'cereal':6 'equat':1 'morn':4 'saturday':3"
    -bodyTs: "'/comic/equation)':7 'link':1 'origin':4 'www.smbc-comics.com':6 'www.smbc-comics.com/comic/equation)':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697835476
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/7508115"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697749076 {#2684
      date: 2023-10-19 22:57:56.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
  +image: null
  +parent: null
  +root: null
  +body: "lol, some of this guy’s comics are just ridiculously funny."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697771270 {#2345
    date: 2023-10-20 05:07:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kersploosh@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 60528
  -bodyTs: "'comic':7 'funni':11 'guy':5 'lol':1 'ridicul':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4610313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697771270 {#2350
    date: 2023-10-20 05:07:50.0 +02:00
  }
  +"title": 60528
}
"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 {#2330
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
    +image: Proxies\__CG__\App\Entity\Image {#2816 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2815 …}
    +slug: "Equation-by-Saturday-Morning-Breakfast-Cereal"
    +title: "Equation by Saturday Morning Breakfast Cereal"
    +url: "https://www.smbc-comics.com/comics/1697644555-20231018.png"
    +body: "[Link to the original](https://www.smbc-comics.com/comic/equation)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698149081 {#2765
      date: 2023-10-24 14:04:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2821 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
    +badges: Doctrine\ORM\PersistentCollection {#2825 …}
    +children: [
      App\Entity\EntryComment {#2330}
    ]
    -id: 6529
    -titleTs: "'breakfast':5 'cereal':6 'equat':1 'morn':4 'saturday':3"
    -bodyTs: "'/comic/equation)':7 'link':1 'origin':4 'www.smbc-comics.com':6 'www.smbc-comics.com/comic/equation)':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697835476
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/7508115"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697749076 {#2684
      date: 2023-10-19 22:57:56.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
  +image: null
  +parent: null
  +root: null
  +body: "lol, some of this guy’s comics are just ridiculously funny."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697771270 {#2345
    date: 2023-10-20 05:07:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kersploosh@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 60528
  -bodyTs: "'comic':7 'funni':11 'guy':5 'lol':1 'ridicul':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4610313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697771270 {#2350
    date: 2023-10-20 05:07:50.0 +02:00
  }
  +"title": 60528
}
"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 {#2330
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2008 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
    +image: Proxies\__CG__\App\Entity\Image {#2816 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2815 …}
    +slug: "Equation-by-Saturday-Morning-Breakfast-Cereal"
    +title: "Equation by Saturday Morning Breakfast Cereal"
    +url: "https://www.smbc-comics.com/comics/1697644555-20231018.png"
    +body: "[Link to the original](https://www.smbc-comics.com/comic/equation)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 30
    +favouriteCount: 374
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698149081 {#2765
      date: 2023-10-24 14:04:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2814 …}
    +votes: Doctrine\ORM\PersistentCollection {#2821 …}
    +reports: Doctrine\ORM\PersistentCollection {#2817 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2820 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2823 …}
    +badges: Doctrine\ORM\PersistentCollection {#2825 …}
    +children: [
      App\Entity\EntryComment {#2330}
    ]
    -id: 6529
    -titleTs: "'breakfast':5 'cereal':6 'equat':1 'morn':4 'saturday':3"
    -bodyTs: "'/comic/equation)':7 'link':1 'origin':4 'www.smbc-comics.com':6 'www.smbc-comics.com/comic/equation)':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697835476
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/7508115"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697749076 {#2684
      date: 2023-10-19 22:57:56.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2346 …}
  +image: null
  +parent: null
  +root: null
  +body: "lol, some of this guy’s comics are just ridiculously funny."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1697771270 {#2345
    date: 2023-10-20 05:07:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kersploosh@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 60528
  -bodyTs: "'comic':7 'funni':11 'guy':5 'lol':1 'ridicul':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4610313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697771270 {#2350
    date: 2023-10-20 05:07:50.0 +02:00
  }
  +"title": 60528
}
"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 {#2090
  +user: Proxies\__CG__\App\Entity\User {#2832 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "I-have-received-a-copyright-infringement-alert-what-should-I"
  +title: "I have received a copyright infringement alert, what should I answer?"
  +url: "https://i.imgur.com/C5iWw91.png"
  +body: "(Of course I’m going to stop, but my server has been blocked by Hetzner, would like to recover it XD)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 81
  +favouriteCount: 295
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697907885 {#2827
    date: 2023-10-21 19:04:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2835 …}
  +votes: Doctrine\ORM\PersistentCollection {#2837 …}
  +reports: Doctrine\ORM\PersistentCollection {#2839 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
  +badges: Doctrine\ORM\PersistentCollection {#2845 …}
  +children: [
    App\Entity\EntryComment {#2086
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2090 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’ve had a few of these. They can really get the heart racing but I was always too chicken shit to even do anything. Nothing ever came of it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697771180 {#2087
        date: 2023-10-20 05:06:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nn4x@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 60526
      -bodyTs: "'alway':18 'anyth':25 'came':28 'chicken':20 'even':23 'ever':27 'get':11 'heart':13 'noth':26 'race':14 'realli':10 'shit':21 've':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4610272"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697771180 {#2091
        date: 2023-10-20 05:06:20.0 +02:00
      }
      +"title": 60526
    }
  ]
  -id: 6390
  -titleTs: "'alert':7 'answer':11 'copyright':5 'infring':6 'receiv':3"
  -bodyTs: "'block':13 'cours':2 'go':5 'hetzner':15 'like':17 'm':4 'recov':19 'server':10 'stop':7 'would':16 'xd':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697805307
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6599469"
  +editedAt: DateTimeImmutable @1697719199 {#2798
    date: 2023-10-19 14:39:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697718907 {#2608
    date: 2023-10-19 14:35:07.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
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2090
  +user: Proxies\__CG__\App\Entity\User {#2832 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "I-have-received-a-copyright-infringement-alert-what-should-I"
  +title: "I have received a copyright infringement alert, what should I answer?"
  +url: "https://i.imgur.com/C5iWw91.png"
  +body: "(Of course I’m going to stop, but my server has been blocked by Hetzner, would like to recover it XD)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 81
  +favouriteCount: 295
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697907885 {#2827
    date: 2023-10-21 19:04:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2835 …}
  +votes: Doctrine\ORM\PersistentCollection {#2837 …}
  +reports: Doctrine\ORM\PersistentCollection {#2839 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
  +badges: Doctrine\ORM\PersistentCollection {#2845 …}
  +children: [
    App\Entity\EntryComment {#2086
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2090 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’ve had a few of these. They can really get the heart racing but I was always too chicken shit to even do anything. Nothing ever came of it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697771180 {#2087
        date: 2023-10-20 05:06:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nn4x@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 60526
      -bodyTs: "'alway':18 'anyth':25 'came':28 'chicken':20 'even':23 'ever':27 'get':11 'heart':13 'noth':26 'race':14 'realli':10 'shit':21 've':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4610272"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697771180 {#2091
        date: 2023-10-20 05:06:20.0 +02:00
      }
      +"title": 60526
    }
  ]
  -id: 6390
  -titleTs: "'alert':7 'answer':11 'copyright':5 'infring':6 'receiv':3"
  -bodyTs: "'block':13 'cours':2 'go':5 'hetzner':15 'like':17 'm':4 'recov':19 'server':10 'stop':7 'would':16 'xd':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697805307
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6599469"
  +editedAt: DateTimeImmutable @1697719199 {#2798
    date: 2023-10-19 14:39:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697718907 {#2608
    date: 2023-10-19 14:35:07.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
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2090
  +user: Proxies\__CG__\App\Entity\User {#2832 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
  +slug: "I-have-received-a-copyright-infringement-alert-what-should-I"
  +title: "I have received a copyright infringement alert, what should I answer?"
  +url: "https://i.imgur.com/C5iWw91.png"
  +body: "(Of course I’m going to stop, but my server has been blocked by Hetzner, would like to recover it XD)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 81
  +favouriteCount: 295
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697907885 {#2827
    date: 2023-10-21 19:04:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2835 …}
  +votes: Doctrine\ORM\PersistentCollection {#2837 …}
  +reports: Doctrine\ORM\PersistentCollection {#2839 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
  +badges: Doctrine\ORM\PersistentCollection {#2845 …}
  +children: [
    App\Entity\EntryComment {#2086
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2090 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’ve had a few of these. They can really get the heart racing but I was always too chicken shit to even do anything. Nothing ever came of it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697771180 {#2087
        date: 2023-10-20 05:06:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nn4x@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 60526
      -bodyTs: "'alway':18 'anyth':25 'came':28 'chicken':20 'even':23 'ever':27 'get':11 'heart':13 'noth':26 'race':14 'realli':10 'shit':21 've':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4610272"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697771180 {#2091
        date: 2023-10-20 05:06:20.0 +02:00
      }
      +"title": 60526
    }
  ]
  -id: 6390
  -titleTs: "'alert':7 'answer':11 'copyright':5 'infring':6 'receiv':3"
  -bodyTs: "'block':13 'cours':2 'go':5 'hetzner':15 'like':17 'm':4 'recov':19 'server':10 'stop':7 'would':16 'xd':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697805307
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6599469"
  +editedAt: DateTimeImmutable @1697719199 {#2798
    date: 2023-10-19 14:39:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697718907 {#2608
    date: 2023-10-19 14:35:07.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
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 {#2086
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2090
    +user: Proxies\__CG__\App\Entity\User {#2832 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "I-have-received-a-copyright-infringement-alert-what-should-I"
    +title: "I have received a copyright infringement alert, what should I answer?"
    +url: "https://i.imgur.com/C5iWw91.png"
    +body: "(Of course I’m going to stop, but my server has been blocked by Hetzner, would like to recover it XD)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 81
    +favouriteCount: 295
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697907885 {#2827
      date: 2023-10-21 19:04:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2835 …}
    +votes: Doctrine\ORM\PersistentCollection {#2837 …}
    +reports: Doctrine\ORM\PersistentCollection {#2839 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
    +badges: Doctrine\ORM\PersistentCollection {#2845 …}
    +children: [
      App\Entity\EntryComment {#2086}
    ]
    -id: 6390
    -titleTs: "'alert':7 'answer':11 'copyright':5 'infring':6 'receiv':3"
    -bodyTs: "'block':13 'cours':2 'go':5 'hetzner':15 'like':17 'm':4 'recov':19 'server':10 'stop':7 'would':16 'xd':21"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697805307
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/6599469"
    +editedAt: DateTimeImmutable @1697719199 {#2798
      date: 2023-10-19 14:39:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697718907 {#2608
      date: 2023-10-19 14:35:07.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve had a few of these. They can really get the heart racing but I was always too chicken shit to even do anything. Nothing ever came of it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697771180 {#2087
    date: 2023-10-20 05:06:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nn4x@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 60526
  -bodyTs: "'alway':18 'anyth':25 'came':28 'chicken':20 'even':23 'ever':27 'get':11 'heart':13 'noth':26 'race':14 'realli':10 'shit':21 've':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4610272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697771180 {#2091
    date: 2023-10-20 05:06:20.0 +02:00
  }
  +"title": 60526
}
"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 {#2086
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2090
    +user: Proxies\__CG__\App\Entity\User {#2832 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "I-have-received-a-copyright-infringement-alert-what-should-I"
    +title: "I have received a copyright infringement alert, what should I answer?"
    +url: "https://i.imgur.com/C5iWw91.png"
    +body: "(Of course I’m going to stop, but my server has been blocked by Hetzner, would like to recover it XD)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 81
    +favouriteCount: 295
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697907885 {#2827
      date: 2023-10-21 19:04:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2835 …}
    +votes: Doctrine\ORM\PersistentCollection {#2837 …}
    +reports: Doctrine\ORM\PersistentCollection {#2839 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
    +badges: Doctrine\ORM\PersistentCollection {#2845 …}
    +children: [
      App\Entity\EntryComment {#2086}
    ]
    -id: 6390
    -titleTs: "'alert':7 'answer':11 'copyright':5 'infring':6 'receiv':3"
    -bodyTs: "'block':13 'cours':2 'go':5 'hetzner':15 'like':17 'm':4 'recov':19 'server':10 'stop':7 'would':16 'xd':21"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697805307
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/6599469"
    +editedAt: DateTimeImmutable @1697719199 {#2798
      date: 2023-10-19 14:39:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697718907 {#2608
      date: 2023-10-19 14:35:07.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve had a few of these. They can really get the heart racing but I was always too chicken shit to even do anything. Nothing ever came of it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697771180 {#2087
    date: 2023-10-20 05:06:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nn4x@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 60526
  -bodyTs: "'alway':18 'anyth':25 'came':28 'chicken':20 'even':23 'ever':27 'get':11 'heart':13 'noth':26 'race':14 'realli':10 'shit':21 've':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4610272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697771180 {#2091
    date: 2023-10-20 05:06:20.0 +02:00
  }
  +"title": 60526
}
"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 {#2086
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2090
    +user: Proxies\__CG__\App\Entity\User {#2832 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2834 …}
    +slug: "I-have-received-a-copyright-infringement-alert-what-should-I"
    +title: "I have received a copyright infringement alert, what should I answer?"
    +url: "https://i.imgur.com/C5iWw91.png"
    +body: "(Of course I’m going to stop, but my server has been blocked by Hetzner, would like to recover it XD)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 81
    +favouriteCount: 295
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697907885 {#2827
      date: 2023-10-21 19:04:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2835 …}
    +votes: Doctrine\ORM\PersistentCollection {#2837 …}
    +reports: Doctrine\ORM\PersistentCollection {#2839 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2841 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2843 …}
    +badges: Doctrine\ORM\PersistentCollection {#2845 …}
    +children: [
      App\Entity\EntryComment {#2086}
    ]
    -id: 6390
    -titleTs: "'alert':7 'answer':11 'copyright':5 'infring':6 'receiv':3"
    -bodyTs: "'block':13 'cours':2 'go':5 'hetzner':15 'like':17 'm':4 'recov':19 'server':10 'stop':7 'would':16 'xd':21"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697805307
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/6599469"
    +editedAt: DateTimeImmutable @1697719199 {#2798
      date: 2023-10-19 14:39:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697718907 {#2608
      date: 2023-10-19 14:35:07.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve had a few of these. They can really get the heart racing but I was always too chicken shit to even do anything. Nothing ever came of it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697771180 {#2087
    date: 2023-10-20 05:06:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nn4x@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 60526
  -bodyTs: "'alway':18 'anyth':25 'came':28 'chicken':20 'even':23 'ever':27 'get':11 'heart':13 'noth':26 'race':14 'realli':10 'shit':21 've':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4610272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697771180 {#2091
    date: 2023-10-20 05:06:20.0 +02:00
  }
  +"title": 60526
}
"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 {#2033
  +user: Proxies\__CG__\App\Entity\User {#2830 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: Proxies\__CG__\App\Entity\Image {#2872 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2874 …}
  +slug: "Brave-appears-to-install-VPN-Services-without-user-consent"
  +title: "Brave appears to install VPN Services without user consent"
  +url: "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 291
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697746833 {#2867
    date: 2023-10-19 22:20:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2875 …}
  +votes: Doctrine\ORM\PersistentCollection {#2877 …}
  +reports: Doctrine\ORM\PersistentCollection {#2879 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2881 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2883 …}
  +badges: Doctrine\ORM\PersistentCollection {#2885 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Especially considering they were injecting affiliate links/replacing affiliate links with their own, everything they do should be seen through that lens. They literally thought it was either OK to do which means that behavior like this is going to happen and keep happening with them, OR they thought they could get away with it which ends up with the same result."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1697639803 {#2018
        date: 2023-10-18 16:36:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@Norgur@kbin.social"
        "@krellor@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 56982
      -bodyTs: "'affili':6,8 'away':52 'behavior':34 'consid':2 'could':50 'either':27 'end':56 'especi':1 'everyth':13 'get':51 'go':38 'happen':40,43 'inject':5 'keep':42 'len':21 'like':35 'link':9 'links/replacing':7 'liter':23 'mean':32 'ok':28 'result':61 'seen':18 'thought':24,48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4555103"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697639803 {#2025
        date: 2023-10-18 16:36:43.0 +02:00
      }
      +"title": 56982
    }
  ]
  -id: 6164
  -titleTs: "'appear':2 'brave':1 'consent':9 'instal':4 'servic':6 'user':8 'vpn':5 'without':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697707237
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2453837"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697620837 {#2853
    date: 2023-10-18 11:20:37.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
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#2830 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: Proxies\__CG__\App\Entity\Image {#2872 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2874 …}
  +slug: "Brave-appears-to-install-VPN-Services-without-user-consent"
  +title: "Brave appears to install VPN Services without user consent"
  +url: "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 291
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697746833 {#2867
    date: 2023-10-19 22:20:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2875 …}
  +votes: Doctrine\ORM\PersistentCollection {#2877 …}
  +reports: Doctrine\ORM\PersistentCollection {#2879 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2881 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2883 …}
  +badges: Doctrine\ORM\PersistentCollection {#2885 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Especially considering they were injecting affiliate links/replacing affiliate links with their own, everything they do should be seen through that lens. They literally thought it was either OK to do which means that behavior like this is going to happen and keep happening with them, OR they thought they could get away with it which ends up with the same result."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1697639803 {#2018
        date: 2023-10-18 16:36:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@Norgur@kbin.social"
        "@krellor@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 56982
      -bodyTs: "'affili':6,8 'away':52 'behavior':34 'consid':2 'could':50 'either':27 'end':56 'especi':1 'everyth':13 'get':51 'go':38 'happen':40,43 'inject':5 'keep':42 'len':21 'like':35 'link':9 'links/replacing':7 'liter':23 'mean':32 'ok':28 'result':61 'seen':18 'thought':24,48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4555103"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697639803 {#2025
        date: 2023-10-18 16:36:43.0 +02:00
      }
      +"title": 56982
    }
  ]
  -id: 6164
  -titleTs: "'appear':2 'brave':1 'consent':9 'instal':4 'servic':6 'user':8 'vpn':5 'without':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697707237
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2453837"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697620837 {#2853
    date: 2023-10-18 11:20:37.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
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#2830 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: Proxies\__CG__\App\Entity\Image {#2872 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2874 …}
  +slug: "Brave-appears-to-install-VPN-Services-without-user-consent"
  +title: "Brave appears to install VPN Services without user consent"
  +url: "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 291
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697746833 {#2867
    date: 2023-10-19 22:20:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2875 …}
  +votes: Doctrine\ORM\PersistentCollection {#2877 …}
  +reports: Doctrine\ORM\PersistentCollection {#2879 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2881 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2883 …}
  +badges: Doctrine\ORM\PersistentCollection {#2885 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +body: "Especially considering they were injecting affiliate links/replacing affiliate links with their own, everything they do should be seen through that lens. They literally thought it was either OK to do which means that behavior like this is going to happen and keep happening with them, OR they thought they could get away with it which ends up with the same result."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1697639803 {#2018
        date: 2023-10-18 16:36:43.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@Norgur@kbin.social"
        "@krellor@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 56982
      -bodyTs: "'affili':6,8 'away':52 'behavior':34 'consid':2 'could':50 'either':27 'end':56 'especi':1 'everyth':13 'get':51 'go':38 'happen':40,43 'inject':5 'keep':42 'len':21 'like':35 'link':9 'links/replacing':7 'liter':23 'mean':32 'ok':28 'result':61 'seen':18 'thought':24,48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4555103"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697639803 {#2025
        date: 2023-10-18 16:36:43.0 +02:00
      }
      +"title": 56982
    }
  ]
  -id: 6164
  -titleTs: "'appear':2 'brave':1 'consent':9 'instal':4 'servic':6 'user':8 'vpn':5 'without':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697707237
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2453837"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697620837 {#2853
    date: 2023-10-18 11:20:37.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
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 {#2011
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#2830 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2874 …}
    +slug: "Brave-appears-to-install-VPN-Services-without-user-consent"
    +title: "Brave appears to install VPN Services without user consent"
    +url: "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697746833 {#2867
      date: 2023-10-19 22:20:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2875 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2879 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2881 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2883 …}
    +badges: Doctrine\ORM\PersistentCollection {#2885 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 6164
    -titleTs: "'appear':2 'brave':1 'consent':9 'instal':4 'servic':6 'user':8 'vpn':5 'without':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697707237
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2453837"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697620837 {#2853
      date: 2023-10-18 11:20:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Especially considering they were injecting affiliate links/replacing affiliate links with their own, everything they do should be seen through that lens. They literally thought it was either OK to do which means that behavior like this is going to happen and keep happening with them, OR they thought they could get away with it which ends up with the same result."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697639803 {#2018
    date: 2023-10-18 16:36:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@Norgur@kbin.social"
    "@krellor@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 56982
  -bodyTs: "'affili':6,8 'away':52 'behavior':34 'consid':2 'could':50 'either':27 'end':56 'especi':1 'everyth':13 'get':51 'go':38 'happen':40,43 'inject':5 'keep':42 'len':21 'like':35 'link':9 'links/replacing':7 'liter':23 'mean':32 'ok':28 'result':61 'seen':18 'thought':24,48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4555103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697639803 {#2025
    date: 2023-10-18 16:36:43.0 +02:00
  }
  +"title": 56982
}
"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 {#2011
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#2830 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2874 …}
    +slug: "Brave-appears-to-install-VPN-Services-without-user-consent"
    +title: "Brave appears to install VPN Services without user consent"
    +url: "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697746833 {#2867
      date: 2023-10-19 22:20:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2875 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2879 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2881 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2883 …}
    +badges: Doctrine\ORM\PersistentCollection {#2885 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 6164
    -titleTs: "'appear':2 'brave':1 'consent':9 'instal':4 'servic':6 'user':8 'vpn':5 'without':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697707237
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2453837"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697620837 {#2853
      date: 2023-10-18 11:20:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Especially considering they were injecting affiliate links/replacing affiliate links with their own, everything they do should be seen through that lens. They literally thought it was either OK to do which means that behavior like this is going to happen and keep happening with them, OR they thought they could get away with it which ends up with the same result."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697639803 {#2018
    date: 2023-10-18 16:36:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@Norgur@kbin.social"
    "@krellor@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 56982
  -bodyTs: "'affili':6,8 'away':52 'behavior':34 'consid':2 'could':50 'either':27 'end':56 'especi':1 'everyth':13 'get':51 'go':38 'happen':40,43 'inject':5 'keep':42 'len':21 'like':35 'link':9 'links/replacing':7 'liter':23 'mean':32 'ok':28 'result':61 'seen':18 'thought':24,48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4555103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697639803 {#2025
    date: 2023-10-18 16:36:43.0 +02:00
  }
  +"title": 56982
}
"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 {#2011
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#2830 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2874 …}
    +slug: "Brave-appears-to-install-VPN-Services-without-user-consent"
    +title: "Brave appears to install VPN Services without user consent"
    +url: "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 291
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697746833 {#2867
      date: 2023-10-19 22:20:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2875 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2879 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2881 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2883 …}
    +badges: Doctrine\ORM\PersistentCollection {#2885 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 6164
    -titleTs: "'appear':2 'brave':1 'consent':9 'instal':4 'servic':6 'user':8 'vpn':5 'without':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697707237
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2453837"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697620837 {#2853
      date: 2023-10-18 11:20:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2021 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +body: "Especially considering they were injecting affiliate links/replacing affiliate links with their own, everything they do should be seen through that lens. They literally thought it was either OK to do which means that behavior like this is going to happen and keep happening with them, OR they thought they could get away with it which ends up with the same result."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1697639803 {#2018
    date: 2023-10-18 16:36:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@Norgur@kbin.social"
    "@krellor@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 56982
  -bodyTs: "'affili':6,8 'away':52 'behavior':34 'consid':2 'could':50 'either':27 'end':56 'especi':1 'everyth':13 'get':51 'go':38 'happen':40,43 'inject':5 'keep':42 'len':21 'like':35 'link':9 'links/replacing':7 'liter':23 'mean':32 'ok':28 'result':61 'seen':18 'thought':24,48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4555103"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697639803 {#2025
    date: 2023-10-18 16:36:43.0 +02:00
  }
  +"title": 56982
}
"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 {#1718
  +user: Proxies\__CG__\App\Entity\User {#2932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
  +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
  +title: "What's a quote that has stuck with you for your whole life?"
  +url: null
  +body: """
    I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
    \n
    Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 609
  +favouriteCount: 562
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689604008 {#2927
    date: 2023-07-17 16:26:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2934 …}
  +votes: Doctrine\ORM\PersistentCollection {#2936 …}
  +reports: Doctrine\ORM\PersistentCollection {#2938 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
  +badges: Doctrine\ORM\PersistentCollection {#2944 …}
  +children: [
    4 => App\Entity\EntryComment {#1557
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689179343 {#1527
        date: 2023-07-12 18:29:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@ImplyingImplications@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1691 …}
      +nested: Doctrine\ORM\PersistentCollection {#1705 …}
      +votes: Doctrine\ORM\PersistentCollection {#1616 …}
      +reports: Doctrine\ORM\PersistentCollection {#1598 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 13458
      -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/965888"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689179343 {#1549
        date: 2023-07-12 18:29:03.0 +02:00
      }
      +"title": 13458
    }
    3 => App\Entity\EntryComment {#2447
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: "I’m listening…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689180237 {#1727
        date: 2023-07-12 18:43:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog"
        "@zinklog@lemmy.fmhy.ml"
        "@rouxdoo@kbin.social"
        "@Dark_Blade@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2462 …}
      +votes: Doctrine\ORM\PersistentCollection {#2461 …}
      +reports: Doctrine\ORM\PersistentCollection {#2460 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
      -id: 13488
      -bodyTs: "'listen':3 'm':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966433"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180237 {#2411
        date: 2023-07-12 18:43:57.0 +02:00
      }
      +"title": 13488
    }
    2 => App\Entity\EntryComment {#2470
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1689180347 {#2459
        date: 2023-07-12 18:45:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@VM_Abrantes@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2467 …}
      +nested: Doctrine\ORM\PersistentCollection {#2371 …}
      +votes: Doctrine\ORM\PersistentCollection {#2370 …}
      +reports: Doctrine\ORM\PersistentCollection {#2360 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
      -id: 13493
      -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966504"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180347 {#2468
        date: 2023-07-12 18:45:47.0 +02:00
      }
      +"title": 13493
    }
    1 => App\Entity\EntryComment {#2385
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
        \n
        [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1689180669 {#2386
        date: 2023-07-12 18:51:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2384 …}
      +nested: Doctrine\ORM\PersistentCollection {#2379 …}
      +votes: Doctrine\ORM\PersistentCollection {#2383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1906 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
      -id: 13505
      -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966677"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180669 {#2382
        date: 2023-07-12 18:51:09.0 +02:00
      }
      +"title": 13505
    }
    0 => App\Entity\EntryComment {#1407
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1689181950 {#1907
        date: 2023-07-12 19:12:30.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@VM_Abrantes@kbin.social"
        "@MonkCanatella@sh.itjust.works"
        "@pseudonym@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 13561
      -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/967370"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689181950 {#1908
        date: 2023-07-12 19:12:30.0 +02:00
      }
      +"title": 13561
    }
  ]
  -id: 1144
  -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
  -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689261971
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/906757"
  +editedAt: DateTimeImmutable @1689261685 {#2913
    date: 2023-07-13 17:21:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689175571 {#2890
    date: 2023-07-12 17:26:11.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
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1718
  +user: Proxies\__CG__\App\Entity\User {#2932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
  +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
  +title: "What's a quote that has stuck with you for your whole life?"
  +url: null
  +body: """
    I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
    \n
    Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 609
  +favouriteCount: 562
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689604008 {#2927
    date: 2023-07-17 16:26:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2934 …}
  +votes: Doctrine\ORM\PersistentCollection {#2936 …}
  +reports: Doctrine\ORM\PersistentCollection {#2938 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
  +badges: Doctrine\ORM\PersistentCollection {#2944 …}
  +children: [
    4 => App\Entity\EntryComment {#1557
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689179343 {#1527
        date: 2023-07-12 18:29:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@ImplyingImplications@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1691 …}
      +nested: Doctrine\ORM\PersistentCollection {#1705 …}
      +votes: Doctrine\ORM\PersistentCollection {#1616 …}
      +reports: Doctrine\ORM\PersistentCollection {#1598 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 13458
      -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/965888"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689179343 {#1549
        date: 2023-07-12 18:29:03.0 +02:00
      }
      +"title": 13458
    }
    3 => App\Entity\EntryComment {#2447
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: "I’m listening…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689180237 {#1727
        date: 2023-07-12 18:43:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog"
        "@zinklog@lemmy.fmhy.ml"
        "@rouxdoo@kbin.social"
        "@Dark_Blade@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2462 …}
      +votes: Doctrine\ORM\PersistentCollection {#2461 …}
      +reports: Doctrine\ORM\PersistentCollection {#2460 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
      -id: 13488
      -bodyTs: "'listen':3 'm':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966433"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180237 {#2411
        date: 2023-07-12 18:43:57.0 +02:00
      }
      +"title": 13488
    }
    2 => App\Entity\EntryComment {#2470
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1689180347 {#2459
        date: 2023-07-12 18:45:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@VM_Abrantes@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2467 …}
      +nested: Doctrine\ORM\PersistentCollection {#2371 …}
      +votes: Doctrine\ORM\PersistentCollection {#2370 …}
      +reports: Doctrine\ORM\PersistentCollection {#2360 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
      -id: 13493
      -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966504"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180347 {#2468
        date: 2023-07-12 18:45:47.0 +02:00
      }
      +"title": 13493
    }
    1 => App\Entity\EntryComment {#2385
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
        \n
        [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1689180669 {#2386
        date: 2023-07-12 18:51:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2384 …}
      +nested: Doctrine\ORM\PersistentCollection {#2379 …}
      +votes: Doctrine\ORM\PersistentCollection {#2383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1906 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
      -id: 13505
      -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966677"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180669 {#2382
        date: 2023-07-12 18:51:09.0 +02:00
      }
      +"title": 13505
    }
    0 => App\Entity\EntryComment {#1407
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1689181950 {#1907
        date: 2023-07-12 19:12:30.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@VM_Abrantes@kbin.social"
        "@MonkCanatella@sh.itjust.works"
        "@pseudonym@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 13561
      -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/967370"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689181950 {#1908
        date: 2023-07-12 19:12:30.0 +02:00
      }
      +"title": 13561
    }
  ]
  -id: 1144
  -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
  -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689261971
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/906757"
  +editedAt: DateTimeImmutable @1689261685 {#2913
    date: 2023-07-13 17:21:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689175571 {#2890
    date: 2023-07-12 17:26:11.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
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1718
  +user: Proxies\__CG__\App\Entity\User {#2932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
  +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
  +title: "What's a quote that has stuck with you for your whole life?"
  +url: null
  +body: """
    I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
    \n
    Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 609
  +favouriteCount: 562
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689604008 {#2927
    date: 2023-07-17 16:26:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2934 …}
  +votes: Doctrine\ORM\PersistentCollection {#2936 …}
  +reports: Doctrine\ORM\PersistentCollection {#2938 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
  +badges: Doctrine\ORM\PersistentCollection {#2944 …}
  +children: [
    4 => App\Entity\EntryComment {#1557
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1689179343 {#1527
        date: 2023-07-12 18:29:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@ImplyingImplications@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1691 …}
      +nested: Doctrine\ORM\PersistentCollection {#1705 …}
      +votes: Doctrine\ORM\PersistentCollection {#1616 …}
      +reports: Doctrine\ORM\PersistentCollection {#1598 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
      -id: 13458
      -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/965888"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689179343 {#1549
        date: 2023-07-12 18:29:03.0 +02:00
      }
      +"title": 13458
    }
    3 => App\Entity\EntryComment {#2447
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: "I’m listening…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689180237 {#1727
        date: 2023-07-12 18:43:57.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog"
        "@zinklog@lemmy.fmhy.ml"
        "@rouxdoo@kbin.social"
        "@Dark_Blade@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2462 …}
      +votes: Doctrine\ORM\PersistentCollection {#2461 …}
      +reports: Doctrine\ORM\PersistentCollection {#2460 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
      -id: 13488
      -bodyTs: "'listen':3 'm':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966433"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180237 {#2411
        date: 2023-07-12 18:43:57.0 +02:00
      }
      +"title": 13488
    }
    2 => App\Entity\EntryComment {#2470
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1689180347 {#2459
        date: 2023-07-12 18:45:47.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@VM_Abrantes@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2467 …}
      +nested: Doctrine\ORM\PersistentCollection {#2371 …}
      +votes: Doctrine\ORM\PersistentCollection {#2370 …}
      +reports: Doctrine\ORM\PersistentCollection {#2360 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
      -id: 13493
      -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966504"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180347 {#2468
        date: 2023-07-12 18:45:47.0 +02:00
      }
      +"title": 13493
    }
    1 => App\Entity\EntryComment {#2385
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
        \n
        [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1689180669 {#2386
        date: 2023-07-12 18:51:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2384 …}
      +nested: Doctrine\ORM\PersistentCollection {#2379 …}
      +votes: Doctrine\ORM\PersistentCollection {#2383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1906 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
      -id: 13505
      -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/966677"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689180669 {#2382
        date: 2023-07-12 18:51:09.0 +02:00
      }
      +"title": 13505
    }
    0 => App\Entity\EntryComment {#1407
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
      +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1689181950 {#1907
        date: 2023-07-12 19:12:30.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zinklog@lemmy.fmhy.ml"
        "@VM_Abrantes@kbin.social"
        "@MonkCanatella@sh.itjust.works"
        "@pseudonym@monyet.cc"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 13561
      -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/967370"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689181950 {#1908
        date: 2023-07-12 19:12:30.0 +02:00
      }
      +"title": 13561
    }
  ]
  -id: 1144
  -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
  -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689261971
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/906757"
  +editedAt: DateTimeImmutable @1689261685 {#2913
    date: 2023-07-13 17:21:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689175571 {#2890
    date: 2023-07-12 17:26:11.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
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 {#1557
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557}
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689179343 {#1527
    date: 2023-07-12 18:29:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@ImplyingImplications@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1691 …}
  +nested: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 13458
  -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/965888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689179343 {#1549
    date: 2023-07-12 18:29:03.0 +02:00
  }
  +"title": 13458
}
"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 {#1557
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557}
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689179343 {#1527
    date: 2023-07-12 18:29:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@ImplyingImplications@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1691 …}
  +nested: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 13458
  -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/965888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689179343 {#1549
    date: 2023-07-12 18:29:03.0 +02:00
  }
  +"title": 13458
}
"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 {#1557
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557}
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1689179343 {#1527
    date: 2023-07-12 18:29:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@ImplyingImplications@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1691 …}
  +nested: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  -id: 13458
  -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/965888"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689179343 {#1549
    date: 2023-07-12 18:29:03.0 +02:00
  }
  +"title": 13458
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\EntryComment {#2447
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447}
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: "I’m listening…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689180237 {#1727
    date: 2023-07-12 18:43:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog"
    "@zinklog@lemmy.fmhy.ml"
    "@rouxdoo@kbin.social"
    "@Dark_Blade@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2462 …}
  +votes: Doctrine\ORM\PersistentCollection {#2461 …}
  +reports: Doctrine\ORM\PersistentCollection {#2460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
  -id: 13488
  -bodyTs: "'listen':3 'm':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966433"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180237 {#2411
    date: 2023-07-12 18:43:57.0 +02:00
  }
  +"title": 13488
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\EntryComment {#2447
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447}
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: "I’m listening…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689180237 {#1727
    date: 2023-07-12 18:43:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog"
    "@zinklog@lemmy.fmhy.ml"
    "@rouxdoo@kbin.social"
    "@Dark_Blade@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2462 …}
  +votes: Doctrine\ORM\PersistentCollection {#2461 …}
  +reports: Doctrine\ORM\PersistentCollection {#2460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
  -id: 13488
  -bodyTs: "'listen':3 'm':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966433"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180237 {#2411
    date: 2023-07-12 18:43:57.0 +02:00
  }
  +"title": 13488
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\EntryComment {#2447
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447}
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: "I’m listening…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689180237 {#1727
    date: 2023-07-12 18:43:57.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog"
    "@zinklog@lemmy.fmhy.ml"
    "@rouxdoo@kbin.social"
    "@Dark_Blade@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2462 …}
  +votes: Doctrine\ORM\PersistentCollection {#2461 …}
  +reports: Doctrine\ORM\PersistentCollection {#2460 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
  -id: 13488
  -bodyTs: "'listen':3 'm':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966433"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180237 {#2411
    date: 2023-07-12 18:43:57.0 +02:00
  }
  +"title": 13488
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#2470
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470}
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1689180347 {#2459
    date: 2023-07-12 18:45:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@VM_Abrantes@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2467 …}
  +nested: Doctrine\ORM\PersistentCollection {#2371 …}
  +votes: Doctrine\ORM\PersistentCollection {#2370 …}
  +reports: Doctrine\ORM\PersistentCollection {#2360 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
  -id: 13493
  -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180347 {#2468
    date: 2023-07-12 18:45:47.0 +02:00
  }
  +"title": 13493
}
"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 {#2470
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470}
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1689180347 {#2459
    date: 2023-07-12 18:45:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@VM_Abrantes@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2467 …}
  +nested: Doctrine\ORM\PersistentCollection {#2371 …}
  +votes: Doctrine\ORM\PersistentCollection {#2370 …}
  +reports: Doctrine\ORM\PersistentCollection {#2360 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
  -id: 13493
  -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180347 {#2468
    date: 2023-07-12 18:45:47.0 +02:00
  }
  +"title": 13493
}
"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 {#2470
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470}
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1689180347 {#2459
    date: 2023-07-12 18:45:47.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@VM_Abrantes@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2467 …}
  +nested: Doctrine\ORM\PersistentCollection {#2371 …}
  +votes: Doctrine\ORM\PersistentCollection {#2370 …}
  +reports: Doctrine\ORM\PersistentCollection {#2360 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
  -id: 13493
  -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180347 {#2468
    date: 2023-07-12 18:45:47.0 +02:00
  }
  +"title": 13493
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385}
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
    \n
    [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1689180669 {#2386
    date: 2023-07-12 18:51:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 13505
  -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180669 {#2382
    date: 2023-07-12 18:51:09.0 +02:00
  }
  +"title": 13505
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385}
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
    \n
    [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1689180669 {#2386
    date: 2023-07-12 18:51:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 13505
  -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180669 {#2382
    date: 2023-07-12 18:51:09.0 +02:00
  }
  +"title": 13505
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385}
      0 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1689181950 {#1907
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
          "@MonkCanatella@sh.itjust.works"
          "@pseudonym@monyet.cc"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2391 …}
        +nested: Doctrine\ORM\PersistentCollection {#2369 …}
        +votes: Doctrine\ORM\PersistentCollection {#2392 …}
        +reports: Doctrine\ORM\PersistentCollection {#2395 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
        -id: 13561
        -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/967370"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689181950 {#1908
          date: 2023-07-12 19:12:30.0 +02:00
        }
        +"title": 13561
      }
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
    \n
    [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1689180669 {#2386
    date: 2023-07-12 18:51:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 13505
  -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/966677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689180669 {#2382
    date: 2023-07-12 18:51:09.0 +02:00
  }
  +"title": 13505
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 DENIED ROLE_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 {#1407
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407}
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1689181950 {#1907
    date: 2023-07-12 19:12:30.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@VM_Abrantes@kbin.social"
    "@MonkCanatella@sh.itjust.works"
    "@pseudonym@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 13561
  -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/967370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689181950 {#1908
    date: 2023-07-12 19:12:30.0 +02:00
  }
  +"title": 13561
}
"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 {#1407
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407}
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1689181950 {#1907
    date: 2023-07-12 19:12:30.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@VM_Abrantes@kbin.social"
    "@MonkCanatella@sh.itjust.works"
    "@pseudonym@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 13561
  -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/967370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689181950 {#1908
    date: 2023-07-12 19:12:30.0 +02:00
  }
  +"title": 13561
}
"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 {#1407
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1718
    +user: Proxies\__CG__\App\Entity\User {#2932 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
    +slug: "What-s-a-quote-that-has-stuck-with-you-for-your"
    +title: "What's a quote that has stuck with you for your whole life?"
    +url: null
    +body: """
      I always loved browsing such posts on reddit, so thought I should make one on lemmy too\n
      \n
      Edit: Usually these kind of posts only used to have excerpts from books or ancient proverbs, but now I am seeing a lot more quotes from shows/movies/games are also resonating with people. It’s pretty cool to see.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 609
    +favouriteCount: 562
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689604008 {#2927
      date: 2023-07-17 16:26:48.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2934 …}
    +votes: Doctrine\ORM\PersistentCollection {#2936 …}
    +reports: Doctrine\ORM\PersistentCollection {#2938 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2940 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2942 …}
    +badges: Doctrine\ORM\PersistentCollection {#2944 …}
    +children: [
      4 => App\Entity\EntryComment {#1557
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +body: "I thought this was some quote from like, Iliad times. Nope, this is Percy Bysshe Shelley. That guy was pretty awesome"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1689179343 {#1527
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@ImplyingImplications@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1691 …}
        +nested: Doctrine\ORM\PersistentCollection {#1705 …}
        +votes: Doctrine\ORM\PersistentCollection {#1616 …}
        +reports: Doctrine\ORM\PersistentCollection {#1598 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1716 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
        -id: 13458
        -bodyTs: "'awesom':21 'byssh':15 'guy':18 'iliad':9 'like':8 'nope':11 'perci':14 'pretti':20 'quot':6 'shelley':16 'thought':2 'time':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/965888"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689179343 {#1549
          date: 2023-07-12 18:29:03.0 +02:00
        }
        +"title": 13458
      }
      3 => App\Entity\EntryComment {#2447
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2448 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: "I’m listening…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689180237 {#1727
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog"
          "@zinklog@lemmy.fmhy.ml"
          "@rouxdoo@kbin.social"
          "@Dark_Blade@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2462 …}
        +votes: Doctrine\ORM\PersistentCollection {#2461 …}
        +reports: Doctrine\ORM\PersistentCollection {#2460 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2452 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2454 …}
        -id: 13488
        -bodyTs: "'listen':3 'm':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966433"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180237 {#2411
          date: 2023-07-12 18:43:57.0 +02:00
        }
        +"title": 13488
      }
      2 => App\Entity\EntryComment {#2470
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
        +body: "“It’s ok to stick your tongue in infants’ mouth every once in awhile, as a treat” - Also the dalai lama"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1689180347 {#2459
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
          "@VM_Abrantes@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2467 …}
        +nested: Doctrine\ORM\PersistentCollection {#2371 …}
        +votes: Doctrine\ORM\PersistentCollection {#2370 …}
        +reports: Doctrine\ORM\PersistentCollection {#2360 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2361 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2372 …}
        -id: 13493
        -bodyTs: "'also':18 'awhil':14 'dalai':20 'everi':11 'infant':9 'lama':21 'mouth':10 'ok':3 'stick':5 'tongu':7 'treat':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966504"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180347 {#2468
          date: 2023-07-12 18:45:47.0 +02:00
        }
        +"title": 13493
      }
      1 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1718 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          > This is the true joy in life, the being used for a purpose recognized by yourself as a mighty one; the being a force of nature instead of a feverish, selfish little clod of ailments and grievances complaining that the world will not devote itself to making you happy. I am of the opinion that my life belongs to the whole community, and as long as I live it is my privilege to do for it whatever I can. I want to be thoroughly used up when I die, for the harder I work the more I live. I rejoice in life for its own sake. Life is no “brief candle” for me. It is a sort of splendid torch which I have got hold of for the moment, and I want to make it burn as brightly as possible before handing it on to future generations.\n
          \n
          [And here is Jeff Goldblum it reciting from memory](https://youtu.be/Te5NchUyxfE?t=43)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1689180669 {#2386
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@zinklog@lemmy.fmhy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 13505
        -bodyTs: "'/te5nchuyxfe?t=43)':159 'ailment':35 'belong':58 'brief':110 'bright':138 'burn':136 'candl':111 'clod':33 'communiti':62 'complain':38 'devot':44 'die':89 'feverish':30 'forc':24 'futur':146 'generat':147 'goldblum':152 'got':124 'grievanc':37 'hand':142 'happi':49 'harder':92 'hold':125 'instead':27 'jeff':151 'joy':5 'life':7,57,102,107 'littl':32 'live':68,98 'long':65 'make':47,134 'memori':156 'mighti':19 'moment':129 'natur':26 'one':20 'opinion':54 'possibl':140 'privileg':72 'purpos':13 'recit':154 'recogn':14 'rejoic':100 'sake':106 'selfish':31 'sort':117 'splendid':119 'thorough':84 'torch':120 'true':4 'use':10,85 'want':81,132 'whatev':77 'whole':61 'work':94 'world':41 'youtu.be':158 'youtu.be/te5nchuyxfe?t=43)':157"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/966677"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689180669 {#2382
          date: 2023-07-12 18:51:09.0 +02:00
        }
        +"title": 13505
      }
      0 => App\Entity\EntryComment {#1407}
    ]
    -id: 1144
    -titleTs: "'life':13 'quot':4 'stuck':7 'whole':12"
    -bodyTs: "'also':46 'alway':2 'ancient':32 'book':30 'brows':4 'cool':53 'edit':18 'excerpt':28 'kind':21 'lemmi':16 'lot':40 'love':3 'make':13 'one':14 'peopl':49 'post':6,23 'pretti':52 'proverb':33 'quot':42 'reddit':8 'reson':47 'see':38,55 'shows/movies/games':44 'thought':10 'use':25 'usual':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689261971
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/906757"
    +editedAt: DateTimeImmutable @1689261685 {#2913
      date: 2023-07-13 17:21:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1689175571 {#2890
      date: 2023-07-12 17:26:11.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1714 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2469 …}
  +body: "[www.npr.org/…/dalai-lama-apologizes-tongue-kiss](https://www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1689181950 {#1907
    date: 2023-07-12 19:12:30.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zinklog@lemmy.fmhy.ml"
    "@VM_Abrantes@kbin.social"
    "@MonkCanatella@sh.itjust.works"
    "@pseudonym@monyet.cc"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 13561
  -bodyTs: "'/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':5 '/dalai-lama-apologizes-tongue-kiss':2 'www.npr.org':1,4 'www.npr.org/2023/04/10/1168962589/dalai-lama-apologizes-tongue-kiss)':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/967370"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689181950 {#1908
    date: 2023-07-12 19:12:30.0 +02:00
  }
  +"title": 13561
}
"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\Entry {#1435
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
  +slug: "Guide-The-idiot-proof-guide-to-downloading-ebooks-off-IRC"
  +title: "Guide: The idiot proof guide to downloading ebooks off IRC. With Pictures and everything!"
  +url: null
  +body: """
    I’m putting this together because I posted a while ago about using IRC to acquire ebooks on Reddit, and there was a metric shit ton of interest from others in learning how to do it. Much of this info is available on the net, but it can be difficult to track down if you don’t know exactly what to look for.\n
    \n
    Disclaimer: I am in no way responsible for how you choose to use this knowledge. This method can and should only be used to download legally available ebooks, as an alternative source in case other services go down for whatever reason. You use this guide *at your own discretion*.\n
    \n
    Now then, to the good stuff.\n
    \n
    **Q&A**\n
    \n
    > Question: Why should you use IRC to acquire ebooks, there are so many different ways to get them!\n
    \n
    Answer: IRC is the best method to find ebooks. The quality is almost always high, the selection is extensive, and finding and downloading the books is quick and easy. Put simply, unless you happen to have access to a private site exclusively made for ebooks, you probably won’t find a better source.\n
    \n
    > Question: What do I need to make this happen?\n
    \n
    Answer: A IRC client (I’ll be using mIRC for the purposes of this guide, it’s the simplest to use and the most widely distributed as well. Besides that, the ability to copy and paste, and a bit of common sense.\n
    \n
    **Setup**\n
    \n
    1. Now then, to begin, download a IRC client. I personally suggest [mIRC](http://www.mirc.com/).\n
    2. Once you do that, install it and open the client up. You should be greeted with a page like [This](http://i.imgur.com/TgSNg47.jpg).\n
    3. The first thing you want to do is write in a name that’s unique enough to have not already been taken. For the purposes of this guide, I just choose something random.\n
    4. Once that’s done, you want to navigate down to “Ignore” section in the DCC options, and turn the box option to “disabled”. This is to ensure that incoming files are not ignored, which is important if you actually want to receive your ebooks. [Example](http://i.imgur.com/sW0wptQ.jpg)\n
    5. Next thing you want to do is scroll back up to the “Servers” tab and pick out a server. For ebooks, I know of two servers that host channels dedicated to ebook downloads. One is “Undernet”, the other is “IRChighway”. While both have their uses, IRChighway is the one you want to use 90% of the time. The selection is generally more robust, the channels are more stable, and the downloads are faster. You generally only want to use Undernet if you can’t find the ebook you’re looking for on IRChighway. Sometimes you can get lucky and one will have a book if the other does not. In any case, select you server by finding it in the drop down menu and double clicking it. [Example](http://i.imgur.com/82Cf1r7.jpg)\n
    \n
    **Actually finding and downloading your ebooks**\n
    \n
    6. Once you’ve done that, it’ll take you back to the menu that I originally showed you. This time, click the connect button, and it’ll connect you to the server and open a window offering you a chance to join a channel. Now, there are several channels you can join depending the server you’re on. On Undernet, you can either go with “Bookz” or “ebooks”, while on IRChighway, you can join “ebooks”. Type in your channel and hit join. [Example](http://i.imgur.com/LKy6ZJE.jpg)\n
    7. Once you’ve done that, you’ll be presented with a channel window filled with a whole bunch of people typing in seemingly meaningless strings of text, none of them talking to one another. This can be intimidating, but **don’t worry**, it’s not hard to figure out! It’s at this point that you need to know the commands to properly utilize the channels bots.\n
    8. When you join one of the channels I listed, there will be channel bots you’ll use to interact with the bots that you will be downloading from. To access the commands for these bots, use the “@” symbol followed by the command you need.\n
    \n
    To search for an ebook, Use\n
    \n
    > @Search <book name or author name>\n
    \n
    This will have the channel bot automatically search through it’s index and return you a listing of the books available from the download bots in the channel. [It will look like this](http://i.imgur.com/hGvcGTg.jpg). As you can see, I searched for Romeo & Juliet, and the bot went through its index and returned a list of potential downloads. Click the accept button to have it download.\n
    \n
    9. Once you’ve done that, go into the upper portion of mIRC, click tools, and go to the “received files” drop down. Click it. [Example](http://i.imgur.com/tWAMUPU.jpg)\n
    10. This will open up your mIRC downloads folder, which should contain a .zip file of the list of download options that the bot sent you. Extract it and open it up in notepad. There will be a variety of download links available in many different formats. Find whichever book you’re looking for, in whichever format you prefer (I like HTML because they’re generally the best formatted and the format is universal for mobile devices) and copy the text string up til the the end of the file. [Example](http://i.imgur.com/sg1vYBd.png)\n
    11. Once you’ve done that, go back to the mIRC channel window and simply paste the text string into the channel. [Example](http://i.imgur.com/6Q0TwXE.jpg)\n
    12. Click enter, and wait for the bot to respond, and then click accept when a file transfer window comes up. I’ve highlighted my download query, and the bots response with relevant information for you. It should be pretty self explanatory. [Example](http://i.imgur.com/xz0HFXx.jpg)\n
    13. And you’re done! The file will be downloaded to your mIRC downloads folder in a zip or rar archive. Simply extract it and read it!\n
    \n
    Note 1: You can also use the command\n
    \n
    > @find <book or author name>\n
    \n
    To search for your ebook if the channel bot is down or not responding quickly to the @search command. However I do not suggest this, as it gives you a clusterfuck of responses in your IRC client as personal messages. It can work, but only as a last resort. [Example](http://i.imgur.com/tQoL53F.jpg)\n
    \n
    Note 2: I’ve used the public domain “Romeo And Juliet” for the purposes of this guide. This book is in the *public domain*, and thus is not subject to any copyright. Once again, I encourage you to *only* download public domain books, but cannot control (and am not responsible) for what you wish to download.\n
    \n
    Note 3: Edit. Damnit, Reddit fucked the formatting and keeps renumbering my list. Whatever, not a big deal I guess. It doesn’t change the content of the guide at all. Just go down the list, everything is in the proper order anyway.\n
    \n
    So, that’s how you download ebooks off of IRC. Not so hard, is it? I hope you find this helpful, I promised this to more than a few people months ago, and I finally got around to it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688099874 {#1466
    date: 2023-06-30 06:37:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Search"
    "@find"
    "@search"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1645 …}
  +votes: Doctrine\ORM\PersistentCollection {#1641 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 6599
  -titleTs: "'download':7 'ebook':8 'everyth':14 'guid':1,5 'idiot':3 'irc':10 'pictur':12 'proof':4"
  -bodyTs: "'/).':259 '/6q0twxe.jpg)':932 '/82cf1r7.jpg)':498 '/hgvcgtg.jpg).':752 '/lky6zje.jpg)':591 '/sg1vybd.png)':906 '/sw0wptq.jpg)':366 '/tgsng47.jpg).':283 '/tqol53f.jpg)':1071 '/twamupu.jpg)':812 '/xz0hfxx.jpg)':978 '1':244,1007 '10':813 '11':907 '12':933 '13':979 '2':260,1073 '3':284,1129 '4':318 '5':367 '6':505 '7':592 '8':660 '9':784 '90':421 'abil':232 'accept':778,946 'access':175,690 'acquir':16,128 'actual':357,499 'ago':11,1202 'almost':151 'alreadi':304 'also':1010 'altern':94 'alway':152 'anoth':626 'answer':139,201 'anyway':1170 'archiv':999 'around':1207 'author':715,1017 'automat':723 'avail':42,90,737,855 'back':376,515,914 'begin':248 'besid':229 'best':143,880 'better':190 'big':1144 'bit':239 'book':163,471,712,736,862,1015,1090,1114 'bookz':571 'bot':659,674,682,695,722,741,764,836,940,962,1027 'box':338 'bunch':610 'button':529,779 'cannot':1116 'case':97,479 'chanc':545 'chang':1151 'channel':396,432,549,554,584,604,658,667,673,721,744,918,928,1026 'choos':74,315 'click':493,526,776,797,807,934,945 'client':204,252,270,1055 'clusterfuck':1049 'come':952 'command':653,692,702,1013,1037 'common':241 'connect':528,533 'contain':824 'content':1153 'control':1117 'copi':234,891 'copyright':1103 'damnit':1131 'dcc':333 'deal':1145 'dedic':397 'depend':558 'devic':889 'differ':134,858 'difficult':50 'disabl':341 'disclaim':64 'discret':112 'distribut':226 'doesn':1149 'domain':1079,1095,1113 'done':322,509,596,788,911,983 'doubl':492 'download':88,161,249,400,438,502,687,740,775,783,820,832,853,958,988,992,1111,1127,1176 'drop':488,805 'easi':167 'ebook':17,91,129,147,183,362,388,399,454,504,573,580,709,1023,1177 'edit':1130 'either':568 'encourag':1107 'end':899 'enough':300 'ensur':345 'enter':935 'everyth':1164 'exact':59 'exampl':363,495,588,809,903,929,975,1068 'exclus':180 'explanatori':974 'extens':157 'extract':839,1001 'faster':440 'figur':640 'file':348,804,827,902,949,985 'fill':606 'final':1205 'find':146,159,188,452,484,500,860,1014,1189 'first':286 'folder':821,993 'follow':699 'format':859,869,881,884,1135 'fuck':1133 'general':428,442,878 'get':137,464 'give':1046 'go':100,569,790,800,913,1160 'good':117 'got':1206 'greet':275 'guess':1147 'guid':108,215,312,1088,1156 'happen':172,200 'hard':638,1183 'help':1191 'high':153 'highlight':956 'hit':586 'hope':1187 'host':395 'howev':1038 'html':874 'i.imgur.com':282,365,497,590,751,811,905,931,977,1070 'i.imgur.com/6q0twxe.jpg)':930 'i.imgur.com/82cf1r7.jpg)':496 'i.imgur.com/hgvcgtg.jpg).':750 'i.imgur.com/lky6zje.jpg)':589 'i.imgur.com/sg1vybd.png)':904 'i.imgur.com/sw0wptq.jpg)':364 'i.imgur.com/tgsng47.jpg).':281 'i.imgur.com/tqol53f.jpg)':1069 'i.imgur.com/twamupu.jpg)':810 'i.imgur.com/xz0hfxx.jpg)':976 'ignor':329,351 'import':354 'incom':347 'index':728,768 'info':40 'inform':966 'instal':265 'interact':679 'interest':28 'intimid':630 'irc':14,126,140,203,251,1054,1180 'irchighway':407,413,460,576 'join':547,557,579,587,663 'juliet':761,1082 'keep':1137 'know':58,390,651 'knowledg':78 'last':1066 'learn':32 'legal':89 'like':279,748,873 'link':854 'list':669,733,772,830,1140,1163 'll':206,512,532,599,676 'look':62,457,747,865 'lucki':465 'm':2 'made':181 'make':198 'mani':133,857 'meaningless':616 'menu':490,518 'messag':1058 'method':80,144 'metric':24 'mirc':209,256,796,819,917,991 'mobil':888 'month':1201 'much':37 'name':296,713,716,1018 'navig':326 'need':196,649,704 'net':45 'next':368 'none':620 'note':1006,1072,1128 'notepad':846 'offer':542 'one':401,416,467,625,664 'open':268,539,816,842 'option':334,339,833 'order':1169 'origin':521 'other':30 'page':278 'past':236,922 'peopl':612,1200 'person':254,1057 'pick':383 'point':646 'portion':794 'post':8 'potenti':774 'prefer':871 'present':601 'pretti':972 'privat':178 'probabl':185 'promis':1193 'proper':655,1168 'public':1078,1094,1112 'purpos':212,309,1085 'put':3,168 'q':119 'qualiti':149 'queri':959 'question':121,192 'quick':165,1033 'random':317 'rar':998 're':456,562,864,877,982 'read':1004 'reason':104 'receiv':360,803 'reddit':19,1132 'relev':965 'renumb':1138 'resort':1067 'respond':942,1032 'respons':70,963,1051,1121 'return':730,770 'robust':430 'romeo':760,1080 'scroll':375 'search':706,711,724,758,1020,1036 'section':330 'see':756 'seem':615 'select':155,426,480 'self':973 'sens':242 'sent':837 'server':380,386,393,482,537,560 'servic':99 'setup':243 'sever':553 'shit':25 'show':522 'simplest':219 'simpli':169,921,1000 'site':179 'someth':316 'sometim':461 'sourc':95,191 'stabl':435 'string':617,894,925 'stuff':118 'subject':1100 'suggest':255,1042 'symbol':698 'tab':381 'take':513 'taken':306 'talk':623 'text':619,893,924 'thing':287,369 'thus':1097 'til':896 'time':424,525 'togeth':5 'ton':26 'tool':798 'track':52 'transfer':950 'turn':336 'two':392 'type':581,613 'undernet':403,447,565 'uniqu':299 'univers':886 'unless':170 'upper':793 'use':13,76,86,106,125,208,221,412,420,446,677,696,710,1011,1076 'util':656 'varieti':851 've':508,595,787,910,955,1075 'wait':937 'want':289,324,358,371,418,444 'way':69,135 'well':228 'went':765 'whatev':103,1141 'whichev':861,868 'whole':609 'wide':225 'window':541,605,919,951 'wish':1125 'won':186 'work':1061 'worri':634 'write':293 'www.mirc.com':258 'www.mirc.com/).':257 'zip':826,996"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688099874
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/583550"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688099874 {#1638
    date: 2023-06-30 06:37:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
App\Entity\Entry {#1435
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
  +slug: "Guide-The-idiot-proof-guide-to-downloading-ebooks-off-IRC"
  +title: "Guide: The idiot proof guide to downloading ebooks off IRC. With Pictures and everything!"
  +url: null
  +body: """
    I’m putting this together because I posted a while ago about using IRC to acquire ebooks on Reddit, and there was a metric shit ton of interest from others in learning how to do it. Much of this info is available on the net, but it can be difficult to track down if you don’t know exactly what to look for.\n
    \n
    Disclaimer: I am in no way responsible for how you choose to use this knowledge. This method can and should only be used to download legally available ebooks, as an alternative source in case other services go down for whatever reason. You use this guide *at your own discretion*.\n
    \n
    Now then, to the good stuff.\n
    \n
    **Q&A**\n
    \n
    > Question: Why should you use IRC to acquire ebooks, there are so many different ways to get them!\n
    \n
    Answer: IRC is the best method to find ebooks. The quality is almost always high, the selection is extensive, and finding and downloading the books is quick and easy. Put simply, unless you happen to have access to a private site exclusively made for ebooks, you probably won’t find a better source.\n
    \n
    > Question: What do I need to make this happen?\n
    \n
    Answer: A IRC client (I’ll be using mIRC for the purposes of this guide, it’s the simplest to use and the most widely distributed as well. Besides that, the ability to copy and paste, and a bit of common sense.\n
    \n
    **Setup**\n
    \n
    1. Now then, to begin, download a IRC client. I personally suggest [mIRC](http://www.mirc.com/).\n
    2. Once you do that, install it and open the client up. You should be greeted with a page like [This](http://i.imgur.com/TgSNg47.jpg).\n
    3. The first thing you want to do is write in a name that’s unique enough to have not already been taken. For the purposes of this guide, I just choose something random.\n
    4. Once that’s done, you want to navigate down to “Ignore” section in the DCC options, and turn the box option to “disabled”. This is to ensure that incoming files are not ignored, which is important if you actually want to receive your ebooks. [Example](http://i.imgur.com/sW0wptQ.jpg)\n
    5. Next thing you want to do is scroll back up to the “Servers” tab and pick out a server. For ebooks, I know of two servers that host channels dedicated to ebook downloads. One is “Undernet”, the other is “IRChighway”. While both have their uses, IRChighway is the one you want to use 90% of the time. The selection is generally more robust, the channels are more stable, and the downloads are faster. You generally only want to use Undernet if you can’t find the ebook you’re looking for on IRChighway. Sometimes you can get lucky and one will have a book if the other does not. In any case, select you server by finding it in the drop down menu and double clicking it. [Example](http://i.imgur.com/82Cf1r7.jpg)\n
    \n
    **Actually finding and downloading your ebooks**\n
    \n
    6. Once you’ve done that, it’ll take you back to the menu that I originally showed you. This time, click the connect button, and it’ll connect you to the server and open a window offering you a chance to join a channel. Now, there are several channels you can join depending the server you’re on. On Undernet, you can either go with “Bookz” or “ebooks”, while on IRChighway, you can join “ebooks”. Type in your channel and hit join. [Example](http://i.imgur.com/LKy6ZJE.jpg)\n
    7. Once you’ve done that, you’ll be presented with a channel window filled with a whole bunch of people typing in seemingly meaningless strings of text, none of them talking to one another. This can be intimidating, but **don’t worry**, it’s not hard to figure out! It’s at this point that you need to know the commands to properly utilize the channels bots.\n
    8. When you join one of the channels I listed, there will be channel bots you’ll use to interact with the bots that you will be downloading from. To access the commands for these bots, use the “@” symbol followed by the command you need.\n
    \n
    To search for an ebook, Use\n
    \n
    > @Search <book name or author name>\n
    \n
    This will have the channel bot automatically search through it’s index and return you a listing of the books available from the download bots in the channel. [It will look like this](http://i.imgur.com/hGvcGTg.jpg). As you can see, I searched for Romeo & Juliet, and the bot went through its index and returned a list of potential downloads. Click the accept button to have it download.\n
    \n
    9. Once you’ve done that, go into the upper portion of mIRC, click tools, and go to the “received files” drop down. Click it. [Example](http://i.imgur.com/tWAMUPU.jpg)\n
    10. This will open up your mIRC downloads folder, which should contain a .zip file of the list of download options that the bot sent you. Extract it and open it up in notepad. There will be a variety of download links available in many different formats. Find whichever book you’re looking for, in whichever format you prefer (I like HTML because they’re generally the best formatted and the format is universal for mobile devices) and copy the text string up til the the end of the file. [Example](http://i.imgur.com/sg1vYBd.png)\n
    11. Once you’ve done that, go back to the mIRC channel window and simply paste the text string into the channel. [Example](http://i.imgur.com/6Q0TwXE.jpg)\n
    12. Click enter, and wait for the bot to respond, and then click accept when a file transfer window comes up. I’ve highlighted my download query, and the bots response with relevant information for you. It should be pretty self explanatory. [Example](http://i.imgur.com/xz0HFXx.jpg)\n
    13. And you’re done! The file will be downloaded to your mIRC downloads folder in a zip or rar archive. Simply extract it and read it!\n
    \n
    Note 1: You can also use the command\n
    \n
    > @find <book or author name>\n
    \n
    To search for your ebook if the channel bot is down or not responding quickly to the @search command. However I do not suggest this, as it gives you a clusterfuck of responses in your IRC client as personal messages. It can work, but only as a last resort. [Example](http://i.imgur.com/tQoL53F.jpg)\n
    \n
    Note 2: I’ve used the public domain “Romeo And Juliet” for the purposes of this guide. This book is in the *public domain*, and thus is not subject to any copyright. Once again, I encourage you to *only* download public domain books, but cannot control (and am not responsible) for what you wish to download.\n
    \n
    Note 3: Edit. Damnit, Reddit fucked the formatting and keeps renumbering my list. Whatever, not a big deal I guess. It doesn’t change the content of the guide at all. Just go down the list, everything is in the proper order anyway.\n
    \n
    So, that’s how you download ebooks off of IRC. Not so hard, is it? I hope you find this helpful, I promised this to more than a few people months ago, and I finally got around to it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688099874 {#1466
    date: 2023-06-30 06:37:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Search"
    "@find"
    "@search"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1645 …}
  +votes: Doctrine\ORM\PersistentCollection {#1641 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 6599
  -titleTs: "'download':7 'ebook':8 'everyth':14 'guid':1,5 'idiot':3 'irc':10 'pictur':12 'proof':4"
  -bodyTs: "'/).':259 '/6q0twxe.jpg)':932 '/82cf1r7.jpg)':498 '/hgvcgtg.jpg).':752 '/lky6zje.jpg)':591 '/sg1vybd.png)':906 '/sw0wptq.jpg)':366 '/tgsng47.jpg).':283 '/tqol53f.jpg)':1071 '/twamupu.jpg)':812 '/xz0hfxx.jpg)':978 '1':244,1007 '10':813 '11':907 '12':933 '13':979 '2':260,1073 '3':284,1129 '4':318 '5':367 '6':505 '7':592 '8':660 '9':784 '90':421 'abil':232 'accept':778,946 'access':175,690 'acquir':16,128 'actual':357,499 'ago':11,1202 'almost':151 'alreadi':304 'also':1010 'altern':94 'alway':152 'anoth':626 'answer':139,201 'anyway':1170 'archiv':999 'around':1207 'author':715,1017 'automat':723 'avail':42,90,737,855 'back':376,515,914 'begin':248 'besid':229 'best':143,880 'better':190 'big':1144 'bit':239 'book':163,471,712,736,862,1015,1090,1114 'bookz':571 'bot':659,674,682,695,722,741,764,836,940,962,1027 'box':338 'bunch':610 'button':529,779 'cannot':1116 'case':97,479 'chanc':545 'chang':1151 'channel':396,432,549,554,584,604,658,667,673,721,744,918,928,1026 'choos':74,315 'click':493,526,776,797,807,934,945 'client':204,252,270,1055 'clusterfuck':1049 'come':952 'command':653,692,702,1013,1037 'common':241 'connect':528,533 'contain':824 'content':1153 'control':1117 'copi':234,891 'copyright':1103 'damnit':1131 'dcc':333 'deal':1145 'dedic':397 'depend':558 'devic':889 'differ':134,858 'difficult':50 'disabl':341 'disclaim':64 'discret':112 'distribut':226 'doesn':1149 'domain':1079,1095,1113 'done':322,509,596,788,911,983 'doubl':492 'download':88,161,249,400,438,502,687,740,775,783,820,832,853,958,988,992,1111,1127,1176 'drop':488,805 'easi':167 'ebook':17,91,129,147,183,362,388,399,454,504,573,580,709,1023,1177 'edit':1130 'either':568 'encourag':1107 'end':899 'enough':300 'ensur':345 'enter':935 'everyth':1164 'exact':59 'exampl':363,495,588,809,903,929,975,1068 'exclus':180 'explanatori':974 'extens':157 'extract':839,1001 'faster':440 'figur':640 'file':348,804,827,902,949,985 'fill':606 'final':1205 'find':146,159,188,452,484,500,860,1014,1189 'first':286 'folder':821,993 'follow':699 'format':859,869,881,884,1135 'fuck':1133 'general':428,442,878 'get':137,464 'give':1046 'go':100,569,790,800,913,1160 'good':117 'got':1206 'greet':275 'guess':1147 'guid':108,215,312,1088,1156 'happen':172,200 'hard':638,1183 'help':1191 'high':153 'highlight':956 'hit':586 'hope':1187 'host':395 'howev':1038 'html':874 'i.imgur.com':282,365,497,590,751,811,905,931,977,1070 'i.imgur.com/6q0twxe.jpg)':930 'i.imgur.com/82cf1r7.jpg)':496 'i.imgur.com/hgvcgtg.jpg).':750 'i.imgur.com/lky6zje.jpg)':589 'i.imgur.com/sg1vybd.png)':904 'i.imgur.com/sw0wptq.jpg)':364 'i.imgur.com/tgsng47.jpg).':281 'i.imgur.com/tqol53f.jpg)':1069 'i.imgur.com/twamupu.jpg)':810 'i.imgur.com/xz0hfxx.jpg)':976 'ignor':329,351 'import':354 'incom':347 'index':728,768 'info':40 'inform':966 'instal':265 'interact':679 'interest':28 'intimid':630 'irc':14,126,140,203,251,1054,1180 'irchighway':407,413,460,576 'join':547,557,579,587,663 'juliet':761,1082 'keep':1137 'know':58,390,651 'knowledg':78 'last':1066 'learn':32 'legal':89 'like':279,748,873 'link':854 'list':669,733,772,830,1140,1163 'll':206,512,532,599,676 'look':62,457,747,865 'lucki':465 'm':2 'made':181 'make':198 'mani':133,857 'meaningless':616 'menu':490,518 'messag':1058 'method':80,144 'metric':24 'mirc':209,256,796,819,917,991 'mobil':888 'month':1201 'much':37 'name':296,713,716,1018 'navig':326 'need':196,649,704 'net':45 'next':368 'none':620 'note':1006,1072,1128 'notepad':846 'offer':542 'one':401,416,467,625,664 'open':268,539,816,842 'option':334,339,833 'order':1169 'origin':521 'other':30 'page':278 'past':236,922 'peopl':612,1200 'person':254,1057 'pick':383 'point':646 'portion':794 'post':8 'potenti':774 'prefer':871 'present':601 'pretti':972 'privat':178 'probabl':185 'promis':1193 'proper':655,1168 'public':1078,1094,1112 'purpos':212,309,1085 'put':3,168 'q':119 'qualiti':149 'queri':959 'question':121,192 'quick':165,1033 'random':317 'rar':998 're':456,562,864,877,982 'read':1004 'reason':104 'receiv':360,803 'reddit':19,1132 'relev':965 'renumb':1138 'resort':1067 'respond':942,1032 'respons':70,963,1051,1121 'return':730,770 'robust':430 'romeo':760,1080 'scroll':375 'search':706,711,724,758,1020,1036 'section':330 'see':756 'seem':615 'select':155,426,480 'self':973 'sens':242 'sent':837 'server':380,386,393,482,537,560 'servic':99 'setup':243 'sever':553 'shit':25 'show':522 'simplest':219 'simpli':169,921,1000 'site':179 'someth':316 'sometim':461 'sourc':95,191 'stabl':435 'string':617,894,925 'stuff':118 'subject':1100 'suggest':255,1042 'symbol':698 'tab':381 'take':513 'taken':306 'talk':623 'text':619,893,924 'thing':287,369 'thus':1097 'til':896 'time':424,525 'togeth':5 'ton':26 'tool':798 'track':52 'transfer':950 'turn':336 'two':392 'type':581,613 'undernet':403,447,565 'uniqu':299 'univers':886 'unless':170 'upper':793 'use':13,76,86,106,125,208,221,412,420,446,677,696,710,1011,1076 'util':656 'varieti':851 've':508,595,787,910,955,1075 'wait':937 'want':289,324,358,371,418,444 'way':69,135 'well':228 'went':765 'whatev':103,1141 'whichev':861,868 'whole':609 'wide':225 'window':541,605,919,951 'wish':1125 'won':186 'work':1061 'worri':634 'write':293 'www.mirc.com':258 'www.mirc.com/).':257 'zip':826,996"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688099874
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/583550"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688099874 {#1638
    date: 2023-06-30 06:37:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
App\Entity\Entry {#1435
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1651 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1647 …}
  +slug: "Guide-The-idiot-proof-guide-to-downloading-ebooks-off-IRC"
  +title: "Guide: The idiot proof guide to downloading ebooks off IRC. With Pictures and everything!"
  +url: null
  +body: """
    I’m putting this together because I posted a while ago about using IRC to acquire ebooks on Reddit, and there was a metric shit ton of interest from others in learning how to do it. Much of this info is available on the net, but it can be difficult to track down if you don’t know exactly what to look for.\n
    \n
    Disclaimer: I am in no way responsible for how you choose to use this knowledge. This method can and should only be used to download legally available ebooks, as an alternative source in case other services go down for whatever reason. You use this guide *at your own discretion*.\n
    \n
    Now then, to the good stuff.\n
    \n
    **Q&A**\n
    \n
    > Question: Why should you use IRC to acquire ebooks, there are so many different ways to get them!\n
    \n
    Answer: IRC is the best method to find ebooks. The quality is almost always high, the selection is extensive, and finding and downloading the books is quick and easy. Put simply, unless you happen to have access to a private site exclusively made for ebooks, you probably won’t find a better source.\n
    \n
    > Question: What do I need to make this happen?\n
    \n
    Answer: A IRC client (I’ll be using mIRC for the purposes of this guide, it’s the simplest to use and the most widely distributed as well. Besides that, the ability to copy and paste, and a bit of common sense.\n
    \n
    **Setup**\n
    \n
    1. Now then, to begin, download a IRC client. I personally suggest [mIRC](http://www.mirc.com/).\n
    2. Once you do that, install it and open the client up. You should be greeted with a page like [This](http://i.imgur.com/TgSNg47.jpg).\n
    3. The first thing you want to do is write in a name that’s unique enough to have not already been taken. For the purposes of this guide, I just choose something random.\n
    4. Once that’s done, you want to navigate down to “Ignore” section in the DCC options, and turn the box option to “disabled”. This is to ensure that incoming files are not ignored, which is important if you actually want to receive your ebooks. [Example](http://i.imgur.com/sW0wptQ.jpg)\n
    5. Next thing you want to do is scroll back up to the “Servers” tab and pick out a server. For ebooks, I know of two servers that host channels dedicated to ebook downloads. One is “Undernet”, the other is “IRChighway”. While both have their uses, IRChighway is the one you want to use 90% of the time. The selection is generally more robust, the channels are more stable, and the downloads are faster. You generally only want to use Undernet if you can’t find the ebook you’re looking for on IRChighway. Sometimes you can get lucky and one will have a book if the other does not. In any case, select you server by finding it in the drop down menu and double clicking it. [Example](http://i.imgur.com/82Cf1r7.jpg)\n
    \n
    **Actually finding and downloading your ebooks**\n
    \n
    6. Once you’ve done that, it’ll take you back to the menu that I originally showed you. This time, click the connect button, and it’ll connect you to the server and open a window offering you a chance to join a channel. Now, there are several channels you can join depending the server you’re on. On Undernet, you can either go with “Bookz” or “ebooks”, while on IRChighway, you can join “ebooks”. Type in your channel and hit join. [Example](http://i.imgur.com/LKy6ZJE.jpg)\n
    7. Once you’ve done that, you’ll be presented with a channel window filled with a whole bunch of people typing in seemingly meaningless strings of text, none of them talking to one another. This can be intimidating, but **don’t worry**, it’s not hard to figure out! It’s at this point that you need to know the commands to properly utilize the channels bots.\n
    8. When you join one of the channels I listed, there will be channel bots you’ll use to interact with the bots that you will be downloading from. To access the commands for these bots, use the “@” symbol followed by the command you need.\n
    \n
    To search for an ebook, Use\n
    \n
    > @Search <book name or author name>\n
    \n
    This will have the channel bot automatically search through it’s index and return you a listing of the books available from the download bots in the channel. [It will look like this](http://i.imgur.com/hGvcGTg.jpg). As you can see, I searched for Romeo & Juliet, and the bot went through its index and returned a list of potential downloads. Click the accept button to have it download.\n
    \n
    9. Once you’ve done that, go into the upper portion of mIRC, click tools, and go to the “received files” drop down. Click it. [Example](http://i.imgur.com/tWAMUPU.jpg)\n
    10. This will open up your mIRC downloads folder, which should contain a .zip file of the list of download options that the bot sent you. Extract it and open it up in notepad. There will be a variety of download links available in many different formats. Find whichever book you’re looking for, in whichever format you prefer (I like HTML because they’re generally the best formatted and the format is universal for mobile devices) and copy the text string up til the the end of the file. [Example](http://i.imgur.com/sg1vYBd.png)\n
    11. Once you’ve done that, go back to the mIRC channel window and simply paste the text string into the channel. [Example](http://i.imgur.com/6Q0TwXE.jpg)\n
    12. Click enter, and wait for the bot to respond, and then click accept when a file transfer window comes up. I’ve highlighted my download query, and the bots response with relevant information for you. It should be pretty self explanatory. [Example](http://i.imgur.com/xz0HFXx.jpg)\n
    13. And you’re done! The file will be downloaded to your mIRC downloads folder in a zip or rar archive. Simply extract it and read it!\n
    \n
    Note 1: You can also use the command\n
    \n
    > @find <book or author name>\n
    \n
    To search for your ebook if the channel bot is down or not responding quickly to the @search command. However I do not suggest this, as it gives you a clusterfuck of responses in your IRC client as personal messages. It can work, but only as a last resort. [Example](http://i.imgur.com/tQoL53F.jpg)\n
    \n
    Note 2: I’ve used the public domain “Romeo And Juliet” for the purposes of this guide. This book is in the *public domain*, and thus is not subject to any copyright. Once again, I encourage you to *only* download public domain books, but cannot control (and am not responsible) for what you wish to download.\n
    \n
    Note 3: Edit. Damnit, Reddit fucked the formatting and keeps renumbering my list. Whatever, not a big deal I guess. It doesn’t change the content of the guide at all. Just go down the list, everything is in the proper order anyway.\n
    \n
    So, that’s how you download ebooks off of IRC. Not so hard, is it? I hope you find this helpful, I promised this to more than a few people months ago, and I finally got around to it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688099874 {#1466
    date: 2023-06-30 06:37:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@Search"
    "@find"
    "@search"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1645 …}
  +votes: Doctrine\ORM\PersistentCollection {#1641 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1585 …}
  +children: []
  -id: 6599
  -titleTs: "'download':7 'ebook':8 'everyth':14 'guid':1,5 'idiot':3 'irc':10 'pictur':12 'proof':4"
  -bodyTs: "'/).':259 '/6q0twxe.jpg)':932 '/82cf1r7.jpg)':498 '/hgvcgtg.jpg).':752 '/lky6zje.jpg)':591 '/sg1vybd.png)':906 '/sw0wptq.jpg)':366 '/tgsng47.jpg).':283 '/tqol53f.jpg)':1071 '/twamupu.jpg)':812 '/xz0hfxx.jpg)':978 '1':244,1007 '10':813 '11':907 '12':933 '13':979 '2':260,1073 '3':284,1129 '4':318 '5':367 '6':505 '7':592 '8':660 '9':784 '90':421 'abil':232 'accept':778,946 'access':175,690 'acquir':16,128 'actual':357,499 'ago':11,1202 'almost':151 'alreadi':304 'also':1010 'altern':94 'alway':152 'anoth':626 'answer':139,201 'anyway':1170 'archiv':999 'around':1207 'author':715,1017 'automat':723 'avail':42,90,737,855 'back':376,515,914 'begin':248 'besid':229 'best':143,880 'better':190 'big':1144 'bit':239 'book':163,471,712,736,862,1015,1090,1114 'bookz':571 'bot':659,674,682,695,722,741,764,836,940,962,1027 'box':338 'bunch':610 'button':529,779 'cannot':1116 'case':97,479 'chanc':545 'chang':1151 'channel':396,432,549,554,584,604,658,667,673,721,744,918,928,1026 'choos':74,315 'click':493,526,776,797,807,934,945 'client':204,252,270,1055 'clusterfuck':1049 'come':952 'command':653,692,702,1013,1037 'common':241 'connect':528,533 'contain':824 'content':1153 'control':1117 'copi':234,891 'copyright':1103 'damnit':1131 'dcc':333 'deal':1145 'dedic':397 'depend':558 'devic':889 'differ':134,858 'difficult':50 'disabl':341 'disclaim':64 'discret':112 'distribut':226 'doesn':1149 'domain':1079,1095,1113 'done':322,509,596,788,911,983 'doubl':492 'download':88,161,249,400,438,502,687,740,775,783,820,832,853,958,988,992,1111,1127,1176 'drop':488,805 'easi':167 'ebook':17,91,129,147,183,362,388,399,454,504,573,580,709,1023,1177 'edit':1130 'either':568 'encourag':1107 'end':899 'enough':300 'ensur':345 'enter':935 'everyth':1164 'exact':59 'exampl':363,495,588,809,903,929,975,1068 'exclus':180 'explanatori':974 'extens':157 'extract':839,1001 'faster':440 'figur':640 'file':348,804,827,902,949,985 'fill':606 'final':1205 'find':146,159,188,452,484,500,860,1014,1189 'first':286 'folder':821,993 'follow':699 'format':859,869,881,884,1135 'fuck':1133 'general':428,442,878 'get':137,464 'give':1046 'go':100,569,790,800,913,1160 'good':117 'got':1206 'greet':275 'guess':1147 'guid':108,215,312,1088,1156 'happen':172,200 'hard':638,1183 'help':1191 'high':153 'highlight':956 'hit':586 'hope':1187 'host':395 'howev':1038 'html':874 'i.imgur.com':282,365,497,590,751,811,905,931,977,1070 'i.imgur.com/6q0twxe.jpg)':930 'i.imgur.com/82cf1r7.jpg)':496 'i.imgur.com/hgvcgtg.jpg).':750 'i.imgur.com/lky6zje.jpg)':589 'i.imgur.com/sg1vybd.png)':904 'i.imgur.com/sw0wptq.jpg)':364 'i.imgur.com/tgsng47.jpg).':281 'i.imgur.com/tqol53f.jpg)':1069 'i.imgur.com/twamupu.jpg)':810 'i.imgur.com/xz0hfxx.jpg)':976 'ignor':329,351 'import':354 'incom':347 'index':728,768 'info':40 'inform':966 'instal':265 'interact':679 'interest':28 'intimid':630 'irc':14,126,140,203,251,1054,1180 'irchighway':407,413,460,576 'join':547,557,579,587,663 'juliet':761,1082 'keep':1137 'know':58,390,651 'knowledg':78 'last':1066 'learn':32 'legal':89 'like':279,748,873 'link':854 'list':669,733,772,830,1140,1163 'll':206,512,532,599,676 'look':62,457,747,865 'lucki':465 'm':2 'made':181 'make':198 'mani':133,857 'meaningless':616 'menu':490,518 'messag':1058 'method':80,144 'metric':24 'mirc':209,256,796,819,917,991 'mobil':888 'month':1201 'much':37 'name':296,713,716,1018 'navig':326 'need':196,649,704 'net':45 'next':368 'none':620 'note':1006,1072,1128 'notepad':846 'offer':542 'one':401,416,467,625,664 'open':268,539,816,842 'option':334,339,833 'order':1169 'origin':521 'other':30 'page':278 'past':236,922 'peopl':612,1200 'person':254,1057 'pick':383 'point':646 'portion':794 'post':8 'potenti':774 'prefer':871 'present':601 'pretti':972 'privat':178 'probabl':185 'promis':1193 'proper':655,1168 'public':1078,1094,1112 'purpos':212,309,1085 'put':3,168 'q':119 'qualiti':149 'queri':959 'question':121,192 'quick':165,1033 'random':317 'rar':998 're':456,562,864,877,982 'read':1004 'reason':104 'receiv':360,803 'reddit':19,1132 'relev':965 'renumb':1138 'resort':1067 'respond':942,1032 'respons':70,963,1051,1121 'return':730,770 'robust':430 'romeo':760,1080 'scroll':375 'search':706,711,724,758,1020,1036 'section':330 'see':756 'seem':615 'select':155,426,480 'self':973 'sens':242 'sent':837 'server':380,386,393,482,537,560 'servic':99 'setup':243 'sever':553 'shit':25 'show':522 'simplest':219 'simpli':169,921,1000 'site':179 'someth':316 'sometim':461 'sourc':95,191 'stabl':435 'string':617,894,925 'stuff':118 'subject':1100 'suggest':255,1042 'symbol':698 'tab':381 'take':513 'taken':306 'talk':623 'text':619,893,924 'thing':287,369 'thus':1097 'til':896 'time':424,525 'togeth':5 'ton':26 'tool':798 'track':52 'transfer':950 'turn':336 'two':392 'type':581,613 'undernet':403,447,565 'uniqu':299 'univers':886 'unless':170 'upper':793 'use':13,76,86,106,125,208,221,412,420,446,677,696,710,1011,1076 'util':656 'varieti':851 've':508,595,787,910,955,1075 'wait':937 'want':289,324,358,371,418,444 'way':69,135 'well':228 'went':765 'whatev':103,1141 'whichev':861,868 'whole':609 'wide':225 'window':541,605,919,951 'wish':1125 'won':186 'work':1061 'worri':634 'write':293 'www.mirc.com':258 'www.mirc.com/).':257 'zip':826,996"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688099874
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/583550"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688099874 {#1638
    date: 2023-06-30 06:37:54.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 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
118 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