GET https://kbin.spritesserver.nl/u/@qqq@lemmy.world/active

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.24 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1711
  +user: Proxies\__CG__\App\Entity\User {#2377 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#1707
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  +badges: Doctrine\ORM\PersistentCollection {#2088 …}
  +children: [
    1 => App\Entity\EntryComment {#1705
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703962063 {#1691
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
      ]
      +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: 265191
      -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6308048"
      +editedAt: DateTimeImmutable @1709465721 {#1692
        date: 2024-03-03 12:35:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703962063 {#1795
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +"title": 265191
    }
    0 => App\Entity\EntryComment {#1726
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703963518 {#1722
        date: 2023-12-30 20:11:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
        "@qqq@lemmy.world"
        "@SpeakinTelnet@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1736 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1732 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
      -id: 265252
      -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6308363"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703963518 {#1721
        date: 2023-12-30 20:11:58.0 +01:00
      }
      +"title": 265252
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#2378
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1910
    date: 2023-12-30 07:45:37.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 {#1711
  +user: Proxies\__CG__\App\Entity\User {#2377 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#1707
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  +badges: Doctrine\ORM\PersistentCollection {#2088 …}
  +children: [
    1 => App\Entity\EntryComment {#1705
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703962063 {#1691
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
      ]
      +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: 265191
      -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6308048"
      +editedAt: DateTimeImmutable @1709465721 {#1692
        date: 2024-03-03 12:35:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703962063 {#1795
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +"title": 265191
    }
    0 => App\Entity\EntryComment {#1726
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703963518 {#1722
        date: 2023-12-30 20:11:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
        "@qqq@lemmy.world"
        "@SpeakinTelnet@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1736 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1732 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
      -id: 265252
      -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6308363"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703963518 {#1721
        date: 2023-12-30 20:11:58.0 +01:00
      }
      +"title": 265252
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#2378
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1910
    date: 2023-12-30 07:45:37.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 {#1711
  +user: Proxies\__CG__\App\Entity\User {#2377 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#1707
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2033 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  +badges: Doctrine\ORM\PersistentCollection {#2088 …}
  +children: [
    1 => App\Entity\EntryComment {#1705
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703962063 {#1691
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
      ]
      +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: 265191
      -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6308048"
      +editedAt: DateTimeImmutable @1709465721 {#1692
        date: 2024-03-03 12:35:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703962063 {#1795
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +"title": 265191
    }
    0 => App\Entity\EntryComment {#1726
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703963518 {#1722
        date: 2023-12-30 20:11:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
        "@MomoTimeToDie@sh.itjust.works"
        "@Kbin_space_program@kbin.social"
        "@qqq@lemmy.world"
        "@SpeakinTelnet@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1736 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1732 …}
      +reports: Doctrine\ORM\PersistentCollection {#1735 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
      -id: 265252
      -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6308363"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703963518 {#1721
        date: 2023-12-30 20:11:58.0 +01:00
      }
      +"title": 265252
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#2378
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1910
    date: 2023-12-30 07:45:37.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 {#1705
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1711
    +user: Proxies\__CG__\App\Entity\User {#2377 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#1707
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2033 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1705}
      0 => App\Entity\EntryComment {#1726
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703963518 {#1722
          date: 2023-12-30 20:11:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
          "@qqq@lemmy.world"
          "@SpeakinTelnet@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1736 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1732 …}
        +reports: Doctrine\ORM\PersistentCollection {#1735 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
        -id: 265252
        -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6308363"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703963518 {#1721
          date: 2023-12-30 20:11:58.0 +01:00
        }
        +"title": 265252
      }
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2378
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1910
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703962063 {#1691
    date: 2023-12-30 19:47:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
  ]
  +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: 265191
  -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6308048"
  +editedAt: DateTimeImmutable @1709465721 {#1692
    date: 2024-03-03 12:35:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962063 {#1795
    date: 2023-12-30 19:47:43.0 +01:00
  }
  +"title": 265191
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1705
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1711
    +user: Proxies\__CG__\App\Entity\User {#2377 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#1707
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2033 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1705}
      0 => App\Entity\EntryComment {#1726
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703963518 {#1722
          date: 2023-12-30 20:11:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
          "@qqq@lemmy.world"
          "@SpeakinTelnet@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1736 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1732 …}
        +reports: Doctrine\ORM\PersistentCollection {#1735 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
        -id: 265252
        -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6308363"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703963518 {#1721
          date: 2023-12-30 20:11:58.0 +01:00
        }
        +"title": 265252
      }
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2378
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1910
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703962063 {#1691
    date: 2023-12-30 19:47:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
  ]
  +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: 265191
  -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6308048"
  +editedAt: DateTimeImmutable @1709465721 {#1692
    date: 2024-03-03 12:35:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962063 {#1795
    date: 2023-12-30 19:47:43.0 +01:00
  }
  +"title": 265191
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1705
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1711
    +user: Proxies\__CG__\App\Entity\User {#2377 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#1707
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2033 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1705}
      0 => App\Entity\EntryComment {#1726
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703963518 {#1722
          date: 2023-12-30 20:11:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
          "@qqq@lemmy.world"
          "@SpeakinTelnet@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1736 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1732 …}
        +reports: Doctrine\ORM\PersistentCollection {#1735 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
        -id: 265252
        -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6308363"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703963518 {#1721
          date: 2023-12-30 20:11:58.0 +01:00
        }
        +"title": 265252
      }
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2378
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1910
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703962063 {#1691
    date: 2023-12-30 19:47:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
  ]
  +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: 265191
  -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6308048"
  +editedAt: DateTimeImmutable @1709465721 {#1692
    date: 2024-03-03 12:35:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962063 {#1795
    date: 2023-12-30 19:47:43.0 +01:00
  }
  +"title": 265191
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1726
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1711
    +user: Proxies\__CG__\App\Entity\User {#2377 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#1707
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2033 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703962063 {#1691
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
        ]
        +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: 265191
        -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6308048"
        +editedAt: DateTimeImmutable @1709465721 {#1692
          date: 2024-03-03 12:35:21.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703962063 {#1795
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +"title": 265191
      }
      0 => App\Entity\EntryComment {#1726}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2378
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1910
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703963518 {#1722
    date: 2023-12-30 20:11:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
    "@qqq@lemmy.world"
    "@SpeakinTelnet@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1736 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
  -id: 265252
  -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6308363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703963518 {#1721
    date: 2023-12-30 20:11:58.0 +01:00
  }
  +"title": 265252
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1726
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1711
    +user: Proxies\__CG__\App\Entity\User {#2377 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#1707
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2033 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703962063 {#1691
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
        ]
        +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: 265191
        -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6308048"
        +editedAt: DateTimeImmutable @1709465721 {#1692
          date: 2024-03-03 12:35:21.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703962063 {#1795
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +"title": 265191
      }
      0 => App\Entity\EntryComment {#1726}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2378
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1910
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703963518 {#1722
    date: 2023-12-30 20:11:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
    "@qqq@lemmy.world"
    "@SpeakinTelnet@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1736 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
  -id: 265252
  -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6308363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703963518 {#1721
    date: 2023-12-30 20:11:58.0 +01:00
  }
  +"title": 265252
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1726
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1711
    +user: Proxies\__CG__\App\Entity\User {#2377 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2028 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#1707
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2033 …}
    +votes: Doctrine\ORM\PersistentCollection {#1720 …}
    +reports: Doctrine\ORM\PersistentCollection {#1739 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1705
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1711 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
        +body: "Don’t know you exact situation, but you should be able to bring your own modem (or modem/router combo) or put their provided unit into bridge mode"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703962063 {#1691
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
          "@theblueredditrefugee@lemmy.dbzer0.com"
          "@MomoTimeToDie@sh.itjust.works"
          "@Kbin_space_program@kbin.social"
        ]
        +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: 265191
        -bodyTs: "'abl':11 'bridg':26 'bring':13 'combo':19 'exact':5 'know':3 'mode':27 'modem':16 'modem/router':18 'provid':23 'put':21 'situat':6 'unit':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6308048"
        +editedAt: DateTimeImmutable @1709465721 {#1692
          date: 2024-03-03 12:35:21.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703962063 {#1795
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +"title": 265191
      }
      0 => App\Entity\EntryComment {#1726}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2378
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1910
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Yes, but if you can’t get your own modem it’ll at least stop you from having your traffic slowed down by the router side of their hardware"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703963518 {#1722
    date: 2023-12-30 20:11:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
    "@MomoTimeToDie@sh.itjust.works"
    "@Kbin_space_program@kbin.social"
    "@qqq@lemmy.world"
    "@SpeakinTelnet@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1736 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1735 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1729 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1719 …}
  -id: 265252
  -bodyTs: "'get':7 'hardwar':29 'least':14 'll':12 'modem':10 'router':25 'side':26 'slow':21 'stop':15 'traffic':20 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6308363"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703963518 {#1721
    date: 2023-12-30 20:11:58.0 +01:00
  }
  +"title": 265252
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1591
  +user: Proxies\__CG__\App\Entity\User {#2380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2042 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
  +slug: "Add-on-same-password-same-identity"
  +title: "Add-on: same password, same identity."
  +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 177
  +favouriteCount: 1320
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698649380 {#2080
    date: 2023-10-30 08:03:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2344 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
  +badges: Doctrine\ORM\PersistentCollection {#2191 …}
  +children: [
    2 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: """
        A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
        \n
        [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698415130 {#1439
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@GissaMittJobb@lemmy.ml"
        "@Rubanski@lemm.ee"
        "@vsis@feddit.cl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 74695
      -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4858686"
      +editedAt: DateTimeImmutable @1698415181 {#1435
        date: 2023-10-27 15:59:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698415130 {#1436
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +"title": 74695
    }
    1 => App\Entity\EntryComment {#1525
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698418564 {#1578
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@Agent641@lemmy.world"
        "@mac12m99@feddit.it"
        "@BigBlackCockroach@lemmy.world"
        "@ours@lemmy.world"
        "@TheBERFA@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 74785
      -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4859859"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698418564 {#1561
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +"title": 74785
    }
    0 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: """
        This is not necessarily true.\n
        \n
        For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698418689 {#1556
        date: 2023-10-27 16:58:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@GissaMittJobb@lemmy.ml"
        "@Mr_Dr_Oink@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 74792
      -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4859907"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698418689 {#1557
        date: 2023-10-27 16:58:09.0 +02:00
      }
      +"title": 74792
    }
  ]
  -id: 7963
  -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698465110
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7388906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698378710 {#2370
    date: 2023-10-27 05:51:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2042 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
  +slug: "Add-on-same-password-same-identity"
  +title: "Add-on: same password, same identity."
  +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 177
  +favouriteCount: 1320
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698649380 {#2080
    date: 2023-10-30 08:03:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2344 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
  +badges: Doctrine\ORM\PersistentCollection {#2191 …}
  +children: [
    2 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: """
        A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
        \n
        [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698415130 {#1439
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@GissaMittJobb@lemmy.ml"
        "@Rubanski@lemm.ee"
        "@vsis@feddit.cl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 74695
      -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4858686"
      +editedAt: DateTimeImmutable @1698415181 {#1435
        date: 2023-10-27 15:59:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698415130 {#1436
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +"title": 74695
    }
    1 => App\Entity\EntryComment {#1525
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698418564 {#1578
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@Agent641@lemmy.world"
        "@mac12m99@feddit.it"
        "@BigBlackCockroach@lemmy.world"
        "@ours@lemmy.world"
        "@TheBERFA@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 74785
      -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4859859"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698418564 {#1561
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +"title": 74785
    }
    0 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: """
        This is not necessarily true.\n
        \n
        For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698418689 {#1556
        date: 2023-10-27 16:58:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@GissaMittJobb@lemmy.ml"
        "@Mr_Dr_Oink@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 74792
      -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4859907"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698418689 {#1557
        date: 2023-10-27 16:58:09.0 +02:00
      }
      +"title": 74792
    }
  ]
  -id: 7963
  -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698465110
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7388906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698378710 {#2370
    date: 2023-10-27 05:51:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2042 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
  +slug: "Add-on-same-password-same-identity"
  +title: "Add-on: same password, same identity."
  +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 177
  +favouriteCount: 1320
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698649380 {#2080
    date: 2023-10-30 08:03:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2344 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
  +badges: Doctrine\ORM\PersistentCollection {#2191 …}
  +children: [
    2 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: """
        A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
        \n
        [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698415130 {#1439
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@GissaMittJobb@lemmy.ml"
        "@Rubanski@lemm.ee"
        "@vsis@feddit.cl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 74695
      -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4858686"
      +editedAt: DateTimeImmutable @1698415181 {#1435
        date: 2023-10-27 15:59:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698415130 {#1436
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +"title": 74695
    }
    1 => App\Entity\EntryComment {#1525
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
      +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698418564 {#1578
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@Agent641@lemmy.world"
        "@mac12m99@feddit.it"
        "@BigBlackCockroach@lemmy.world"
        "@ours@lemmy.world"
        "@TheBERFA@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1526 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 74785
      -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4859859"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698418564 {#1561
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +"title": 74785
    }
    0 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: """
        This is not necessarily true.\n
        \n
        For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698418689 {#1556
        date: 2023-10-27 16:58:09.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@woshang@lemmy.world"
        "@GissaMittJobb@lemmy.ml"
        "@Mr_Dr_Oink@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1604 …}
      +votes: Doctrine\ORM\PersistentCollection {#1619 …}
      +reports: Doctrine\ORM\PersistentCollection {#1701 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
      -id: 74792
      -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4859907"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698418689 {#1557
        date: 2023-10-27 16:58:09.0 +02:00
      }
      +"title": 74792
    }
  ]
  -id: 7963
  -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698465110
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7388906"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698378710 {#2370
    date: 2023-10-27 05:51:50.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709}
      1 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418564 {#1578
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@Agent641@lemmy.world"
          "@mac12m99@feddit.it"
          "@BigBlackCockroach@lemmy.world"
          "@ours@lemmy.world"
          "@TheBERFA@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 74785
        -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859859"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418564 {#1561
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          This is not necessarily true.\n
          \n
          For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418689 {#1556
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Mr_Dr_Oink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 74792
        -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418689 {#1557
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +"title": 74792
      }
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: """
    A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
    \n
    [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698415130 {#1439
    date: 2023-10-27 15:58:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@GissaMittJobb@lemmy.ml"
    "@Rubanski@lemm.ee"
    "@vsis@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 74695
  -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4858686"
  +editedAt: DateTimeImmutable @1698415181 {#1435
    date: 2023-10-27 15:59:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698415130 {#1436
    date: 2023-10-27 15:58:50.0 +02:00
  }
  +"title": 74695
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709}
      1 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418564 {#1578
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@Agent641@lemmy.world"
          "@mac12m99@feddit.it"
          "@BigBlackCockroach@lemmy.world"
          "@ours@lemmy.world"
          "@TheBERFA@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 74785
        -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859859"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418564 {#1561
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          This is not necessarily true.\n
          \n
          For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418689 {#1556
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Mr_Dr_Oink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 74792
        -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418689 {#1557
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +"title": 74792
      }
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: """
    A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
    \n
    [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698415130 {#1439
    date: 2023-10-27 15:58:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@GissaMittJobb@lemmy.ml"
    "@Rubanski@lemm.ee"
    "@vsis@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 74695
  -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4858686"
  +editedAt: DateTimeImmutable @1698415181 {#1435
    date: 2023-10-27 15:59:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698415130 {#1436
    date: 2023-10-27 15:58:50.0 +02:00
  }
  +"title": 74695
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1709
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709}
      1 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418564 {#1578
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@Agent641@lemmy.world"
          "@mac12m99@feddit.it"
          "@BigBlackCockroach@lemmy.world"
          "@ours@lemmy.world"
          "@TheBERFA@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 74785
        -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859859"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418564 {#1561
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          This is not necessarily true.\n
          \n
          For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418689 {#1556
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Mr_Dr_Oink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 74792
        -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418689 {#1557
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +"title": 74792
      }
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: """
    A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
    \n
    [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698415130 {#1439
    date: 2023-10-27 15:58:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@GissaMittJobb@lemmy.ml"
    "@Rubanski@lemm.ee"
    "@vsis@feddit.cl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 74695
  -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4858686"
  +editedAt: DateTimeImmutable @1698415181 {#1435
    date: 2023-10-27 15:59:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698415130 {#1436
    date: 2023-10-27 15:58:50.0 +02:00
  }
  +"title": 74695
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1525
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
          \n
          [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698415130 {#1439
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Rubanski@lemm.ee"
          "@vsis@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1670 …}
        +nested: Doctrine\ORM\PersistentCollection {#1678 …}
        +votes: Doctrine\ORM\PersistentCollection {#1673 …}
        +reports: Doctrine\ORM\PersistentCollection {#1676 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
        -id: 74695
        -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4858686"
        +editedAt: DateTimeImmutable @1698415181 {#1435
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1436
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1525}
      0 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          This is not necessarily true.\n
          \n
          For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418689 {#1556
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Mr_Dr_Oink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 74792
        -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418689 {#1557
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +"title": 74792
      }
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698418564 {#1578
    date: 2023-10-27 16:56:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@Agent641@lemmy.world"
    "@mac12m99@feddit.it"
    "@BigBlackCockroach@lemmy.world"
    "@ours@lemmy.world"
    "@TheBERFA@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 74785
  -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4859859"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698418564 {#1561
    date: 2023-10-27 16:56:04.0 +02:00
  }
  +"title": 74785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1525
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
          \n
          [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698415130 {#1439
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Rubanski@lemm.ee"
          "@vsis@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1670 …}
        +nested: Doctrine\ORM\PersistentCollection {#1678 …}
        +votes: Doctrine\ORM\PersistentCollection {#1673 …}
        +reports: Doctrine\ORM\PersistentCollection {#1676 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
        -id: 74695
        -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4858686"
        +editedAt: DateTimeImmutable @1698415181 {#1435
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1436
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1525}
      0 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          This is not necessarily true.\n
          \n
          For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418689 {#1556
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Mr_Dr_Oink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 74792
        -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418689 {#1557
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +"title": 74792
      }
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698418564 {#1578
    date: 2023-10-27 16:56:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@Agent641@lemmy.world"
    "@mac12m99@feddit.it"
    "@BigBlackCockroach@lemmy.world"
    "@ours@lemmy.world"
    "@TheBERFA@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 74785
  -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4859859"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698418564 {#1561
    date: 2023-10-27 16:56:04.0 +02:00
  }
  +"title": 74785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1525
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
          \n
          [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698415130 {#1439
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Rubanski@lemm.ee"
          "@vsis@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1670 …}
        +nested: Doctrine\ORM\PersistentCollection {#1678 …}
        +votes: Doctrine\ORM\PersistentCollection {#1673 …}
        +reports: Doctrine\ORM\PersistentCollection {#1676 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
        -id: 74695
        -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4858686"
        +editedAt: DateTimeImmutable @1698415181 {#1435
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1436
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1525}
      0 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          This is not necessarily true.\n
          \n
          For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418689 {#1556
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Mr_Dr_Oink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1620 …}
        +nested: Doctrine\ORM\PersistentCollection {#1604 …}
        +votes: Doctrine\ORM\PersistentCollection {#1619 …}
        +reports: Doctrine\ORM\PersistentCollection {#1701 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
        -id: 74792
        -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418689 {#1557
          date: 2023-10-27 16:58:09.0 +02:00
        }
        +"title": 74792
      }
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
  +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698418564 {#1578
    date: 2023-10-27 16:56:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@Agent641@lemmy.world"
    "@mac12m99@feddit.it"
    "@BigBlackCockroach@lemmy.world"
    "@ours@lemmy.world"
    "@TheBERFA@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1526 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 74785
  -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4859859"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698418564 {#1561
    date: 2023-10-27 16:56:04.0 +02:00
  }
  +"title": 74785
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
          \n
          [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698415130 {#1439
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Rubanski@lemm.ee"
          "@vsis@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1670 …}
        +nested: Doctrine\ORM\PersistentCollection {#1678 …}
        +votes: Doctrine\ORM\PersistentCollection {#1673 …}
        +reports: Doctrine\ORM\PersistentCollection {#1676 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
        -id: 74695
        -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4858686"
        +editedAt: DateTimeImmutable @1698415181 {#1435
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1436
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418564 {#1578
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@Agent641@lemmy.world"
          "@mac12m99@feddit.it"
          "@BigBlackCockroach@lemmy.world"
          "@ours@lemmy.world"
          "@TheBERFA@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 74785
        -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859859"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418564 {#1561
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1555}
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: """
    This is not necessarily true.\n
    \n
    For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698418689 {#1556
    date: 2023-10-27 16:58:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@GissaMittJobb@lemmy.ml"
    "@Mr_Dr_Oink@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 74792
  -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4859907"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698418689 {#1557
    date: 2023-10-27 16:58:09.0 +02:00
  }
  +"title": 74792
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
          \n
          [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698415130 {#1439
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Rubanski@lemm.ee"
          "@vsis@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1670 …}
        +nested: Doctrine\ORM\PersistentCollection {#1678 …}
        +votes: Doctrine\ORM\PersistentCollection {#1673 …}
        +reports: Doctrine\ORM\PersistentCollection {#1676 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
        -id: 74695
        -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4858686"
        +editedAt: DateTimeImmutable @1698415181 {#1435
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1436
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418564 {#1578
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@Agent641@lemmy.world"
          "@mac12m99@feddit.it"
          "@BigBlackCockroach@lemmy.world"
          "@ours@lemmy.world"
          "@TheBERFA@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 74785
        -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859859"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418564 {#1561
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1555}
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: """
    This is not necessarily true.\n
    \n
    For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698418689 {#1556
    date: 2023-10-27 16:58:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@GissaMittJobb@lemmy.ml"
    "@Mr_Dr_Oink@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 74792
  -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4859907"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698418689 {#1557
    date: 2023-10-27 16:58:09.0 +02:00
  }
  +"title": 74792
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2042 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Add-on-same-password-same-identity"
    +title: "Add-on: same password, same identity."
    +url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 177
    +favouriteCount: 1320
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698649380 {#2080
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2344 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2141 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2331 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2328 …}
    +badges: Doctrine\ORM\PersistentCollection {#2191 …}
    +children: [
      2 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
        +body: """
          A lot of weird hate for 1Password on Lemmy the past couple days. I highly recommend reading their white paper, I think most of the hate comes from ignorance of what they are actually doing.\n
          \n
          [1passwordstatic.com/…/1password-white-paper.pdf](https://1passwordstatic.com/files/security/1password-white-paper.pdf)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698415130 {#1439
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@GissaMittJobb@lemmy.ml"
          "@Rubanski@lemm.ee"
          "@vsis@feddit.cl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1670 …}
        +nested: Doctrine\ORM\PersistentCollection {#1678 …}
        +votes: Doctrine\ORM\PersistentCollection {#1673 …}
        +reports: Doctrine\ORM\PersistentCollection {#1676 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
        -id: 74695
        -bodyTs: "'/1password-white-paper.pdf':37 '/files/security/1password-white-paper.pdf)':40 '1password':7 '1passwordstatic.com':36,39 '1passwordstatic.com/files/security/1password-white-paper.pdf)':38 'actual':34 'come':27 'coupl':12 'day':13 'hate':5,26 'high':15 'ignor':29 'lemmi':9 'lot':2 'paper':20 'past':11 'read':17 'recommend':16 'think':22 'weird':4 'white':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4858686"
        +editedAt: DateTimeImmutable @1698415181 {#1435
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1436
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1525
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1527 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1568 …}
        +body: "1Password is a solid service if you’re OK with the proprietary aspect. I use it personally and we use it at work (I’m an infosec consultant)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698418564 {#1578
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@woshang@lemmy.world"
          "@Agent641@lemmy.world"
          "@mac12m99@feddit.it"
          "@BigBlackCockroach@lemmy.world"
          "@ours@lemmy.world"
          "@TheBERFA@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1526 …}
        +nested: Doctrine\ORM\PersistentCollection {#1550 …}
        +votes: Doctrine\ORM\PersistentCollection {#1548 …}
        +reports: Doctrine\ORM\PersistentCollection {#1566 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
        -id: 74785
        -bodyTs: "'1password':1 'aspect':13 'consult':28 'infosec':27 'm':25 'ok':9 'person':17 'proprietari':12 're':8 'servic':5 'solid':4 'use':15,20 'work':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/4859859"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698418564 {#1561
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1555}
    ]
    -id: 7963
    -titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698465110
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7388906"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698378710 {#2370
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: """
    This is not necessarily true.\n
    \n
    For example, consider the case of a 1Password vault falling into the hands of an attacker. They do not have the option to just crack your password, as the password is mixed with a randomly generated value to ultimately derive the key. They would need to simultaneously brute force your password and that random value. This should almost be impossible. However, given access to a client that already has knowledge of the secret value, it would fall back to brute forcing the password.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698418689 {#1556
    date: 2023-10-27 16:58:09.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@woshang@lemmy.world"
    "@GissaMittJobb@lemmy.ml"
    "@Mr_Dr_Oink@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1604 …}
  +votes: Doctrine\ORM\PersistentCollection {#1619 …}
  +reports: Doctrine\ORM\PersistentCollection {#1701 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1689 …}
  -id: 74792
  -bodyTs: "'1password':13 'access':68 'almost':63 'alreadi':73 'attack':21 'back':83 'brute':53,85 'case':10 'client':71 'consid':8 'crack':30 'deriv':45 'exampl':7 'fall':15,82 'forc':54,86 'generat':41 'given':67 'hand':18 'howev':66 'imposs':65 'key':47 'knowledg':75 'mix':37 'necessarili':4 'need':50 'option':27 'password':32,35,56,88 'random':40,59 'secret':78 'simultan':52 'true':5 'ultim':44 'valu':42,60,79 'vault':14 'would':49,81"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4859907"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698418689 {#1557
    date: 2023-10-27 16:58:09.0 +02:00
  }
  +"title": 74792
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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_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
30 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