GET https://kbin.spritesserver.nl/index.php/u/@TCB13@lemmy.world?p=11

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 …}
}
174.72 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.05 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 {#2123
  +user: Proxies\__CG__\App\Entity\User {#2527 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
  +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
  +url: null
  +body: """
    I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
    \n
    This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
    \n
    This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
    \n
    This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
    \n
    I used this page to figure out how to do this:\n
    \n
    [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
    \n
    Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
    \n
    `  sudo ip route add default via 192.168.19.1 table 10`\n
    \n
    Add a rule for the return traffic from your ssh host\n
    \n
    `  sudo ip rule add sport 22 table 10`\n
    \n
    `  sudo ip route flush cache`\n
    \n
    check out your fancy new rule\n
    \n
    `  ip rule show`\n
    \n
    And to make this persistent across reboots, add to:\n
    \n
    `/etc/systemd/network/20-wired.network`\n
    \n
    (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Route]\n
    </span><span style="color:#323232;">Gateway=192.168.19.1\n
    </span><span style="color:#323232;">Table=10\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">[RoutingPolicyRule]\n
    </span><span style="color:#323232;">SourcePort=22\n
    </span><span style="color:#323232;">Table=10\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700086096 {#2834
    date: 2023-11-15 23:08:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2840 …}
  +votes: Doctrine\ORM\PersistentCollection {#2850 …}
  +reports: Doctrine\ORM\PersistentCollection {#2852 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
  +badges: Doctrine\ORM\PersistentCollection {#2858 …}
  +children: [
    1 => App\Entity\EntryComment {#2113
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "Finally someone who learnt how to use systemd."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1700343203 {#2122
        date: 2023-11-18 22:33:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2119 …}
      +nested: Doctrine\ORM\PersistentCollection {#2120 …}
      +votes: Doctrine\ORM\PersistentCollection {#2160 …}
      +reports: Doctrine\ORM\PersistentCollection {#2162 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
      -id: 125278
      -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5315426"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700000538 {#2115
        date: 2023-11-14 23:22:18.0 +01:00
      }
      +"title": 125278
    }
    0 => App\Entity\EntryComment {#2299
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
      +root: App\Entity\EntryComment {#2113}
      +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700043569 {#2192
        date: 2023-11-15 11:19:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2298 …}
      +nested: Doctrine\ORM\PersistentCollection {#2291 …}
      +votes: Doctrine\ORM\PersistentCollection {#2301 …}
      +reports: Doctrine\ORM\PersistentCollection {#2297 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
      -id: 126600
      -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329106"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043569 {#2189
        date: 2023-11-15 11:19:29.0 +01:00
      }
      +"title": 126600
    }
  ]
  -id: 13100
  -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
  -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700086244
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3374605"
  +editedAt: DateTimeImmutable @1700341046 {#2749
    date: 2023-11-18 21:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699999844 {#2576
    date: 2023-11-14 23:10:44.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 {#2123
  +user: Proxies\__CG__\App\Entity\User {#2527 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
  +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
  +url: null
  +body: """
    I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
    \n
    This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
    \n
    This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
    \n
    This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
    \n
    I used this page to figure out how to do this:\n
    \n
    [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
    \n
    Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
    \n
    `  sudo ip route add default via 192.168.19.1 table 10`\n
    \n
    Add a rule for the return traffic from your ssh host\n
    \n
    `  sudo ip rule add sport 22 table 10`\n
    \n
    `  sudo ip route flush cache`\n
    \n
    check out your fancy new rule\n
    \n
    `  ip rule show`\n
    \n
    And to make this persistent across reboots, add to:\n
    \n
    `/etc/systemd/network/20-wired.network`\n
    \n
    (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Route]\n
    </span><span style="color:#323232;">Gateway=192.168.19.1\n
    </span><span style="color:#323232;">Table=10\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">[RoutingPolicyRule]\n
    </span><span style="color:#323232;">SourcePort=22\n
    </span><span style="color:#323232;">Table=10\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700086096 {#2834
    date: 2023-11-15 23:08:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2840 …}
  +votes: Doctrine\ORM\PersistentCollection {#2850 …}
  +reports: Doctrine\ORM\PersistentCollection {#2852 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
  +badges: Doctrine\ORM\PersistentCollection {#2858 …}
  +children: [
    1 => App\Entity\EntryComment {#2113
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "Finally someone who learnt how to use systemd."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1700343203 {#2122
        date: 2023-11-18 22:33:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2119 …}
      +nested: Doctrine\ORM\PersistentCollection {#2120 …}
      +votes: Doctrine\ORM\PersistentCollection {#2160 …}
      +reports: Doctrine\ORM\PersistentCollection {#2162 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
      -id: 125278
      -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5315426"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700000538 {#2115
        date: 2023-11-14 23:22:18.0 +01:00
      }
      +"title": 125278
    }
    0 => App\Entity\EntryComment {#2299
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
      +root: App\Entity\EntryComment {#2113}
      +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700043569 {#2192
        date: 2023-11-15 11:19:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2298 …}
      +nested: Doctrine\ORM\PersistentCollection {#2291 …}
      +votes: Doctrine\ORM\PersistentCollection {#2301 …}
      +reports: Doctrine\ORM\PersistentCollection {#2297 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
      -id: 126600
      -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329106"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043569 {#2189
        date: 2023-11-15 11:19:29.0 +01:00
      }
      +"title": 126600
    }
  ]
  -id: 13100
  -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
  -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700086244
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3374605"
  +editedAt: DateTimeImmutable @1700341046 {#2749
    date: 2023-11-18 21:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699999844 {#2576
    date: 2023-11-14 23:10:44.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 {#2123
  +user: Proxies\__CG__\App\Entity\User {#2527 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
  +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
  +url: null
  +body: """
    I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
    \n
    This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
    \n
    This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
    \n
    This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
    \n
    I used this page to figure out how to do this:\n
    \n
    [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
    \n
    Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
    \n
    `  sudo ip route add default via 192.168.19.1 table 10`\n
    \n
    Add a rule for the return traffic from your ssh host\n
    \n
    `  sudo ip rule add sport 22 table 10`\n
    \n
    `  sudo ip route flush cache`\n
    \n
    check out your fancy new rule\n
    \n
    `  ip rule show`\n
    \n
    And to make this persistent across reboots, add to:\n
    \n
    `/etc/systemd/network/20-wired.network`\n
    \n
    (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Route]\n
    </span><span style="color:#323232;">Gateway=192.168.19.1\n
    </span><span style="color:#323232;">Table=10\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">[RoutingPolicyRule]\n
    </span><span style="color:#323232;">SourcePort=22\n
    </span><span style="color:#323232;">Table=10\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 90
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700086096 {#2834
    date: 2023-11-15 23:08:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2840 …}
  +votes: Doctrine\ORM\PersistentCollection {#2850 …}
  +reports: Doctrine\ORM\PersistentCollection {#2852 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
  +badges: Doctrine\ORM\PersistentCollection {#2858 …}
  +children: [
    1 => App\Entity\EntryComment {#2113
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "Finally someone who learnt how to use systemd."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1700343203 {#2122
        date: 2023-11-18 22:33:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2119 …}
      +nested: Doctrine\ORM\PersistentCollection {#2120 …}
      +votes: Doctrine\ORM\PersistentCollection {#2160 …}
      +reports: Doctrine\ORM\PersistentCollection {#2162 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
      -id: 125278
      -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5315426"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700000538 {#2115
        date: 2023-11-14 23:22:18.0 +01:00
      }
      +"title": 125278
    }
    0 => App\Entity\EntryComment {#2299
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
      +root: App\Entity\EntryComment {#2113}
      +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700043569 {#2192
        date: 2023-11-15 11:19:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@luthis@lemmy.nz"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2298 …}
      +nested: Doctrine\ORM\PersistentCollection {#2291 …}
      +votes: Doctrine\ORM\PersistentCollection {#2301 …}
      +reports: Doctrine\ORM\PersistentCollection {#2297 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
      -id: 126600
      -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329106"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043569 {#2189
        date: 2023-11-15 11:19:29.0 +01:00
      }
      +"title": 126600
    }
  ]
  -id: 13100
  -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
  -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700086244
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3374605"
  +editedAt: DateTimeImmutable @1700341046 {#2749
    date: 2023-11-18 21:57:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699999844 {#2576
    date: 2023-11-14 23:10:44.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 {#2113
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2834
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2840 …}
    +votes: Doctrine\ORM\PersistentCollection {#2850 …}
    +reports: Doctrine\ORM\PersistentCollection {#2852 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
    +badges: Doctrine\ORM\PersistentCollection {#2858 …}
    +children: [
      1 => App\Entity\EntryComment {#2113}
      0 => App\Entity\EntryComment {#2299
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
        +root: App\Entity\EntryComment {#2113}
        +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043569 {#2192
          date: 2023-11-15 11:19:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@luthis@lemmy.nz"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2298 …}
        +nested: Doctrine\ORM\PersistentCollection {#2291 …}
        +votes: Doctrine\ORM\PersistentCollection {#2301 …}
        +reports: Doctrine\ORM\PersistentCollection {#2297 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
        -id: 126600
        -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329106"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043569 {#2189
          date: 2023-11-15 11:19:29.0 +01:00
        }
        +"title": 126600
      }
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2749
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2576
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "Finally someone who learnt how to use systemd."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1700343203 {#2122
    date: 2023-11-18 22:33:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2119 …}
  +nested: Doctrine\ORM\PersistentCollection {#2120 …}
  +votes: Doctrine\ORM\PersistentCollection {#2160 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
  -id: 125278
  -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5315426"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700000538 {#2115
    date: 2023-11-14 23:22:18.0 +01:00
  }
  +"title": 125278
}
"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 {#2113
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2834
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2840 …}
    +votes: Doctrine\ORM\PersistentCollection {#2850 …}
    +reports: Doctrine\ORM\PersistentCollection {#2852 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
    +badges: Doctrine\ORM\PersistentCollection {#2858 …}
    +children: [
      1 => App\Entity\EntryComment {#2113}
      0 => App\Entity\EntryComment {#2299
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
        +root: App\Entity\EntryComment {#2113}
        +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043569 {#2192
          date: 2023-11-15 11:19:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@luthis@lemmy.nz"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2298 …}
        +nested: Doctrine\ORM\PersistentCollection {#2291 …}
        +votes: Doctrine\ORM\PersistentCollection {#2301 …}
        +reports: Doctrine\ORM\PersistentCollection {#2297 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
        -id: 126600
        -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329106"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043569 {#2189
          date: 2023-11-15 11:19:29.0 +01:00
        }
        +"title": 126600
      }
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2749
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2576
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "Finally someone who learnt how to use systemd."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1700343203 {#2122
    date: 2023-11-18 22:33:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2119 …}
  +nested: Doctrine\ORM\PersistentCollection {#2120 …}
  +votes: Doctrine\ORM\PersistentCollection {#2160 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
  -id: 125278
  -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5315426"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700000538 {#2115
    date: 2023-11-14 23:22:18.0 +01:00
  }
  +"title": 125278
}
"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 {#2113
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2834
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2840 …}
    +votes: Doctrine\ORM\PersistentCollection {#2850 …}
    +reports: Doctrine\ORM\PersistentCollection {#2852 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
    +badges: Doctrine\ORM\PersistentCollection {#2858 …}
    +children: [
      1 => App\Entity\EntryComment {#2113}
      0 => App\Entity\EntryComment {#2299
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
        +root: App\Entity\EntryComment {#2113}
        +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043569 {#2192
          date: 2023-11-15 11:19:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@luthis@lemmy.nz"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2298 …}
        +nested: Doctrine\ORM\PersistentCollection {#2291 …}
        +votes: Doctrine\ORM\PersistentCollection {#2301 …}
        +reports: Doctrine\ORM\PersistentCollection {#2297 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
        -id: 126600
        -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329106"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043569 {#2189
          date: 2023-11-15 11:19:29.0 +01:00
        }
        +"title": 126600
      }
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2749
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2576
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "Finally someone who learnt how to use systemd."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1700343203 {#2122
    date: 2023-11-18 22:33:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2119 …}
  +nested: Doctrine\ORM\PersistentCollection {#2120 …}
  +votes: Doctrine\ORM\PersistentCollection {#2160 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
  -id: 125278
  -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5315426"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700000538 {#2115
    date: 2023-11-14 23:22:18.0 +01:00
  }
  +"title": 125278
}
"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
App\Entity\EntryComment {#2299
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2834
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2840 …}
    +votes: Doctrine\ORM\PersistentCollection {#2850 …}
    +reports: Doctrine\ORM\PersistentCollection {#2852 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
    +badges: Doctrine\ORM\PersistentCollection {#2858 …}
    +children: [
      1 => App\Entity\EntryComment {#2113
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "Finally someone who learnt how to use systemd."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1700343203 {#2122
          date: 2023-11-18 22:33:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@luthis@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2119 …}
        +nested: Doctrine\ORM\PersistentCollection {#2120 …}
        +votes: Doctrine\ORM\PersistentCollection {#2160 …}
        +reports: Doctrine\ORM\PersistentCollection {#2162 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
        -id: 125278
        -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5315426"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700000538 {#2115
          date: 2023-11-14 23:22:18.0 +01:00
        }
        +"title": 125278
      }
      0 => App\Entity\EntryComment {#2299}
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2749
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2576
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
  +root: App\Entity\EntryComment {#2113}
  +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700043569 {#2192
    date: 2023-11-15 11:19:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2298 …}
  +nested: Doctrine\ORM\PersistentCollection {#2291 …}
  +votes: Doctrine\ORM\PersistentCollection {#2301 …}
  +reports: Doctrine\ORM\PersistentCollection {#2297 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
  -id: 126600
  -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329106"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043569 {#2189
    date: 2023-11-15 11:19:29.0 +01:00
  }
  +"title": 126600
}
"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
11 DENIED edit
App\Entity\EntryComment {#2299
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2834
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2840 …}
    +votes: Doctrine\ORM\PersistentCollection {#2850 …}
    +reports: Doctrine\ORM\PersistentCollection {#2852 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
    +badges: Doctrine\ORM\PersistentCollection {#2858 …}
    +children: [
      1 => App\Entity\EntryComment {#2113
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "Finally someone who learnt how to use systemd."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1700343203 {#2122
          date: 2023-11-18 22:33:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@luthis@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2119 …}
        +nested: Doctrine\ORM\PersistentCollection {#2120 …}
        +votes: Doctrine\ORM\PersistentCollection {#2160 …}
        +reports: Doctrine\ORM\PersistentCollection {#2162 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
        -id: 125278
        -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5315426"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700000538 {#2115
          date: 2023-11-14 23:22:18.0 +01:00
        }
        +"title": 125278
      }
      0 => App\Entity\EntryComment {#2299}
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2749
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2576
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
  +root: App\Entity\EntryComment {#2113}
  +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700043569 {#2192
    date: 2023-11-15 11:19:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2298 …}
  +nested: Doctrine\ORM\PersistentCollection {#2291 …}
  +votes: Doctrine\ORM\PersistentCollection {#2301 …}
  +reports: Doctrine\ORM\PersistentCollection {#2297 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
  -id: 126600
  -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329106"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043569 {#2189
    date: 2023-11-15 11:19:29.0 +01:00
  }
  +"title": 126600
}
"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
12 DENIED moderate
App\Entity\EntryComment {#2299
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2123
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-to-exclude-SSH-port-from-VPN-so-you-can"
    +title: "How to exclude SSH port from VPN so you can remote access while VPN is up"
    +url: null
    +body: """
      I solved this problem for myself yesterday and couldn’t find the answer anywhere online (clearly stated), so here’s what I did.\n
      \n
      This also works for Plex, games, etc it’s policy based routing so you can have your VPN and remote access at the same time.\n
      \n
      This configuration is for your ssh server (ie your home PC) that has a VPN running like ProtonVPN etc and allows you to connect back to your home PC remotely either for SSH, plex, anything you’re serving.\n
      \n
      This is changing the default gateway for particular ports, so that return traffic from connection attempts doesn’t go back out through the VPN.\n
      \n
      I used this page to figure out how to do this:\n
      \n
      [linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)\n
      \n
      Add a default route to some table, arbitrarily table 10 but you can use whatever number (RTFM), also obviously needs to be your router IP\n
      \n
      `  sudo ip route add default via 192.168.19.1 table 10`\n
      \n
      Add a rule for the return traffic from your ssh host\n
      \n
      `  sudo ip rule add sport 22 table 10`\n
      \n
      `  sudo ip route flush cache`\n
      \n
      check out your fancy new rule\n
      \n
      `  ip rule show`\n
      \n
      And to make this persistent across reboots, add to:\n
      \n
      `/etc/systemd/network/20-wired.network`\n
      \n
      (or whatever your file there is, add the following to the bottom. This is the same as above, just permanent)\n
      \n
      ```\n
      \n
      <span style="color:#323232;">[Route]\n
      </span><span style="color:#323232;">Gateway=192.168.19.1\n
      </span><span style="color:#323232;">Table=10\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">[RoutingPolicyRule]\n
      </span><span style="color:#323232;">SourcePort=22\n
      </span><span style="color:#323232;">Table=10\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 90
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700086096 {#2834
      date: 2023-11-15 23:08:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2840 …}
    +votes: Doctrine\ORM\PersistentCollection {#2850 …}
    +reports: Doctrine\ORM\PersistentCollection {#2852 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2854 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2856 …}
    +badges: Doctrine\ORM\PersistentCollection {#2858 …}
    +children: [
      1 => App\Entity\EntryComment {#2113
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2123 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "Finally someone who learnt how to use systemd."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1700343203 {#2122
          date: 2023-11-18 22:33:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@luthis@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2119 …}
        +nested: Doctrine\ORM\PersistentCollection {#2120 …}
        +votes: Doctrine\ORM\PersistentCollection {#2160 …}
        +reports: Doctrine\ORM\PersistentCollection {#2162 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
        -id: 125278
        -bodyTs: "'final':1 'learnt':4 'someon':2 'systemd':8 'use':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5315426"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700000538 {#2115
          date: 2023-11-14 23:22:18.0 +01:00
        }
        +"title": 125278
      }
      0 => App\Entity\EntryComment {#2299}
    ]
    -id: 13100
    -titleTs: "'access':12 'exclud':3 'port':5 'remot':11 'ssh':4 'vpn':7,14"
    -bodyTs: "'/etc/systemd/network/20-wired.network':201 '/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':124 '10':134,158,177,226,231 '192.168.19.1':156,224 '22':175,229 'access':44 'across':197 'add':125,153,159,173,199,208 'allow':69 'also':25,142 'answer':13 'anyth':83 'anywher':14 'arbitrarili':132 'attempt':102 'back':73,106 'base':34 'bottom':213 'cach':182 'chang':89 'check':183 'clear':16 'configur':50 'connect':72,101 'couldn':9 'default':91,127,154 'doesn':103 'either':79 'etc':30,67 'fanci':186 'figur':116 'file':205 'find':11 'flush':181 'follow':210 'game':29 'gateway':92,223 'go':105 'home':58,76 'host':169 'ie':56 'ip':149,151,171,179,189 'like':65 'linux-ip.net':123 'linux-ip.net/html/tools-ip-rule.html](http://linux-ip.net/html/tools-ip-rule.html)':122 'make':194 'need':144 'new':187 'number':140 'obvious':143 'onlin':15 'page':114 'particular':94 'pc':59,77 'perman':221 'persist':196 'plex':28,82 'polici':33 'port':95 'problem':4 'protonvpn':66 're':85 'reboot':198 'remot':43,78 'return':98,164 'rout':35,128,152,180,222 'router':148 'routingpolicyrul':227 'rtfm':141 'rule':161,172,188,190 'run':64 'serv':86 'server':55 'show':191 'solv':2 'sourceport':228 'sport':174 'ssh':54,81,168 'state':17 'sudo':150,170,178 'tabl':131,133,157,176,225,230 'time':48 'traffic':99,165 'use':112,138 'via':155 'vpn':41,63,110 'whatev':139,203 'work':26 'yesterday':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700086244
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3374605"
    +editedAt: DateTimeImmutable @1700341046 {#2749
      date: 2023-11-18 21:57:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699999844 {#2576
      date: 2023-11-14 23:10:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2311 …}
  +root: App\Entity\EntryComment {#2113}
  +body: "Here, a bit more for you: [tadeubento.com/…/systemd-hidden-gems-for-a-better…](https://tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700043569 {#2192
    date: 2023-11-15 11:19:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@luthis@lemmy.nz"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2298 …}
  +nested: Doctrine\ORM\PersistentCollection {#2291 …}
  +votes: Doctrine\ORM\PersistentCollection {#2301 …}
  +reports: Doctrine\ORM\PersistentCollection {#2297 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2315 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2321 …}
  -id: 126600
  -bodyTs: "'/2023/systemd-hidden-gems-for-a-better-linux/)':11 '/systemd-hidden-gems-for-a-better':8 'bit':3 'tadeubento.com':7,10 'tadeubento.com/2023/systemd-hidden-gems-for-a-better-linux/)':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329106"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043569 {#2189
    date: 2023-11-15 11:19:29.0 +01:00
  }
  +"title": 126600
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2747 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
  +slug: "Louvre-C-library-for-building-Wayland-compositors"
  +title: "Louvre: C++ library for building Wayland compositors."
  +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
  +body: """
    Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
    \n
    It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
    \n
    The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
    \n
    You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
    \n
    I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
    \n
    Greetings!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700324159 {#2860
    date: 2023-11-18 17:15:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2867 …}
  +votes: Doctrine\ORM\PersistentCollection {#2869 …}
  +reports: Doctrine\ORM\PersistentCollection {#2871 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
  +badges: Doctrine\ORM\PersistentCollection {#2877 …}
  +children: [
    1 => App\Entity\EntryComment {#2111
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
        \n
        I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
        \n
        Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
        \n
        Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
        \n
        If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700263915 {#2099
        date: 2023-11-18 00:31:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ehopperdietzel@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2102 …}
      +nested: Doctrine\ORM\PersistentCollection {#2103 …}
      +votes: Doctrine\ORM\PersistentCollection {#2110 …}
      +reports: Doctrine\ORM\PersistentCollection {#2112 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
      -id: 125250
      -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5315293"
      +editedAt: DateTimeImmutable @1700250907 {#2105
        date: 2023-11-17 20:55:07.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700000189 {#2108
        date: 2023-11-14 23:16:29.0 +01:00
      }
      +"title": 125250
    }
    0 => App\Entity\EntryComment {#2224
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
      +root: App\Entity\EntryComment {#2111}
      +body: """
        > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
        \n
        Well it seems I’m not the only one then :P
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700003129 {#2139
        date: 2023-11-15 00:05:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ehopperdietzel@lemmy.world"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2223 …}
      +nested: Doctrine\ORM\PersistentCollection {#2216 …}
      +votes: Doctrine\ORM\PersistentCollection {#2213 …}
      +reports: Doctrine\ORM\PersistentCollection {#2230 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
      -id: 125454
      -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5316428"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700003129 {#2215
        date: 2023-11-15 00:05:29.0 +01:00
      }
      +"title": 125454
    }
  ]
  -id: 13052
  -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
  -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700075572
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8258740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699989172 {#2842
    date: 2023-11-14 20:12:52.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
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2747 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
  +slug: "Louvre-C-library-for-building-Wayland-compositors"
  +title: "Louvre: C++ library for building Wayland compositors."
  +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
  +body: """
    Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
    \n
    It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
    \n
    The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
    \n
    You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
    \n
    I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
    \n
    Greetings!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700324159 {#2860
    date: 2023-11-18 17:15:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2867 …}
  +votes: Doctrine\ORM\PersistentCollection {#2869 …}
  +reports: Doctrine\ORM\PersistentCollection {#2871 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
  +badges: Doctrine\ORM\PersistentCollection {#2877 …}
  +children: [
    1 => App\Entity\EntryComment {#2111
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
        \n
        I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
        \n
        Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
        \n
        Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
        \n
        If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700263915 {#2099
        date: 2023-11-18 00:31:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ehopperdietzel@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2102 …}
      +nested: Doctrine\ORM\PersistentCollection {#2103 …}
      +votes: Doctrine\ORM\PersistentCollection {#2110 …}
      +reports: Doctrine\ORM\PersistentCollection {#2112 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
      -id: 125250
      -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5315293"
      +editedAt: DateTimeImmutable @1700250907 {#2105
        date: 2023-11-17 20:55:07.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700000189 {#2108
        date: 2023-11-14 23:16:29.0 +01:00
      }
      +"title": 125250
    }
    0 => App\Entity\EntryComment {#2224
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
      +root: App\Entity\EntryComment {#2111}
      +body: """
        > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
        \n
        Well it seems I’m not the only one then :P
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700003129 {#2139
        date: 2023-11-15 00:05:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ehopperdietzel@lemmy.world"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2223 …}
      +nested: Doctrine\ORM\PersistentCollection {#2216 …}
      +votes: Doctrine\ORM\PersistentCollection {#2213 …}
      +reports: Doctrine\ORM\PersistentCollection {#2230 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
      -id: 125454
      -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5316428"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700003129 {#2215
        date: 2023-11-15 00:05:29.0 +01:00
      }
      +"title": 125454
    }
  ]
  -id: 13052
  -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
  -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700075572
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8258740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699989172 {#2842
    date: 2023-11-14 20:12:52.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
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2101
  +user: Proxies\__CG__\App\Entity\User {#2512 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2747 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
  +slug: "Louvre-C-library-for-building-Wayland-compositors"
  +title: "Louvre: C++ library for building Wayland compositors."
  +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
  +body: """
    Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
    \n
    It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
    \n
    The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
    \n
    You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
    \n
    I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
    \n
    Greetings!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 34
  +favouriteCount: 219
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700324159 {#2860
    date: 2023-11-18 17:15:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2867 …}
  +votes: Doctrine\ORM\PersistentCollection {#2869 …}
  +reports: Doctrine\ORM\PersistentCollection {#2871 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
  +badges: Doctrine\ORM\PersistentCollection {#2877 …}
  +children: [
    1 => App\Entity\EntryComment {#2111
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
        \n
        I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
        \n
        Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
        \n
        Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
        \n
        If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1700263915 {#2099
        date: 2023-11-18 00:31:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ehopperdietzel@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2102 …}
      +nested: Doctrine\ORM\PersistentCollection {#2103 …}
      +votes: Doctrine\ORM\PersistentCollection {#2110 …}
      +reports: Doctrine\ORM\PersistentCollection {#2112 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
      -id: 125250
      -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5315293"
      +editedAt: DateTimeImmutable @1700250907 {#2105
        date: 2023-11-17 20:55:07.0 +01:00
      }
      +createdAt: DateTimeImmutable @1700000189 {#2108
        date: 2023-11-14 23:16:29.0 +01:00
      }
      +"title": 125250
    }
    0 => App\Entity\EntryComment {#2224
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
      +root: App\Entity\EntryComment {#2111}
      +body: """
        > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
        \n
        Well it seems I’m not the only one then :P
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1700003129 {#2139
        date: 2023-11-15 00:05:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ehopperdietzel@lemmy.world"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2223 …}
      +nested: Doctrine\ORM\PersistentCollection {#2216 …}
      +votes: Doctrine\ORM\PersistentCollection {#2213 …}
      +reports: Doctrine\ORM\PersistentCollection {#2230 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
      -id: 125454
      -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5316428"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700003129 {#2215
        date: 2023-11-15 00:05:29.0 +01:00
      }
      +"title": 125454
    }
  ]
  -id: 13052
  -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
  -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700075572
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8258740"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699989172 {#2842
    date: 2023-11-14 20:12:52.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
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 {#2111
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2512 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2747 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
    +slug: "Louvre-C-library-for-building-Wayland-compositors"
    +title: "Louvre: C++ library for building Wayland compositors."
    +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
    +body: """
      Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
      \n
      It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
      \n
      The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
      \n
      You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
      \n
      I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
      \n
      Greetings!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 219
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700324159 {#2860
      date: 2023-11-18 17:15:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2869 …}
    +reports: Doctrine\ORM\PersistentCollection {#2871 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
    +badges: Doctrine\ORM\PersistentCollection {#2877 …}
    +children: [
      1 => App\Entity\EntryComment {#2111}
      0 => App\Entity\EntryComment {#2224
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
        +root: App\Entity\EntryComment {#2111}
        +body: """
          > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
          \n
          Well it seems I’m not the only one then :P
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700003129 {#2139
          date: 2023-11-15 00:05:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ehopperdietzel@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2223 …}
        +nested: Doctrine\ORM\PersistentCollection {#2216 …}
        +votes: Doctrine\ORM\PersistentCollection {#2213 …}
        +reports: Doctrine\ORM\PersistentCollection {#2230 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
        -id: 125454
        -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5316428"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700003129 {#2215
          date: 2023-11-15 00:05:29.0 +01:00
        }
        +"title": 125454
      }
    ]
    -id: 13052
    -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
    -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700075572
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8258740"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699989172 {#2842
      date: 2023-11-14 20:12:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
    \n
    I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
    \n
    Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
    \n
    Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
    \n
    If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700263915 {#2099
    date: 2023-11-18 00:31:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ehopperdietzel@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2102 …}
  +nested: Doctrine\ORM\PersistentCollection {#2103 …}
  +votes: Doctrine\ORM\PersistentCollection {#2110 …}
  +reports: Doctrine\ORM\PersistentCollection {#2112 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
  -id: 125250
  -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5315293"
  +editedAt: DateTimeImmutable @1700250907 {#2105
    date: 2023-11-17 20:55:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700000189 {#2108
    date: 2023-11-14 23:16:29.0 +01:00
  }
  +"title": 125250
}
"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 {#2111
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2512 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2747 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
    +slug: "Louvre-C-library-for-building-Wayland-compositors"
    +title: "Louvre: C++ library for building Wayland compositors."
    +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
    +body: """
      Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
      \n
      It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
      \n
      The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
      \n
      You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
      \n
      I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
      \n
      Greetings!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 219
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700324159 {#2860
      date: 2023-11-18 17:15:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2869 …}
    +reports: Doctrine\ORM\PersistentCollection {#2871 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
    +badges: Doctrine\ORM\PersistentCollection {#2877 …}
    +children: [
      1 => App\Entity\EntryComment {#2111}
      0 => App\Entity\EntryComment {#2224
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
        +root: App\Entity\EntryComment {#2111}
        +body: """
          > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
          \n
          Well it seems I’m not the only one then :P
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700003129 {#2139
          date: 2023-11-15 00:05:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ehopperdietzel@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2223 …}
        +nested: Doctrine\ORM\PersistentCollection {#2216 …}
        +votes: Doctrine\ORM\PersistentCollection {#2213 …}
        +reports: Doctrine\ORM\PersistentCollection {#2230 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
        -id: 125454
        -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5316428"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700003129 {#2215
          date: 2023-11-15 00:05:29.0 +01:00
        }
        +"title": 125454
      }
    ]
    -id: 13052
    -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
    -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700075572
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8258740"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699989172 {#2842
      date: 2023-11-14 20:12:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
    \n
    I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
    \n
    Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
    \n
    Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
    \n
    If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700263915 {#2099
    date: 2023-11-18 00:31:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ehopperdietzel@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2102 …}
  +nested: Doctrine\ORM\PersistentCollection {#2103 …}
  +votes: Doctrine\ORM\PersistentCollection {#2110 …}
  +reports: Doctrine\ORM\PersistentCollection {#2112 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
  -id: 125250
  -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5315293"
  +editedAt: DateTimeImmutable @1700250907 {#2105
    date: 2023-11-17 20:55:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700000189 {#2108
    date: 2023-11-14 23:16:29.0 +01:00
  }
  +"title": 125250
}
"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 {#2111
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2512 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2747 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
    +slug: "Louvre-C-library-for-building-Wayland-compositors"
    +title: "Louvre: C++ library for building Wayland compositors."
    +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
    +body: """
      Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
      \n
      It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
      \n
      The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
      \n
      You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
      \n
      I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
      \n
      Greetings!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 219
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700324159 {#2860
      date: 2023-11-18 17:15:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2869 …}
    +reports: Doctrine\ORM\PersistentCollection {#2871 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
    +badges: Doctrine\ORM\PersistentCollection {#2877 …}
    +children: [
      1 => App\Entity\EntryComment {#2111}
      0 => App\Entity\EntryComment {#2224
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
        +root: App\Entity\EntryComment {#2111}
        +body: """
          > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
          \n
          Well it seems I’m not the only one then :P
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1700003129 {#2139
          date: 2023-11-15 00:05:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ehopperdietzel@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2223 …}
        +nested: Doctrine\ORM\PersistentCollection {#2216 …}
        +votes: Doctrine\ORM\PersistentCollection {#2213 …}
        +reports: Doctrine\ORM\PersistentCollection {#2230 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
        -id: 125454
        -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5316428"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700003129 {#2215
          date: 2023-11-15 00:05:29.0 +01:00
        }
        +"title": 125454
      }
    ]
    -id: 13052
    -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
    -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700075572
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8258740"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699989172 {#2842
      date: 2023-11-14 20:12:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
    \n
    I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
    \n
    Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
    \n
    Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
    \n
    If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1700263915 {#2099
    date: 2023-11-18 00:31:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ehopperdietzel@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2102 …}
  +nested: Doctrine\ORM\PersistentCollection {#2103 …}
  +votes: Doctrine\ORM\PersistentCollection {#2110 …}
  +reports: Doctrine\ORM\PersistentCollection {#2112 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
  -id: 125250
  -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5315293"
  +editedAt: DateTimeImmutable @1700250907 {#2105
    date: 2023-11-17 20:55:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700000189 {#2108
    date: 2023-11-14 23:16:29.0 +01:00
  }
  +"title": 125250
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2224
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2512 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2747 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
    +slug: "Louvre-C-library-for-building-Wayland-compositors"
    +title: "Louvre: C++ library for building Wayland compositors."
    +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
    +body: """
      Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
      \n
      It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
      \n
      The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
      \n
      You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
      \n
      I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
      \n
      Greetings!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 219
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700324159 {#2860
      date: 2023-11-18 17:15:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2869 …}
    +reports: Doctrine\ORM\PersistentCollection {#2871 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
    +badges: Doctrine\ORM\PersistentCollection {#2877 …}
    +children: [
      1 => App\Entity\EntryComment {#2111
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
          \n
          I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
          \n
          Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
          \n
          Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
          \n
          If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700263915 {#2099
          date: 2023-11-18 00:31:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ehopperdietzel@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2102 …}
        +nested: Doctrine\ORM\PersistentCollection {#2103 …}
        +votes: Doctrine\ORM\PersistentCollection {#2110 …}
        +reports: Doctrine\ORM\PersistentCollection {#2112 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
        -id: 125250
        -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5315293"
        +editedAt: DateTimeImmutable @1700250907 {#2105
          date: 2023-11-17 20:55:07.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700000189 {#2108
          date: 2023-11-14 23:16:29.0 +01:00
        }
        +"title": 125250
      }
      0 => App\Entity\EntryComment {#2224}
    ]
    -id: 13052
    -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
    -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700075572
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8258740"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699989172 {#2842
      date: 2023-11-14 20:12:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: App\Entity\EntryComment {#2111}
  +body: """
    > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
    \n
    Well it seems I’m not the only one then :P
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700003129 {#2139
    date: 2023-11-15 00:05:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ehopperdietzel@lemmy.world"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2223 …}
  +nested: Doctrine\ORM\PersistentCollection {#2216 …}
  +votes: Doctrine\ORM\PersistentCollection {#2213 …}
  +reports: Doctrine\ORM\PersistentCollection {#2230 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
  -id: 125454
  -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5316428"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700003129 {#2215
    date: 2023-11-15 00:05:29.0 +01:00
  }
  +"title": 125454
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2224
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2512 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2747 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
    +slug: "Louvre-C-library-for-building-Wayland-compositors"
    +title: "Louvre: C++ library for building Wayland compositors."
    +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
    +body: """
      Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
      \n
      It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
      \n
      The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
      \n
      You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
      \n
      I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
      \n
      Greetings!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 219
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700324159 {#2860
      date: 2023-11-18 17:15:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2869 …}
    +reports: Doctrine\ORM\PersistentCollection {#2871 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
    +badges: Doctrine\ORM\PersistentCollection {#2877 …}
    +children: [
      1 => App\Entity\EntryComment {#2111
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
          \n
          I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
          \n
          Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
          \n
          Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
          \n
          If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700263915 {#2099
          date: 2023-11-18 00:31:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ehopperdietzel@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2102 …}
        +nested: Doctrine\ORM\PersistentCollection {#2103 …}
        +votes: Doctrine\ORM\PersistentCollection {#2110 …}
        +reports: Doctrine\ORM\PersistentCollection {#2112 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
        -id: 125250
        -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5315293"
        +editedAt: DateTimeImmutable @1700250907 {#2105
          date: 2023-11-17 20:55:07.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700000189 {#2108
          date: 2023-11-14 23:16:29.0 +01:00
        }
        +"title": 125250
      }
      0 => App\Entity\EntryComment {#2224}
    ]
    -id: 13052
    -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
    -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700075572
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8258740"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699989172 {#2842
      date: 2023-11-14 20:12:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: App\Entity\EntryComment {#2111}
  +body: """
    > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
    \n
    Well it seems I’m not the only one then :P
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700003129 {#2139
    date: 2023-11-15 00:05:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ehopperdietzel@lemmy.world"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2223 …}
  +nested: Doctrine\ORM\PersistentCollection {#2216 …}
  +votes: Doctrine\ORM\PersistentCollection {#2213 …}
  +reports: Doctrine\ORM\PersistentCollection {#2230 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
  -id: 125454
  -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5316428"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700003129 {#2215
    date: 2023-11-15 00:05:29.0 +01:00
  }
  +"title": 125454
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2224
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2101
    +user: Proxies\__CG__\App\Entity\User {#2512 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2747 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2865 …}
    +slug: "Louvre-C-library-for-building-Wayland-compositors"
    +title: "Louvre: C++ library for building Wayland compositors."
    +url: "https://lemmy.world/pictrs/image/712727df-59a9-4c0c-a7cf-e55bccdab252.png"
    +body: """
      Hello, yesterday I officially released Louvre v1.0.0, a C++ library designed for building Wayland compositors with a primary focus on ease of development. It provides a default method for handling protocols, input events, and rendering, which you can selectively and progressively override as required, allowing you to see a functional compositor from day 1.\n
      \n
      It supports multi-GPU setups, multi-session (TTY switching), and offers various rendering options, including a scene and view system that automatically repaints only the damaged (changing) regions during a frame. Because it uses multiple threads, it can maintain a high FPS rate with v-sync enabled when rendering complex scenarios. In contrast, single-threaded compositors often experience a rapid drop in FPS, for example, from 60 to 30 fps, due to “dead times” while waiting for a screen vblank, leading to the skipping of frames.\n
      \n
      The library is freely available, open source, thoroughly documented, includes examples, and features a detailed tutorial.\n
      \n
      You can find it here: [github.com/CuarzoSoftware/Louvre](https://github.com/CuarzoSoftware/Louvre)\n
      \n
      I hope it proves useful for you. If you decide to use it and encounter any doubts or wish to contribute to its development, please don’t hesitate to reach out.\n
      \n
      Greetings!
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 34
    +favouriteCount: 219
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700324159 {#2860
      date: 2023-11-18 17:15:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2867 …}
    +votes: Doctrine\ORM\PersistentCollection {#2869 …}
    +reports: Doctrine\ORM\PersistentCollection {#2871 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2873 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2875 …}
    +badges: Doctrine\ORM\PersistentCollection {#2877 …}
    +children: [
      1 => App\Entity\EntryComment {#2111
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2101 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Lets see if I got this right, you (the OP), the creator of Louvre, managed to create an example compositor that looks like a better desktop experience than the entire KDE and GNOME teams could ever develop with their infinite wisdom and funding? Fucking amazing. :)\n
          \n
          I know this is an example, but seriously following the “copy apple down to the last pixel” approach you should consider creating a DE for Linux that doesn’t have themes or any user tweaks, just a simple and pixel-perfect copy of macOS. The problem with GNOME and KDE is that they both fail in simple design principals such as proportions, item spacing and whatnot while Apple, and you by extension, excels in that aspect.\n
          \n
          Furthermore my personal opinion is that GNOME tries to reinvent everything and ends up fucking things up and creating situations like the lack of desktop icons going into the activities view by default etc. KDE however does some other stuff right but they fail really badly in terms of proportions and item spacing. Their taskbar is also a shame, for a group that says they want to copy Windows’ style they aren’t doing that well.\n
          \n
          Desktop experiences when it comes to design peaked with macOS Monterey (after that Apple did changes to the settings that are still not polished) and in terms of usability they peaked with the release of Exposé, Spaces and later their integration on Mission Control (initially bad but now they seem better).\n
          \n
          If you do create a 1:1 copy of macOS desktop experience (and keep it updates) as a new DE you’ll most likely become very popular in no time. It doesn’t need themes, customization and all the personalization that would make it really hard to create, just a simply pixel perfect copy of macOS.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1700263915 {#2099
          date: 2023-11-18 00:31:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ehopperdietzel@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2102 …}
        +nested: Doctrine\ORM\PersistentCollection {#2103 …}
        +votes: Doctrine\ORM\PersistentCollection {#2110 …}
        +reports: Doctrine\ORM\PersistentCollection {#2112 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2114 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2117 …}
        -id: 125250
        -bodyTs: "'1':255,256 'activ':152 'also':179 'amaz':45 'appl':57,114,212 'approach':63 'aren':194 'aspect':122 'bad':168,244 'becom':274 'better':25,249 'chang':214 'come':203 'compositor':20 'consid':66 'control':242 'copi':56,88,190,257,303 'could':35 'creat':17,67,141,253,297 'creator':12 'custom':285 'de':69,269 'default':155 'design':104,205 'desktop':26,147,199,260 'develop':37 'doesn':73,281 'end':135 'entir':30 'etc':156 'ever':36 'everyth':133 'exampl':19,51 'excel':119 'experi':27,200,261 'exposé':234 'extens':118 'fail':101,166 'follow':54 'fuck':44,137 'fund':43 'furthermor':123 'gnome':33,94,129 'go':149 'got':5 'group':184 'hard':295 'howev':158 'icon':148 'infinit':40 'initi':243 'integr':239 'item':109,174 'kde':31,96,157 'keep':263 'know':47 'lack':145 'last':61 'later':237 'let':1 'like':23,143,273 'linux':71 'll':271 'look':22 'louvr':14 'maco':90,208,259,305 'make':292 'manag':15 'mission':241 'monterey':209 'need':283 'new':268 'op':10 'opinion':126 'peak':206,229 'perfect':87,302 'person':125,289 'pixel':62,86,301 'pixel-perfect':85 'polish':222 'popular':276 'princip':105 'problem':92 'proport':108,172 'realli':167,294 'reinvent':132 'releas':232 'right':7,163 'say':186 'see':2 'seem':248 'serious':53 'set':217 'shame':181 'simpl':83,103 'simpli':300 'situat':142 'space':110,175,235 'still':220 'stuff':162 'style':192 'taskbar':177 'team':34 'term':170,225 'theme':76,284 'thing':138 'time':279 'tri':130 'tweak':80 'updat':265 'usabl':227 'user':79 'view':153 'want':188 'well':198 'whatnot':112 'window':191 'wisdom':41 'would':291"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5315293"
        +editedAt: DateTimeImmutable @1700250907 {#2105
          date: 2023-11-17 20:55:07.0 +01:00
        }
        +createdAt: DateTimeImmutable @1700000189 {#2108
          date: 2023-11-14 23:16:29.0 +01:00
        }
        +"title": 125250
      }
      0 => App\Entity\EntryComment {#2224}
    ]
    -id: 13052
    -titleTs: "'build':5 'c':2 'compositor':7 'librari':3 'louvr':1 'wayland':6"
    -bodyTs: "'/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':168 '1':54 '30':127 '60':125 'allow':45 'automat':78 'avail':149 'build':13 'c':9 'chang':83 'complex':107 'compositor':15,51,114 'contrast':110 'contribut':189 'damag':82 'day':53 'dead':131 'decid':178 'default':27 'design':11 'detail':159 'develop':23,192 'document':153 'doubt':185 'drop':119 'due':129 'eas':21 'enabl':104 'encount':183 'event':33 'exampl':123,155 'experi':116 'featur':157 'find':163 'focus':19 'fps':98,121,128 'frame':87,144 'freeli':148 'function':50 'github.com':167 'github.com/cuarzosoftware/louvre](https://github.com/cuarzosoftware/louvre)':166 'gpu':59 'greet':200 'handl':30 'hello':1 'hesit':196 'high':97 'hope':170 'includ':71,154 'input':32 'lead':139 'librari':10,146 'louvr':6 'maintain':95 'method':28 'multi':58,62 'multi-gpu':57 'multi-sess':61 'multipl':91 'offer':67 'offici':4 'often':115 'open':150 'option':70 'overrid':42 'pleas':193 'primari':18 'progress':41 'protocol':31 'prove':172 'provid':25 'rapid':118 'rate':99 'reach':198 'region':84 'releas':5 'render':35,69,106 'repaint':79 'requir':44 'scenario':108 'scene':73 'screen':137 'see':48 'select':39 'session':63 'setup':60 'singl':112 'single-thread':111 'skip':142 'sourc':151 'support':56 'switch':65 'sync':103 'system':76 'thorough':152 'thread':92,113 'time':132 'tti':64 'tutori':160 'use':90,173,180 'v':102 'v-sync':101 'v1.0.0':7 'various':68 'vblank':138 'view':75 'wait':134 'wayland':14 'wish':187 'yesterday':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700075572
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8258740"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699989172 {#2842
      date: 2023-11-14 20:12:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: App\Entity\EntryComment {#2111}
  +body: """
    > I actually want to create a macOS clone, hahaha. That is one of the reasons I started this project.\n
    \n
    Well it seems I’m not the only one then :P
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700003129 {#2139
    date: 2023-11-15 00:05:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ehopperdietzel@lemmy.world"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2223 …}
  +nested: Doctrine\ORM\PersistentCollection {#2216 …}
  +votes: Doctrine\ORM\PersistentCollection {#2213 …}
  +reports: Doctrine\ORM\PersistentCollection {#2230 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2228 …}
  -id: 125454
  -bodyTs: "'actual':2 'clone':8 'creat':5 'hahaha':9 'm':24 'maco':7 'one':12,28 'p':30 'project':19 'reason':15 'seem':22 'start':17 'want':3 'well':20"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5316428"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700003129 {#2215
    date: 2023-11-15 00:05:29.0 +01:00
  }
  +"title": 125454
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2068
  +user: Proxies\__CG__\App\Entity\User {#2584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
  +slug: "on-arch-btw"
  +title: "on arch btw."
  +url: "https://i.imgflip.com/85zwdo.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 86
  +favouriteCount: 411
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700128328 {#2234
    date: 2023-11-16 10:52:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2795 …}
  +votes: Doctrine\ORM\PersistentCollection {#2793 …}
  +reports: Doctrine\ORM\PersistentCollection {#2790 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
  +badges: Doctrine\ORM\PersistentCollection {#2837 …}
  +children: [
    4 => App\Entity\EntryComment {#2073
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 60
      +score: 0
      +lastActive: DateTime @1700299607 {#2136
        date: 2023-11-18 10:26:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2072 …}
      +nested: Doctrine\ORM\PersistentCollection {#2065 …}
      +votes: Doctrine\ORM\PersistentCollection {#2066 …}
      +reports: Doctrine\ORM\PersistentCollection {#2067 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
      -id: 124657
      -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311906"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699990154 {#2137
        date: 2023-11-14 20:29:14.0 +01:00
      }
      +"title": 124657
    }
    3 => App\Entity\EntryComment {#2047
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Absolutely obliterated."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699998933 {#2059
        date: 2023-11-14 22:55:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2057 …}
      +nested: Doctrine\ORM\PersistentCollection {#2055 …}
      +votes: Doctrine\ORM\PersistentCollection {#2054 …}
      +reports: Doctrine\ORM\PersistentCollection {#2053 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
      -id: 125178
      -bodyTs: "'absolut':1 'obliter':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5314878"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699998933 {#2046
        date: 2023-11-14 22:55:33.0 +01:00
      }
      +"title": 125178
    }
    2 => App\Entity\EntryComment {#2306
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700043634 {#2310
        date: 2023-11-15 11:20:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@brax@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2305 …}
      +nested: Doctrine\ORM\PersistentCollection {#2303 …}
      +votes: Doctrine\ORM\PersistentCollection {#2317 …}
      +reports: Doctrine\ORM\PersistentCollection {#2313 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
      -id: 126603
      -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329116"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043634 {#2307
        date: 2023-11-15 11:20:34.0 +01:00
      }
      +"title": 126603
    }
    1 => App\Entity\EntryComment {#2283
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700043693 {#2295
        date: 2023-11-15 11:21:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2282 …}
      +nested: Doctrine\ORM\PersistentCollection {#2276 …}
      +votes: Doctrine\ORM\PersistentCollection {#2275 …}
      +reports: Doctrine\ORM\PersistentCollection {#2261 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
      -id: 126604
      -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329131"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043693 {#2281
        date: 2023-11-15 11:21:33.0 +01:00
      }
      +"title": 126604
    }
    0 => App\Entity\EntryComment {#2199
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1700044022 {#2217
        date: 2023-11-15 11:27:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2194 …}
      +nested: Doctrine\ORM\PersistentCollection {#2193 …}
      +votes: Doctrine\ORM\PersistentCollection {#2205 …}
      +reports: Doctrine\ORM\PersistentCollection {#2202 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 126620
      -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329193"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700044022 {#2196
        date: 2023-11-15 11:27:02.0 +01:00
      }
      +"title": 126620
    }
  ]
  -id: 12957
  -titleTs: "'arch':2 'btw':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700060847
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8248290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699974447 {#2654
    date: 2023-11-14 16:07:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2068
  +user: Proxies\__CG__\App\Entity\User {#2584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
  +slug: "on-arch-btw"
  +title: "on arch btw."
  +url: "https://i.imgflip.com/85zwdo.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 86
  +favouriteCount: 411
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700128328 {#2234
    date: 2023-11-16 10:52:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2795 …}
  +votes: Doctrine\ORM\PersistentCollection {#2793 …}
  +reports: Doctrine\ORM\PersistentCollection {#2790 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
  +badges: Doctrine\ORM\PersistentCollection {#2837 …}
  +children: [
    4 => App\Entity\EntryComment {#2073
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 60
      +score: 0
      +lastActive: DateTime @1700299607 {#2136
        date: 2023-11-18 10:26:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2072 …}
      +nested: Doctrine\ORM\PersistentCollection {#2065 …}
      +votes: Doctrine\ORM\PersistentCollection {#2066 …}
      +reports: Doctrine\ORM\PersistentCollection {#2067 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
      -id: 124657
      -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311906"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699990154 {#2137
        date: 2023-11-14 20:29:14.0 +01:00
      }
      +"title": 124657
    }
    3 => App\Entity\EntryComment {#2047
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Absolutely obliterated."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699998933 {#2059
        date: 2023-11-14 22:55:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2057 …}
      +nested: Doctrine\ORM\PersistentCollection {#2055 …}
      +votes: Doctrine\ORM\PersistentCollection {#2054 …}
      +reports: Doctrine\ORM\PersistentCollection {#2053 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
      -id: 125178
      -bodyTs: "'absolut':1 'obliter':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5314878"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699998933 {#2046
        date: 2023-11-14 22:55:33.0 +01:00
      }
      +"title": 125178
    }
    2 => App\Entity\EntryComment {#2306
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700043634 {#2310
        date: 2023-11-15 11:20:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@brax@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2305 …}
      +nested: Doctrine\ORM\PersistentCollection {#2303 …}
      +votes: Doctrine\ORM\PersistentCollection {#2317 …}
      +reports: Doctrine\ORM\PersistentCollection {#2313 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
      -id: 126603
      -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329116"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043634 {#2307
        date: 2023-11-15 11:20:34.0 +01:00
      }
      +"title": 126603
    }
    1 => App\Entity\EntryComment {#2283
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700043693 {#2295
        date: 2023-11-15 11:21:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2282 …}
      +nested: Doctrine\ORM\PersistentCollection {#2276 …}
      +votes: Doctrine\ORM\PersistentCollection {#2275 …}
      +reports: Doctrine\ORM\PersistentCollection {#2261 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
      -id: 126604
      -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329131"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043693 {#2281
        date: 2023-11-15 11:21:33.0 +01:00
      }
      +"title": 126604
    }
    0 => App\Entity\EntryComment {#2199
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1700044022 {#2217
        date: 2023-11-15 11:27:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2194 …}
      +nested: Doctrine\ORM\PersistentCollection {#2193 …}
      +votes: Doctrine\ORM\PersistentCollection {#2205 …}
      +reports: Doctrine\ORM\PersistentCollection {#2202 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 126620
      -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329193"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700044022 {#2196
        date: 2023-11-15 11:27:02.0 +01:00
      }
      +"title": 126620
    }
  ]
  -id: 12957
  -titleTs: "'arch':2 'btw':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700060847
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8248290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699974447 {#2654
    date: 2023-11-14 16:07:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2068
  +user: Proxies\__CG__\App\Entity\User {#2584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: Proxies\__CG__\App\Entity\Image {#2754 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
  +slug: "on-arch-btw"
  +title: "on arch btw."
  +url: "https://i.imgflip.com/85zwdo.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 86
  +favouriteCount: 411
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700128328 {#2234
    date: 2023-11-16 10:52:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2795 …}
  +votes: Doctrine\ORM\PersistentCollection {#2793 …}
  +reports: Doctrine\ORM\PersistentCollection {#2790 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
  +badges: Doctrine\ORM\PersistentCollection {#2837 …}
  +children: [
    4 => App\Entity\EntryComment {#2073
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 60
      +score: 0
      +lastActive: DateTime @1700299607 {#2136
        date: 2023-11-18 10:26:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2072 …}
      +nested: Doctrine\ORM\PersistentCollection {#2065 …}
      +votes: Doctrine\ORM\PersistentCollection {#2066 …}
      +reports: Doctrine\ORM\PersistentCollection {#2067 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
      -id: 124657
      -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311906"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699990154 {#2137
        date: 2023-11-14 20:29:14.0 +01:00
      }
      +"title": 124657
    }
    3 => App\Entity\EntryComment {#2047
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Absolutely obliterated."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699998933 {#2059
        date: 2023-11-14 22:55:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@PoisonedPrisonPanda@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2057 …}
      +nested: Doctrine\ORM\PersistentCollection {#2055 …}
      +votes: Doctrine\ORM\PersistentCollection {#2054 …}
      +reports: Doctrine\ORM\PersistentCollection {#2053 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
      -id: 125178
      -bodyTs: "'absolut':1 'obliter':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5314878"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699998933 {#2046
        date: 2023-11-14 22:55:33.0 +01:00
      }
      +"title": 125178
    }
    2 => App\Entity\EntryComment {#2306
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700043634 {#2310
        date: 2023-11-15 11:20:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@brax@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2305 …}
      +nested: Doctrine\ORM\PersistentCollection {#2303 …}
      +votes: Doctrine\ORM\PersistentCollection {#2317 …}
      +reports: Doctrine\ORM\PersistentCollection {#2313 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
      -id: 126603
      -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329116"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043634 {#2307
        date: 2023-11-15 11:20:34.0 +01:00
      }
      +"title": 126603
    }
    1 => App\Entity\EntryComment {#2283
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700043693 {#2295
        date: 2023-11-15 11:21:33.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2282 …}
      +nested: Doctrine\ORM\PersistentCollection {#2276 …}
      +votes: Doctrine\ORM\PersistentCollection {#2275 …}
      +reports: Doctrine\ORM\PersistentCollection {#2261 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
      -id: 126604
      -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329131"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700043693 {#2281
        date: 2023-11-15 11:21:33.0 +01:00
      }
      +"title": 126604
    }
    0 => App\Entity\EntryComment {#2199
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
      +root: App\Entity\EntryComment {#2073}
      +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1700044022 {#2217
        date: 2023-11-15 11:27:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@foobaz@lemmy.world"
        "@TCB13@lemmy.world"
        "@fl42v@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2194 …}
      +nested: Doctrine\ORM\PersistentCollection {#2193 …}
      +votes: Doctrine\ORM\PersistentCollection {#2205 …}
      +reports: Doctrine\ORM\PersistentCollection {#2202 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
      -id: 126620
      -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5329193"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700044022 {#2196
        date: 2023-11-15 11:27:02.0 +01:00
      }
      +"title": 126620
    }
  ]
  -id: 12957
  -titleTs: "'arch':2 'btw':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700060847
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8248290"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699974447 {#2654
    date: 2023-11-14 16:07:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2073
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073}
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 60
  +score: 0
  +lastActive: DateTime @1700299607 {#2136
    date: 2023-11-18 10:26:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2072 …}
  +nested: Doctrine\ORM\PersistentCollection {#2065 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  -id: 124657
  -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699990154 {#2137
    date: 2023-11-14 20:29:14.0 +01:00
  }
  +"title": 124657
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2073
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073}
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 60
  +score: 0
  +lastActive: DateTime @1700299607 {#2136
    date: 2023-11-18 10:26:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2072 …}
  +nested: Doctrine\ORM\PersistentCollection {#2065 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  -id: 124657
  -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699990154 {#2137
    date: 2023-11-14 20:29:14.0 +01:00
  }
  +"title": 124657
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2073
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073}
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 60
  +score: 0
  +lastActive: DateTime @1700299607 {#2136
    date: 2023-11-18 10:26:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2072 …}
  +nested: Doctrine\ORM\PersistentCollection {#2065 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  -id: 124657
  -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699990154 {#2137
    date: 2023-11-14 20:29:14.0 +01:00
  }
  +"title": 124657
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2047
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047}
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Absolutely obliterated."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699998933 {#2059
    date: 2023-11-14 22:55:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2057 …}
  +nested: Doctrine\ORM\PersistentCollection {#2055 …}
  +votes: Doctrine\ORM\PersistentCollection {#2054 …}
  +reports: Doctrine\ORM\PersistentCollection {#2053 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
  -id: 125178
  -bodyTs: "'absolut':1 'obliter':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5314878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699998933 {#2046
    date: 2023-11-14 22:55:33.0 +01:00
  }
  +"title": 125178
}
"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 {#2047
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047}
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Absolutely obliterated."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699998933 {#2059
    date: 2023-11-14 22:55:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2057 …}
  +nested: Doctrine\ORM\PersistentCollection {#2055 …}
  +votes: Doctrine\ORM\PersistentCollection {#2054 …}
  +reports: Doctrine\ORM\PersistentCollection {#2053 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
  -id: 125178
  -bodyTs: "'absolut':1 'obliter':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5314878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699998933 {#2046
    date: 2023-11-14 22:55:33.0 +01:00
  }
  +"title": 125178
}
"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 {#2047
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047}
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Absolutely obliterated."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699998933 {#2059
    date: 2023-11-14 22:55:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@PoisonedPrisonPanda@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2057 …}
  +nested: Doctrine\ORM\PersistentCollection {#2055 …}
  +votes: Doctrine\ORM\PersistentCollection {#2054 …}
  +reports: Doctrine\ORM\PersistentCollection {#2053 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
  -id: 125178
  -bodyTs: "'absolut':1 'obliter':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5314878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699998933 {#2046
    date: 2023-11-14 22:55:33.0 +01:00
  }
  +"title": 125178
}
"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 {#2306
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306}
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700043634 {#2310
    date: 2023-11-15 11:20:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@brax@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2305 …}
  +nested: Doctrine\ORM\PersistentCollection {#2303 …}
  +votes: Doctrine\ORM\PersistentCollection {#2317 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
  -id: 126603
  -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043634 {#2307
    date: 2023-11-15 11:20:34.0 +01:00
  }
  +"title": 126603
}
"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 {#2306
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306}
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700043634 {#2310
    date: 2023-11-15 11:20:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@brax@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2305 …}
  +nested: Doctrine\ORM\PersistentCollection {#2303 …}
  +votes: Doctrine\ORM\PersistentCollection {#2317 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
  -id: 126603
  -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043634 {#2307
    date: 2023-11-15 11:20:34.0 +01:00
  }
  +"title": 126603
}
"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 {#2306
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306}
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700043634 {#2310
    date: 2023-11-15 11:20:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@brax@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2305 …}
  +nested: Doctrine\ORM\PersistentCollection {#2303 …}
  +votes: Doctrine\ORM\PersistentCollection {#2317 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
  -id: 126603
  -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043634 {#2307
    date: 2023-11-15 11:20:34.0 +01:00
  }
  +"title": 126603
}
"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
App\Entity\EntryComment {#2283
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283}
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700043693 {#2295
    date: 2023-11-15 11:21:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2282 …}
  +nested: Doctrine\ORM\PersistentCollection {#2276 …}
  +votes: Doctrine\ORM\PersistentCollection {#2275 …}
  +reports: Doctrine\ORM\PersistentCollection {#2261 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
  -id: 126604
  -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329131"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043693 {#2281
    date: 2023-11-15 11:21:33.0 +01:00
  }
  +"title": 126604
}
"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
43 DENIED edit
App\Entity\EntryComment {#2283
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283}
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700043693 {#2295
    date: 2023-11-15 11:21:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2282 …}
  +nested: Doctrine\ORM\PersistentCollection {#2276 …}
  +votes: Doctrine\ORM\PersistentCollection {#2275 …}
  +reports: Doctrine\ORM\PersistentCollection {#2261 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
  -id: 126604
  -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329131"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043693 {#2281
    date: 2023-11-15 11:21:33.0 +01:00
  }
  +"title": 126604
}
"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
44 DENIED moderate
App\Entity\EntryComment {#2283
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283}
      0 => App\Entity\EntryComment {#2199
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1700044022 {#2217
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2194 …}
        +nested: Doctrine\ORM\PersistentCollection {#2193 …}
        +votes: Doctrine\ORM\PersistentCollection {#2205 …}
        +reports: Doctrine\ORM\PersistentCollection {#2202 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
        -id: 126620
        -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329193"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700044022 {#2196
          date: 2023-11-15 11:27:02.0 +01:00
        }
        +"title": 126620
      }
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700043693 {#2295
    date: 2023-11-15 11:21:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2282 …}
  +nested: Doctrine\ORM\PersistentCollection {#2276 …}
  +votes: Doctrine\ORM\PersistentCollection {#2275 …}
  +reports: Doctrine\ORM\PersistentCollection {#2261 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
  -id: 126604
  -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329131"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700043693 {#2281
    date: 2023-11-15 11:21:33.0 +01:00
  }
  +"title": 126604
}
"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
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 {#2199
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199}
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1700044022 {#2217
    date: 2023-11-15 11:27:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2194 …}
  +nested: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2205 …}
  +reports: Doctrine\ORM\PersistentCollection {#2202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 126620
  -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700044022 {#2196
    date: 2023-11-15 11:27:02.0 +01:00
  }
  +"title": 126620
}
"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 {#2199
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199}
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1700044022 {#2217
    date: 2023-11-15 11:27:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2194 …}
  +nested: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2205 …}
  +reports: Doctrine\ORM\PersistentCollection {#2202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 126620
  -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700044022 {#2196
    date: 2023-11-15 11:27:02.0 +01:00
  }
  +"title": 126620
}
"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 {#2199
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2068
    +user: Proxies\__CG__\App\Entity\User {#2584 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: Proxies\__CG__\App\Entity\Image {#2754 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2796 …}
    +slug: "on-arch-btw"
    +title: "on arch btw."
    +url: "https://i.imgflip.com/85zwdo.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 86
    +favouriteCount: 411
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700128328 {#2234
      date: 2023-11-16 10:52:08.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2795 …}
    +votes: Doctrine\ORM\PersistentCollection {#2793 …}
    +reports: Doctrine\ORM\PersistentCollection {#2790 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2820 …}
    +badges: Doctrine\ORM\PersistentCollection {#2837 …}
    +children: [
      4 => App\Entity\EntryComment {#2073
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: null
        +root: null
        +body: "![](https://lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 60
        +score: 0
        +lastActive: DateTime @1700299607 {#2136
          date: 2023-11-18 10:26:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2072 …}
        +nested: Doctrine\ORM\PersistentCollection {#2065 …}
        +votes: Doctrine\ORM\PersistentCollection {#2066 …}
        +reports: Doctrine\ORM\PersistentCollection {#2067 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
        -id: 124657
        -bodyTs: "'/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/712aef77-ba87-4696-9a65-7e1d076b3489.jpeg)':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311906"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699990154 {#2137
          date: 2023-11-14 20:29:14.0 +01:00
        }
        +"title": 124657
      }
      3 => App\Entity\EntryComment {#2047
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2045 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Absolutely obliterated."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699998933 {#2059
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@PoisonedPrisonPanda@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2057 …}
        +nested: Doctrine\ORM\PersistentCollection {#2055 …}
        +votes: Doctrine\ORM\PersistentCollection {#2054 …}
        +reports: Doctrine\ORM\PersistentCollection {#2053 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2165 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2104 …}
        -id: 125178
        -bodyTs: "'absolut':1 'obliter':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5314878"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699998933 {#2046
          date: 2023-11-14 22:55:33.0 +01:00
        }
        +"title": 125178
      }
      2 => App\Entity\EntryComment {#2306
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo proprietary stuff and holding security unless you subscribe to services. :P"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1700043634 {#2310
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@brax@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2305 …}
        +nested: Doctrine\ORM\PersistentCollection {#2303 …}
        +votes: Doctrine\ORM\PersistentCollection {#2317 …}
        +reports: Doctrine\ORM\PersistentCollection {#2313 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
        -id: 126603
        -bodyTs: "'choo':1,2 'hold':6 'p':13 'proprietari':3 'secur':7 'servic':12 'stuff':4 'subscrib':10 'unless':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329116"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043634 {#2307
          date: 2023-11-15 11:20:34.0 +01:00
        }
        +"title": 126603
      }
      1 => App\Entity\EntryComment {#2283
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2068 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
        +root: App\Entity\EntryComment {#2073}
        +body: "Choo choo debian+flatpak. Rock solid OS with the latest software. :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700043693 {#2295
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@foobaz@lemmy.world"
          "@TCB13@lemmy.world"
          "@fl42v@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2282 …}
        +nested: Doctrine\ORM\PersistentCollection {#2276 …}
        +votes: Doctrine\ORM\PersistentCollection {#2275 …}
        +reports: Doctrine\ORM\PersistentCollection {#2261 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2218 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2221 …}
        -id: 126604
        -bodyTs: "'choo':1,2 'debian':3 'flatpak':4 'latest':10 'os':7 'rock':5 'softwar':11 'solid':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5329131"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700043693 {#2281
          date: 2023-11-15 11:21:33.0 +01:00
        }
        +"title": 126604
      }
      0 => App\Entity\EntryComment {#2199}
    ]
    -id: 12957
    -titleTs: "'arch':2 'btw':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700060847
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8248290"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699974447 {#2654
      date: 2023-11-14 16:07:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2280 …}
  +root: App\Entity\EntryComment {#2073}
  +body: "![](https://lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1700044022 {#2217
    date: 2023-11-15 11:27:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@foobaz@lemmy.world"
    "@TCB13@lemmy.world"
    "@fl42v@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2194 …}
  +nested: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#2205 …}
  +reports: Doctrine\ORM\PersistentCollection {#2202 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2207 …}
  -id: 126620
  -bodyTs: "'/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/52becf7b-9b27-4b56-86e6-5bed7c670057.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5329193"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700044022 {#2196
    date: 2023-11-15 11:27:02.0 +01:00
  }
  +"title": 126620
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2042
  +user: Proxies\__CG__\App\Entity\User {#2903 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
  +image: Proxies\__CG__\App\Entity\Image {#2905 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2906 …}
  +slug: "Remember-Seagate-s-Dual-Actuator-HDDs-They-re-Back-in-SATA-Form"
  +title: "Remember Seagate’s Dual Actuator HDDs? They’re Back, in SATA Form"
  +url: "https://www.youtube.com/watch?v=Q9WigY2Psts"
  +body: """
    What do you think of dual actuator hard drives? I never knew these even existed…\n
    \n
    Here’s a quick summary of the vid for those who want a TL;DW:\n
    \n
    - Dual actuator drives are a single drive with two actuator arms inside\n
    - These arms have their own platters, each with access to half of the drive’s capacity\n
    - The SAS version shows up as two separate drives: one for each actuator\n
    - The SATA version shows up as a single drive, however can be partitioned at a specific LBA near the middle to use both actuators independently\n
    - Linux kernel updated to support these drives better when queuing commands\n
    - Capable of saturating a 5gbit SATA link\n
    \n
    Personally, my concern is RAID setups, particularly in a SAS config. Will filesystems like ZFS and BTRFS know that two storage devices are the same physical drive… aside from that, and concern about more mechanical parts, this looks exciting especially for sequential speed throughput!\n
    \n
    EDIT: fix typos
    """
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 14
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700152353 {#2898
    date: 2023-11-16 17:32:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2907 …}
  +votes: Doctrine\ORM\PersistentCollection {#2909 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#2349
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2042 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Never ever going to buy Seagate again after the crap they’ve pulled on their Exos drives.\n
        \n
        They simply decided to completely trash SMART and spin down commands. The drives simply won’t give you useful SMART data nor they won’t ever actually spin down, you can’t force it, the drive will report is as if it was spun down but in reality its still spinning.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699988457 {#2332
        date: 2023-11-14 20:00:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2060 …}
      +nested: Doctrine\ORM\PersistentCollection {#2331 …}
      +votes: Doctrine\ORM\PersistentCollection {#2289 …}
      +reports: Doctrine\ORM\PersistentCollection {#2326 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
      -id: 124548
      -bodyTs: "'actual':44 'buy':5 'command':28 'complet':22 'crap':10 'data':38 'decid':20 'drive':17,30,53 'ever':2,43 'exo':16 'forc':50 'give':34 'go':3 'never':1 'pull':13 'realiti':65 'report':55 'seagat':6 'simpli':19,31 'smart':24,37 'spin':26,45,68 'spun':61 'still':67 'trash':23 'use':36 've':12 'won':32,41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311367"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988457 {#2344
        date: 2023-11-14 20:00:57.0 +01:00
      }
      +"title": 124548
    }
  ]
  -id: 12919
  -titleTs: "'actuat':5 'back':9 'dual':4 'form':12 'hdds':6 're':8 'rememb':1 'sata':11 'seagat':2"
  -bodyTs: "'5gbit':112 'access':51 'actuat':7,32,40,71,95 'arm':41,44 'asid':142 'better':104 'btrfs':131 'capabl':108 'capac':58 'command':107 'concern':117,146 'config':125 'devic':136 'drive':9,33,37,56,67,80,103,141 'dual':6,31 'dw':30 'edit':159 'especi':154 'even':14 'excit':153 'exist':15 'filesystem':127 'fix':160 'half':53 'hard':8 'howev':81 'independ':96 'insid':42 'kernel':98 'knew':12 'know':132 'lba':88 'like':128 'link':114 'linux':97 'look':152 'mechan':149 'middl':91 'near':89 'never':11 'one':68 'part':150 'particular':121 'partit':84 'person':115 'physic':140 'platter':48 'queu':106 'quick':19 'raid':119 'sas':60,124 'sata':73,113 'satur':110 'separ':66 'sequenti':156 'setup':120 'show':62,75 'singl':36,79 'specif':87 'speed':157 'storag':135 'summari':20 'support':101 'think':4 'throughput':158 'tl':29 'two':39,65,134 'typo':161 'updat':99 'use':93 'version':61,74 'vid':23 'want':27 'zfs':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700054466
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6750945"
  +editedAt: DateTimeImmutable @1700197944 {#2885
    date: 2023-11-17 06:12:24.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699968066 {#2863
    date: 2023-11-14 14:21:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2042
  +user: Proxies\__CG__\App\Entity\User {#2903 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
  +image: Proxies\__CG__\App\Entity\Image {#2905 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2906 …}
  +slug: "Remember-Seagate-s-Dual-Actuator-HDDs-They-re-Back-in-SATA-Form"
  +title: "Remember Seagate’s Dual Actuator HDDs? They’re Back, in SATA Form"
  +url: "https://www.youtube.com/watch?v=Q9WigY2Psts"
  +body: """
    What do you think of dual actuator hard drives? I never knew these even existed…\n
    \n
    Here’s a quick summary of the vid for those who want a TL;DW:\n
    \n
    - Dual actuator drives are a single drive with two actuator arms inside\n
    - These arms have their own platters, each with access to half of the drive’s capacity\n
    - The SAS version shows up as two separate drives: one for each actuator\n
    - The SATA version shows up as a single drive, however can be partitioned at a specific LBA near the middle to use both actuators independently\n
    - Linux kernel updated to support these drives better when queuing commands\n
    - Capable of saturating a 5gbit SATA link\n
    \n
    Personally, my concern is RAID setups, particularly in a SAS config. Will filesystems like ZFS and BTRFS know that two storage devices are the same physical drive… aside from that, and concern about more mechanical parts, this looks exciting especially for sequential speed throughput!\n
    \n
    EDIT: fix typos
    """
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 14
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700152353 {#2898
    date: 2023-11-16 17:32:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2907 …}
  +votes: Doctrine\ORM\PersistentCollection {#2909 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#2349
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2042 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Never ever going to buy Seagate again after the crap they’ve pulled on their Exos drives.\n
        \n
        They simply decided to completely trash SMART and spin down commands. The drives simply won’t give you useful SMART data nor they won’t ever actually spin down, you can’t force it, the drive will report is as if it was spun down but in reality its still spinning.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699988457 {#2332
        date: 2023-11-14 20:00:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2060 …}
      +nested: Doctrine\ORM\PersistentCollection {#2331 …}
      +votes: Doctrine\ORM\PersistentCollection {#2289 …}
      +reports: Doctrine\ORM\PersistentCollection {#2326 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
      -id: 124548
      -bodyTs: "'actual':44 'buy':5 'command':28 'complet':22 'crap':10 'data':38 'decid':20 'drive':17,30,53 'ever':2,43 'exo':16 'forc':50 'give':34 'go':3 'never':1 'pull':13 'realiti':65 'report':55 'seagat':6 'simpli':19,31 'smart':24,37 'spin':26,45,68 'spun':61 'still':67 'trash':23 'use':36 've':12 'won':32,41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311367"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988457 {#2344
        date: 2023-11-14 20:00:57.0 +01:00
      }
      +"title": 124548
    }
  ]
  -id: 12919
  -titleTs: "'actuat':5 'back':9 'dual':4 'form':12 'hdds':6 're':8 'rememb':1 'sata':11 'seagat':2"
  -bodyTs: "'5gbit':112 'access':51 'actuat':7,32,40,71,95 'arm':41,44 'asid':142 'better':104 'btrfs':131 'capabl':108 'capac':58 'command':107 'concern':117,146 'config':125 'devic':136 'drive':9,33,37,56,67,80,103,141 'dual':6,31 'dw':30 'edit':159 'especi':154 'even':14 'excit':153 'exist':15 'filesystem':127 'fix':160 'half':53 'hard':8 'howev':81 'independ':96 'insid':42 'kernel':98 'knew':12 'know':132 'lba':88 'like':128 'link':114 'linux':97 'look':152 'mechan':149 'middl':91 'near':89 'never':11 'one':68 'part':150 'particular':121 'partit':84 'person':115 'physic':140 'platter':48 'queu':106 'quick':19 'raid':119 'sas':60,124 'sata':73,113 'satur':110 'separ':66 'sequenti':156 'setup':120 'show':62,75 'singl':36,79 'specif':87 'speed':157 'storag':135 'summari':20 'support':101 'think':4 'throughput':158 'tl':29 'two':39,65,134 'typo':161 'updat':99 'use':93 'version':61,74 'vid':23 'want':27 'zfs':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700054466
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6750945"
  +editedAt: DateTimeImmutable @1700197944 {#2885
    date: 2023-11-17 06:12:24.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699968066 {#2863
    date: 2023-11-14 14:21:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2042
  +user: Proxies\__CG__\App\Entity\User {#2903 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
  +image: Proxies\__CG__\App\Entity\Image {#2905 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2906 …}
  +slug: "Remember-Seagate-s-Dual-Actuator-HDDs-They-re-Back-in-SATA-Form"
  +title: "Remember Seagate’s Dual Actuator HDDs? They’re Back, in SATA Form"
  +url: "https://www.youtube.com/watch?v=Q9WigY2Psts"
  +body: """
    What do you think of dual actuator hard drives? I never knew these even existed…\n
    \n
    Here’s a quick summary of the vid for those who want a TL;DW:\n
    \n
    - Dual actuator drives are a single drive with two actuator arms inside\n
    - These arms have their own platters, each with access to half of the drive’s capacity\n
    - The SAS version shows up as two separate drives: one for each actuator\n
    - The SATA version shows up as a single drive, however can be partitioned at a specific LBA near the middle to use both actuators independently\n
    - Linux kernel updated to support these drives better when queuing commands\n
    - Capable of saturating a 5gbit SATA link\n
    \n
    Personally, my concern is RAID setups, particularly in a SAS config. Will filesystems like ZFS and BTRFS know that two storage devices are the same physical drive… aside from that, and concern about more mechanical parts, this looks exciting especially for sequential speed throughput!\n
    \n
    EDIT: fix typos
    """
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 14
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700152353 {#2898
    date: 2023-11-16 17:32:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2907 …}
  +votes: Doctrine\ORM\PersistentCollection {#2909 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    App\Entity\EntryComment {#2349
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2042 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Never ever going to buy Seagate again after the crap they’ve pulled on their Exos drives.\n
        \n
        They simply decided to completely trash SMART and spin down commands. The drives simply won’t give you useful SMART data nor they won’t ever actually spin down, you can’t force it, the drive will report is as if it was spun down but in reality its still spinning.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699988457 {#2332
        date: 2023-11-14 20:00:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2060 …}
      +nested: Doctrine\ORM\PersistentCollection {#2331 …}
      +votes: Doctrine\ORM\PersistentCollection {#2289 …}
      +reports: Doctrine\ORM\PersistentCollection {#2326 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
      -id: 124548
      -bodyTs: "'actual':44 'buy':5 'command':28 'complet':22 'crap':10 'data':38 'decid':20 'drive':17,30,53 'ever':2,43 'exo':16 'forc':50 'give':34 'go':3 'never':1 'pull':13 'realiti':65 'report':55 'seagat':6 'simpli':19,31 'smart':24,37 'spin':26,45,68 'spun':61 'still':67 'trash':23 'use':36 've':12 'won':32,41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311367"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988457 {#2344
        date: 2023-11-14 20:00:57.0 +01:00
      }
      +"title": 124548
    }
  ]
  -id: 12919
  -titleTs: "'actuat':5 'back':9 'dual':4 'form':12 'hdds':6 're':8 'rememb':1 'sata':11 'seagat':2"
  -bodyTs: "'5gbit':112 'access':51 'actuat':7,32,40,71,95 'arm':41,44 'asid':142 'better':104 'btrfs':131 'capabl':108 'capac':58 'command':107 'concern':117,146 'config':125 'devic':136 'drive':9,33,37,56,67,80,103,141 'dual':6,31 'dw':30 'edit':159 'especi':154 'even':14 'excit':153 'exist':15 'filesystem':127 'fix':160 'half':53 'hard':8 'howev':81 'independ':96 'insid':42 'kernel':98 'knew':12 'know':132 'lba':88 'like':128 'link':114 'linux':97 'look':152 'mechan':149 'middl':91 'near':89 'never':11 'one':68 'part':150 'particular':121 'partit':84 'person':115 'physic':140 'platter':48 'queu':106 'quick':19 'raid':119 'sas':60,124 'sata':73,113 'satur':110 'separ':66 'sequenti':156 'setup':120 'show':62,75 'singl':36,79 'specif':87 'speed':157 'storag':135 'summari':20 'support':101 'think':4 'throughput':158 'tl':29 'two':39,65,134 'typo':161 'updat':99 'use':93 'version':61,74 'vid':23 'want':27 'zfs':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700054466
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/6750945"
  +editedAt: DateTimeImmutable @1700197944 {#2885
    date: 2023-11-17 06:12:24.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699968066 {#2863
    date: 2023-11-14 14:21:06.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2042
    +user: Proxies\__CG__\App\Entity\User {#2903 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
    +image: Proxies\__CG__\App\Entity\Image {#2905 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2906 …}
    +slug: "Remember-Seagate-s-Dual-Actuator-HDDs-They-re-Back-in-SATA-Form"
    +title: "Remember Seagate’s Dual Actuator HDDs? They’re Back, in SATA Form"
    +url: "https://www.youtube.com/watch?v=Q9WigY2Psts"
    +body: """
      What do you think of dual actuator hard drives? I never knew these even existed…\n
      \n
      Here’s a quick summary of the vid for those who want a TL;DW:\n
      \n
      - Dual actuator drives are a single drive with two actuator arms inside\n
      - These arms have their own platters, each with access to half of the drive’s capacity\n
      - The SAS version shows up as two separate drives: one for each actuator\n
      - The SATA version shows up as a single drive, however can be partitioned at a specific LBA near the middle to use both actuators independently\n
      - Linux kernel updated to support these drives better when queuing commands\n
      - Capable of saturating a 5gbit SATA link\n
      \n
      Personally, my concern is RAID setups, particularly in a SAS config. Will filesystems like ZFS and BTRFS know that two storage devices are the same physical drive… aside from that, and concern about more mechanical parts, this looks exciting especially for sequential speed throughput!\n
      \n
      EDIT: fix typos
      """
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 14
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700152353 {#2898
      date: 2023-11-16 17:32:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2907 …}
    +votes: Doctrine\ORM\PersistentCollection {#2909 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#2349}
    ]
    -id: 12919
    -titleTs: "'actuat':5 'back':9 'dual':4 'form':12 'hdds':6 're':8 'rememb':1 'sata':11 'seagat':2"
    -bodyTs: "'5gbit':112 'access':51 'actuat':7,32,40,71,95 'arm':41,44 'asid':142 'better':104 'btrfs':131 'capabl':108 'capac':58 'command':107 'concern':117,146 'config':125 'devic':136 'drive':9,33,37,56,67,80,103,141 'dual':6,31 'dw':30 'edit':159 'especi':154 'even':14 'excit':153 'exist':15 'filesystem':127 'fix':160 'half':53 'hard':8 'howev':81 'independ':96 'insid':42 'kernel':98 'knew':12 'know':132 'lba':88 'like':128 'link':114 'linux':97 'look':152 'mechan':149 'middl':91 'near':89 'never':11 'one':68 'part':150 'particular':121 'partit':84 'person':115 'physic':140 'platter':48 'queu':106 'quick':19 'raid':119 'sas':60,124 'sata':73,113 'satur':110 'separ':66 'sequenti':156 'setup':120 'show':62,75 'singl':36,79 'specif':87 'speed':157 'storag':135 'summari':20 'support':101 'think':4 'throughput':158 'tl':29 'two':39,65,134 'typo':161 'updat':99 'use':93 'version':61,74 'vid':23 'want':27 'zfs':129"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700054466
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6750945"
    +editedAt: DateTimeImmutable @1700197944 {#2885
      date: 2023-11-17 06:12:24.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699968066 {#2863
      date: 2023-11-14 14:21:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Never ever going to buy Seagate again after the crap they’ve pulled on their Exos drives.\n
    \n
    They simply decided to completely trash SMART and spin down commands. The drives simply won’t give you useful SMART data nor they won’t ever actually spin down, you can’t force it, the drive will report is as if it was spun down but in reality its still spinning.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699988457 {#2332
    date: 2023-11-14 20:00:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2060 …}
  +nested: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2289 …}
  +reports: Doctrine\ORM\PersistentCollection {#2326 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  -id: 124548
  -bodyTs: "'actual':44 'buy':5 'command':28 'complet':22 'crap':10 'data':38 'decid':20 'drive':17,30,53 'ever':2,43 'exo':16 'forc':50 'give':34 'go':3 'never':1 'pull':13 'realiti':65 'report':55 'seagat':6 'simpli':19,31 'smart':24,37 'spin':26,45,68 'spun':61 'still':67 'trash':23 'use':36 've':12 'won':32,41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311367"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988457 {#2344
    date: 2023-11-14 20:00:57.0 +01:00
  }
  +"title": 124548
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2042
    +user: Proxies\__CG__\App\Entity\User {#2903 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
    +image: Proxies\__CG__\App\Entity\Image {#2905 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2906 …}
    +slug: "Remember-Seagate-s-Dual-Actuator-HDDs-They-re-Back-in-SATA-Form"
    +title: "Remember Seagate’s Dual Actuator HDDs? They’re Back, in SATA Form"
    +url: "https://www.youtube.com/watch?v=Q9WigY2Psts"
    +body: """
      What do you think of dual actuator hard drives? I never knew these even existed…\n
      \n
      Here’s a quick summary of the vid for those who want a TL;DW:\n
      \n
      - Dual actuator drives are a single drive with two actuator arms inside\n
      - These arms have their own platters, each with access to half of the drive’s capacity\n
      - The SAS version shows up as two separate drives: one for each actuator\n
      - The SATA version shows up as a single drive, however can be partitioned at a specific LBA near the middle to use both actuators independently\n
      - Linux kernel updated to support these drives better when queuing commands\n
      - Capable of saturating a 5gbit SATA link\n
      \n
      Personally, my concern is RAID setups, particularly in a SAS config. Will filesystems like ZFS and BTRFS know that two storage devices are the same physical drive… aside from that, and concern about more mechanical parts, this looks exciting especially for sequential speed throughput!\n
      \n
      EDIT: fix typos
      """
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 14
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700152353 {#2898
      date: 2023-11-16 17:32:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2907 …}
    +votes: Doctrine\ORM\PersistentCollection {#2909 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#2349}
    ]
    -id: 12919
    -titleTs: "'actuat':5 'back':9 'dual':4 'form':12 'hdds':6 're':8 'rememb':1 'sata':11 'seagat':2"
    -bodyTs: "'5gbit':112 'access':51 'actuat':7,32,40,71,95 'arm':41,44 'asid':142 'better':104 'btrfs':131 'capabl':108 'capac':58 'command':107 'concern':117,146 'config':125 'devic':136 'drive':9,33,37,56,67,80,103,141 'dual':6,31 'dw':30 'edit':159 'especi':154 'even':14 'excit':153 'exist':15 'filesystem':127 'fix':160 'half':53 'hard':8 'howev':81 'independ':96 'insid':42 'kernel':98 'knew':12 'know':132 'lba':88 'like':128 'link':114 'linux':97 'look':152 'mechan':149 'middl':91 'near':89 'never':11 'one':68 'part':150 'particular':121 'partit':84 'person':115 'physic':140 'platter':48 'queu':106 'quick':19 'raid':119 'sas':60,124 'sata':73,113 'satur':110 'separ':66 'sequenti':156 'setup':120 'show':62,75 'singl':36,79 'specif':87 'speed':157 'storag':135 'summari':20 'support':101 'think':4 'throughput':158 'tl':29 'two':39,65,134 'typo':161 'updat':99 'use':93 'version':61,74 'vid':23 'want':27 'zfs':129"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700054466
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6750945"
    +editedAt: DateTimeImmutable @1700197944 {#2885
      date: 2023-11-17 06:12:24.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699968066 {#2863
      date: 2023-11-14 14:21:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Never ever going to buy Seagate again after the crap they’ve pulled on their Exos drives.\n
    \n
    They simply decided to completely trash SMART and spin down commands. The drives simply won’t give you useful SMART data nor they won’t ever actually spin down, you can’t force it, the drive will report is as if it was spun down but in reality its still spinning.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699988457 {#2332
    date: 2023-11-14 20:00:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2060 …}
  +nested: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2289 …}
  +reports: Doctrine\ORM\PersistentCollection {#2326 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  -id: 124548
  -bodyTs: "'actual':44 'buy':5 'command':28 'complet':22 'crap':10 'data':38 'decid':20 'drive':17,30,53 'ever':2,43 'exo':16 'forc':50 'give':34 'go':3 'never':1 'pull':13 'realiti':65 'report':55 'seagat':6 'simpli':19,31 'smart':24,37 'spin':26,45,68 'spun':61 'still':67 'trash':23 'use':36 've':12 'won':32,41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311367"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988457 {#2344
    date: 2023-11-14 20:00:57.0 +01:00
  }
  +"title": 124548
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2349
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2042
    +user: Proxies\__CG__\App\Entity\User {#2903 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
    +image: Proxies\__CG__\App\Entity\Image {#2905 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2906 …}
    +slug: "Remember-Seagate-s-Dual-Actuator-HDDs-They-re-Back-in-SATA-Form"
    +title: "Remember Seagate’s Dual Actuator HDDs? They’re Back, in SATA Form"
    +url: "https://www.youtube.com/watch?v=Q9WigY2Psts"
    +body: """
      What do you think of dual actuator hard drives? I never knew these even existed…\n
      \n
      Here’s a quick summary of the vid for those who want a TL;DW:\n
      \n
      - Dual actuator drives are a single drive with two actuator arms inside\n
      - These arms have their own platters, each with access to half of the drive’s capacity\n
      - The SAS version shows up as two separate drives: one for each actuator\n
      - The SATA version shows up as a single drive, however can be partitioned at a specific LBA near the middle to use both actuators independently\n
      - Linux kernel updated to support these drives better when queuing commands\n
      - Capable of saturating a 5gbit SATA link\n
      \n
      Personally, my concern is RAID setups, particularly in a SAS config. Will filesystems like ZFS and BTRFS know that two storage devices are the same physical drive… aside from that, and concern about more mechanical parts, this looks exciting especially for sequential speed throughput!\n
      \n
      EDIT: fix typos
      """
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 14
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700152353 {#2898
      date: 2023-11-16 17:32:33.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2907 …}
    +votes: Doctrine\ORM\PersistentCollection {#2909 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      App\Entity\EntryComment {#2349}
    ]
    -id: 12919
    -titleTs: "'actuat':5 'back':9 'dual':4 'form':12 'hdds':6 're':8 'rememb':1 'sata':11 'seagat':2"
    -bodyTs: "'5gbit':112 'access':51 'actuat':7,32,40,71,95 'arm':41,44 'asid':142 'better':104 'btrfs':131 'capabl':108 'capac':58 'command':107 'concern':117,146 'config':125 'devic':136 'drive':9,33,37,56,67,80,103,141 'dual':6,31 'dw':30 'edit':159 'especi':154 'even':14 'excit':153 'exist':15 'filesystem':127 'fix':160 'half':53 'hard':8 'howev':81 'independ':96 'insid':42 'kernel':98 'knew':12 'know':132 'lba':88 'like':128 'link':114 'linux':97 'look':152 'mechan':149 'middl':91 'near':89 'never':11 'one':68 'part':150 'particular':121 'partit':84 'person':115 'physic':140 'platter':48 'queu':106 'quick':19 'raid':119 'sas':60,124 'sata':73,113 'satur':110 'separ':66 'sequenti':156 'setup':120 'show':62,75 'singl':36,79 'specif':87 'speed':157 'storag':135 'summari':20 'support':101 'think':4 'throughput':158 'tl':29 'two':39,65,134 'typo':161 'updat':99 'use':93 'version':61,74 'vid':23 'want':27 'zfs':129"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700054466
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/6750945"
    +editedAt: DateTimeImmutable @1700197944 {#2885
      date: 2023-11-17 06:12:24.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699968066 {#2863
      date: 2023-11-14 14:21:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2141 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Never ever going to buy Seagate again after the crap they’ve pulled on their Exos drives.\n
    \n
    They simply decided to completely trash SMART and spin down commands. The drives simply won’t give you useful SMART data nor they won’t ever actually spin down, you can’t force it, the drive will report is as if it was spun down but in reality its still spinning.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699988457 {#2332
    date: 2023-11-14 20:00:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2060 …}
  +nested: Doctrine\ORM\PersistentCollection {#2331 …}
  +votes: Doctrine\ORM\PersistentCollection {#2289 …}
  +reports: Doctrine\ORM\PersistentCollection {#2326 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2325 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  -id: 124548
  -bodyTs: "'actual':44 'buy':5 'command':28 'complet':22 'crap':10 'data':38 'decid':20 'drive':17,30,53 'ever':2,43 'exo':16 'forc':50 'give':34 'go':3 'never':1 'pull':13 'realiti':65 'report':55 'seagat':6 'simpli':19,31 'smart':24,37 'spin':26,45,68 'spun':61 'still':67 'trash':23 'use':36 've':12 'won':32,41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311367"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988457 {#2344
    date: 2023-11-14 20:00:57.0 +01:00
  }
  +"title": 124548
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2133
  +user: Proxies\__CG__\App\Entity\User {#2882 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "Yes-Ubuntu-Is-Withholding-Security-Patches-for-Some-Software"
  +title: "Yes, Ubuntu Is Withholding Security Patches for Some Software"
  +url: "https://www.flu0r1ne.net/logs/ubuntu_withholding_universe_security_patches"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 135
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700104020 {#2919
    date: 2023-11-16 04:07:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2926 …}
  +votes: Doctrine\ORM\PersistentCollection {#2928 …}
  +reports: Doctrine\ORM\PersistentCollection {#2930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
  +badges: Doctrine\ORM\PersistentCollection {#2936 …}
  +children: [
    App\Entity\EntryComment {#2130
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2133 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        What a fucking shock. #not.\n
        \n
        This is what you get when you use questionable open-source.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699988132 {#2241
        date: 2023-11-14 19:55:32.0 +01:00
      }
      +ip: null
      +tags: [
        "not"
      ]
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 124526
      -bodyTs: "'fuck':3 'get':10 'open':16 'open-sourc':15 'question':14 'shock':4 'sourc':17 'use':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311240"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988132 {#2140
        date: 2023-11-14 19:55:32.0 +01:00
      }
      +"title": 124526
    }
  ]
  -id: 12900
  -titleTs: "'patch':6 'secur':5 'softwar':9 'ubuntu':2 'withhold':4 'yes':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700048142
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/381255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699961742 {#2904
    date: 2023-11-14 12:35: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
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2133
  +user: Proxies\__CG__\App\Entity\User {#2882 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "Yes-Ubuntu-Is-Withholding-Security-Patches-for-Some-Software"
  +title: "Yes, Ubuntu Is Withholding Security Patches for Some Software"
  +url: "https://www.flu0r1ne.net/logs/ubuntu_withholding_universe_security_patches"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 135
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700104020 {#2919
    date: 2023-11-16 04:07:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2926 …}
  +votes: Doctrine\ORM\PersistentCollection {#2928 …}
  +reports: Doctrine\ORM\PersistentCollection {#2930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
  +badges: Doctrine\ORM\PersistentCollection {#2936 …}
  +children: [
    App\Entity\EntryComment {#2130
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2133 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        What a fucking shock. #not.\n
        \n
        This is what you get when you use questionable open-source.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699988132 {#2241
        date: 2023-11-14 19:55:32.0 +01:00
      }
      +ip: null
      +tags: [
        "not"
      ]
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 124526
      -bodyTs: "'fuck':3 'get':10 'open':16 'open-sourc':15 'question':14 'shock':4 'sourc':17 'use':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311240"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988132 {#2140
        date: 2023-11-14 19:55:32.0 +01:00
      }
      +"title": 124526
    }
  ]
  -id: 12900
  -titleTs: "'patch':6 'secur':5 'softwar':9 'ubuntu':2 'withhold':4 'yes':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700048142
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/381255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699961742 {#2904
    date: 2023-11-14 12:35: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
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2133
  +user: Proxies\__CG__\App\Entity\User {#2882 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
  +slug: "Yes-Ubuntu-Is-Withholding-Security-Patches-for-Some-Software"
  +title: "Yes, Ubuntu Is Withholding Security Patches for Some Software"
  +url: "https://www.flu0r1ne.net/logs/ubuntu_withholding_universe_security_patches"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 135
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700104020 {#2919
    date: 2023-11-16 04:07:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2926 …}
  +votes: Doctrine\ORM\PersistentCollection {#2928 …}
  +reports: Doctrine\ORM\PersistentCollection {#2930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
  +badges: Doctrine\ORM\PersistentCollection {#2936 …}
  +children: [
    App\Entity\EntryComment {#2130
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2133 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        What a fucking shock. #not.\n
        \n
        This is what you get when you use questionable open-source.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699988132 {#2241
        date: 2023-11-14 19:55:32.0 +01:00
      }
      +ip: null
      +tags: [
        "not"
      ]
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2129 …}
      +nested: Doctrine\ORM\PersistentCollection {#2132 …}
      +votes: Doctrine\ORM\PersistentCollection {#2040 …}
      +reports: Doctrine\ORM\PersistentCollection {#2350 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
      -id: 124526
      -bodyTs: "'fuck':3 'get':10 'open':16 'open-sourc':15 'question':14 'shock':4 'sourc':17 'use':13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311240"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988132 {#2140
        date: 2023-11-14 19:55:32.0 +01:00
      }
      +"title": 124526
    }
  ]
  -id: 12900
  -titleTs: "'patch':6 'secur':5 'softwar':9 'ubuntu':2 'withhold':4 'yes':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700048142
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/381255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699961742 {#2904
    date: 2023-11-14 12:35: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
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2133
    +user: Proxies\__CG__\App\Entity\User {#2882 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "Yes-Ubuntu-Is-Withholding-Security-Patches-for-Some-Software"
    +title: "Yes, Ubuntu Is Withholding Security Patches for Some Software"
    +url: "https://www.flu0r1ne.net/logs/ubuntu_withholding_universe_security_patches"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 135
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700104020 {#2919
      date: 2023-11-16 04:07:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2928 …}
    +reports: Doctrine\ORM\PersistentCollection {#2930 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
    +badges: Doctrine\ORM\PersistentCollection {#2936 …}
    +children: [
      App\Entity\EntryComment {#2130}
    ]
    -id: 12900
    -titleTs: "'patch':6 'secur':5 'softwar':9 'ubuntu':2 'withhold':4 'yes':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700048142
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/381255"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699961742 {#2904
      date: 2023-11-14 12:35:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    What a fucking shock. #not.\n
    \n
    This is what you get when you use questionable open-source.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699988132 {#2241
    date: 2023-11-14 19:55:32.0 +01:00
  }
  +ip: null
  +tags: [
    "not"
  ]
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 124526
  -bodyTs: "'fuck':3 'get':10 'open':16 'open-sourc':15 'question':14 'shock':4 'sourc':17 'use':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988132 {#2140
    date: 2023-11-14 19:55:32.0 +01:00
  }
  +"title": 124526
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2133
    +user: Proxies\__CG__\App\Entity\User {#2882 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "Yes-Ubuntu-Is-Withholding-Security-Patches-for-Some-Software"
    +title: "Yes, Ubuntu Is Withholding Security Patches for Some Software"
    +url: "https://www.flu0r1ne.net/logs/ubuntu_withholding_universe_security_patches"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 135
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700104020 {#2919
      date: 2023-11-16 04:07:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2928 …}
    +reports: Doctrine\ORM\PersistentCollection {#2930 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
    +badges: Doctrine\ORM\PersistentCollection {#2936 …}
    +children: [
      App\Entity\EntryComment {#2130}
    ]
    -id: 12900
    -titleTs: "'patch':6 'secur':5 'softwar':9 'ubuntu':2 'withhold':4 'yes':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700048142
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/381255"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699961742 {#2904
      date: 2023-11-14 12:35:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    What a fucking shock. #not.\n
    \n
    This is what you get when you use questionable open-source.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699988132 {#2241
    date: 2023-11-14 19:55:32.0 +01:00
  }
  +ip: null
  +tags: [
    "not"
  ]
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 124526
  -bodyTs: "'fuck':3 'get':10 'open':16 'open-sourc':15 'question':14 'shock':4 'sourc':17 'use':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988132 {#2140
    date: 2023-11-14 19:55:32.0 +01:00
  }
  +"title": 124526
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#2130
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2133
    +user: Proxies\__CG__\App\Entity\User {#2882 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2924 …}
    +slug: "Yes-Ubuntu-Is-Withholding-Security-Patches-for-Some-Software"
    +title: "Yes, Ubuntu Is Withholding Security Patches for Some Software"
    +url: "https://www.flu0r1ne.net/logs/ubuntu_withholding_universe_security_patches"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 37
    +favouriteCount: 135
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700104020 {#2919
      date: 2023-11-16 04:07:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2928 …}
    +reports: Doctrine\ORM\PersistentCollection {#2930 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
    +badges: Doctrine\ORM\PersistentCollection {#2936 …}
    +children: [
      App\Entity\EntryComment {#2130}
    ]
    -id: 12900
    -titleTs: "'patch':6 'secur':5 'softwar':9 'ubuntu':2 'withhold':4 'yes':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700048142
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/381255"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699961742 {#2904
      date: 2023-11-14 12:35:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    What a fucking shock. #not.\n
    \n
    This is what you get when you use questionable open-source.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699988132 {#2241
    date: 2023-11-14 19:55:32.0 +01:00
  }
  +ip: null
  +tags: [
    "not"
  ]
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2129 …}
  +nested: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2040 …}
  +reports: Doctrine\ORM\PersistentCollection {#2350 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2348 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2351 …}
  -id: 124526
  -bodyTs: "'fuck':3 'get':10 'open':16 'open-sourc':15 'question':14 'shock':4 'sourc':17 'use':13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988132 {#2140
    date: 2023-11-14 19:55:32.0 +01:00
  }
  +"title": 124526
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2334
  +user: Proxies\__CG__\App\Entity\User {#2845 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2884 …}
  +slug: "A-new-pilot-will-investigate-the-use-of-Forgejo-A"
  +title: "A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools"
  +url: "https://blog.codeberg.org/letter-from-codeberg-november-2023.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 235
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700342157 {#2879
    date: 2023-11-18 22:15:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2886 …}
  +votes: Doctrine\ORM\PersistentCollection {#2888 …}
  +reports: Doctrine\ORM\PersistentCollection {#2890 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2892 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2894 …}
  +badges: Doctrine\ORM\PersistentCollection {#2896 …}
  +children: [
    App\Entity\EntryComment {#2300
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2334 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "Well at least they’re going to usei something decent and not the Apache Allura crap."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699988676 {#2323
        date: 2023-11-14 20:04:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wiki_me@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2340 …}
      +nested: Doctrine\ORM\PersistentCollection {#2342 …}
      +votes: Doctrine\ORM\PersistentCollection {#2343 …}
      +reports: Doctrine\ORM\PersistentCollection {#2335 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
      -id: 124566
      -bodyTs: "'allura':15 'apach':14 'crap':16 'decent':10 'go':6 'least':3 're':5 'someth':9 'usei':8 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311439"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988676 {#2324
        date: 2023-11-14 20:04:36.0 +01:00
      }
      +"title": 124566
    }
  ]
  -id: 12889
  -titleTs: "'altern':14 'forgejo':9 'foss':13 'german':20 'gitea':18 'github':16 'investig':5 'new':2 'non':11 'pilot':3 'profit':12 'school':21 'use':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700043214
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7945954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699956814 {#2866
    date: 2023-11-14 11:13:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2334
  +user: Proxies\__CG__\App\Entity\User {#2845 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2884 …}
  +slug: "A-new-pilot-will-investigate-the-use-of-Forgejo-A"
  +title: "A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools"
  +url: "https://blog.codeberg.org/letter-from-codeberg-november-2023.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 235
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700342157 {#2879
    date: 2023-11-18 22:15:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2886 …}
  +votes: Doctrine\ORM\PersistentCollection {#2888 …}
  +reports: Doctrine\ORM\PersistentCollection {#2890 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2892 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2894 …}
  +badges: Doctrine\ORM\PersistentCollection {#2896 …}
  +children: [
    App\Entity\EntryComment {#2300
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2334 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "Well at least they’re going to usei something decent and not the Apache Allura crap."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699988676 {#2323
        date: 2023-11-14 20:04:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wiki_me@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2340 …}
      +nested: Doctrine\ORM\PersistentCollection {#2342 …}
      +votes: Doctrine\ORM\PersistentCollection {#2343 …}
      +reports: Doctrine\ORM\PersistentCollection {#2335 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
      -id: 124566
      -bodyTs: "'allura':15 'apach':14 'crap':16 'decent':10 'go':6 'least':3 're':5 'someth':9 'usei':8 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311439"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988676 {#2324
        date: 2023-11-14 20:04:36.0 +01:00
      }
      +"title": 124566
    }
  ]
  -id: 12889
  -titleTs: "'altern':14 'forgejo':9 'foss':13 'german':20 'gitea':18 'github':16 'investig':5 'new':2 'non':11 'pilot':3 'profit':12 'school':21 'use':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700043214
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7945954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699956814 {#2866
    date: 2023-11-14 11:13:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2334
  +user: Proxies\__CG__\App\Entity\User {#2845 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2884 …}
  +slug: "A-new-pilot-will-investigate-the-use-of-Forgejo-A"
  +title: "A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools"
  +url: "https://blog.codeberg.org/letter-from-codeberg-november-2023.html"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 235
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700342157 {#2879
    date: 2023-11-18 22:15:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2886 …}
  +votes: Doctrine\ORM\PersistentCollection {#2888 …}
  +reports: Doctrine\ORM\PersistentCollection {#2890 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2892 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2894 …}
  +badges: Doctrine\ORM\PersistentCollection {#2896 …}
  +children: [
    App\Entity\EntryComment {#2300
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2334 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: null
      +root: null
      +body: "Well at least they’re going to usei something decent and not the Apache Allura crap."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699988676 {#2323
        date: 2023-11-14 20:04:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wiki_me@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2340 …}
      +nested: Doctrine\ORM\PersistentCollection {#2342 …}
      +votes: Doctrine\ORM\PersistentCollection {#2343 …}
      +reports: Doctrine\ORM\PersistentCollection {#2335 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
      -id: 124566
      -bodyTs: "'allura':15 'apach':14 'crap':16 'decent':10 'go':6 'least':3 're':5 'someth':9 'usei':8 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311439"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699988676 {#2324
        date: 2023-11-14 20:04:36.0 +01:00
      }
      +"title": 124566
    }
  ]
  -id: 12889
  -titleTs: "'altern':14 'forgejo':9 'foss':13 'german':20 'gitea':18 'github':16 'investig':5 'new':2 'non':11 'pilot':3 'profit':12 'school':21 'use':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700043214
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7945954"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699956814 {#2866
    date: 2023-11-14 11:13:34.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#2300
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2334
    +user: Proxies\__CG__\App\Entity\User {#2845 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2884 …}
    +slug: "A-new-pilot-will-investigate-the-use-of-Forgejo-A"
    +title: "A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools"
    +url: "https://blog.codeberg.org/letter-from-codeberg-november-2023.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 235
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700342157 {#2879
      date: 2023-11-18 22:15:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2886 …}
    +votes: Doctrine\ORM\PersistentCollection {#2888 …}
    +reports: Doctrine\ORM\PersistentCollection {#2890 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2892 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2894 …}
    +badges: Doctrine\ORM\PersistentCollection {#2896 …}
    +children: [
      App\Entity\EntryComment {#2300}
    ]
    -id: 12889
    -titleTs: "'altern':14 'forgejo':9 'foss':13 'german':20 'gitea':18 'github':16 'investig':5 'new':2 'non':11 'pilot':3 'profit':12 'school':21 'use':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700043214
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7945954"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699956814 {#2866
      date: 2023-11-14 11:13:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "Well at least they’re going to usei something decent and not the Apache Allura crap."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699988676 {#2323
    date: 2023-11-14 20:04:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wiki_me@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2340 …}
  +nested: Doctrine\ORM\PersistentCollection {#2342 …}
  +votes: Doctrine\ORM\PersistentCollection {#2343 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  -id: 124566
  -bodyTs: "'allura':15 'apach':14 'crap':16 'decent':10 'go':6 'least':3 're':5 'someth':9 'usei':8 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311439"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988676 {#2324
    date: 2023-11-14 20:04:36.0 +01:00
  }
  +"title": 124566
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#2300
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2334
    +user: Proxies\__CG__\App\Entity\User {#2845 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2884 …}
    +slug: "A-new-pilot-will-investigate-the-use-of-Forgejo-A"
    +title: "A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools"
    +url: "https://blog.codeberg.org/letter-from-codeberg-november-2023.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 235
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700342157 {#2879
      date: 2023-11-18 22:15:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2886 …}
    +votes: Doctrine\ORM\PersistentCollection {#2888 …}
    +reports: Doctrine\ORM\PersistentCollection {#2890 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2892 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2894 …}
    +badges: Doctrine\ORM\PersistentCollection {#2896 …}
    +children: [
      App\Entity\EntryComment {#2300}
    ]
    -id: 12889
    -titleTs: "'altern':14 'forgejo':9 'foss':13 'german':20 'gitea':18 'github':16 'investig':5 'new':2 'non':11 'pilot':3 'profit':12 'school':21 'use':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700043214
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7945954"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699956814 {#2866
      date: 2023-11-14 11:13:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "Well at least they’re going to usei something decent and not the Apache Allura crap."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699988676 {#2323
    date: 2023-11-14 20:04:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wiki_me@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2340 …}
  +nested: Doctrine\ORM\PersistentCollection {#2342 …}
  +votes: Doctrine\ORM\PersistentCollection {#2343 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  -id: 124566
  -bodyTs: "'allura':15 'apach':14 'crap':16 'decent':10 'go':6 'least':3 're':5 'someth':9 'usei':8 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311439"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988676 {#2324
    date: 2023-11-14 20:04:36.0 +01:00
  }
  +"title": 124566
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#2300
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2334
    +user: Proxies\__CG__\App\Entity\User {#2845 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2884 …}
    +slug: "A-new-pilot-will-investigate-the-use-of-Forgejo-A"
    +title: "A new pilot will investigate the use of Forgejo (A non profit FOSS alternative to github and gitea) in german schools"
    +url: "https://blog.codeberg.org/letter-from-codeberg-november-2023.html"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 235
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700342157 {#2879
      date: 2023-11-18 22:15:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2886 …}
    +votes: Doctrine\ORM\PersistentCollection {#2888 …}
    +reports: Doctrine\ORM\PersistentCollection {#2890 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2892 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2894 …}
    +badges: Doctrine\ORM\PersistentCollection {#2896 …}
    +children: [
      App\Entity\EntryComment {#2300}
    ]
    -id: 12889
    -titleTs: "'altern':14 'forgejo':9 'foss':13 'german':20 'gitea':18 'github':16 'investig':5 'new':2 'non':11 'pilot':3 'profit':12 'school':21 'use':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700043214
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7945954"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699956814 {#2866
      date: 2023-11-14 11:13:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: null
  +root: null
  +body: "Well at least they’re going to usei something decent and not the Apache Allura crap."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699988676 {#2323
    date: 2023-11-14 20:04:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wiki_me@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2340 …}
  +nested: Doctrine\ORM\PersistentCollection {#2342 …}
  +votes: Doctrine\ORM\PersistentCollection {#2343 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  -id: 124566
  -bodyTs: "'allura':15 'apach':14 'crap':16 'decent':10 'go':6 'least':3 're':5 'someth':9 'usei':8 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311439"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699988676 {#2324
    date: 2023-11-14 20:04:36.0 +01:00
  }
  +"title": 124566
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1383
  +user: Proxies\__CG__\App\Entity\User {#2962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "cheapest-new-computer-running-linux-and-lt-500"
  +title: "cheapest new computer running linux &lt;$500"
  +url: null
  +body: """
    just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
    \n
    any protips? thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700100053 {#2957
    date: 2023-11-16 03:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2964 …}
  +votes: Doctrine\ORM\PersistentCollection {#2966 …}
  +reports: Doctrine\ORM\PersistentCollection {#2968 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2972 …}
  +badges: Doctrine\ORM\PersistentCollection {#2974 …}
  +children: [
    App\Entity\EntryComment {#1381
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "Forget about those, for 100$ you can get a second hand HP Mini that has a full i5 8th gen CPU and 16GB of RAM. Way better in all possible ways. Those systems also run very well with Linux."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699892882 {#2393
        date: 2023-11-13 17:28:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dislocate_expansion@reddthat.com"
        "@rotopenguin@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1404 …}
      +reports: Doctrine\ORM\PersistentCollection {#1361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 120229
      -bodyTs: "'100':5 '16gb':23 '8th':19 'also':34 'better':27 'cpu':21 'forget':1 'full':17 'gen':20 'get':8 'hand':11 'hp':12 'i5':18 'linux':39 'mini':13 'possibl':30 'ram':25 'run':35 'second':10 'system':33 'way':26,31 'well':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5284903"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699892882 {#1384
        date: 2023-11-13 17:28:02.0 +01:00
      }
      +"title": 120229
    }
  ]
  -id: 12614
  -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
  -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699977028
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/7921588"
  +editedAt: DateTimeImmutable @1700069722 {#2944
    date: 2023-11-15 18:35:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699890628 {#2922
    date: 2023-11-13 16:50:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1383
  +user: Proxies\__CG__\App\Entity\User {#2962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "cheapest-new-computer-running-linux-and-lt-500"
  +title: "cheapest new computer running linux &lt;$500"
  +url: null
  +body: """
    just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
    \n
    any protips? thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700100053 {#2957
    date: 2023-11-16 03:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2964 …}
  +votes: Doctrine\ORM\PersistentCollection {#2966 …}
  +reports: Doctrine\ORM\PersistentCollection {#2968 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2972 …}
  +badges: Doctrine\ORM\PersistentCollection {#2974 …}
  +children: [
    App\Entity\EntryComment {#1381
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "Forget about those, for 100$ you can get a second hand HP Mini that has a full i5 8th gen CPU and 16GB of RAM. Way better in all possible ways. Those systems also run very well with Linux."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699892882 {#2393
        date: 2023-11-13 17:28:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dislocate_expansion@reddthat.com"
        "@rotopenguin@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1404 …}
      +reports: Doctrine\ORM\PersistentCollection {#1361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 120229
      -bodyTs: "'100':5 '16gb':23 '8th':19 'also':34 'better':27 'cpu':21 'forget':1 'full':17 'gen':20 'get':8 'hand':11 'hp':12 'i5':18 'linux':39 'mini':13 'possibl':30 'ram':25 'run':35 'second':10 'system':33 'way':26,31 'well':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5284903"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699892882 {#1384
        date: 2023-11-13 17:28:02.0 +01:00
      }
      +"title": 120229
    }
  ]
  -id: 12614
  -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
  -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699977028
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/7921588"
  +editedAt: DateTimeImmutable @1700069722 {#2944
    date: 2023-11-15 18:35:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699890628 {#2922
    date: 2023-11-13 16:50:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1383
  +user: Proxies\__CG__\App\Entity\User {#2962 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "cheapest-new-computer-running-linux-and-lt-500"
  +title: "cheapest new computer running linux &lt;$500"
  +url: null
  +body: """
    just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
    \n
    any protips? thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700100053 {#2957
    date: 2023-11-16 03:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2964 …}
  +votes: Doctrine\ORM\PersistentCollection {#2966 …}
  +reports: Doctrine\ORM\PersistentCollection {#2968 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2972 …}
  +badges: Doctrine\ORM\PersistentCollection {#2974 …}
  +children: [
    App\Entity\EntryComment {#1381
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
      +body: "Forget about those, for 100$ you can get a second hand HP Mini that has a full i5 8th gen CPU and 16GB of RAM. Way better in all possible ways. Those systems also run very well with Linux."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699892882 {#2393
        date: 2023-11-13 17:28:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dislocate_expansion@reddthat.com"
        "@rotopenguin@infosec.pub"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1405 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1404 …}
      +reports: Doctrine\ORM\PersistentCollection {#1361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 120229
      -bodyTs: "'100':5 '16gb':23 '8th':19 'also':34 'better':27 'cpu':21 'forget':1 'full':17 'gen':20 'get':8 'hand':11 'hp':12 'i5':18 'linux':39 'mini':13 'possibl':30 'ram':25 'run':35 'second':10 'system':33 'way':26,31 'well':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5284903"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699892882 {#1384
        date: 2023-11-13 17:28:02.0 +01:00
      }
      +"title": 120229
    }
  ]
  -id: 12614
  -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
  -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699977028
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/7921588"
  +editedAt: DateTimeImmutable @1700069722 {#2944
    date: 2023-11-15 18:35:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699890628 {#2922
    date: 2023-11-13 16:50:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1383
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "cheapest-new-computer-running-linux-and-lt-500"
    +title: "cheapest new computer running linux &lt;$500"
    +url: null
    +body: """
      just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
      \n
      any protips? thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700100053 {#2957
      date: 2023-11-16 03:00:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2964 …}
    +votes: Doctrine\ORM\PersistentCollection {#2966 …}
    +reports: Doctrine\ORM\PersistentCollection {#2968 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2970 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2972 …}
    +badges: Doctrine\ORM\PersistentCollection {#2974 …}
    +children: [
      App\Entity\EntryComment {#1381}
    ]
    -id: 12614
    -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
    -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699977028
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/7921588"
    +editedAt: DateTimeImmutable @1700069722 {#2944
      date: 2023-11-15 18:35:22.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699890628 {#2922
      date: 2023-11-13 16:50:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "Forget about those, for 100$ you can get a second hand HP Mini that has a full i5 8th gen CPU and 16GB of RAM. Way better in all possible ways. Those systems also run very well with Linux."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699892882 {#2393
    date: 2023-11-13 17:28:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dislocate_expansion@reddthat.com"
    "@rotopenguin@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 120229
  -bodyTs: "'100':5 '16gb':23 '8th':19 'also':34 'better':27 'cpu':21 'forget':1 'full':17 'gen':20 'get':8 'hand':11 'hp':12 'i5':18 'linux':39 'mini':13 'possibl':30 'ram':25 'run':35 'second':10 'system':33 'way':26,31 'well':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5284903"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699892882 {#1384
    date: 2023-11-13 17:28:02.0 +01:00
  }
  +"title": 120229
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1383
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "cheapest-new-computer-running-linux-and-lt-500"
    +title: "cheapest new computer running linux &lt;$500"
    +url: null
    +body: """
      just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
      \n
      any protips? thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700100053 {#2957
      date: 2023-11-16 03:00:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2964 …}
    +votes: Doctrine\ORM\PersistentCollection {#2966 …}
    +reports: Doctrine\ORM\PersistentCollection {#2968 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2970 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2972 …}
    +badges: Doctrine\ORM\PersistentCollection {#2974 …}
    +children: [
      App\Entity\EntryComment {#1381}
    ]
    -id: 12614
    -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
    -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699977028
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/7921588"
    +editedAt: DateTimeImmutable @1700069722 {#2944
      date: 2023-11-15 18:35:22.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699890628 {#2922
      date: 2023-11-13 16:50:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "Forget about those, for 100$ you can get a second hand HP Mini that has a full i5 8th gen CPU and 16GB of RAM. Way better in all possible ways. Those systems also run very well with Linux."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699892882 {#2393
    date: 2023-11-13 17:28:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dislocate_expansion@reddthat.com"
    "@rotopenguin@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 120229
  -bodyTs: "'100':5 '16gb':23 '8th':19 'also':34 'better':27 'cpu':21 'forget':1 'full':17 'gen':20 'get':8 'hand':11 'hp':12 'i5':18 'linux':39 'mini':13 'possibl':30 'ram':25 'run':35 'second':10 'system':33 'way':26,31 'well':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5284903"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699892882 {#1384
    date: 2023-11-13 17:28:02.0 +01:00
  }
  +"title": 120229
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\EntryComment {#1381
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1383
    +user: Proxies\__CG__\App\Entity\User {#2962 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "cheapest-new-computer-running-linux-and-lt-500"
    +title: "cheapest new computer running linux &lt;$500"
    +url: null
    +body: """
      just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
      \n
      any protips? thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700100053 {#2957
      date: 2023-11-16 03:00:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2964 …}
    +votes: Doctrine\ORM\PersistentCollection {#2966 …}
    +reports: Doctrine\ORM\PersistentCollection {#2968 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2970 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2972 …}
    +badges: Doctrine\ORM\PersistentCollection {#2974 …}
    +children: [
      App\Entity\EntryComment {#1381}
    ]
    -id: 12614
    -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
    -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699977028
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/7921588"
    +editedAt: DateTimeImmutable @1700069722 {#2944
      date: 2023-11-15 18:35:22.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699890628 {#2922
      date: 2023-11-13 16:50:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
  +body: "Forget about those, for 100$ you can get a second hand HP Mini that has a full i5 8th gen CPU and 16GB of RAM. Way better in all possible ways. Those systems also run very well with Linux."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699892882 {#2393
    date: 2023-11-13 17:28:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dislocate_expansion@reddthat.com"
    "@rotopenguin@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1405 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1404 …}
  +reports: Doctrine\ORM\PersistentCollection {#1361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1403 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 120229
  -bodyTs: "'100':5 '16gb':23 '8th':19 'also':34 'better':27 'cpu':21 'forget':1 'full':17 'gen':20 'get':8 'hand':11 'hp':12 'i5':18 'linux':39 'mini':13 'possibl':30 'ram':25 'run':35 'second':10 'system':33 'way':26,31 'well':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5284903"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699892882 {#1384
    date: 2023-11-13 17:28:02.0 +01:00
  }
  +"title": 120229
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#2979 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#3019 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3021 …}
  +slug: "Once-a-pirate-always-a-pirate"
  +title: "Once a pirate, always a pirate"
  +url: "https://discuss.tchncs.de/pictrs/image/6d0d09ee-4c88-43f8-9cfe-f8aee72f5fda.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 237
  +favouriteCount: 1405
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700429090 {#3014
    date: 2023-11-19 22:24:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3022 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
      +body: """
        > I just don’t want my content scattered across different platforms in suboptimal quality and be forced to pay\n
        \n
        That and also the fact that sometimes content vanishes from those platforms because of licensing agreements and/or get censored like many older TV Shows have gotten.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699873957 {#1722
        date: 2023-11-13 12:12:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dramaticcat@discuss.tchncs.de"
        "@InstallGentoo@lemmy.zip"
        "@Vinny_93@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1737 …}
      +nested: Doctrine\ORM\PersistentCollection {#1732 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
      -id: 119375
      -bodyTs: "'across':9 'agreement':35 'also':22 'and/or':36 'censor':38 'content':7,27 'differ':10 'fact':24 'forc':17 'get':37 'gotten':45 'licens':34 'like':39 'mani':40 'older':41 'pay':19 'platform':11,31 'qualiti':14 'scatter':8 'show':43 'sometim':26 'suboptim':13 'tv':42 'vanish':28 'want':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279402"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699873957 {#1721
        date: 2023-11-13 12:12:37.0 +01:00
      }
      +"title": 119375
    }
  ]
  -id: 12495
  -titleTs: "'alway':4 'pirat':3,6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699944279
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/6213570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699857879 {#3000
    date: 2023-11-13 07:44:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#2979 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#3019 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3021 …}
  +slug: "Once-a-pirate-always-a-pirate"
  +title: "Once a pirate, always a pirate"
  +url: "https://discuss.tchncs.de/pictrs/image/6d0d09ee-4c88-43f8-9cfe-f8aee72f5fda.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 237
  +favouriteCount: 1405
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700429090 {#3014
    date: 2023-11-19 22:24:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3022 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
      +body: """
        > I just don’t want my content scattered across different platforms in suboptimal quality and be forced to pay\n
        \n
        That and also the fact that sometimes content vanishes from those platforms because of licensing agreements and/or get censored like many older TV Shows have gotten.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699873957 {#1722
        date: 2023-11-13 12:12:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dramaticcat@discuss.tchncs.de"
        "@InstallGentoo@lemmy.zip"
        "@Vinny_93@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1737 …}
      +nested: Doctrine\ORM\PersistentCollection {#1732 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
      -id: 119375
      -bodyTs: "'across':9 'agreement':35 'also':22 'and/or':36 'censor':38 'content':7,27 'differ':10 'fact':24 'forc':17 'get':37 'gotten':45 'licens':34 'like':39 'mani':40 'older':41 'pay':19 'platform':11,31 'qualiti':14 'scatter':8 'show':43 'sometim':26 'suboptim':13 'tv':42 'vanish':28 'want':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279402"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699873957 {#1721
        date: 2023-11-13 12:12:37.0 +01:00
      }
      +"title": 119375
    }
  ]
  -id: 12495
  -titleTs: "'alway':4 'pirat':3,6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699944279
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/6213570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699857879 {#3000
    date: 2023-11-13 07:44:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#2979 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: Proxies\__CG__\App\Entity\Image {#3019 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3021 …}
  +slug: "Once-a-pirate-always-a-pirate"
  +title: "Once a pirate, always a pirate"
  +url: "https://discuss.tchncs.de/pictrs/image/6d0d09ee-4c88-43f8-9cfe-f8aee72f5fda.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 237
  +favouriteCount: 1405
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700429090 {#3014
    date: 2023-11-19 22:24:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3022 …}
  +votes: Doctrine\ORM\PersistentCollection {#3024 …}
  +reports: Doctrine\ORM\PersistentCollection {#3026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
  +badges: Doctrine\ORM\PersistentCollection {#3032 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
      +body: """
        > I just don’t want my content scattered across different platforms in suboptimal quality and be forced to pay\n
        \n
        That and also the fact that sometimes content vanishes from those platforms because of licensing agreements and/or get censored like many older TV Shows have gotten.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1699873957 {#1722
        date: 2023-11-13 12:12:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dramaticcat@discuss.tchncs.de"
        "@InstallGentoo@lemmy.zip"
        "@Vinny_93@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1737 …}
      +nested: Doctrine\ORM\PersistentCollection {#1732 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
      -id: 119375
      -bodyTs: "'across':9 'agreement':35 'also':22 'and/or':36 'censor':38 'content':7,27 'differ':10 'fact':24 'forc':17 'get':37 'gotten':45 'licens':34 'like':39 'mani':40 'older':41 'pay':19 'platform':11,31 'qualiti':14 'scatter':8 'show':43 'sometim':26 'suboptim':13 'tv':42 'vanish':28 'want':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279402"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699873957 {#1721
        date: 2023-11-13 12:12:37.0 +01:00
      }
      +"title": 119375
    }
  ]
  -id: 12495
  -titleTs: "'alway':4 'pirat':3,6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699944279
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/6213570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699857879 {#3000
    date: 2023-11-13 07:44:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#2979 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: Proxies\__CG__\App\Entity\Image {#3019 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3021 …}
    +slug: "Once-a-pirate-always-a-pirate"
    +title: "Once a pirate, always a pirate"
    +url: "https://discuss.tchncs.de/pictrs/image/6d0d09ee-4c88-43f8-9cfe-f8aee72f5fda.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 237
    +favouriteCount: 1405
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700429090 {#3014
      date: 2023-11-19 22:24:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3022 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 12495
    -titleTs: "'alway':4 'pirat':3,6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699944279
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/6213570"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699857879 {#3000
      date: 2023-11-13 07:44:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
  +body: """
    > I just don’t want my content scattered across different platforms in suboptimal quality and be forced to pay\n
    \n
    That and also the fact that sometimes content vanishes from those platforms because of licensing agreements and/or get censored like many older TV Shows have gotten.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699873957 {#1722
    date: 2023-11-13 12:12:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dramaticcat@discuss.tchncs.de"
    "@InstallGentoo@lemmy.zip"
    "@Vinny_93@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1737 …}
  +nested: Doctrine\ORM\PersistentCollection {#1732 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
  -id: 119375
  -bodyTs: "'across':9 'agreement':35 'also':22 'and/or':36 'censor':38 'content':7,27 'differ':10 'fact':24 'forc':17 'get':37 'gotten':45 'licens':34 'like':39 'mani':40 'older':41 'pay':19 'platform':11,31 'qualiti':14 'scatter':8 'show':43 'sometim':26 'suboptim':13 'tv':42 'vanish':28 'want':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279402"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699873957 {#1721
    date: 2023-11-13 12:12:37.0 +01:00
  }
  +"title": 119375
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#2979 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: Proxies\__CG__\App\Entity\Image {#3019 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3021 …}
    +slug: "Once-a-pirate-always-a-pirate"
    +title: "Once a pirate, always a pirate"
    +url: "https://discuss.tchncs.de/pictrs/image/6d0d09ee-4c88-43f8-9cfe-f8aee72f5fda.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 237
    +favouriteCount: 1405
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700429090 {#3014
      date: 2023-11-19 22:24:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3022 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 12495
    -titleTs: "'alway':4 'pirat':3,6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699944279
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/6213570"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699857879 {#3000
      date: 2023-11-13 07:44:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
  +body: """
    > I just don’t want my content scattered across different platforms in suboptimal quality and be forced to pay\n
    \n
    That and also the fact that sometimes content vanishes from those platforms because of licensing agreements and/or get censored like many older TV Shows have gotten.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699873957 {#1722
    date: 2023-11-13 12:12:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dramaticcat@discuss.tchncs.de"
    "@InstallGentoo@lemmy.zip"
    "@Vinny_93@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1737 …}
  +nested: Doctrine\ORM\PersistentCollection {#1732 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
  -id: 119375
  -bodyTs: "'across':9 'agreement':35 'also':22 'and/or':36 'censor':38 'content':7,27 'differ':10 'fact':24 'forc':17 'get':37 'gotten':45 'licens':34 'like':39 'mani':40 'older':41 'pay':19 'platform':11,31 'qualiti':14 'scatter':8 'show':43 'sometim':26 'suboptim':13 'tv':42 'vanish':28 'want':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279402"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699873957 {#1721
    date: 2023-11-13 12:12:37.0 +01:00
  }
  +"title": 119375
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#2979 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: Proxies\__CG__\App\Entity\Image {#3019 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3021 …}
    +slug: "Once-a-pirate-always-a-pirate"
    +title: "Once a pirate, always a pirate"
    +url: "https://discuss.tchncs.de/pictrs/image/6d0d09ee-4c88-43f8-9cfe-f8aee72f5fda.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 237
    +favouriteCount: 1405
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700429090 {#3014
      date: 2023-11-19 22:24:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3022 …}
    +votes: Doctrine\ORM\PersistentCollection {#3024 …}
    +reports: Doctrine\ORM\PersistentCollection {#3026 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3028 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3030 …}
    +badges: Doctrine\ORM\PersistentCollection {#3032 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 12495
    -titleTs: "'alway':4 'pirat':3,6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699944279
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/6213570"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699857879 {#3000
      date: 2023-11-13 07:44:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
  +body: """
    > I just don’t want my content scattered across different platforms in suboptimal quality and be forced to pay\n
    \n
    That and also the fact that sometimes content vanishes from those platforms because of licensing agreements and/or get censored like many older TV Shows have gotten.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1699873957 {#1722
    date: 2023-11-13 12:12:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dramaticcat@discuss.tchncs.de"
    "@InstallGentoo@lemmy.zip"
    "@Vinny_93@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1737 …}
  +nested: Doctrine\ORM\PersistentCollection {#1732 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
  -id: 119375
  -bodyTs: "'across':9 'agreement':35 'also':22 'and/or':36 'censor':38 'content':7,27 'differ':10 'fact':24 'forc':17 'get':37 'gotten':45 'licens':34 'like':39 'mani':40 'older':41 'pay':19 'platform':11,31 'qualiti':14 'scatter':8 'show':43 'sometim':26 'suboptim':13 'tv':42 'vanish':28 'want':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279402"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699873957 {#1721
    date: 2023-11-13 12:12:37.0 +01:00
  }
  +"title": 119375
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1741
  +user: Proxies\__CG__\App\Entity\User {#2941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "Sailing-safely-with-a-VPN"
  +title: "Sailing safely with a VPN"
  +url: null
  +body: """
    I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
    \n
    So first, is that accurate?\n
    \n
    I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699899699 {#2976
    date: 2023-11-13 19:21:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2981 …}
  +votes: Doctrine\ORM\PersistentCollection {#2984 …}
  +reports: Doctrine\ORM\PersistentCollection {#2986 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    3 => App\Entity\EntryComment {#1739
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874448 {#1720
        date: 2023-11-13 12:20:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 119391
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279499"
      +editedAt: DateTimeImmutable @1700038426 {#1716
        date: 2023-11-15 09:53:46.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699874448 {#1717
        date: 2023-11-13 12:20:48.0 +01:00
      }
      +"title": 119391
    }
    2 => App\Entity\EntryComment {#2452
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: """
        > Not sure that transmission supports it\n
        \n
        Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874521 {#2460
        date: 2023-11-13 12:22:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@myersguy@lemmy.simpl.website"
      ]
      +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: 119395
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279516"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699874521 {#2453
        date: 2023-11-13 12:22:01.0 +01:00
      }
      +"title": 119395
    }
    1 => App\Entity\EntryComment {#2361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874534 {#2360
        date: 2023-11-13 12:22:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@myersguy@lemmy.simpl.website"
        "@June@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 119398
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279520"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699874534 {#2359
        date: 2023-11-13 12:22:14.0 +01:00
      }
      +"title": 119398
    }
    0 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699892787 {#1909
        date: 2023-11-13 17:26:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 120225
      -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5284876"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699892787 {#1708
        date: 2023-11-13 17:26:27.0 +01:00
      }
      +"title": 120225
    }
  ]
  -id: 12376
  -titleTs: "'safe':2 'sail':1 'vpn':5"
  -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699917897
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8176490"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699831497 {#2963
    date: 2023-11-13 00:24:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1741
  +user: Proxies\__CG__\App\Entity\User {#2941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "Sailing-safely-with-a-VPN"
  +title: "Sailing safely with a VPN"
  +url: null
  +body: """
    I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
    \n
    So first, is that accurate?\n
    \n
    I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699899699 {#2976
    date: 2023-11-13 19:21:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2981 …}
  +votes: Doctrine\ORM\PersistentCollection {#2984 …}
  +reports: Doctrine\ORM\PersistentCollection {#2986 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    3 => App\Entity\EntryComment {#1739
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874448 {#1720
        date: 2023-11-13 12:20:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 119391
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279499"
      +editedAt: DateTimeImmutable @1700038426 {#1716
        date: 2023-11-15 09:53:46.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699874448 {#1717
        date: 2023-11-13 12:20:48.0 +01:00
      }
      +"title": 119391
    }
    2 => App\Entity\EntryComment {#2452
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: """
        > Not sure that transmission supports it\n
        \n
        Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874521 {#2460
        date: 2023-11-13 12:22:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@myersguy@lemmy.simpl.website"
      ]
      +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: 119395
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279516"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699874521 {#2453
        date: 2023-11-13 12:22:01.0 +01:00
      }
      +"title": 119395
    }
    1 => App\Entity\EntryComment {#2361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874534 {#2360
        date: 2023-11-13 12:22:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@myersguy@lemmy.simpl.website"
        "@June@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 119398
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279520"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699874534 {#2359
        date: 2023-11-13 12:22:14.0 +01:00
      }
      +"title": 119398
    }
    0 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699892787 {#1909
        date: 2023-11-13 17:26:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 120225
      -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5284876"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699892787 {#1708
        date: 2023-11-13 17:26:27.0 +01:00
      }
      +"title": 120225
    }
  ]
  -id: 12376
  -titleTs: "'safe':2 'sail':1 'vpn':5"
  -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699917897
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8176490"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699831497 {#2963
    date: 2023-11-13 00:24:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1741
  +user: Proxies\__CG__\App\Entity\User {#2941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "Sailing-safely-with-a-VPN"
  +title: "Sailing safely with a VPN"
  +url: null
  +body: """
    I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
    \n
    So first, is that accurate?\n
    \n
    I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699899699 {#2976
    date: 2023-11-13 19:21:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2981 …}
  +votes: Doctrine\ORM\PersistentCollection {#2984 …}
  +reports: Doctrine\ORM\PersistentCollection {#2986 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    3 => App\Entity\EntryComment {#1739
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874448 {#1720
        date: 2023-11-13 12:20:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 119391
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279499"
      +editedAt: DateTimeImmutable @1700038426 {#1716
        date: 2023-11-15 09:53:46.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699874448 {#1717
        date: 2023-11-13 12:20:48.0 +01:00
      }
      +"title": 119391
    }
    2 => App\Entity\EntryComment {#2452
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: """
        > Not sure that transmission supports it\n
        \n
        Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874521 {#2460
        date: 2023-11-13 12:22:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@myersguy@lemmy.simpl.website"
      ]
      +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: 119395
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279516"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699874521 {#2453
        date: 2023-11-13 12:22:01.0 +01:00
      }
      +"title": 119395
    }
    1 => App\Entity\EntryComment {#2361
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699874534 {#2360
        date: 2023-11-13 12:22:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@myersguy@lemmy.simpl.website"
        "@June@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2372 …}
      +nested: Doctrine\ORM\PersistentCollection {#2386 …}
      +votes: Doctrine\ORM\PersistentCollection {#2385 …}
      +reports: Doctrine\ORM\PersistentCollection {#2378 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
      -id: 119398
      -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5279520"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699874534 {#2359
        date: 2023-11-13 12:22:14.0 +01:00
      }
      +"title": 119398
    }
    0 => App\Entity\EntryComment {#1926
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699892787 {#1909
        date: 2023-11-13 17:26:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SailorsLife@lemmy.world"
        "@SayJess@lemmy.blahaj.zone"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1874 …}
      +nested: Doctrine\ORM\PersistentCollection {#1908 …}
      +votes: Doctrine\ORM\PersistentCollection {#1883 …}
      +reports: Doctrine\ORM\PersistentCollection {#2389 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
      -id: 120225
      -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5284876"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699892787 {#1708
        date: 2023-11-13 17:26:27.0 +01:00
      }
      +"title": 120225
    }
  ]
  -id: 12376
  -titleTs: "'safe':2 'sail':1 'vpn':5"
  -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699917897
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8176490"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699831497 {#2963
    date: 2023-11-13 00:24:57.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#1739
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739}
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874448 {#1720
    date: 2023-11-13 12:20:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 119391
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279499"
  +editedAt: DateTimeImmutable @1700038426 {#1716
    date: 2023-11-15 09:53:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699874448 {#1717
    date: 2023-11-13 12:20:48.0 +01:00
  }
  +"title": 119391
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\EntryComment {#1739
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739}
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874448 {#1720
    date: 2023-11-13 12:20:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 119391
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279499"
  +editedAt: DateTimeImmutable @1700038426 {#1716
    date: 2023-11-15 09:53:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699874448 {#1717
    date: 2023-11-13 12:20:48.0 +01:00
  }
  +"title": 119391
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\EntryComment {#1739
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739}
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874448 {#1720
    date: 2023-11-13 12:20:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 119391
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279499"
  +editedAt: DateTimeImmutable @1700038426 {#1716
    date: 2023-11-15 09:53:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699874448 {#1717
    date: 2023-11-13 12:20:48.0 +01:00
  }
  +"title": 119391
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452}
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: """
    > Not sure that transmission supports it\n
    \n
    Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874521 {#2460
    date: 2023-11-13 12:22:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@myersguy@lemmy.simpl.website"
  ]
  +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: 119395
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279516"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699874521 {#2453
    date: 2023-11-13 12:22:01.0 +01:00
  }
  +"title": 119395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452}
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: """
    > Not sure that transmission supports it\n
    \n
    Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874521 {#2460
    date: 2023-11-13 12:22:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@myersguy@lemmy.simpl.website"
  ]
  +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: 119395
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279516"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699874521 {#2453
    date: 2023-11-13 12:22:01.0 +01:00
  }
  +"title": 119395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\EntryComment {#2452
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452}
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: """
    > Not sure that transmission supports it\n
    \n
    Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874521 {#2460
    date: 2023-11-13 12:22:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@myersguy@lemmy.simpl.website"
  ]
  +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: 119395
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279516"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699874521 {#2453
    date: 2023-11-13 12:22:01.0 +01:00
  }
  +"title": 119395
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#2361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361}
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874534 {#2360
    date: 2023-11-13 12:22:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@myersguy@lemmy.simpl.website"
    "@June@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 119398
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279520"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699874534 {#2359
    date: 2023-11-13 12:22:14.0 +01:00
  }
  +"title": 119398
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\EntryComment {#2361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361}
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874534 {#2360
    date: 2023-11-13 12:22:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@myersguy@lemmy.simpl.website"
    "@June@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 119398
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279520"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699874534 {#2359
    date: 2023-11-13 12:22:14.0 +01:00
  }
  +"title": 119398
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\EntryComment {#2361
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361}
      0 => App\Entity\EntryComment {#1926
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699892787 {#1909
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1874 …}
        +nested: Doctrine\ORM\PersistentCollection {#1908 …}
        +votes: Doctrine\ORM\PersistentCollection {#1883 …}
        +reports: Doctrine\ORM\PersistentCollection {#2389 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
        -id: 120225
        -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5284876"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699892787 {#1708
          date: 2023-11-13 17:26:27.0 +01:00
        }
        +"title": 120225
      }
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699874534 {#2360
    date: 2023-11-13 12:22:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@myersguy@lemmy.simpl.website"
    "@June@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2372 …}
  +nested: Doctrine\ORM\PersistentCollection {#2386 …}
  +votes: Doctrine\ORM\PersistentCollection {#2385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
  -id: 119398
  -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5279520"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699874534 {#2359
    date: 2023-11-13 12:22:14.0 +01:00
  }
  +"title": 119398
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926}
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699892787 {#1909
    date: 2023-11-13 17:26:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 120225
  -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5284876"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699892787 {#1708
    date: 2023-11-13 17:26:27.0 +01:00
  }
  +"title": 120225
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926}
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699892787 {#1909
    date: 2023-11-13 17:26:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 120225
  -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5284876"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699892787 {#1708
    date: 2023-11-13 17:26:27.0 +01:00
  }
  +"title": 120225
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
App\Entity\EntryComment {#1926
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Sailing-safely-with-a-VPN"
    +title: "Sailing safely with a VPN"
    +url: null
    +body: """
      I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.\n
      \n
      So first, is that accurate?\n
      \n
      I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699899699 {#2976
      date: 2023-11-13 19:21:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2981 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      3 => App\Entity\EntryComment {#1739
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "If you’re running Transmission on Linux know that I can be set to only use the VPN IP, there’s also another good way to implement a kill switch: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874448 {#1720
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1707 …}
        +nested: Doctrine\ORM\PersistentCollection {#2464 …}
        +votes: Doctrine\ORM\PersistentCollection {#2448 …}
        +reports: Doctrine\ORM\PersistentCollection {#2447 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
        -id: 119391
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':33 'also':22 'anoth':23 'good':24 'implement':27 'ip':19 'kill':29 'know':8 'lemmy.world':32 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':31 'linux':7 're':3 'run':4 'set':13 'switch':30 'transmiss':5 'use':16 'vpn':18 'way':25"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279499"
        +editedAt: DateTimeImmutable @1700038426 {#1716
          date: 2023-11-15 09:53:46.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699874448 {#1717
          date: 2023-11-13 12:20:48.0 +01:00
        }
        +"title": 119391
      }
      2 => App\Entity\EntryComment {#2452
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2457 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: """
          > Not sure that transmission supports it\n
          \n
          Yes transmission does support it, however if you’re running in Linux you can also just restrict it to run on the VPN IP or interface. Read more here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874521 {#2460
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
        ]
        +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: 119395
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':38 'also':21 'howev':12 'interfac':32 'ip':30 'lemmy.world':37 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':36 'linux':18 're':15 'read':33 'restrict':23 'run':16,26 'support':5,10 'sure':2 'transmiss':4,8 'vpn':29 'yes':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279516"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874521 {#2453
          date: 2023-11-13 12:22:01.0 +01:00
        }
        +"title": 119395
      }
      1 => App\Entity\EntryComment {#2361
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
        +body: "Here: [lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699874534 {#2360
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SailorsLife@lemmy.world"
          "@SayJess@lemmy.blahaj.zone"
          "@myersguy@lemmy.simpl.website"
          "@June@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2372 …}
        +nested: Doctrine\ORM\PersistentCollection {#2386 …}
        +votes: Doctrine\ORM\PersistentCollection {#2385 …}
        +reports: Doctrine\ORM\PersistentCollection {#2378 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2381 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1910 …}
        -id: 119398
        -bodyTs: "'/comment/5269089](https://lemmy.world/comment/5269089)':4 'lemmy.world':3 'lemmy.world/comment/5269089](https://lemmy.world/comment/5269089)':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5279520"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699874534 {#2359
          date: 2023-11-13 12:22:14.0 +01:00
        }
        +"title": 119398
      }
      0 => App\Entity\EntryComment {#1926}
    ]
    -id: 12376
    -titleTs: "'safe':2 'sail':1 'vpn':5"
    -bodyTs: "'account':16,48 'accur':32 'anonym':81 'anyth':70 'away':27 'browser':43,55 'connect':57 'creat':44 'els':71 'find':89 'first':29 'given':25 'googl':15 'got':35 'high':79 'lemmi':47 'like':13 'log':11 'look':86 'mani':100 'movi':92 'much':24 'mullvad':37 'necessari':69 'need':73 'never':94 'new':46 'pretti':23 'read':3 'safe':65,83,107 'sail':77 'sea':80 'seem':95 'servic':102 'shut':51 'side':66 'start':88 'stream':101 'stuff':5 'thank':110 'use':41 'vpn':20,38,60 'want':104"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699917897
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/8176490"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699831497 {#2963
      date: 2023-11-13 00:24:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: "In you case setting `bind-address-ipv4` and `bind-address-ipv6` to your VPN IPs should work. According to [this ](https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md) under macOS settings are stored in `$HOME/Library/Preferences/org.m0k.transmission.plist`. Not sure if the format is the same tho and don’t forget that editing a plist on macOS isn’t just always just editing a text file, it might be encoded and cached by the system, do your research."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699892787 {#1909
    date: 2023-11-13 17:26:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SailorsLife@lemmy.world"
    "@SayJess@lemmy.blahaj.zone"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1874 …}
  +nested: Doctrine\ORM\PersistentCollection {#1908 …}
  +votes: Doctrine\ORM\PersistentCollection {#1883 …}
  +reports: Doctrine\ORM\PersistentCollection {#2389 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2387 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 120225
  -bodyTs: "'/transmission/transmission/blob/main/docs/configuration-files.md)':25 'accord':20 'address':7,12 'alway':55 'bind':6,11 'bind-address-ipv4':5 'bind-address-ipv6':10 'cach':66 'case':3 'edit':47,57 'encod':64 'file':60 'forget':45 'format':37 'github.com':24 'github.com/transmission/transmission/blob/main/docs/configuration-files.md)':23 'home/library/preferences/org.m0k.transmission.plist':32 'ip':17 'ipv4':8 'ipv6':13 'isn':52 'maco':27,51 'might':62 'plist':49 'research':72 'set':4,28 'store':30 'sure':34 'system':69 'text':59 'tho':41 'vpn':16 'work':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5284876"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699892787 {#1708
    date: 2023-11-13 17:26:27.0 +01:00
  }
  +"title": 120225
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1555
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
  +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
  +url: null
  +body: """
    I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
    \n
    UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
    \n
    I followed these steps to bind it to my VPN from on Linux:\n
    \n
    1. Pause torrents\n
    2. Connect VPN\n
    3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
    4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
    5. Restart qBittorrent\n
    6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699987605 {#2938
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2945 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    4 => App\Entity\EntryComment {#1620
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699831124 {#1551
        date: 2023-11-13 00:18:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@Hubi@feddit.de"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 117718
      -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699831124 {#1621
        date: 2023-11-13 00:18:44.0 +01:00
      }
      +"title": 117718
    }
    3 => App\Entity\EntryComment {#1616
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: """
        > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
        \n
        It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
        \n
        If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
        \n
        > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
        \n
        So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699831671 {#1795
        date: 2023-11-13 00:27:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 117748
      -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269899"
      +editedAt: DateTimeImmutable @1700036175 {#1705
        date: 2023-11-15 09:16:15.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699831671 {#1711
        date: 2023-11-13 00:27:51.0 +01:00
      }
      +"title": 117748
    }
    2 => App\Entity\EntryComment {#2024
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699957535 {#2032
        date: 2023-11-14 11:25:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 122779
      -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5302638"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699957535 {#2026
        date: 2023-11-14 11:25:35.0 +01:00
      }
      +"title": 122779
    }
    1 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699976428 {#2031
        date: 2023-11-14 16:40:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2075 …}
      +nested: Doctrine\ORM\PersistentCollection {#2079 …}
      +votes: Doctrine\ORM\PersistentCollection {#2078 …}
      +reports: Doctrine\ORM\PersistentCollection {#2097 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
      -id: 123664
      -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5307378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699976428 {#2036
        date: 2023-11-14 16:40:28.0 +01:00
      }
      +"title": 123664
    }
    0 => App\Entity\EntryComment {#2098
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: ":)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699987605 {#2081
        date: 2023-11-14 19:46:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2080 …}
      +nested: Doctrine\ORM\PersistentCollection {#2089 …}
      +votes: Doctrine\ORM\PersistentCollection {#2095 …}
      +reports: Doctrine\ORM\PersistentCollection {#2091 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
      -id: 124496
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311058"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699987605 {#2077
        date: 2023-11-14 19:46:45.0 +01:00
      }
      +"title": 124496
    }
  ]
  -id: 12354
  -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
  -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699912309
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9049059"
  +editedAt: DateTimeImmutable @1705352499 {#2925
    date: 2024-01-15 22:01:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699825909 {#2901
    date: 2023-11-12 22:51:49.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
111 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1555
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
  +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
  +url: null
  +body: """
    I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
    \n
    UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
    \n
    I followed these steps to bind it to my VPN from on Linux:\n
    \n
    1. Pause torrents\n
    2. Connect VPN\n
    3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
    4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
    5. Restart qBittorrent\n
    6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699987605 {#2938
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2945 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    4 => App\Entity\EntryComment {#1620
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699831124 {#1551
        date: 2023-11-13 00:18:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@Hubi@feddit.de"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 117718
      -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699831124 {#1621
        date: 2023-11-13 00:18:44.0 +01:00
      }
      +"title": 117718
    }
    3 => App\Entity\EntryComment {#1616
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: """
        > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
        \n
        It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
        \n
        If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
        \n
        > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
        \n
        So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699831671 {#1795
        date: 2023-11-13 00:27:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 117748
      -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269899"
      +editedAt: DateTimeImmutable @1700036175 {#1705
        date: 2023-11-15 09:16:15.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699831671 {#1711
        date: 2023-11-13 00:27:51.0 +01:00
      }
      +"title": 117748
    }
    2 => App\Entity\EntryComment {#2024
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699957535 {#2032
        date: 2023-11-14 11:25:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 122779
      -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5302638"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699957535 {#2026
        date: 2023-11-14 11:25:35.0 +01:00
      }
      +"title": 122779
    }
    1 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699976428 {#2031
        date: 2023-11-14 16:40:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2075 …}
      +nested: Doctrine\ORM\PersistentCollection {#2079 …}
      +votes: Doctrine\ORM\PersistentCollection {#2078 …}
      +reports: Doctrine\ORM\PersistentCollection {#2097 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
      -id: 123664
      -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5307378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699976428 {#2036
        date: 2023-11-14 16:40:28.0 +01:00
      }
      +"title": 123664
    }
    0 => App\Entity\EntryComment {#2098
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: ":)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699987605 {#2081
        date: 2023-11-14 19:46:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2080 …}
      +nested: Doctrine\ORM\PersistentCollection {#2089 …}
      +votes: Doctrine\ORM\PersistentCollection {#2095 …}
      +reports: Doctrine\ORM\PersistentCollection {#2091 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
      -id: 124496
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311058"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699987605 {#2077
        date: 2023-11-14 19:46:45.0 +01:00
      }
      +"title": 124496
    }
  ]
  -id: 12354
  -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
  -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699912309
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9049059"
  +editedAt: DateTimeImmutable @1705352499 {#2925
    date: 2024-01-15 22:01:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699825909 {#2901
    date: 2023-11-12 22:51:49.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
112 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1555
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
  +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
  +url: null
  +body: """
    I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
    \n
    UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
    \n
    I followed these steps to bind it to my VPN from on Linux:\n
    \n
    1. Pause torrents\n
    2. Connect VPN\n
    3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
    4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
    5. Restart qBittorrent\n
    6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699987605 {#2938
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2945 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    4 => App\Entity\EntryComment {#1620
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699831124 {#1551
        date: 2023-11-13 00:18:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@Hubi@feddit.de"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 117718
      -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699831124 {#1621
        date: 2023-11-13 00:18:44.0 +01:00
      }
      +"title": 117718
    }
    3 => App\Entity\EntryComment {#1616
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: """
        > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
        \n
        It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
        \n
        If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
        \n
        > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
        \n
        So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1699831671 {#1795
        date: 2023-11-13 00:27:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 117748
      -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269899"
      +editedAt: DateTimeImmutable @1700036175 {#1705
        date: 2023-11-15 09:16:15.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699831671 {#1711
        date: 2023-11-13 00:27:51.0 +01:00
      }
      +"title": 117748
    }
    2 => App\Entity\EntryComment {#2024
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699957535 {#2032
        date: 2023-11-14 11:25:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 122779
      -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5302638"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699957535 {#2026
        date: 2023-11-14 11:25:35.0 +01:00
      }
      +"title": 122779
    }
    1 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699976428 {#2031
        date: 2023-11-14 16:40:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2075 …}
      +nested: Doctrine\ORM\PersistentCollection {#2079 …}
      +votes: Doctrine\ORM\PersistentCollection {#2078 …}
      +reports: Doctrine\ORM\PersistentCollection {#2097 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
      -id: 123664
      -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5307378"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699976428 {#2036
        date: 2023-11-14 16:40:28.0 +01:00
      }
      +"title": 123664
    }
    0 => App\Entity\EntryComment {#2098
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: ":)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699987605 {#2081
        date: 2023-11-14 19:46:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CowsLookLikeMaps@sh.itjust.works"
        "@PM_Your_Nudes_Please@lemmy.world"
        "@TCB13@lemmy.world"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2080 …}
      +nested: Doctrine\ORM\PersistentCollection {#2089 …}
      +votes: Doctrine\ORM\PersistentCollection {#2095 …}
      +reports: Doctrine\ORM\PersistentCollection {#2091 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
      -id: 124496
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5311058"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699987605 {#2077
        date: 2023-11-14 19:46:45.0 +01:00
      }
      +"title": 124496
    }
  ]
  -id: 12354
  -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
  -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699912309
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9049059"
  +editedAt: DateTimeImmutable @1705352499 {#2925
    date: 2024-01-15 22:01:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699825909 {#2901
    date: 2023-11-12 22:51:49.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
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620}
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699831124 {#1551
    date: 2023-11-13 00:18:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@Hubi@feddit.de"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 117718
  -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699831124 {#1621
    date: 2023-11-13 00:18:44.0 +01:00
  }
  +"title": 117718
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620}
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699831124 {#1551
    date: 2023-11-13 00:18:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@Hubi@feddit.de"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 117718
  -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699831124 {#1621
    date: 2023-11-13 00:18:44.0 +01:00
  }
  +"title": 117718
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620}
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699831124 {#1551
    date: 2023-11-13 00:18:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@Hubi@feddit.de"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 117718
  -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699831124 {#1621
    date: 2023-11-13 00:18:44.0 +01:00
  }
  +"title": 117718
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616}
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: """
    > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
    \n
    It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
    \n
    If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
    \n
    > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
    \n
    So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699831671 {#1795
    date: 2023-11-13 00:27:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 117748
  -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269899"
  +editedAt: DateTimeImmutable @1700036175 {#1705
    date: 2023-11-15 09:16:15.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699831671 {#1711
    date: 2023-11-13 00:27:51.0 +01:00
  }
  +"title": 117748
}
"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
119 DENIED edit
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616}
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: """
    > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
    \n
    It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
    \n
    If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
    \n
    > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
    \n
    So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699831671 {#1795
    date: 2023-11-13 00:27:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 117748
  -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269899"
  +editedAt: DateTimeImmutable @1700036175 {#1705
    date: 2023-11-15 09:16:15.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699831671 {#1711
    date: 2023-11-13 00:27:51.0 +01:00
  }
  +"title": 117748
}
"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
120 DENIED moderate
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616}
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: """
    > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
    \n
    It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
    \n
    If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
    \n
    > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
    \n
    So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1699831671 {#1795
    date: 2023-11-13 00:27:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 117748
  -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269899"
  +editedAt: DateTimeImmutable @1700036175 {#1705
    date: 2023-11-15 09:16:15.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699831671 {#1711
    date: 2023-11-13 00:27:51.0 +01:00
  }
  +"title": 117748
}
"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
121 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED moderate
App\Entity\EntryComment {#2024
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024}
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699957535 {#2032
    date: 2023-11-14 11:25:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 122779
  -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5302638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699957535 {#2026
    date: 2023-11-14 11:25:35.0 +01:00
  }
  +"title": 122779
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
App\Entity\EntryComment {#2024
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024}
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699957535 {#2032
    date: 2023-11-14 11:25:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 122779
  -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5302638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699957535 {#2026
    date: 2023-11-14 11:25:35.0 +01:00
  }
  +"title": 122779
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
App\Entity\EntryComment {#2024
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024}
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699957535 {#2032
    date: 2023-11-14 11:25:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 122779
  -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5302638"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699957535 {#2026
    date: 2023-11-14 11:25:35.0 +01:00
  }
  +"title": 122779
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
126 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037}
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699976428 {#2031
    date: 2023-11-14 16:40:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2075 …}
  +nested: Doctrine\ORM\PersistentCollection {#2079 …}
  +votes: Doctrine\ORM\PersistentCollection {#2078 …}
  +reports: Doctrine\ORM\PersistentCollection {#2097 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
  -id: 123664
  -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5307378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699976428 {#2036
    date: 2023-11-14 16:40:28.0 +01:00
  }
  +"title": 123664
}
"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
127 DENIED edit
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037}
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699976428 {#2031
    date: 2023-11-14 16:40:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2075 …}
  +nested: Doctrine\ORM\PersistentCollection {#2079 …}
  +votes: Doctrine\ORM\PersistentCollection {#2078 …}
  +reports: Doctrine\ORM\PersistentCollection {#2097 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
  -id: 123664
  -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5307378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699976428 {#2036
    date: 2023-11-14 16:40:28.0 +01:00
  }
  +"title": 123664
}
"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
128 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037}
      0 => App\Entity\EntryComment {#2098
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: ":)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699987605 {#2081
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2080 …}
        +nested: Doctrine\ORM\PersistentCollection {#2089 …}
        +votes: Doctrine\ORM\PersistentCollection {#2095 …}
        +reports: Doctrine\ORM\PersistentCollection {#2091 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
        -id: 124496
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5311058"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699987605 {#2077
          date: 2023-11-14 19:46:45.0 +01:00
        }
        +"title": 124496
      }
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699976428 {#2031
    date: 2023-11-14 16:40:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2075 …}
  +nested: Doctrine\ORM\PersistentCollection {#2079 …}
  +votes: Doctrine\ORM\PersistentCollection {#2078 …}
  +reports: Doctrine\ORM\PersistentCollection {#2097 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
  -id: 123664
  -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5307378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699976428 {#2036
    date: 2023-11-14 16:40:28.0 +01:00
  }
  +"title": 123664
}
"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
129 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
130 DENIED moderate
App\Entity\EntryComment {#2098
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098}
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: ":)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699987605 {#2081
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2080 …}
  +nested: Doctrine\ORM\PersistentCollection {#2089 …}
  +votes: Doctrine\ORM\PersistentCollection {#2095 …}
  +reports: Doctrine\ORM\PersistentCollection {#2091 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
  -id: 124496
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699987605 {#2077
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +"title": 124496
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
App\Entity\EntryComment {#2098
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098}
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: ":)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699987605 {#2081
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2080 …}
  +nested: Doctrine\ORM\PersistentCollection {#2089 …}
  +votes: Doctrine\ORM\PersistentCollection {#2095 …}
  +reports: Doctrine\ORM\PersistentCollection {#2091 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
  -id: 124496
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699987605 {#2077
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +"title": 124496
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
App\Entity\EntryComment {#2098
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1555
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "Favourite-FOSS-Torrenting-Client-for-Linux-that-has-a-VPN"
    +title: "Favourite FOSS Torrenting Client for Linux that has a VPN killswitch?"
    +url: null
    +body: """
      I’m a long-time Transmission user but I just learned that VPN killswitches are a thing (how did it take me so long!?). I would like to try another client which has this feature in case I forget to launch my VPN client before opening Transmission. Does anybody have any recommendations? Deluge? QBittorrent? Or any others?\n
      \n
      UPDATE: Thanks for the suggestions everyone! I decided to give qbittorrent a try and have been enjoying it so far.\n
      \n
      I followed these steps to bind it to my VPN from on Linux:\n
      \n
      1. Pause torrents\n
      2. Connect VPN\n
      3. Open qBittorrent. Go to Preferences, and then Advanced tab\n
      4. Change network interface to tun0. If unsure, disconnect VPN and restart qBittorrent then repeat step 1 to see which interface appears.\n
      5. Restart qBittorrent\n
      6. Test it out on the official [kubuntu](https://cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent) torrent or your favourite distro from [LinuxTracker.org](https://linuxtracker.org/). Turn your VPN on and off while verifying whether it pauses and resumes downloading.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699987605 {#2938
      date: 2023-11-14 19:46:45.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      4 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1556 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "True, but enforcing the restriction at the systemd level will be safer. Frankly I like Transmission."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699831124 {#1551
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@Hubi@feddit.de"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 117718
        -bodyTs: "'enforc':3 'frank':13 'level':9 'like':15 'restrict':5 'safer':12 'systemd':8 'transmiss':16 'true':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269716"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699831124 {#1621
          date: 2023-11-13 00:18:44.0 +01:00
        }
        +"title": 117718
      }
      3 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: """
          > you’ll need to reconfigure Transmission with the new IP. Sure your method works for a kill switch. But it requires manual intervention every time it gets killed.\n
          \n
          It doesn’t. You can specify your VPN provider range instead of a single IP and you won’t need manual intervention.\n
          \n
          If you go the systemd route you can do it even better with [RestrictNetworkInterfaces](https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#RestrictNetworkInterfaces=):\n
          \n
          > RestrictNetworkInterfaces= Takes a list of space-separated network interface names. This option restricts the network interfaces that processes of this unit can use.\n
          \n
          So I guess this is a better option than doing IP or IP range restrictions - zero manual intervention like you do in qBit. I’m so used to work with IPs instead of interfaces (because of the issues that can cause) that I even forgot about that option.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1699831671 {#1795
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1630 …}
        +nested: Doctrine\ORM\PersistentCollection {#1628 …}
        +votes: Doctrine\ORM\PersistentCollection {#1599 …}
        +reports: Doctrine\ORM\PersistentCollection {#1625 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
        -id: 117748
        -bodyTs: "'/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':67 'better':62,98 'caus':132 'doesn':30 'even':61,135 'everi':24 'forgot':136 'get':27 'go':53 'guess':94 'instead':39,123 'interfac':77,84,125 'intervent':23,50,109 'ip':10,43,102,104,122 'issu':129 'kill':17,28 'like':110 'list':71 'll':2 'm':116 'manual':22,49,108 'method':13 'name':78 'need':3,48 'network':76,83 'new':9 'option':80,99,139 'process':86 'provid':37 'qbit':114 'rang':38,105 'reconfigur':5 'requir':21 'restrict':81,106 'restrictnetworkinterfac':64,68 'rout':56 'separ':75 'singl':42 'space':74 'space-separ':73 'specifi':34 'sure':11 'switch':18 'systemd':55 'take':69 'time':25 'transmiss':6 'unit':89 'use':91,118 'vpn':36 'won':46 'work':14,120 'www.freedesktop.org':66 'www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html#restrictnetworkinterfaces=):':65 'zero':107"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5269899"
        +editedAt: DateTimeImmutable @1700036175 {#1705
          date: 2023-11-15 09:16:15.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699831671 {#1711
          date: 2023-11-13 00:27:51.0 +01:00
        }
        +"title": 117748
      }
      2 => App\Entity\EntryComment {#2024
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2022 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "It’s not just about being simple, it’s about 1) still using transmission - because some people like decent and simple torrent clients and 2) a systemd enforced network restriction is way safer than whatever bind to interface / IP setting a program might come up with."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1699957535 {#2032
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 122779
        -bodyTs: "'1':11 '2':25 'bind':36 'client':23 'come':44 'decent':19 'enforc':28 'interfac':38 'ip':39 'like':18 'might':43 'network':29 'peopl':17 'program':42 'restrict':30 'safer':33 'set':40 'simpl':7,21 'still':12 'systemd':27 'torrent':22 'transmiss':14 'use':13 'way':32 'whatev':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5302638"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699957535 {#2026
          date: 2023-11-14 11:25:35.0 +01:00
        }
        +"title": 122779
      }
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1555 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2144 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Its simpler than having to learn another torrent client or whatever, at the end of the day what I’m suggesting is adding a line to a text file with the interface."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699976428 {#2031
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@CowsLookLikeMaps@sh.itjust.works"
          "@PM_Your_Nudes_Please@lemmy.world"
          "@TCB13@lemmy.world"
          "@Kusimulkku@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2075 …}
        +nested: Doctrine\ORM\PersistentCollection {#2079 …}
        +votes: Doctrine\ORM\PersistentCollection {#2078 …}
        +reports: Doctrine\ORM\PersistentCollection {#2097 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2082 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2096 …}
        -id: 123664
        -bodyTs: "'ad':23 'anoth':7 'client':9 'day':17 'end':14 'file':29 'interfac':32 'learn':6 'line':25 'm':20 'simpler':2 'suggest':21 'text':28 'torrent':8 'whatev':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/5307378"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699976428 {#2036
          date: 2023-11-14 16:40:28.0 +01:00
        }
        +"title": 123664
      }
      0 => App\Entity\EntryComment {#2098}
    ]
    -id: 12354
    -titleTs: "'client':4 'favourit':1 'foss':2 'killswitch':11 'linux':6 'torrent':3 'vpn':10"
    -bodyTs: "'/).':153 '/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':143 '1':92,124 '2':95 '3':98 '4':108 '5':130 '6':133 'advanc':106 'anoth':31 'anybodi':50 'appear':129 'bind':84 'case':38 'cdimage.ubuntu.com':142 'cdimage.ubuntu.com/kubuntu/releases/22.04.3/release/kubuntu-22.04.3-desktop-amd64.iso.torrent)':141 'chang':109 'client':32,45 'connect':96 'decid':66 'delug':54 'disconnect':116 'distro':148 'download':167 'enjoy':75 'everyon':64 'far':78 'favourit':147 'featur':36 'follow':80 'forget':40 'give':68 'go':101 'interfac':111,128 'killswitch':15 'kubuntu':140 'launch':42 'learn':12 'like':28 'linux':91 'linuxtracker.org':150,152 'linuxtracker.org/).':151 'long':5,25 'long-tim':4 'm':2 'network':110 'offici':139 'open':47,99 'other':58 'paus':93,164 'prefer':103 'qbittorr':55,69,100,120,132 'recommend':53 'repeat':122 'restart':119,131 'resum':166 'see':126 'step':82,123 'suggest':63 'tab':107 'take':22 'test':134 'thank':60 'thing':18 'time':6 'torrent':94,144 'transmiss':7,48 'tri':30,71 'tun0':113 'turn':154 'unsur':115 'updat':59 'user':8 'verifi':161 'vpn':14,44,88,97,117,156 'whether':162 'would':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699912309
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9049059"
    +editedAt: DateTimeImmutable @1705352499 {#2925
      date: 2024-01-15 22:01:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699825909 {#2901
      date: 2023-11-12 22:51:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1558 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: ":)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699987605 {#2081
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CowsLookLikeMaps@sh.itjust.works"
    "@PM_Your_Nudes_Please@lemmy.world"
    "@TCB13@lemmy.world"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2080 …}
  +nested: Doctrine\ORM\PersistentCollection {#2089 …}
  +votes: Doctrine\ORM\PersistentCollection {#2095 …}
  +reports: Doctrine\ORM\PersistentCollection {#2091 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2090 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2092 …}
  -id: 124496
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5311058"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699987605 {#2077
    date: 2023-11-14 19:46:45.0 +01:00
  }
  +"title": 124496
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
134 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2997 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "How-do-y-all-deal-with-programs-not-supported-on-Linux"
  +title: "How do y'all deal with programs not supported on Linux?"
  +url: null
  +body: """
    I’ve been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I’d love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I’m stuck with Windows, since I deem those particular programs really important.\n
    \n
    Any advice from Linux nerds here? All constructive replies are very appreciated.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 127
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700057557 {#3034
    date: 2023-11-15 15:12:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3039 …}
  +votes: Doctrine\ORM\PersistentCollection {#3042 …}
  +reports: Doctrine\ORM\PersistentCollection {#3044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
  +badges: Doctrine\ORM\PersistentCollection {#3050 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +body: "Look at my screenshot above. Do you call that “looked exactly as intended”?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699830970 {#1697
        date: 2023-11-13 00:16:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Alexxxolotl@sh.itjust.works"
        "@TCB13@lemmy.world"
        "@KISSmyOS@lemmy.world"
        "@Flumsy@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1663 …}
      +nested: Doctrine\ORM\PersistentCollection {#1661 …}
      +votes: Doctrine\ORM\PersistentCollection {#1653 …}
      +reports: Doctrine\ORM\PersistentCollection {#1649 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
      -id: 117710
      -bodyTs: "'call':8 'exact':11 'intend':13 'look':1,10 'screenshot':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269663"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699830970 {#1709
        date: 2023-11-13 00:16:10.0 +01:00
      }
      +"title": 117710
    }
  ]
  -id: 12241
  -titleTs: "'deal':5 'linux':11 'program':7 'support':9 'y':3"
  -bodyTs: "'advic':98 'altern':76 'appeal':20 'appreci':108 'autonomi':27 'back':57 'choos':45 'come':49 'construct':104 'custom':34 'd':22 'deem':91 'distro':51 'even':39 'exclus':74 'guess':83 'hold':55 'honest':17 'howev':36,58 'import':96 'incompat':60 'issu':61 'late':10 'like':38 'linux':9,78,100 'look':12 'lot':63 'love':23 'm':85 'mani':42 'much':26 'nerd':101 'often':70 'option':43 'os':30 'particular':93 'post':7 'program':65,94 'rare':80 'realli':95 'repli':105 'see':4,18 'sinc':89 'stuck':86 'support':77 'thing':54 'use':32 've':2 'window':73,88 'windows-exclus':72 'work':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699878576
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9017132"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699792176 {#3020
    date: 2023-11-12 13:29:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2997 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "How-do-y-all-deal-with-programs-not-supported-on-Linux"
  +title: "How do y'all deal with programs not supported on Linux?"
  +url: null
  +body: """
    I’ve been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I’d love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I’m stuck with Windows, since I deem those particular programs really important.\n
    \n
    Any advice from Linux nerds here? All constructive replies are very appreciated.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 127
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700057557 {#3034
    date: 2023-11-15 15:12:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3039 …}
  +votes: Doctrine\ORM\PersistentCollection {#3042 …}
  +reports: Doctrine\ORM\PersistentCollection {#3044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
  +badges: Doctrine\ORM\PersistentCollection {#3050 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +body: "Look at my screenshot above. Do you call that “looked exactly as intended”?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699830970 {#1697
        date: 2023-11-13 00:16:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Alexxxolotl@sh.itjust.works"
        "@TCB13@lemmy.world"
        "@KISSmyOS@lemmy.world"
        "@Flumsy@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1663 …}
      +nested: Doctrine\ORM\PersistentCollection {#1661 …}
      +votes: Doctrine\ORM\PersistentCollection {#1653 …}
      +reports: Doctrine\ORM\PersistentCollection {#1649 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
      -id: 117710
      -bodyTs: "'call':8 'exact':11 'intend':13 'look':1,10 'screenshot':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269663"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699830970 {#1709
        date: 2023-11-13 00:16:10.0 +01:00
      }
      +"title": 117710
    }
  ]
  -id: 12241
  -titleTs: "'deal':5 'linux':11 'program':7 'support':9 'y':3"
  -bodyTs: "'advic':98 'altern':76 'appeal':20 'appreci':108 'autonomi':27 'back':57 'choos':45 'come':49 'construct':104 'custom':34 'd':22 'deem':91 'distro':51 'even':39 'exclus':74 'guess':83 'hold':55 'honest':17 'howev':36,58 'import':96 'incompat':60 'issu':61 'late':10 'like':38 'linux':9,78,100 'look':12 'lot':63 'love':23 'm':85 'mani':42 'much':26 'nerd':101 'often':70 'option':43 'os':30 'particular':93 'post':7 'program':65,94 'rare':80 'realli':95 'repli':105 'see':4,18 'sinc':89 'stuck':86 'support':77 'thing':54 'use':32 've':2 'window':73,88 'windows-exclus':72 'work':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699878576
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9017132"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699792176 {#3020
    date: 2023-11-12 13:29:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#2997 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
  +slug: "How-do-y-all-deal-with-programs-not-supported-on-Linux"
  +title: "How do y'all deal with programs not supported on Linux?"
  +url: null
  +body: """
    I’ve been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I’d love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I’m stuck with Windows, since I deem those particular programs really important.\n
    \n
    Any advice from Linux nerds here? All constructive replies are very appreciated.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 127
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700057557 {#3034
    date: 2023-11-15 15:12:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3039 …}
  +votes: Doctrine\ORM\PersistentCollection {#3042 …}
  +reports: Doctrine\ORM\PersistentCollection {#3044 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
  +badges: Doctrine\ORM\PersistentCollection {#3050 …}
  +children: [
    App\Entity\EntryComment {#1646
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
      +body: "Look at my screenshot above. Do you call that “looked exactly as intended”?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699830970 {#1697
        date: 2023-11-13 00:16:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Alexxxolotl@sh.itjust.works"
        "@TCB13@lemmy.world"
        "@KISSmyOS@lemmy.world"
        "@Flumsy@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1663 …}
      +nested: Doctrine\ORM\PersistentCollection {#1661 …}
      +votes: Doctrine\ORM\PersistentCollection {#1653 …}
      +reports: Doctrine\ORM\PersistentCollection {#1649 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
      -id: 117710
      -bodyTs: "'call':8 'exact':11 'intend':13 'look':1,10 'screenshot':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5269663"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699830970 {#1709
        date: 2023-11-13 00:16:10.0 +01:00
      }
      +"title": 117710
    }
  ]
  -id: 12241
  -titleTs: "'deal':5 'linux':11 'program':7 'support':9 'y':3"
  -bodyTs: "'advic':98 'altern':76 'appeal':20 'appreci':108 'autonomi':27 'back':57 'choos':45 'come':49 'construct':104 'custom':34 'd':22 'deem':91 'distro':51 'even':39 'exclus':74 'guess':83 'hold':55 'honest':17 'howev':36,58 'import':96 'incompat':60 'issu':61 'late':10 'like':38 'linux':9,78,100 'look':12 'lot':63 'love':23 'm':85 'mani':42 'much':26 'nerd':101 'often':70 'option':43 'os':30 'particular':93 'post':7 'program':65,94 'rare':80 'realli':95 'repli':105 'see':4,18 'sinc':89 'stuck':86 'support':77 'thing':54 'use':32 've':2 'window':73,88 'windows-exclus':72 'work':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699878576
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9017132"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699792176 {#3020
    date: 2023-11-12 13:29:36.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
137 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
138 DENIED moderate
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2997 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-do-y-all-deal-with-programs-not-supported-on-Linux"
    +title: "How do y'all deal with programs not supported on Linux?"
    +url: null
    +body: """
      I’ve been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I’d love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I’m stuck with Windows, since I deem those particular programs really important.\n
      \n
      Any advice from Linux nerds here? All constructive replies are very appreciated.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 127
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700057557 {#3034
      date: 2023-11-15 15:12:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3039 …}
    +votes: Doctrine\ORM\PersistentCollection {#3042 …}
    +reports: Doctrine\ORM\PersistentCollection {#3044 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
    +badges: Doctrine\ORM\PersistentCollection {#3050 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 12241
    -titleTs: "'deal':5 'linux':11 'program':7 'support':9 'y':3"
    -bodyTs: "'advic':98 'altern':76 'appeal':20 'appreci':108 'autonomi':27 'back':57 'choos':45 'come':49 'construct':104 'custom':34 'd':22 'deem':91 'distro':51 'even':39 'exclus':74 'guess':83 'hold':55 'honest':17 'howev':36,58 'import':96 'incompat':60 'issu':61 'late':10 'like':38 'linux':9,78,100 'look':12 'lot':63 'love':23 'm':85 'mani':42 'much':26 'nerd':101 'often':70 'option':43 'os':30 'particular':93 'post':7 'program':65,94 'rare':80 'realli':95 'repli':105 'see':4,18 'sinc':89 'stuck':86 'support':77 'thing':54 'use':32 've':2 'window':73,88 'windows-exclus':72 'work':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699878576
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9017132"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699792176 {#3020
      date: 2023-11-12 13:29:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +body: "Look at my screenshot above. Do you call that “looked exactly as intended”?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699830970 {#1697
    date: 2023-11-13 00:16:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Alexxxolotl@sh.itjust.works"
    "@TCB13@lemmy.world"
    "@KISSmyOS@lemmy.world"
    "@Flumsy@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1663 …}
  +nested: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1653 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  -id: 117710
  -bodyTs: "'call':8 'exact':11 'intend':13 'look':1,10 'screenshot':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699830970 {#1709
    date: 2023-11-13 00:16:10.0 +01:00
  }
  +"title": 117710
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
139 DENIED edit
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2997 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-do-y-all-deal-with-programs-not-supported-on-Linux"
    +title: "How do y'all deal with programs not supported on Linux?"
    +url: null
    +body: """
      I’ve been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I’d love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I’m stuck with Windows, since I deem those particular programs really important.\n
      \n
      Any advice from Linux nerds here? All constructive replies are very appreciated.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 127
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700057557 {#3034
      date: 2023-11-15 15:12:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3039 …}
    +votes: Doctrine\ORM\PersistentCollection {#3042 …}
    +reports: Doctrine\ORM\PersistentCollection {#3044 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
    +badges: Doctrine\ORM\PersistentCollection {#3050 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 12241
    -titleTs: "'deal':5 'linux':11 'program':7 'support':9 'y':3"
    -bodyTs: "'advic':98 'altern':76 'appeal':20 'appreci':108 'autonomi':27 'back':57 'choos':45 'come':49 'construct':104 'custom':34 'd':22 'deem':91 'distro':51 'even':39 'exclus':74 'guess':83 'hold':55 'honest':17 'howev':36,58 'import':96 'incompat':60 'issu':61 'late':10 'like':38 'linux':9,78,100 'look':12 'lot':63 'love':23 'm':85 'mani':42 'much':26 'nerd':101 'often':70 'option':43 'os':30 'particular':93 'post':7 'program':65,94 'rare':80 'realli':95 'repli':105 'see':4,18 'sinc':89 'stuck':86 'support':77 'thing':54 'use':32 've':2 'window':73,88 'windows-exclus':72 'work':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699878576
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9017132"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699792176 {#3020
      date: 2023-11-12 13:29:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +body: "Look at my screenshot above. Do you call that “looked exactly as intended”?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699830970 {#1697
    date: 2023-11-13 00:16:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Alexxxolotl@sh.itjust.works"
    "@TCB13@lemmy.world"
    "@KISSmyOS@lemmy.world"
    "@Flumsy@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1663 …}
  +nested: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1653 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  -id: 117710
  -bodyTs: "'call':8 'exact':11 'intend':13 'look':1,10 'screenshot':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699830970 {#1709
    date: 2023-11-13 00:16:10.0 +01:00
  }
  +"title": 117710
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
140 DENIED moderate
App\Entity\EntryComment {#1646
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1587
    +user: Proxies\__CG__\App\Entity\User {#2997 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2839 …}
    +slug: "How-do-y-all-deal-with-programs-not-supported-on-Linux"
    +title: "How do y'all deal with programs not supported on Linux?"
    +url: null
    +body: """
      I’ve been seeing all these posts about Linux lately, and looking at them, I can honestly see the appeal. I’d love having so much autonomy over the OS I use, and customize it however I like, even having so many options to choose from when it comes to distros. The only thing holding me back, however, is incompatibility issues. A lot of programs I work with very often are Windows-exclusive, and alternatives supporting Linux are rare. So I guess I’m stuck with Windows, since I deem those particular programs really important.\n
      \n
      Any advice from Linux nerds here? All constructive replies are very appreciated.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 127
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700057557 {#3034
      date: 2023-11-15 15:12:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3039 …}
    +votes: Doctrine\ORM\PersistentCollection {#3042 …}
    +reports: Doctrine\ORM\PersistentCollection {#3044 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3046 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3048 …}
    +badges: Doctrine\ORM\PersistentCollection {#3050 …}
    +children: [
      App\Entity\EntryComment {#1646}
    ]
    -id: 12241
    -titleTs: "'deal':5 'linux':11 'program':7 'support':9 'y':3"
    -bodyTs: "'advic':98 'altern':76 'appeal':20 'appreci':108 'autonomi':27 'back':57 'choos':45 'come':49 'construct':104 'custom':34 'd':22 'deem':91 'distro':51 'even':39 'exclus':74 'guess':83 'hold':55 'honest':17 'howev':36,58 'import':96 'incompat':60 'issu':61 'late':10 'like':38 'linux':9,78,100 'look':12 'lot':63 'love':23 'm':85 'mani':42 'much':26 'nerd':101 'often':70 'option':43 'os':30 'particular':93 'post':7 'program':65,94 'rare':80 'realli':95 'repli':105 'see':4,18 'sinc':89 'stuck':86 'support':77 'thing':54 'use':32 've':2 'window':73,88 'windows-exclus':72 'work':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699878576
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9017132"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699792176 {#3020
      date: 2023-11-12 13:29:36.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1590 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1552 …}
  +body: "Look at my screenshot above. Do you call that “looked exactly as intended”?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699830970 {#1697
    date: 2023-11-13 00:16:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Alexxxolotl@sh.itjust.works"
    "@TCB13@lemmy.world"
    "@KISSmyOS@lemmy.world"
    "@Flumsy@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1663 …}
  +nested: Doctrine\ORM\PersistentCollection {#1661 …}
  +votes: Doctrine\ORM\PersistentCollection {#1653 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1525 …}
  -id: 117710
  -bodyTs: "'call':8 'exact':11 'intend':13 'look':1,10 'screenshot':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5269663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699830970 {#1709
    date: 2023-11-13 00:16:10.0 +01:00
  }
  +"title": 117710
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
141 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2200
  +user: Proxies\__CG__\App\Entity\User {#2960 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
  +image: Proxies\__CG__\App\Entity\Image {#2999 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3001 …}
  +slug: "Google-Chrome-IP-address-protection-challenged-by-industry"
  +title: "Google Chrome IP address protection challenged by industry"
  +url: "https://www.theregister.com/2023/11/11/google_proxy_plan_cma/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699887927 {#2994
    date: 2023-11-13 16:05:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3002 …}
  +votes: Doctrine\ORM\PersistentCollection {#3004 …}
  +reports: Doctrine\ORM\PersistentCollection {#3006 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3008 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3010 …}
  +badges: Doctrine\ORM\PersistentCollection {#3012 …}
  +children: [
    App\Entity\EntryComment {#2204
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2200 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
      +body: "Well Facebook tried that."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699887365 {#2208
        date: 2023-11-13 15:56:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@floofloof@lemmy.ca"
        "@TCB13@lemmy.world"
        "@RickyRigatoni@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2257 …}
      +nested: Doctrine\ORM\PersistentCollection {#2267 …}
      +votes: Doctrine\ORM\PersistentCollection {#2271 …}
      +reports: Doctrine\ORM\PersistentCollection {#2272 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2253 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2262 …}
      -id: 169885
      -bodyTs: "'facebook':2 'tri':3 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5282970"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699887365 {#2209
        date: 2023-11-13 15:56:05.0 +01:00
      }
      +"title": 169885
    }
  ]
  -id: 12699
  -titleTs: "'address':4 'challeng':6 'chrome':2 'googl':1 'industri':8 'ip':3 'protect':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699824128
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9138554"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699737728 {#2982
    date: 2023-11-11 22:22:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2200
  +user: Proxies\__CG__\App\Entity\User {#2960 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
  +image: Proxies\__CG__\App\Entity\Image {#2999 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3001 …}
  +slug: "Google-Chrome-IP-address-protection-challenged-by-industry"
  +title: "Google Chrome IP address protection challenged by industry"
  +url: "https://www.theregister.com/2023/11/11/google_proxy_plan_cma/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699887927 {#2994
    date: 2023-11-13 16:05:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3002 …}
  +votes: Doctrine\ORM\PersistentCollection {#3004 …}
  +reports: Doctrine\ORM\PersistentCollection {#3006 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3008 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3010 …}
  +badges: Doctrine\ORM\PersistentCollection {#3012 …}
  +children: [
    App\Entity\EntryComment {#2204
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2200 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
      +body: "Well Facebook tried that."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699887365 {#2208
        date: 2023-11-13 15:56:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@floofloof@lemmy.ca"
        "@TCB13@lemmy.world"
        "@RickyRigatoni@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2257 …}
      +nested: Doctrine\ORM\PersistentCollection {#2267 …}
      +votes: Doctrine\ORM\PersistentCollection {#2271 …}
      +reports: Doctrine\ORM\PersistentCollection {#2272 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2253 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2262 …}
      -id: 169885
      -bodyTs: "'facebook':2 'tri':3 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5282970"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699887365 {#2209
        date: 2023-11-13 15:56:05.0 +01:00
      }
      +"title": 169885
    }
  ]
  -id: 12699
  -titleTs: "'address':4 'challeng':6 'chrome':2 'googl':1 'industri':8 'ip':3 'protect':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699824128
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9138554"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699737728 {#2982
    date: 2023-11-11 22:22:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2200
  +user: Proxies\__CG__\App\Entity\User {#2960 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
  +image: Proxies\__CG__\App\Entity\Image {#2999 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3001 …}
  +slug: "Google-Chrome-IP-address-protection-challenged-by-industry"
  +title: "Google Chrome IP address protection challenged by industry"
  +url: "https://www.theregister.com/2023/11/11/google_proxy_plan_cma/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699887927 {#2994
    date: 2023-11-13 16:05:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3002 …}
  +votes: Doctrine\ORM\PersistentCollection {#3004 …}
  +reports: Doctrine\ORM\PersistentCollection {#3006 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3008 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3010 …}
  +badges: Doctrine\ORM\PersistentCollection {#3012 …}
  +children: [
    App\Entity\EntryComment {#2204
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2200 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
      +body: "Well Facebook tried that."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699887365 {#2208
        date: 2023-11-13 15:56:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@floofloof@lemmy.ca"
        "@TCB13@lemmy.world"
        "@RickyRigatoni@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2257 …}
      +nested: Doctrine\ORM\PersistentCollection {#2267 …}
      +votes: Doctrine\ORM\PersistentCollection {#2271 …}
      +reports: Doctrine\ORM\PersistentCollection {#2272 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2253 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2262 …}
      -id: 169885
      -bodyTs: "'facebook':2 'tri':3 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5282970"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699887365 {#2209
        date: 2023-11-13 15:56:05.0 +01:00
      }
      +"title": 169885
    }
  ]
  -id: 12699
  -titleTs: "'address':4 'challeng':6 'chrome':2 'googl':1 'industri':8 'ip':3 'protect':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699824128
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9138554"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699737728 {#2982
    date: 2023-11-11 22:22:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
145 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
146 DENIED moderate
App\Entity\EntryComment {#2204
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2200
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
    +image: Proxies\__CG__\App\Entity\Image {#2999 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3001 …}
    +slug: "Google-Chrome-IP-address-protection-challenged-by-industry"
    +title: "Google Chrome IP address protection challenged by industry"
    +url: "https://www.theregister.com/2023/11/11/google_proxy_plan_cma/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699887927 {#2994
      date: 2023-11-13 16:05:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3002 …}
    +votes: Doctrine\ORM\PersistentCollection {#3004 …}
    +reports: Doctrine\ORM\PersistentCollection {#3006 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3008 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3010 …}
    +badges: Doctrine\ORM\PersistentCollection {#3012 …}
    +children: [
      App\Entity\EntryComment {#2204}
    ]
    -id: 12699
    -titleTs: "'address':4 'challeng':6 'chrome':2 'googl':1 'industri':8 'ip':3 'protect':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699824128
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9138554"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699737728 {#2982
      date: 2023-11-11 22:22:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
  +body: "Well Facebook tried that."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699887365 {#2208
    date: 2023-11-13 15:56:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@floofloof@lemmy.ca"
    "@TCB13@lemmy.world"
    "@RickyRigatoni@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2257 …}
  +nested: Doctrine\ORM\PersistentCollection {#2267 …}
  +votes: Doctrine\ORM\PersistentCollection {#2271 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2253 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2262 …}
  -id: 169885
  -bodyTs: "'facebook':2 'tri':3 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5282970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699887365 {#2209
    date: 2023-11-13 15:56:05.0 +01:00
  }
  +"title": 169885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
147 DENIED edit
App\Entity\EntryComment {#2204
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2200
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
    +image: Proxies\__CG__\App\Entity\Image {#2999 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3001 …}
    +slug: "Google-Chrome-IP-address-protection-challenged-by-industry"
    +title: "Google Chrome IP address protection challenged by industry"
    +url: "https://www.theregister.com/2023/11/11/google_proxy_plan_cma/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699887927 {#2994
      date: 2023-11-13 16:05:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3002 …}
    +votes: Doctrine\ORM\PersistentCollection {#3004 …}
    +reports: Doctrine\ORM\PersistentCollection {#3006 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3008 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3010 …}
    +badges: Doctrine\ORM\PersistentCollection {#3012 …}
    +children: [
      App\Entity\EntryComment {#2204}
    ]
    -id: 12699
    -titleTs: "'address':4 'challeng':6 'chrome':2 'googl':1 'industri':8 'ip':3 'protect':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699824128
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9138554"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699737728 {#2982
      date: 2023-11-11 22:22:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
  +body: "Well Facebook tried that."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699887365 {#2208
    date: 2023-11-13 15:56:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@floofloof@lemmy.ca"
    "@TCB13@lemmy.world"
    "@RickyRigatoni@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2257 …}
  +nested: Doctrine\ORM\PersistentCollection {#2267 …}
  +votes: Doctrine\ORM\PersistentCollection {#2271 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2253 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2262 …}
  -id: 169885
  -bodyTs: "'facebook':2 'tri':3 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5282970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699887365 {#2209
    date: 2023-11-13 15:56:05.0 +01:00
  }
  +"title": 169885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
148 DENIED moderate
App\Entity\EntryComment {#2204
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2200
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
    +image: Proxies\__CG__\App\Entity\Image {#2999 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3001 …}
    +slug: "Google-Chrome-IP-address-protection-challenged-by-industry"
    +title: "Google Chrome IP address protection challenged by industry"
    +url: "https://www.theregister.com/2023/11/11/google_proxy_plan_cma/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699887927 {#2994
      date: 2023-11-13 16:05:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3002 …}
    +votes: Doctrine\ORM\PersistentCollection {#3004 …}
    +reports: Doctrine\ORM\PersistentCollection {#3006 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3008 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3010 …}
    +badges: Doctrine\ORM\PersistentCollection {#3012 …}
    +children: [
      App\Entity\EntryComment {#2204}
    ]
    -id: 12699
    -titleTs: "'address':4 'challeng':6 'chrome':2 'googl':1 'industri':8 'ip':3 'protect':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699824128
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9138554"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699737728 {#2982
      date: 2023-11-11 22:22:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2211 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2270 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2266 …}
  +body: "Well Facebook tried that."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699887365 {#2208
    date: 2023-11-13 15:56:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@floofloof@lemmy.ca"
    "@TCB13@lemmy.world"
    "@RickyRigatoni@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2257 …}
  +nested: Doctrine\ORM\PersistentCollection {#2267 …}
  +votes: Doctrine\ORM\PersistentCollection {#2271 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2253 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2262 …}
  -id: 169885
  -bodyTs: "'facebook':2 'tri':3 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5282970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699887365 {#2209
    date: 2023-11-13 15:56:05.0 +01:00
  }
  +"title": 169885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
149 DENIED ROLE_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
150 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