GET https://kbin.spritesserver.nl/index.php/u/@tuff_wizard@aussie.zone/hot

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.69 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.03 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 {#2460
  +user: Proxies\__CG__\App\Entity\User {#1926 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Jellyfin-on-a-vps"
  +title: "Jellyfin on a vps"
  +url: null
  +body: """
    I have a jellyfin instance running with radarr/sonarr/… for my media needs on my vps.\n
    \n
    Problem is that I don’t have huge amount of storages and I would like to expand the storage until I’m able to make a personal server ( I don’t have space where I live for even a mini pc rn ).\n
    \n
    From the options that I have been considering the contabo ( my vps provider ) storage expansion are quite costly so I have been thinking about hetzner storage boxes or a backblaze b2 bucket mounted with rclone/s3fs.\n
    \n
    The problem with backblaze is that I use hardlinks with my *arr suite so to save up on space so I’m not sure if I can mount them preserving the hard links.\n
    \n
    What would be your thought or reccomendation? Should I get a hetzner storage box and just mount it or is there anything else I could do until I manage to make my own personal server?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721508001 {#2103
    date: 2024-07-20 22:40:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2116 …}
  +reports: Doctrine\ORM\PersistentCollection {#2161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
  +badges: Doctrine\ORM\PersistentCollection {#2127 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2452 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +body: "I mean… they’re not totally wrong."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704699282 {#2458
        date: 2024-01-08 08:34:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crony@lemmy.cronyakatsuki.xyz"
        "@randombullet@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 300484
      -bodyTs: "'mean':2 're':4 'total':6 'wrong':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5584296"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704699282 {#2461
        date: 2024-01-08 08:34:42.0 +01:00
      }
      +"title": 300484
    }
  ]
  -id: 27327
  -titleTs: "'jellyfin':1 'vps':4"
  -bodyTs: "'abl':38 'amount':24 'anyth':147 'arr':104 'b2':88 'backblaz':87,96 'box':84,139 'bucket':89 'consid':65 'contabo':67 'cost':75 'could':150 'els':148 'even':53 'expand':32 'expans':72 'get':135 'hard':124 'hardlink':101 'hetzner':82,137 'huge':23 'instanc':5 'jellyfin':4 'like':30 'link':125 'live':51 'm':37,114 'make':40,156 'manag':154 'media':11 'mini':55 'mount':90,120,142 'need':12 'option':60 'pc':56 'person':42,159 'preserv':122 'problem':16,94 'provid':70 'quit':74 'radarr/sonarr':8 'rclone/s3fs':92 'reccomend':132 'rn':57 'run':6 'save':108 'server':43,160 'space':48,111 'storag':26,34,71,83,138 'suit':105 'sure':116 'think':80 'thought':130 'use':100 'vps':15,69 'would':29,127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704522851
  +visibility: "visible             "
  +apId: "https://lemmy.cronyakatsuki.xyz/post/72648"
  +editedAt: DateTimeImmutable @1711848505 {#2347
    date: 2024-03-31 03:28:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704436451 {#2089
    date: 2024-01-05 07:34:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#1926 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Jellyfin-on-a-vps"
  +title: "Jellyfin on a vps"
  +url: null
  +body: """
    I have a jellyfin instance running with radarr/sonarr/… for my media needs on my vps.\n
    \n
    Problem is that I don’t have huge amount of storages and I would like to expand the storage until I’m able to make a personal server ( I don’t have space where I live for even a mini pc rn ).\n
    \n
    From the options that I have been considering the contabo ( my vps provider ) storage expansion are quite costly so I have been thinking about hetzner storage boxes or a backblaze b2 bucket mounted with rclone/s3fs.\n
    \n
    The problem with backblaze is that I use hardlinks with my *arr suite so to save up on space so I’m not sure if I can mount them preserving the hard links.\n
    \n
    What would be your thought or reccomendation? Should I get a hetzner storage box and just mount it or is there anything else I could do until I manage to make my own personal server?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721508001 {#2103
    date: 2024-07-20 22:40:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2116 …}
  +reports: Doctrine\ORM\PersistentCollection {#2161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
  +badges: Doctrine\ORM\PersistentCollection {#2127 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2452 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +body: "I mean… they’re not totally wrong."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704699282 {#2458
        date: 2024-01-08 08:34:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crony@lemmy.cronyakatsuki.xyz"
        "@randombullet@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 300484
      -bodyTs: "'mean':2 're':4 'total':6 'wrong':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5584296"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704699282 {#2461
        date: 2024-01-08 08:34:42.0 +01:00
      }
      +"title": 300484
    }
  ]
  -id: 27327
  -titleTs: "'jellyfin':1 'vps':4"
  -bodyTs: "'abl':38 'amount':24 'anyth':147 'arr':104 'b2':88 'backblaz':87,96 'box':84,139 'bucket':89 'consid':65 'contabo':67 'cost':75 'could':150 'els':148 'even':53 'expand':32 'expans':72 'get':135 'hard':124 'hardlink':101 'hetzner':82,137 'huge':23 'instanc':5 'jellyfin':4 'like':30 'link':125 'live':51 'm':37,114 'make':40,156 'manag':154 'media':11 'mini':55 'mount':90,120,142 'need':12 'option':60 'pc':56 'person':42,159 'preserv':122 'problem':16,94 'provid':70 'quit':74 'radarr/sonarr':8 'rclone/s3fs':92 'reccomend':132 'rn':57 'run':6 'save':108 'server':43,160 'space':48,111 'storag':26,34,71,83,138 'suit':105 'sure':116 'think':80 'thought':130 'use':100 'vps':15,69 'would':29,127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704522851
  +visibility: "visible             "
  +apId: "https://lemmy.cronyakatsuki.xyz/post/72648"
  +editedAt: DateTimeImmutable @1711848505 {#2347
    date: 2024-03-31 03:28:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704436451 {#2089
    date: 2024-01-05 07:34:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2460
  +user: Proxies\__CG__\App\Entity\User {#1926 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Jellyfin-on-a-vps"
  +title: "Jellyfin on a vps"
  +url: null
  +body: """
    I have a jellyfin instance running with radarr/sonarr/… for my media needs on my vps.\n
    \n
    Problem is that I don’t have huge amount of storages and I would like to expand the storage until I’m able to make a personal server ( I don’t have space where I live for even a mini pc rn ).\n
    \n
    From the options that I have been considering the contabo ( my vps provider ) storage expansion are quite costly so I have been thinking about hetzner storage boxes or a backblaze b2 bucket mounted with rclone/s3fs.\n
    \n
    The problem with backblaze is that I use hardlinks with my *arr suite so to save up on space so I’m not sure if I can mount them preserving the hard links.\n
    \n
    What would be your thought or reccomendation? Should I get a hetzner storage box and just mount it or is there anything else I could do until I manage to make my own personal server?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721508001 {#2103
    date: 2024-07-20 22:40:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2124 …}
  +votes: Doctrine\ORM\PersistentCollection {#2116 …}
  +reports: Doctrine\ORM\PersistentCollection {#2161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
  +badges: Doctrine\ORM\PersistentCollection {#2127 …}
  +children: [
    App\Entity\EntryComment {#2456
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2452 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +body: "I mean… they’re not totally wrong."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704699282 {#2458
        date: 2024-01-08 08:34:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crony@lemmy.cronyakatsuki.xyz"
        "@randombullet@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2459 …}
      +votes: Doctrine\ORM\PersistentCollection {#2470 …}
      +reports: Doctrine\ORM\PersistentCollection {#2467 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
      -id: 300484
      -bodyTs: "'mean':2 're':4 'total':6 'wrong':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/5584296"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704699282 {#2461
        date: 2024-01-08 08:34:42.0 +01:00
      }
      +"title": 300484
    }
  ]
  -id: 27327
  -titleTs: "'jellyfin':1 'vps':4"
  -bodyTs: "'abl':38 'amount':24 'anyth':147 'arr':104 'b2':88 'backblaz':87,96 'box':84,139 'bucket':89 'consid':65 'contabo':67 'cost':75 'could':150 'els':148 'even':53 'expand':32 'expans':72 'get':135 'hard':124 'hardlink':101 'hetzner':82,137 'huge':23 'instanc':5 'jellyfin':4 'like':30 'link':125 'live':51 'm':37,114 'make':40,156 'manag':154 'media':11 'mini':55 'mount':90,120,142 'need':12 'option':60 'pc':56 'person':42,159 'preserv':122 'problem':16,94 'provid':70 'quit':74 'radarr/sonarr':8 'rclone/s3fs':92 'reccomend':132 'rn':57 'run':6 'save':108 'server':43,160 'space':48,111 'storag':26,34,71,83,138 'suit':105 'sure':116 'think':80 'thought':130 'use':100 'vps':15,69 'would':29,127"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704522851
  +visibility: "visible             "
  +apId: "https://lemmy.cronyakatsuki.xyz/post/72648"
  +editedAt: DateTimeImmutable @1711848505 {#2347
    date: 2024-03-31 03:28:25.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704436451 {#2089
    date: 2024-01-05 07:34:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2456
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#1926 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Jellyfin-on-a-vps"
    +title: "Jellyfin on a vps"
    +url: null
    +body: """
      I have a jellyfin instance running with radarr/sonarr/… for my media needs on my vps.\n
      \n
      Problem is that I don’t have huge amount of storages and I would like to expand the storage until I’m able to make a personal server ( I don’t have space where I live for even a mini pc rn ).\n
      \n
      From the options that I have been considering the contabo ( my vps provider ) storage expansion are quite costly so I have been thinking about hetzner storage boxes or a backblaze b2 bucket mounted with rclone/s3fs.\n
      \n
      The problem with backblaze is that I use hardlinks with my *arr suite so to save up on space so I’m not sure if I can mount them preserving the hard links.\n
      \n
      What would be your thought or reccomendation? Should I get a hetzner storage box and just mount it or is there anything else I could do until I manage to make my own personal server?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721508001 {#2103
      date: 2024-07-20 22:40:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2124 …}
    +votes: Doctrine\ORM\PersistentCollection {#2116 …}
    +reports: Doctrine\ORM\PersistentCollection {#2161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
    +badges: Doctrine\ORM\PersistentCollection {#2127 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 27327
    -titleTs: "'jellyfin':1 'vps':4"
    -bodyTs: "'abl':38 'amount':24 'anyth':147 'arr':104 'b2':88 'backblaz':87,96 'box':84,139 'bucket':89 'consid':65 'contabo':67 'cost':75 'could':150 'els':148 'even':53 'expand':32 'expans':72 'get':135 'hard':124 'hardlink':101 'hetzner':82,137 'huge':23 'instanc':5 'jellyfin':4 'like':30 'link':125 'live':51 'm':37,114 'make':40,156 'manag':154 'media':11 'mini':55 'mount':90,120,142 'need':12 'option':60 'pc':56 'person':42,159 'preserv':122 'problem':16,94 'provid':70 'quit':74 'radarr/sonarr':8 'rclone/s3fs':92 'reccomend':132 'rn':57 'run':6 'save':108 'server':43,160 'space':48,111 'storag':26,34,71,83,138 'suit':105 'sure':116 'think':80 'thought':130 'use':100 'vps':15,69 'would':29,127"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704522851
    +visibility: "visible             "
    +apId: "https://lemmy.cronyakatsuki.xyz/post/72648"
    +editedAt: DateTimeImmutable @1711848505 {#2347
      date: 2024-03-31 03:28:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704436451 {#2089
      date: 2024-01-05 07:34:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2452 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +body: "I mean… they’re not totally wrong."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704699282 {#2458
    date: 2024-01-08 08:34:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crony@lemmy.cronyakatsuki.xyz"
    "@randombullet@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 300484
  -bodyTs: "'mean':2 're':4 'total':6 'wrong':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5584296"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704699282 {#2461
    date: 2024-01-08 08:34:42.0 +01:00
  }
  +"title": 300484
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2456
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#1926 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Jellyfin-on-a-vps"
    +title: "Jellyfin on a vps"
    +url: null
    +body: """
      I have a jellyfin instance running with radarr/sonarr/… for my media needs on my vps.\n
      \n
      Problem is that I don’t have huge amount of storages and I would like to expand the storage until I’m able to make a personal server ( I don’t have space where I live for even a mini pc rn ).\n
      \n
      From the options that I have been considering the contabo ( my vps provider ) storage expansion are quite costly so I have been thinking about hetzner storage boxes or a backblaze b2 bucket mounted with rclone/s3fs.\n
      \n
      The problem with backblaze is that I use hardlinks with my *arr suite so to save up on space so I’m not sure if I can mount them preserving the hard links.\n
      \n
      What would be your thought or reccomendation? Should I get a hetzner storage box and just mount it or is there anything else I could do until I manage to make my own personal server?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721508001 {#2103
      date: 2024-07-20 22:40:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2124 …}
    +votes: Doctrine\ORM\PersistentCollection {#2116 …}
    +reports: Doctrine\ORM\PersistentCollection {#2161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
    +badges: Doctrine\ORM\PersistentCollection {#2127 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 27327
    -titleTs: "'jellyfin':1 'vps':4"
    -bodyTs: "'abl':38 'amount':24 'anyth':147 'arr':104 'b2':88 'backblaz':87,96 'box':84,139 'bucket':89 'consid':65 'contabo':67 'cost':75 'could':150 'els':148 'even':53 'expand':32 'expans':72 'get':135 'hard':124 'hardlink':101 'hetzner':82,137 'huge':23 'instanc':5 'jellyfin':4 'like':30 'link':125 'live':51 'm':37,114 'make':40,156 'manag':154 'media':11 'mini':55 'mount':90,120,142 'need':12 'option':60 'pc':56 'person':42,159 'preserv':122 'problem':16,94 'provid':70 'quit':74 'radarr/sonarr':8 'rclone/s3fs':92 'reccomend':132 'rn':57 'run':6 'save':108 'server':43,160 'space':48,111 'storag':26,34,71,83,138 'suit':105 'sure':116 'think':80 'thought':130 'use':100 'vps':15,69 'would':29,127"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704522851
    +visibility: "visible             "
    +apId: "https://lemmy.cronyakatsuki.xyz/post/72648"
    +editedAt: DateTimeImmutable @1711848505 {#2347
      date: 2024-03-31 03:28:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704436451 {#2089
      date: 2024-01-05 07:34:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2452 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +body: "I mean… they’re not totally wrong."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704699282 {#2458
    date: 2024-01-08 08:34:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crony@lemmy.cronyakatsuki.xyz"
    "@randombullet@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 300484
  -bodyTs: "'mean':2 're':4 'total':6 'wrong':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5584296"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704699282 {#2461
    date: 2024-01-08 08:34:42.0 +01:00
  }
  +"title": 300484
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2456
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#1926 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Jellyfin-on-a-vps"
    +title: "Jellyfin on a vps"
    +url: null
    +body: """
      I have a jellyfin instance running with radarr/sonarr/… for my media needs on my vps.\n
      \n
      Problem is that I don’t have huge amount of storages and I would like to expand the storage until I’m able to make a personal server ( I don’t have space where I live for even a mini pc rn ).\n
      \n
      From the options that I have been considering the contabo ( my vps provider ) storage expansion are quite costly so I have been thinking about hetzner storage boxes or a backblaze b2 bucket mounted with rclone/s3fs.\n
      \n
      The problem with backblaze is that I use hardlinks with my *arr suite so to save up on space so I’m not sure if I can mount them preserving the hard links.\n
      \n
      What would be your thought or reccomendation? Should I get a hetzner storage box and just mount it or is there anything else I could do until I manage to make my own personal server?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 30
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721508001 {#2103
      date: 2024-07-20 22:40:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2124 …}
    +votes: Doctrine\ORM\PersistentCollection {#2116 …}
    +reports: Doctrine\ORM\PersistentCollection {#2161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
    +badges: Doctrine\ORM\PersistentCollection {#2127 …}
    +children: [
      App\Entity\EntryComment {#2456}
    ]
    -id: 27327
    -titleTs: "'jellyfin':1 'vps':4"
    -bodyTs: "'abl':38 'amount':24 'anyth':147 'arr':104 'b2':88 'backblaz':87,96 'box':84,139 'bucket':89 'consid':65 'contabo':67 'cost':75 'could':150 'els':148 'even':53 'expand':32 'expans':72 'get':135 'hard':124 'hardlink':101 'hetzner':82,137 'huge':23 'instanc':5 'jellyfin':4 'like':30 'link':125 'live':51 'm':37,114 'make':40,156 'manag':154 'media':11 'mini':55 'mount':90,120,142 'need':12 'option':60 'pc':56 'person':42,159 'preserv':122 'problem':16,94 'provid':70 'quit':74 'radarr/sonarr':8 'rclone/s3fs':92 'reccomend':132 'rn':57 'run':6 'save':108 'server':43,160 'space':48,111 'storag':26,34,71,83,138 'suit':105 'sure':116 'think':80 'thought':130 'use':100 'vps':15,69 'would':29,127"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704522851
    +visibility: "visible             "
    +apId: "https://lemmy.cronyakatsuki.xyz/post/72648"
    +editedAt: DateTimeImmutable @1711848505 {#2347
      date: 2024-03-31 03:28:25.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704436451 {#2089
      date: 2024-01-05 07:34:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2452 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +body: "I mean… they’re not totally wrong."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704699282 {#2458
    date: 2024-01-08 08:34:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crony@lemmy.cronyakatsuki.xyz"
    "@randombullet@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2459 …}
  +votes: Doctrine\ORM\PersistentCollection {#2470 …}
  +reports: Doctrine\ORM\PersistentCollection {#2467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2370 …}
  -id: 300484
  -bodyTs: "'mean':2 're':4 'total':6 'wrong':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/5584296"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704699282 {#2461
    date: 2024-01-08 08:34:42.0 +01:00
  }
  +"title": 300484
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1736
  +user: Proxies\__CG__\App\Entity\User {#1381 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "How-to-make-sure-transmission-is-using-my-vpn"
  +title: "How to make sure transmission is using my vpn?"
  +url: null
  +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702321236 {#2385
    date: 2023-12-11 20:00:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
  +badges: Doctrine\ORM\PersistentCollection {#2107 …}
  +children: [
    1 => App\Entity\EntryComment {#1728
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1703391835 {#1721
        date: 2023-12-24 05:23:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rizoid@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 208023
      -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4931716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701980477 {#1726
        date: 2023-12-07 21:21:17.0 +01:00
      }
      +"title": 208023
    }
    0 => App\Entity\EntryComment {#1716
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +root: App\Entity\EntryComment {#1728}
      +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701990087 {#1718
        date: 2023-12-08 00:01:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rizoid@programming.dev"
        "@tuff_wizard@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 208606
      -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4935036"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701990087 {#1720
        date: 2023-12-08 00:01:27.0 +01:00
      }
      +"title": 208606
    }
  ]
  -id: 20959
  -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
  -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702066122
  +visibility: "visible             "
  +apId: "https://programming.dev/post/6942806"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701979722 {#2042
    date: 2023-12-07 21:08:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1736
  +user: Proxies\__CG__\App\Entity\User {#1381 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "How-to-make-sure-transmission-is-using-my-vpn"
  +title: "How to make sure transmission is using my vpn?"
  +url: null
  +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702321236 {#2385
    date: 2023-12-11 20:00:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
  +badges: Doctrine\ORM\PersistentCollection {#2107 …}
  +children: [
    1 => App\Entity\EntryComment {#1728
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1703391835 {#1721
        date: 2023-12-24 05:23:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rizoid@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 208023
      -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4931716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701980477 {#1726
        date: 2023-12-07 21:21:17.0 +01:00
      }
      +"title": 208023
    }
    0 => App\Entity\EntryComment {#1716
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +root: App\Entity\EntryComment {#1728}
      +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701990087 {#1718
        date: 2023-12-08 00:01:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rizoid@programming.dev"
        "@tuff_wizard@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 208606
      -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4935036"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701990087 {#1720
        date: 2023-12-08 00:01:27.0 +01:00
      }
      +"title": 208606
    }
  ]
  -id: 20959
  -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
  -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702066122
  +visibility: "visible             "
  +apId: "https://programming.dev/post/6942806"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701979722 {#2042
    date: 2023-12-07 21:08:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1736
  +user: Proxies\__CG__\App\Entity\User {#1381 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "How-to-make-sure-transmission-is-using-my-vpn"
  +title: "How to make sure transmission is using my vpn?"
  +url: null
  +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702321236 {#2385
    date: 2023-12-11 20:00:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2339 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
  +badges: Doctrine\ORM\PersistentCollection {#2107 …}
  +children: [
    1 => App\Entity\EntryComment {#1728
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: null
      +root: null
      +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1703391835 {#1721
        date: 2023-12-24 05:23:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rizoid@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1730 …}
      +nested: Doctrine\ORM\PersistentCollection {#1734 …}
      +votes: Doctrine\ORM\PersistentCollection {#1727 …}
      +reports: Doctrine\ORM\PersistentCollection {#1733 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
      -id: 208023
      -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4931716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701980477 {#1726
        date: 2023-12-07 21:21:17.0 +01:00
      }
      +"title": 208023
    }
    0 => App\Entity\EntryComment {#1716
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
      +root: App\Entity\EntryComment {#1728}
      +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701990087 {#1718
        date: 2023-12-08 00:01:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rizoid@programming.dev"
        "@tuff_wizard@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1739 …}
      +nested: Doctrine\ORM\PersistentCollection {#1740 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#2463 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
      -id: 208606
      -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4935036"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701990087 {#1720
        date: 2023-12-08 00:01:27.0 +01:00
      }
      +"title": 208606
    }
  ]
  -id: 20959
  -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
  -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702066122
  +visibility: "visible             "
  +apId: "https://programming.dev/post/6942806"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701979722 {#2042
    date: 2023-12-07 21:08:42.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1728
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1736
    +user: Proxies\__CG__\App\Entity\User {#1381 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "How-to-make-sure-transmission-is-using-my-vpn"
    +title: "How to make sure transmission is using my vpn?"
    +url: null
    +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702321236 {#2385
      date: 2023-12-11 20:00:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2143 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      1 => App\Entity\EntryComment {#1728}
      0 => App\Entity\EntryComment {#1716
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
        +root: App\Entity\EntryComment {#1728}
        +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701990087 {#1718
          date: 2023-12-08 00:01:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Rizoid@programming.dev"
          "@tuff_wizard@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1739 …}
        +nested: Doctrine\ORM\PersistentCollection {#1740 …}
        +votes: Doctrine\ORM\PersistentCollection {#2465 …}
        +reports: Doctrine\ORM\PersistentCollection {#2463 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
        -id: 208606
        -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4935036"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701990087 {#1720
          date: 2023-12-08 00:01:27.0 +01:00
        }
        +"title": 208606
      }
    ]
    -id: 20959
    -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
    -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702066122
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6942806"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701979722 {#2042
      date: 2023-12-07 21:08:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703391835 {#1721
    date: 2023-12-24 05:23:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rizoid@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 208023
  -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4931716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701980477 {#1726
    date: 2023-12-07 21:21:17.0 +01:00
  }
  +"title": 208023
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1728
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1736
    +user: Proxies\__CG__\App\Entity\User {#1381 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "How-to-make-sure-transmission-is-using-my-vpn"
    +title: "How to make sure transmission is using my vpn?"
    +url: null
    +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702321236 {#2385
      date: 2023-12-11 20:00:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2143 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      1 => App\Entity\EntryComment {#1728}
      0 => App\Entity\EntryComment {#1716
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
        +root: App\Entity\EntryComment {#1728}
        +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701990087 {#1718
          date: 2023-12-08 00:01:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Rizoid@programming.dev"
          "@tuff_wizard@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1739 …}
        +nested: Doctrine\ORM\PersistentCollection {#1740 …}
        +votes: Doctrine\ORM\PersistentCollection {#2465 …}
        +reports: Doctrine\ORM\PersistentCollection {#2463 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
        -id: 208606
        -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4935036"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701990087 {#1720
          date: 2023-12-08 00:01:27.0 +01:00
        }
        +"title": 208606
      }
    ]
    -id: 20959
    -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
    -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702066122
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6942806"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701979722 {#2042
      date: 2023-12-07 21:08:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703391835 {#1721
    date: 2023-12-24 05:23:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rizoid@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 208023
  -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4931716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701980477 {#1726
    date: 2023-12-07 21:21:17.0 +01:00
  }
  +"title": 208023
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1728
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1736
    +user: Proxies\__CG__\App\Entity\User {#1381 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "How-to-make-sure-transmission-is-using-my-vpn"
    +title: "How to make sure transmission is using my vpn?"
    +url: null
    +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702321236 {#2385
      date: 2023-12-11 20:00:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2143 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      1 => App\Entity\EntryComment {#1728}
      0 => App\Entity\EntryComment {#1716
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
        +root: App\Entity\EntryComment {#1728}
        +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1701990087 {#1718
          date: 2023-12-08 00:01:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Rizoid@programming.dev"
          "@tuff_wizard@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1739 …}
        +nested: Doctrine\ORM\PersistentCollection {#1740 …}
        +votes: Doctrine\ORM\PersistentCollection {#2465 …}
        +reports: Doctrine\ORM\PersistentCollection {#2463 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
        -id: 208606
        -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4935036"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701990087 {#1720
          date: 2023-12-08 00:01:27.0 +01:00
        }
        +"title": 208606
      }
    ]
    -id: 20959
    -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
    -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702066122
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6942806"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701979722 {#2042
      date: 2023-12-07 21:08:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: null
  +root: null
  +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703391835 {#1721
    date: 2023-12-24 05:23:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rizoid@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1730 …}
  +nested: Doctrine\ORM\PersistentCollection {#1734 …}
  +votes: Doctrine\ORM\PersistentCollection {#1727 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
  -id: 208023
  -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4931716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701980477 {#1726
    date: 2023-12-07 21:21:17.0 +01:00
  }
  +"title": 208023
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1716
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1736
    +user: Proxies\__CG__\App\Entity\User {#1381 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "How-to-make-sure-transmission-is-using-my-vpn"
    +title: "How to make sure transmission is using my vpn?"
    +url: null
    +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702321236 {#2385
      date: 2023-12-11 20:00:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2143 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      1 => App\Entity\EntryComment {#1728
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703391835 {#1721
          date: 2023-12-24 05:23:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Rizoid@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1730 …}
        +nested: Doctrine\ORM\PersistentCollection {#1734 …}
        +votes: Doctrine\ORM\PersistentCollection {#1727 …}
        +reports: Doctrine\ORM\PersistentCollection {#1733 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
        -id: 208023
        -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4931716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701980477 {#1726
          date: 2023-12-07 21:21:17.0 +01:00
        }
        +"title": 208023
      }
      0 => App\Entity\EntryComment {#1716}
    ]
    -id: 20959
    -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
    -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702066122
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6942806"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701979722 {#2042
      date: 2023-12-07 21:08:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +root: App\Entity\EntryComment {#1728}
  +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701990087 {#1718
    date: 2023-12-08 00:01:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rizoid@programming.dev"
    "@tuff_wizard@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 208606
  -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4935036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701990087 {#1720
    date: 2023-12-08 00:01:27.0 +01:00
  }
  +"title": 208606
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1716
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1736
    +user: Proxies\__CG__\App\Entity\User {#1381 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "How-to-make-sure-transmission-is-using-my-vpn"
    +title: "How to make sure transmission is using my vpn?"
    +url: null
    +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702321236 {#2385
      date: 2023-12-11 20:00:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2143 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      1 => App\Entity\EntryComment {#1728
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703391835 {#1721
          date: 2023-12-24 05:23:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Rizoid@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1730 …}
        +nested: Doctrine\ORM\PersistentCollection {#1734 …}
        +votes: Doctrine\ORM\PersistentCollection {#1727 …}
        +reports: Doctrine\ORM\PersistentCollection {#1733 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
        -id: 208023
        -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4931716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701980477 {#1726
          date: 2023-12-07 21:21:17.0 +01:00
        }
        +"title": 208023
      }
      0 => App\Entity\EntryComment {#1716}
    ]
    -id: 20959
    -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
    -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702066122
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6942806"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701979722 {#2042
      date: 2023-12-07 21:08:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +root: App\Entity\EntryComment {#1728}
  +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701990087 {#1718
    date: 2023-12-08 00:01:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rizoid@programming.dev"
    "@tuff_wizard@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 208606
  -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4935036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701990087 {#1720
    date: 2023-12-08 00:01:27.0 +01:00
  }
  +"title": 208606
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1716
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1736
    +user: Proxies\__CG__\App\Entity\User {#1381 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "How-to-make-sure-transmission-is-using-my-vpn"
    +title: "How to make sure transmission is using my vpn?"
    +url: null
    +body: "I have transmission running on my server in a docker container that is supposed to go through gluetun. If I run test with ipleak and other torrent ip testers it shows my vpn’s ip address. However transmission is running way faster download speeds than deluge or qbit were with the same configuration. It makes me wonder if all the traffic isn’t going through the vpn somehow and I can’t think of any other way to check things other than ipleak tests. I’m probably being over paranoid but a few months ago qbit leaked and I got a letter from my isp. I really don’t need that happening again. Any help would be appreciated."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 55
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702321236 {#2385
      date: 2023-12-11 20:00:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2136 …}
    +votes: Doctrine\ORM\PersistentCollection {#2143 …}
    +reports: Doctrine\ORM\PersistentCollection {#2339 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2041 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      1 => App\Entity\EntryComment {#1728
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1736 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
        +image: null
        +parent: null
        +root: null
        +body: "Can you just give gluetun the wrong info for you vpn server and see if transmission still works?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1703391835 {#1721
          date: 2023-12-24 05:23:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Rizoid@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1730 …}
        +nested: Doctrine\ORM\PersistentCollection {#1734 …}
        +votes: Doctrine\ORM\PersistentCollection {#1727 …}
        +reports: Doctrine\ORM\PersistentCollection {#1733 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1724 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1715 …}
        -id: 208023
        -bodyTs: "'give':4 'gluetun':5 'info':8 'see':14 'server':12 'still':17 'transmiss':16 'vpn':11 'work':18 'wrong':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/4931716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1701980477 {#1726
          date: 2023-12-07 21:21:17.0 +01:00
        }
        +"title": 208023
      }
      0 => App\Entity\EntryComment {#1716}
    ]
    -id: 20959
    -titleTs: "'make':3 'sure':4 'transmiss':5 'use':7 'vpn':9"
    -bodyTs: "'address':36 'ago':95 'appreci':118 'check':79 'configur':53 'contain':11 'delug':46 'docker':10 'download':43 'faster':42 'gluetun':18 'go':16,64 'got':100 'happen':112 'help':115 'howev':37 'ip':28,35 'ipleak':24,83 'isn':62 'isp':105 'leak':97 'letter':102 'm':86 'make':55 'month':94 'need':110 'paranoid':90 'probabl':87 'qbit':48,96 'realli':107 'run':4,21,40 'server':7 'show':31 'somehow':68 'speed':44 'suppos':14 'test':22,84 'tester':29 'thing':80 'think':73 'torrent':27 'traffic':61 'transmiss':3,38 'vpn':33,67 'way':41,77 'wonder':57 'would':116"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702066122
    +visibility: "visible             "
    +apId: "https://programming.dev/post/6942806"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701979722 {#2042
      date: 2023-12-07 21:08:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1717 …}
  +root: App\Entity\EntryComment {#1728}
  +body: "No idea but there are new and exciting torrent technologies being worked on all the time. Things like DHT nodes or turning off anonymous mode can affect speeds. Your other clients may have different settings enabled or disabled or may not have implemented new protocols."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701990087 {#1718
    date: 2023-12-08 00:01:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rizoid@programming.dev"
    "@tuff_wizard@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1739 …}
  +nested: Doctrine\ORM\PersistentCollection {#1740 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#2463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2422 …}
  -id: 208606
  -bodyTs: "'affect':27 'anonym':24 'client':31 'dht':19 'differ':34 'disabl':38 'enabl':36 'excit':8 'idea':2 'implement':43 'like':18 'may':32,40 'mode':25 'new':6,44 'node':20 'protocol':45 'set':35 'speed':28 'technolog':10 'thing':17 'time':16 'torrent':9 'turn':22 'work':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4935036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701990087 {#1720
    date: 2023-12-08 00:01:27.0 +01:00
  }
  +"title": 208606
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1621
  +user: Proxies\__CG__\App\Entity\User {#2035 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "so-this-might-be-a-little-embarrassing-but-how-do"
  +title: "so this might be a little embarrassing, but how do I create a torrent and upload to a tracker?"
  +url: null
  +body: """
    I’ve been seeding the torrents that I download since the old days of Limewire, but I’ve always download and re-shared by seeding.  \n
    But a few months ago I couldn’t find a set of audiobooks I’d been looking for with the original narrators from the 90s.  \n
    I finally found a set on CD on eBay and coverted those to mp3 and loaded them on my phone, but it occurred to me that others might also be looking for a complete version of the series too and wanted to share that media.  \n
    Apologies if it’s an obvious answer that I somehow missed.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 163
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700682626 {#2306
    date: 2023-11-22 20:50:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2319 …}
  +votes: Doctrine\ORM\PersistentCollection {#2313 …}
  +reports: Doctrine\ORM\PersistentCollection {#2292 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
  +badges: Doctrine\ORM\PersistentCollection {#2283 …}
  +children: [
    App\Entity\EntryComment {#1620
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1557 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
      +body: "Nice can you send me the link when you make the torrent?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700595147 {#1604
        date: 2023-11-21 20:32:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Chainweasel@lemmy.world"
        "@Shepy@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1558 …}
      +nested: Doctrine\ORM\PersistentCollection {#1565 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 148249
      -bodyTs: "'link':7 'make':10 'nice':1 'send':4 'torrent':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4515948"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700595147 {#1613
        date: 2023-11-21 20:32:27.0 +01:00
      }
      +"title": 148249
    }
  ]
  -id: 15158
  -titleTs: "'creat':12 'embarrass':7 'littl':6 'might':3 'torrent':14 'tracker':19 'upload':16"
  -bodyTs: "'90s':51 'ago':31 'also':80 'alway':19 'answer':103 'apolog':97 'audiobook':39 'cd':58 'complet':85 'couldn':33 'covert':62 'd':41 'day':13 'download':9,20 'ebay':60 'final':53 'find':35 'found':54 'limewir':15 'load':67 'look':43,82 'media':96 'might':79 'miss':107 'month':30 'mp3':65 'narrat':48 'obvious':102 'occur':74 'old':12 'origin':47 'other':78 'phone':71 're':23 're-shar':22 'seed':4,26 'seri':89 'set':37,56 'share':24,94 'sinc':10 'somehow':106 'torrent':6 've':2,18 'version':86 'want':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700675230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8570575"
  +editedAt: DateTimeImmutable @1701038400 {#2227
    date: 2023-11-26 23:40:00.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700588830 {#2115
    date: 2023-11-21 18:47:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2035 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "so-this-might-be-a-little-embarrassing-but-how-do"
  +title: "so this might be a little embarrassing, but how do I create a torrent and upload to a tracker?"
  +url: null
  +body: """
    I’ve been seeding the torrents that I download since the old days of Limewire, but I’ve always download and re-shared by seeding.  \n
    But a few months ago I couldn’t find a set of audiobooks I’d been looking for with the original narrators from the 90s.  \n
    I finally found a set on CD on eBay and coverted those to mp3 and loaded them on my phone, but it occurred to me that others might also be looking for a complete version of the series too and wanted to share that media.  \n
    Apologies if it’s an obvious answer that I somehow missed.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 163
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700682626 {#2306
    date: 2023-11-22 20:50:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2319 …}
  +votes: Doctrine\ORM\PersistentCollection {#2313 …}
  +reports: Doctrine\ORM\PersistentCollection {#2292 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
  +badges: Doctrine\ORM\PersistentCollection {#2283 …}
  +children: [
    App\Entity\EntryComment {#1620
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1557 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
      +body: "Nice can you send me the link when you make the torrent?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700595147 {#1604
        date: 2023-11-21 20:32:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Chainweasel@lemmy.world"
        "@Shepy@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1558 …}
      +nested: Doctrine\ORM\PersistentCollection {#1565 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 148249
      -bodyTs: "'link':7 'make':10 'nice':1 'send':4 'torrent':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4515948"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700595147 {#1613
        date: 2023-11-21 20:32:27.0 +01:00
      }
      +"title": 148249
    }
  ]
  -id: 15158
  -titleTs: "'creat':12 'embarrass':7 'littl':6 'might':3 'torrent':14 'tracker':19 'upload':16"
  -bodyTs: "'90s':51 'ago':31 'also':80 'alway':19 'answer':103 'apolog':97 'audiobook':39 'cd':58 'complet':85 'couldn':33 'covert':62 'd':41 'day':13 'download':9,20 'ebay':60 'final':53 'find':35 'found':54 'limewir':15 'load':67 'look':43,82 'media':96 'might':79 'miss':107 'month':30 'mp3':65 'narrat':48 'obvious':102 'occur':74 'old':12 'origin':47 'other':78 'phone':71 're':23 're-shar':22 'seed':4,26 'seri':89 'set':37,56 'share':24,94 'sinc':10 'somehow':106 'torrent':6 've':2,18 'version':86 'want':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700675230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8570575"
  +editedAt: DateTimeImmutable @1701038400 {#2227
    date: 2023-11-26 23:40:00.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700588830 {#2115
    date: 2023-11-21 18:47:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2035 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "so-this-might-be-a-little-embarrassing-but-how-do"
  +title: "so this might be a little embarrassing, but how do I create a torrent and upload to a tracker?"
  +url: null
  +body: """
    I’ve been seeding the torrents that I download since the old days of Limewire, but I’ve always download and re-shared by seeding.  \n
    But a few months ago I couldn’t find a set of audiobooks I’d been looking for with the original narrators from the 90s.  \n
    I finally found a set on CD on eBay and coverted those to mp3 and loaded them on my phone, but it occurred to me that others might also be looking for a complete version of the series too and wanted to share that media.  \n
    Apologies if it’s an obvious answer that I somehow missed.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 163
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700682626 {#2306
    date: 2023-11-22 20:50:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2319 …}
  +votes: Doctrine\ORM\PersistentCollection {#2313 …}
  +reports: Doctrine\ORM\PersistentCollection {#2292 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
  +badges: Doctrine\ORM\PersistentCollection {#2283 …}
  +children: [
    App\Entity\EntryComment {#1620
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1557 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
      +body: "Nice can you send me the link when you make the torrent?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700595147 {#1604
        date: 2023-11-21 20:32:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Chainweasel@lemmy.world"
        "@Shepy@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1558 …}
      +nested: Doctrine\ORM\PersistentCollection {#1565 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1564 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
      -id: 148249
      -bodyTs: "'link':7 'make':10 'nice':1 'send':4 'torrent':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4515948"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700595147 {#1613
        date: 2023-11-21 20:32:27.0 +01:00
      }
      +"title": 148249
    }
  ]
  -id: 15158
  -titleTs: "'creat':12 'embarrass':7 'littl':6 'might':3 'torrent':14 'tracker':19 'upload':16"
  -bodyTs: "'90s':51 'ago':31 'also':80 'alway':19 'answer':103 'apolog':97 'audiobook':39 'cd':58 'complet':85 'couldn':33 'covert':62 'd':41 'day':13 'download':9,20 'ebay':60 'final':53 'find':35 'found':54 'limewir':15 'load':67 'look':43,82 'media':96 'might':79 'miss':107 'month':30 'mp3':65 'narrat':48 'obvious':102 'occur':74 'old':12 'origin':47 'other':78 'phone':71 're':23 're-shar':22 'seed':4,26 'seri':89 'set':37,56 'share':24,94 'sinc':10 'somehow':106 'torrent':6 've':2,18 'version':86 'want':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700675230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8570575"
  +editedAt: DateTimeImmutable @1701038400 {#2227
    date: 2023-11-26 23:40:00.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700588830 {#2115
    date: 2023-11-21 18:47:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1620
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2035 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "so-this-might-be-a-little-embarrassing-but-how-do"
    +title: "so this might be a little embarrassing, but how do I create a torrent and upload to a tracker?"
    +url: null
    +body: """
      I’ve been seeding the torrents that I download since the old days of Limewire, but I’ve always download and re-shared by seeding.  \n
      But a few months ago I couldn’t find a set of audiobooks I’d been looking for with the original narrators from the 90s.  \n
      I finally found a set on CD on eBay and coverted those to mp3 and loaded them on my phone, but it occurred to me that others might also be looking for a complete version of the series too and wanted to share that media.  \n
      Apologies if it’s an obvious answer that I somehow missed.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 163
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700682626 {#2306
      date: 2023-11-22 20:50:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2319 …}
    +votes: Doctrine\ORM\PersistentCollection {#2313 …}
    +reports: Doctrine\ORM\PersistentCollection {#2292 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
    +badges: Doctrine\ORM\PersistentCollection {#2283 …}
    +children: [
      App\Entity\EntryComment {#1620}
    ]
    -id: 15158
    -titleTs: "'creat':12 'embarrass':7 'littl':6 'might':3 'torrent':14 'tracker':19 'upload':16"
    -bodyTs: "'90s':51 'ago':31 'also':80 'alway':19 'answer':103 'apolog':97 'audiobook':39 'cd':58 'complet':85 'couldn':33 'covert':62 'd':41 'day':13 'download':9,20 'ebay':60 'final':53 'find':35 'found':54 'limewir':15 'load':67 'look':43,82 'media':96 'might':79 'miss':107 'month':30 'mp3':65 'narrat':48 'obvious':102 'occur':74 'old':12 'origin':47 'other':78 'phone':71 're':23 're-shar':22 'seed':4,26 'seri':89 'set':37,56 'share':24,94 'sinc':10 'somehow':106 'torrent':6 've':2,18 'version':86 'want':92"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700675230
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8570575"
    +editedAt: DateTimeImmutable @1701038400 {#2227
      date: 2023-11-26 23:40:00.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700588830 {#2115
      date: 2023-11-21 18:47:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1557 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
  +body: "Nice can you send me the link when you make the torrent?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700595147 {#1604
    date: 2023-11-21 20:32:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Chainweasel@lemmy.world"
    "@Shepy@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1558 …}
  +nested: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 148249
  -bodyTs: "'link':7 'make':10 'nice':1 'send':4 'torrent':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4515948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700595147 {#1613
    date: 2023-11-21 20:32:27.0 +01:00
  }
  +"title": 148249
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1620
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2035 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "so-this-might-be-a-little-embarrassing-but-how-do"
    +title: "so this might be a little embarrassing, but how do I create a torrent and upload to a tracker?"
    +url: null
    +body: """
      I’ve been seeding the torrents that I download since the old days of Limewire, but I’ve always download and re-shared by seeding.  \n
      But a few months ago I couldn’t find a set of audiobooks I’d been looking for with the original narrators from the 90s.  \n
      I finally found a set on CD on eBay and coverted those to mp3 and loaded them on my phone, but it occurred to me that others might also be looking for a complete version of the series too and wanted to share that media.  \n
      Apologies if it’s an obvious answer that I somehow missed.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 163
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700682626 {#2306
      date: 2023-11-22 20:50:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2319 …}
    +votes: Doctrine\ORM\PersistentCollection {#2313 …}
    +reports: Doctrine\ORM\PersistentCollection {#2292 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
    +badges: Doctrine\ORM\PersistentCollection {#2283 …}
    +children: [
      App\Entity\EntryComment {#1620}
    ]
    -id: 15158
    -titleTs: "'creat':12 'embarrass':7 'littl':6 'might':3 'torrent':14 'tracker':19 'upload':16"
    -bodyTs: "'90s':51 'ago':31 'also':80 'alway':19 'answer':103 'apolog':97 'audiobook':39 'cd':58 'complet':85 'couldn':33 'covert':62 'd':41 'day':13 'download':9,20 'ebay':60 'final':53 'find':35 'found':54 'limewir':15 'load':67 'look':43,82 'media':96 'might':79 'miss':107 'month':30 'mp3':65 'narrat':48 'obvious':102 'occur':74 'old':12 'origin':47 'other':78 'phone':71 're':23 're-shar':22 'seed':4,26 'seri':89 'set':37,56 'share':24,94 'sinc':10 'somehow':106 'torrent':6 've':2,18 'version':86 'want':92"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700675230
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8570575"
    +editedAt: DateTimeImmutable @1701038400 {#2227
      date: 2023-11-26 23:40:00.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700588830 {#2115
      date: 2023-11-21 18:47:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1557 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
  +body: "Nice can you send me the link when you make the torrent?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700595147 {#1604
    date: 2023-11-21 20:32:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Chainweasel@lemmy.world"
    "@Shepy@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1558 …}
  +nested: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 148249
  -bodyTs: "'link':7 'make':10 'nice':1 'send':4 'torrent':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4515948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700595147 {#1613
    date: 2023-11-21 20:32:27.0 +01:00
  }
  +"title": 148249
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1620
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2035 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "so-this-might-be-a-little-embarrassing-but-how-do"
    +title: "so this might be a little embarrassing, but how do I create a torrent and upload to a tracker?"
    +url: null
    +body: """
      I’ve been seeding the torrents that I download since the old days of Limewire, but I’ve always download and re-shared by seeding.  \n
      But a few months ago I couldn’t find a set of audiobooks I’d been looking for with the original narrators from the 90s.  \n
      I finally found a set on CD on eBay and coverted those to mp3 and loaded them on my phone, but it occurred to me that others might also be looking for a complete version of the series too and wanted to share that media.  \n
      Apologies if it’s an obvious answer that I somehow missed.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 163
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700682626 {#2306
      date: 2023-11-22 20:50:26.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2319 …}
    +votes: Doctrine\ORM\PersistentCollection {#2313 …}
    +reports: Doctrine\ORM\PersistentCollection {#2292 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2290 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2295 …}
    +badges: Doctrine\ORM\PersistentCollection {#2283 …}
    +children: [
      App\Entity\EntryComment {#1620}
    ]
    -id: 15158
    -titleTs: "'creat':12 'embarrass':7 'littl':6 'might':3 'torrent':14 'tracker':19 'upload':16"
    -bodyTs: "'90s':51 'ago':31 'also':80 'alway':19 'answer':103 'apolog':97 'audiobook':39 'cd':58 'complet':85 'couldn':33 'covert':62 'd':41 'day':13 'download':9,20 'ebay':60 'final':53 'find':35 'found':54 'limewir':15 'load':67 'look':43,82 'media':96 'might':79 'miss':107 'month':30 'mp3':65 'narrat':48 'obvious':102 'occur':74 'old':12 'origin':47 'other':78 'phone':71 're':23 're-shar':22 'seed':4,26 'seri':89 'set':37,56 'share':24,94 'sinc':10 'somehow':106 'torrent':6 've':2,18 'version':86 'want':92"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700675230
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8570575"
    +editedAt: DateTimeImmutable @1701038400 {#2227
      date: 2023-11-26 23:40:00.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700588830 {#2115
      date: 2023-11-21 18:47:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1555 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1557 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
  +body: "Nice can you send me the link when you make the torrent?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700595147 {#1604
    date: 2023-11-21 20:32:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Chainweasel@lemmy.world"
    "@Shepy@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1558 …}
  +nested: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1559 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1567 …}
  -id: 148249
  -bodyTs: "'link':7 'make':10 'nice':1 'send':4 'torrent':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4515948"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700595147 {#1613
    date: 2023-11-21 20:32:27.0 +01:00
  }
  +"title": 148249
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#2062 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Need-some-advice-to-increase-my-storage-capacity"
  +title: "Need some advice to increase my storage capacity"
  +url: null
  +body: """
    I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
    \n
    I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
    \n
    Do you have some advices for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698611693 {#2282
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  +badges: Doctrine\ORM\PersistentCollection {#2194 …}
  +children: [
    1 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698611695 {#1435
        date: 2023-10-29 21:34:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sprokes@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1572 …}
      +nested: Doctrine\ORM\PersistentCollection {#1581 …}
      +votes: Doctrine\ORM\PersistentCollection {#1579 …}
      +reports: Doctrine\ORM\PersistentCollection {#1577 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
      -id: 74188
      -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3867459"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698382589 {#1438
        date: 2023-10-27 06:56:29.0 +02:00
      }
      +"title": 74188
    }
    0 => App\Entity\EntryComment {#1561
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +root: App\Entity\EntryComment {#1709}
      +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698611693 {#1670
        date: 2023-10-29 21:34:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sprokes@lemmy.ml"
        "@tuff_wizard@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1705 …}
      +nested: Doctrine\ORM\PersistentCollection {#1691 …}
      +votes: Doctrine\ORM\PersistentCollection {#1689 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 78885
      -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3935236"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698611693 {#1527
        date: 2023-10-29 21:34:53.0 +01:00
      }
      +"title": 78885
    }
  ]
  -id: 7972
  -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
  -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698466897
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7085964"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698380497 {#2317
    date: 2023-10-27 06:21: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
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#2062 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Need-some-advice-to-increase-my-storage-capacity"
  +title: "Need some advice to increase my storage capacity"
  +url: null
  +body: """
    I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
    \n
    I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
    \n
    Do you have some advices for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698611693 {#2282
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  +badges: Doctrine\ORM\PersistentCollection {#2194 …}
  +children: [
    1 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698611695 {#1435
        date: 2023-10-29 21:34:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sprokes@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1572 …}
      +nested: Doctrine\ORM\PersistentCollection {#1581 …}
      +votes: Doctrine\ORM\PersistentCollection {#1579 …}
      +reports: Doctrine\ORM\PersistentCollection {#1577 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
      -id: 74188
      -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3867459"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698382589 {#1438
        date: 2023-10-27 06:56:29.0 +02:00
      }
      +"title": 74188
    }
    0 => App\Entity\EntryComment {#1561
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +root: App\Entity\EntryComment {#1709}
      +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698611693 {#1670
        date: 2023-10-29 21:34:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sprokes@lemmy.ml"
        "@tuff_wizard@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1705 …}
      +nested: Doctrine\ORM\PersistentCollection {#1691 …}
      +votes: Doctrine\ORM\PersistentCollection {#1689 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 78885
      -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3935236"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698611693 {#1527
        date: 2023-10-29 21:34:53.0 +01:00
      }
      +"title": 78885
    }
  ]
  -id: 7972
  -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
  -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698466897
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7085964"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698380497 {#2317
    date: 2023-10-27 06:21: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
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#2062 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
  +slug: "Need-some-advice-to-increase-my-storage-capacity"
  +title: "Need some advice to increase my storage capacity"
  +url: null
  +body: """
    I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
    \n
    I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
    \n
    Do you have some advices for me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698611693 {#2282
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  +badges: Doctrine\ORM\PersistentCollection {#2194 …}
  +children: [
    1 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698611695 {#1435
        date: 2023-10-29 21:34:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sprokes@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1572 …}
      +nested: Doctrine\ORM\PersistentCollection {#1581 …}
      +votes: Doctrine\ORM\PersistentCollection {#1579 …}
      +reports: Doctrine\ORM\PersistentCollection {#1577 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
      -id: 74188
      -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3867459"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698382589 {#1438
        date: 2023-10-27 06:56:29.0 +02:00
      }
      +"title": 74188
    }
    0 => App\Entity\EntryComment {#1561
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
      +root: App\Entity\EntryComment {#1709}
      +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698611693 {#1670
        date: 2023-10-29 21:34:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sprokes@lemmy.ml"
        "@tuff_wizard@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1705 …}
      +nested: Doctrine\ORM\PersistentCollection {#1691 …}
      +votes: Doctrine\ORM\PersistentCollection {#1689 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 78885
      -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/3935236"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698611693 {#1527
        date: 2023-10-29 21:34:53.0 +01:00
      }
      +"title": 78885
    }
  ]
  -id: 7972
  -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
  -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698466897
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7085964"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698380497 {#2317
    date: 2023-10-27 06:21: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
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2062 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Need-some-advice-to-increase-my-storage-capacity"
    +title: "Need some advice to increase my storage capacity"
    +url: null
    +body: """
      I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
      \n
      I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
      \n
      Do you have some advices for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698611693 {#2282
      date: 2023-10-29 21:34:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2224 …}
    +votes: Doctrine\ORM\PersistentCollection {#2220 …}
    +reports: Doctrine\ORM\PersistentCollection {#2222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
    +badges: Doctrine\ORM\PersistentCollection {#2194 …}
    +children: [
      1 => App\Entity\EntryComment {#1709}
      0 => App\Entity\EntryComment {#1561
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: App\Entity\EntryComment {#1709}
        +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698611693 {#1670
          date: 2023-10-29 21:34:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sprokes@lemmy.ml"
          "@tuff_wizard@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1705 …}
        +nested: Doctrine\ORM\PersistentCollection {#1691 …}
        +votes: Doctrine\ORM\PersistentCollection {#1689 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
        -id: 78885
        -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/3935236"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698611693 {#1527
          date: 2023-10-29 21:34:53.0 +01:00
        }
        +"title": 78885
      }
    ]
    -id: 7972
    -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
    -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698466897
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7085964"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698380497 {#2317
      date: 2023-10-27 06:21:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698611695 {#1435
    date: 2023-10-29 21:34:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sprokes@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1572 …}
  +nested: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1579 …}
  +reports: Doctrine\ORM\PersistentCollection {#1577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  -id: 74188
  -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3867459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698382589 {#1438
    date: 2023-10-27 06:56:29.0 +02:00
  }
  +"title": 74188
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2062 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Need-some-advice-to-increase-my-storage-capacity"
    +title: "Need some advice to increase my storage capacity"
    +url: null
    +body: """
      I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
      \n
      I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
      \n
      Do you have some advices for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698611693 {#2282
      date: 2023-10-29 21:34:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2224 …}
    +votes: Doctrine\ORM\PersistentCollection {#2220 …}
    +reports: Doctrine\ORM\PersistentCollection {#2222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
    +badges: Doctrine\ORM\PersistentCollection {#2194 …}
    +children: [
      1 => App\Entity\EntryComment {#1709}
      0 => App\Entity\EntryComment {#1561
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: App\Entity\EntryComment {#1709}
        +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698611693 {#1670
          date: 2023-10-29 21:34:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sprokes@lemmy.ml"
          "@tuff_wizard@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1705 …}
        +nested: Doctrine\ORM\PersistentCollection {#1691 …}
        +votes: Doctrine\ORM\PersistentCollection {#1689 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
        -id: 78885
        -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/3935236"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698611693 {#1527
          date: 2023-10-29 21:34:53.0 +01:00
        }
        +"title": 78885
      }
    ]
    -id: 7972
    -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
    -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698466897
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7085964"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698380497 {#2317
      date: 2023-10-27 06:21:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698611695 {#1435
    date: 2023-10-29 21:34:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sprokes@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1572 …}
  +nested: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1579 …}
  +reports: Doctrine\ORM\PersistentCollection {#1577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  -id: 74188
  -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3867459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698382589 {#1438
    date: 2023-10-27 06:56:29.0 +02:00
  }
  +"title": 74188
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2062 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Need-some-advice-to-increase-my-storage-capacity"
    +title: "Need some advice to increase my storage capacity"
    +url: null
    +body: """
      I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
      \n
      I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
      \n
      Do you have some advices for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698611693 {#2282
      date: 2023-10-29 21:34:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2224 …}
    +votes: Doctrine\ORM\PersistentCollection {#2220 …}
    +reports: Doctrine\ORM\PersistentCollection {#2222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
    +badges: Doctrine\ORM\PersistentCollection {#2194 …}
    +children: [
      1 => App\Entity\EntryComment {#1709}
      0 => App\Entity\EntryComment {#1561
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
        +root: App\Entity\EntryComment {#1709}
        +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698611693 {#1670
          date: 2023-10-29 21:34:53.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sprokes@lemmy.ml"
          "@tuff_wizard@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1705 …}
        +nested: Doctrine\ORM\PersistentCollection {#1691 …}
        +votes: Doctrine\ORM\PersistentCollection {#1689 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
        -id: 78885
        -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/3935236"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698611693 {#1527
          date: 2023-10-29 21:34:53.0 +01:00
        }
        +"title": 78885
      }
    ]
    -id: 7972
    -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
    -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698466897
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7085964"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698380497 {#2317
      date: 2023-10-27 06:21:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698611695 {#1435
    date: 2023-10-29 21:34:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sprokes@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1572 …}
  +nested: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1579 …}
  +reports: Doctrine\ORM\PersistentCollection {#1577 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
  -id: 74188
  -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3867459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698382589 {#1438
    date: 2023-10-27 06:56:29.0 +02:00
  }
  +"title": 74188
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1561
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2062 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Need-some-advice-to-increase-my-storage-capacity"
    +title: "Need some advice to increase my storage capacity"
    +url: null
    +body: """
      I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
      \n
      I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
      \n
      Do you have some advices for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698611693 {#2282
      date: 2023-10-29 21:34:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2224 …}
    +votes: Doctrine\ORM\PersistentCollection {#2220 …}
    +reports: Doctrine\ORM\PersistentCollection {#2222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
    +badges: Doctrine\ORM\PersistentCollection {#2194 …}
    +children: [
      1 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1698611695 {#1435
          date: 2023-10-29 21:34:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sprokes@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1572 …}
        +nested: Doctrine\ORM\PersistentCollection {#1581 …}
        +votes: Doctrine\ORM\PersistentCollection {#1579 …}
        +reports: Doctrine\ORM\PersistentCollection {#1577 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
        -id: 74188
        -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/3867459"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698382589 {#1438
          date: 2023-10-27 06:56:29.0 +02:00
        }
        +"title": 74188
      }
      0 => App\Entity\EntryComment {#1561}
    ]
    -id: 7972
    -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
    -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698466897
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7085964"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698380497 {#2317
      date: 2023-10-27 06:21:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +root: App\Entity\EntryComment {#1709}
  +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698611693 {#1670
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sprokes@lemmy.ml"
    "@tuff_wizard@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1705 …}
  +nested: Doctrine\ORM\PersistentCollection {#1691 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 78885
  -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3935236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698611693 {#1527
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +"title": 78885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#1561
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2062 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Need-some-advice-to-increase-my-storage-capacity"
    +title: "Need some advice to increase my storage capacity"
    +url: null
    +body: """
      I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
      \n
      I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
      \n
      Do you have some advices for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698611693 {#2282
      date: 2023-10-29 21:34:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2224 …}
    +votes: Doctrine\ORM\PersistentCollection {#2220 …}
    +reports: Doctrine\ORM\PersistentCollection {#2222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
    +badges: Doctrine\ORM\PersistentCollection {#2194 …}
    +children: [
      1 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1698611695 {#1435
          date: 2023-10-29 21:34:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sprokes@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1572 …}
        +nested: Doctrine\ORM\PersistentCollection {#1581 …}
        +votes: Doctrine\ORM\PersistentCollection {#1579 …}
        +reports: Doctrine\ORM\PersistentCollection {#1577 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
        -id: 74188
        -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/3867459"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698382589 {#1438
          date: 2023-10-27 06:56:29.0 +02:00
        }
        +"title": 74188
      }
      0 => App\Entity\EntryComment {#1561}
    ]
    -id: 7972
    -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
    -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698466897
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7085964"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698380497 {#2317
      date: 2023-10-27 06:21:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +root: App\Entity\EntryComment {#1709}
  +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698611693 {#1670
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sprokes@lemmy.ml"
    "@tuff_wizard@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1705 …}
  +nested: Doctrine\ORM\PersistentCollection {#1691 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 78885
  -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3935236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698611693 {#1527
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +"title": 78885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#1561
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2062 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2137 …}
    +slug: "Need-some-advice-to-increase-my-storage-capacity"
    +title: "Need some advice to increase my storage capacity"
    +url: null
    +body: """
      I have an old computer that I use for storing and streaming my media. It has an attached external drive. I would like to increase my storage and build something that could be extensible to at least 100TB. I am not worried about backup.\n
      \n
      I looked and I think I need a HDD rack or enclosure. Some people gave me links to good deals on ebay and some other sellers but they are based on the US and shipping fees are high. I saw this HDD [enclosure ](https://www.orico.cc/usmobile/product/detail/id/7071.html) and it seems to be what I am searching but I don’t if they are good.\n
      \n
      Do you have some advices for me?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 20
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698611693 {#2282
      date: 2023-10-29 21:34:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2224 …}
    +votes: Doctrine\ORM\PersistentCollection {#2220 …}
    +reports: Doctrine\ORM\PersistentCollection {#2222 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
    +badges: Doctrine\ORM\PersistentCollection {#2194 …}
    +children: [
      1 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Does your “old computer” have usb3 or usb c? If not you’ll find it very slow to access all that data over usb 2"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1698611695 {#1435
          date: 2023-10-29 21:34:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Sprokes@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1572 …}
        +nested: Doctrine\ORM\PersistentCollection {#1581 …}
        +votes: Doctrine\ORM\PersistentCollection {#1579 …}
        +reports: Doctrine\ORM\PersistentCollection {#1577 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1650 …}
        -id: 74188
        -bodyTs: "'2':25 'access':19 'c':9 'comput':4 'data':22 'find':14 'll':13 'old':3 'slow':17 'usb':8,24 'usb3':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://aussie.zone/comment/3867459"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698382589 {#1438
          date: 2023-10-27 06:56:29.0 +02:00
        }
        +"title": 74188
      }
      0 => App\Entity\EntryComment {#1561}
    ]
    -id: 7972
    -titleTs: "'advic':3 'capac':8 'increas':5 'need':1 'storag':7"
    -bodyTs: "'/usmobile/product/detail/id/7071.html)':90 '100tb':38 'advic':112 'attach':18 'backup':44 'base':74 'build':29 'comput':5 'could':32 'deal':64 'drive':20 'ebay':66 'enclosur':56,87 'extens':34 'extern':19 'fee':80 'gave':59 'good':63,107 'hdd':53,86 'high':82 'increas':25 'least':37 'like':23 'link':61 'look':46 'media':14 'need':51 'old':4 'peopl':58 'rack':54 'saw':84 'search':99 'seem':93 'seller':70 'ship':79 'someth':30 'storag':27 'store':10 'stream':12 'think':49 'us':77 'use':8 'worri':42 'would':22 'www.orico.cc':89 'www.orico.cc/usmobile/product/detail/id/7071.html)':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698466897
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7085964"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698380497 {#2317
      date: 2023-10-27 06:21:37.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1711 …}
  +root: App\Entity\EntryComment {#1709}
  +body: "You’ll be better off trying to get a proper network attached storage (NAS) rather than an enclosure. Either buy a pre-made one or make one out of parts. That way you can use the network speeds. Or you could get a usb3 pcie card, they are very cheap these days."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698611693 {#1670
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sprokes@lemmy.ml"
    "@tuff_wizard@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1705 …}
  +nested: Doctrine\ORM\PersistentCollection {#1691 …}
  +votes: Doctrine\ORM\PersistentCollection {#1689 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 78885
  -bodyTs: "'attach':12 'better':4 'buy':20 'card':47 'cheap':51 'could':42 'day':53 'either':19 'enclosur':18 'get':8,43 'll':2 'made':24 'make':27 'nas':14 'network':11,38 'one':25,28 'part':31 'pcie':46 'pre':23 'pre-mad':22 'proper':10 'rather':15 'speed':39 'storag':13 'tri':6 'usb3':45 'use':36 'way':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/3935236"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698611693 {#1527
    date: 2023-10-29 21:34:53.0 +01:00
  }
  +"title": 78885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#2349 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#2309 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2291 …}
  +slug: "Good-friend"
  +title: "Good friend"
  +url: "https://lemmy.world/pictrs/image/1b37203d-725b-4377-8709-0bd25c11e412.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688772879 {#2043
    date: 2023-07-08 01:34:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
  +badges: Doctrine\ORM\PersistentCollection {#2310 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: "I would never criticise someone’s distro. As long as it was arch built without any scripts."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1688735182 {#1795
        date: 2023-07-07 15:06:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Linuxmemed@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 155086
      -bodyTs: "'arch':13 'built':14 'criticis':4 'distro':7 'long':9 'never':3 'script':17 'someon':5 'without':15 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/638795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688735182 {#1616
        date: 2023-07-07 15:06:22.0 +02:00
      }
      +"title": 155086
    }
  ]
  -id: 12254
  -titleTs: "'friend':2 'good':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688793287
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1135509"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688733287 {#2117
    date: 2023-07-07 14:34:47.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#2349 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#2309 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2291 …}
  +slug: "Good-friend"
  +title: "Good friend"
  +url: "https://lemmy.world/pictrs/image/1b37203d-725b-4377-8709-0bd25c11e412.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688772879 {#2043
    date: 2023-07-08 01:34:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
  +badges: Doctrine\ORM\PersistentCollection {#2310 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: "I would never criticise someone’s distro. As long as it was arch built without any scripts."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1688735182 {#1795
        date: 2023-07-07 15:06:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Linuxmemed@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 155086
      -bodyTs: "'arch':13 'built':14 'criticis':4 'distro':7 'long':9 'never':3 'script':17 'someon':5 'without':15 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/638795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688735182 {#1616
        date: 2023-07-07 15:06:22.0 +02:00
      }
      +"title": 155086
    }
  ]
  -id: 12254
  -titleTs: "'friend':2 'good':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688793287
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1135509"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688733287 {#2117
    date: 2023-07-07 14:34:47.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#2349 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#2309 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2291 …}
  +slug: "Good-friend"
  +title: "Good friend"
  +url: "https://lemmy.world/pictrs/image/1b37203d-725b-4377-8709-0bd25c11e412.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688772879 {#2043
    date: 2023-07-08 01:34:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2301 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
  +badges: Doctrine\ORM\PersistentCollection {#2310 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: "I would never criticise someone’s distro. As long as it was arch built without any scripts."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1688735182 {#1795
        date: 2023-07-07 15:06:22.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Linuxmemed@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 155086
      -bodyTs: "'arch':13 'built':14 'criticis':4 'distro':7 'long':9 'never':3 'script':17 'someon':5 'without':15 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/638795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688735182 {#1616
        date: 2023-07-07 15:06:22.0 +02:00
      }
      +"title": 155086
    }
  ]
  -id: 12254
  -titleTs: "'friend':2 'good':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688793287
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1135509"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688733287 {#2117
    date: 2023-07-07 14:34:47.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#2309 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2291 …}
    +slug: "Good-friend"
    +title: "Good friend"
    +url: "https://lemmy.world/pictrs/image/1b37203d-725b-4377-8709-0bd25c11e412.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 3
    +favouriteCount: 19
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688772879 {#2043
      date: 2023-07-08 01:34:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2293 …}
    +votes: Doctrine\ORM\PersistentCollection {#2315 …}
    +reports: Doctrine\ORM\PersistentCollection {#2301 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
    +badges: Doctrine\ORM\PersistentCollection {#2310 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 12254
    -titleTs: "'friend':2 'good':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1688793287
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1135509"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688733287 {#2117
      date: 2023-07-07 14:34:47.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: "I would never criticise someone’s distro. As long as it was arch built without any scripts."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1688735182 {#1795
    date: 2023-07-07 15:06:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Linuxmemed@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 155086
  -bodyTs: "'arch':13 'built':14 'criticis':4 'distro':7 'long':9 'never':3 'script':17 'someon':5 'without':15 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/638795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688735182 {#1616
    date: 2023-07-07 15:06:22.0 +02:00
  }
  +"title": 155086
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#2309 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2291 …}
    +slug: "Good-friend"
    +title: "Good friend"
    +url: "https://lemmy.world/pictrs/image/1b37203d-725b-4377-8709-0bd25c11e412.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 3
    +favouriteCount: 19
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688772879 {#2043
      date: 2023-07-08 01:34:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2293 …}
    +votes: Doctrine\ORM\PersistentCollection {#2315 …}
    +reports: Doctrine\ORM\PersistentCollection {#2301 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
    +badges: Doctrine\ORM\PersistentCollection {#2310 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 12254
    -titleTs: "'friend':2 'good':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1688793287
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1135509"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688733287 {#2117
      date: 2023-07-07 14:34:47.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: "I would never criticise someone’s distro. As long as it was arch built without any scripts."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1688735182 {#1795
    date: 2023-07-07 15:06:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Linuxmemed@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 155086
  -bodyTs: "'arch':13 'built':14 'criticis':4 'distro':7 'long':9 'never':3 'script':17 'someon':5 'without':15 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/638795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688735182 {#1616
    date: 2023-07-07 15:06:22.0 +02:00
  }
  +"title": 155086
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#2349 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#2309 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2291 …}
    +slug: "Good-friend"
    +title: "Good friend"
    +url: "https://lemmy.world/pictrs/image/1b37203d-725b-4377-8709-0bd25c11e412.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 3
    +favouriteCount: 19
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688772879 {#2043
      date: 2023-07-08 01:34:39.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2293 …}
    +votes: Doctrine\ORM\PersistentCollection {#2315 …}
    +reports: Doctrine\ORM\PersistentCollection {#2301 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
    +badges: Doctrine\ORM\PersistentCollection {#2310 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 12254
    -titleTs: "'friend':2 'good':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1688793287
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/1135509"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688733287 {#2117
      date: 2023-07-07 14:34:47.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: "I would never criticise someone’s distro. As long as it was arch built without any scripts."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1688735182 {#1795
    date: 2023-07-07 15:06:22.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Linuxmemed@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 155086
  -bodyTs: "'arch':13 'built':14 'criticis':4 'distro':7 'long':9 'never':3 'script':17 'someon':5 'without':15 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/638795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688735182 {#1616
    date: 2023-07-07 15:06:22.0 +02:00
  }
  +"title": 155086
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_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
50 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