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

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.21 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 {#1630
  +user: Proxies\__CG__\App\Entity\User {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
  +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 {#2448
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2012 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
  +badges: Doctrine\ORM\PersistentCollection {#2086 …}
  +children: [
    1 => App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +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 {#1711
        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 {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -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 {#1616
        date: 2024-03-03 12:35:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703962063 {#1611
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +"title": 265191
    }
    0 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +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 {#1736
        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 {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -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 {#1730
        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 {#1910
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1926
    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 {#1630
  +user: Proxies\__CG__\App\Entity\User {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
  +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 {#2448
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2012 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
  +badges: Doctrine\ORM\PersistentCollection {#2086 …}
  +children: [
    1 => App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +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 {#1711
        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 {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -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 {#1616
        date: 2024-03-03 12:35:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703962063 {#1611
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +"title": 265191
    }
    0 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +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 {#1736
        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 {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -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 {#1730
        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 {#1910
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1926
    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 {#1630
  +user: Proxies\__CG__\App\Entity\User {#2364 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
  +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 {#2448
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2012 …}
  +votes: Doctrine\ORM\PersistentCollection {#1741 …}
  +reports: Doctrine\ORM\PersistentCollection {#2465 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
  +badges: Doctrine\ORM\PersistentCollection {#2086 …}
  +children: [
    1 => App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +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 {#1711
        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 {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -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 {#1616
        date: 2024-03-03 12:35:21.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703962063 {#1611
        date: 2023-12-30 19:47:43.0 +01:00
      }
      +"title": 265191
    }
    0 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +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 {#1736
        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 {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -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 {#1730
        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 {#1910
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#1926
    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 {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
    +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 {#2448
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2012 …}
    +votes: Doctrine\ORM\PersistentCollection {#1741 …}
    +reports: Doctrine\ORM\PersistentCollection {#2465 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
    +badges: Doctrine\ORM\PersistentCollection {#2086 …}
    +children: [
      1 => App\Entity\EntryComment {#1598}
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +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 {#1736
          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 {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -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 {#1730
          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 {#1910
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1926
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +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 {#1711
    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 {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -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 {#1616
    date: 2024-03-03 12:35:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962063 {#1611
    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 {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
    +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 {#2448
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2012 …}
    +votes: Doctrine\ORM\PersistentCollection {#1741 …}
    +reports: Doctrine\ORM\PersistentCollection {#2465 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
    +badges: Doctrine\ORM\PersistentCollection {#2086 …}
    +children: [
      1 => App\Entity\EntryComment {#1598}
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +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 {#1736
          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 {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -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 {#1730
          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 {#1910
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1926
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +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 {#1711
    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 {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -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 {#1616
    date: 2024-03-03 12:35:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962063 {#1611
    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 {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
    +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 {#2448
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2012 …}
    +votes: Doctrine\ORM\PersistentCollection {#1741 …}
    +reports: Doctrine\ORM\PersistentCollection {#2465 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
    +badges: Doctrine\ORM\PersistentCollection {#2086 …}
    +children: [
      1 => App\Entity\EntryComment {#1598}
      0 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +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 {#1736
          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 {#1732 …}
        +nested: Doctrine\ORM\PersistentCollection {#1735 …}
        +votes: Doctrine\ORM\PersistentCollection {#1729 …}
        +reports: Doctrine\ORM\PersistentCollection {#1719 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
        -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 {#1730
          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 {#1910
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1926
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +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 {#1711
    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 {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -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 {#1616
    date: 2024-03-03 12:35:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703962063 {#1611
    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 {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
    +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 {#2448
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2012 …}
    +votes: Doctrine\ORM\PersistentCollection {#1741 …}
    +reports: Doctrine\ORM\PersistentCollection {#2465 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
    +badges: Doctrine\ORM\PersistentCollection {#2086 …}
    +children: [
      1 => App\Entity\EntryComment {#1598
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +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 {#1711
          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 {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -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 {#1616
          date: 2024-03-03 12:35:21.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703962063 {#1611
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +"title": 265191
      }
      0 => App\Entity\EntryComment {#1737}
    ]
    -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 {#1910
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1926
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +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 {#1736
    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 {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -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 {#1730
    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 {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
    +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 {#2448
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2012 …}
    +votes: Doctrine\ORM\PersistentCollection {#1741 …}
    +reports: Doctrine\ORM\PersistentCollection {#2465 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
    +badges: Doctrine\ORM\PersistentCollection {#2086 …}
    +children: [
      1 => App\Entity\EntryComment {#1598
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +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 {#1711
          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 {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -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 {#1616
          date: 2024-03-03 12:35:21.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703962063 {#1611
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +"title": 265191
      }
      0 => App\Entity\EntryComment {#1737}
    ]
    -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 {#1910
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1926
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +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 {#1736
    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 {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -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 {#1730
    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 {#1737
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2364 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2013 …}
    +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 {#2448
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2012 …}
    +votes: Doctrine\ORM\PersistentCollection {#1741 …}
    +reports: Doctrine\ORM\PersistentCollection {#2465 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2096 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
    +badges: Doctrine\ORM\PersistentCollection {#2086 …}
    +children: [
      1 => App\Entity\EntryComment {#1598
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +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 {#1711
          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 {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -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 {#1616
          date: 2024-03-03 12:35:21.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703962063 {#1611
          date: 2023-12-30 19:47:43.0 +01:00
        }
        +"title": 265191
      }
      0 => App\Entity\EntryComment {#1737}
    ]
    -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 {#1910
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#1926
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1629 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +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 {#1736
    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 {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -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 {#1730
    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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#2384 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#2331 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +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 {#2095
    date: 2023-10-30 08:03:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2060 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  +badges: Doctrine\ORM\PersistentCollection {#2333 …}
  +children: [
    2 => App\Entity\EntryComment {#1606
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +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 {#1428
        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 {#1671 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -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 {#1440
        date: 2023-10-27 15:59:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698415130 {#1434
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +"title": 74695
    }
    1 => App\Entity\EntryComment {#1548
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
      +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 {#1579
        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 {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1566 …}
      +votes: Doctrine\ORM\PersistentCollection {#1562 …}
      +reports: Doctrine\ORM\PersistentCollection {#1554 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -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 {#1559
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +"title": 74785
    }
    0 => App\Entity\EntryComment {#1604
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +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 {#1620
        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 {#1619 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -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 {#1613
        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 {#2361
    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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#2384 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#2331 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +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 {#2095
    date: 2023-10-30 08:03:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2060 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  +badges: Doctrine\ORM\PersistentCollection {#2333 …}
  +children: [
    2 => App\Entity\EntryComment {#1606
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +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 {#1428
        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 {#1671 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -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 {#1440
        date: 2023-10-27 15:59:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698415130 {#1434
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +"title": 74695
    }
    1 => App\Entity\EntryComment {#1548
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
      +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 {#1579
        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 {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1566 …}
      +votes: Doctrine\ORM\PersistentCollection {#1562 …}
      +reports: Doctrine\ORM\PersistentCollection {#1554 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -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 {#1559
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +"title": 74785
    }
    0 => App\Entity\EntryComment {#1604
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +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 {#1620
        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 {#1619 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -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 {#1613
        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 {#2361
    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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#2384 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#2331 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
  +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 {#2095
    date: 2023-10-30 08:03:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2060 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
  +badges: Doctrine\ORM\PersistentCollection {#2333 …}
  +children: [
    2 => App\Entity\EntryComment {#1606
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +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 {#1428
        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 {#1671 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -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 {#1440
        date: 2023-10-27 15:59:41.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698415130 {#1434
        date: 2023-10-27 15:58:50.0 +02:00
      }
      +"title": 74695
    }
    1 => App\Entity\EntryComment {#1548
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
      +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 {#1579
        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 {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1566 …}
      +votes: Doctrine\ORM\PersistentCollection {#1562 …}
      +reports: Doctrine\ORM\PersistentCollection {#1554 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
      -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 {#1559
        date: 2023-10-27 16:56:04.0 +02:00
      }
      +"title": 74785
    }
    0 => App\Entity\EntryComment {#1604
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +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 {#1620
        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 {#1619 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -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 {#1613
        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 {#2361
    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 {#1606
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606}
      1 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
        +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 {#1579
          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 {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -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 {#1559
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1620
          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 {#1619 …}
        +nested: Doctrine\ORM\PersistentCollection {#1701 …}
        +votes: Doctrine\ORM\PersistentCollection {#1687 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
        -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 {#1613
          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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +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 {#1428
    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 {#1671 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -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 {#1440
    date: 2023-10-27 15:59:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698415130 {#1434
    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 {#1606
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606}
      1 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
        +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 {#1579
          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 {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -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 {#1559
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1620
          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 {#1619 …}
        +nested: Doctrine\ORM\PersistentCollection {#1701 …}
        +votes: Doctrine\ORM\PersistentCollection {#1687 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
        -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 {#1613
          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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +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 {#1428
    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 {#1671 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -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 {#1440
    date: 2023-10-27 15:59:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698415130 {#1434
    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 {#1606
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606}
      1 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
        +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 {#1579
          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 {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -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 {#1559
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1620
          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 {#1619 …}
        +nested: Doctrine\ORM\PersistentCollection {#1701 …}
        +votes: Doctrine\ORM\PersistentCollection {#1687 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
        -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 {#1613
          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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +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 {#1428
    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 {#1671 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -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 {#1440
    date: 2023-10-27 15:59:41.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698415130 {#1434
    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 {#1548
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1428
          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 {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -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 {#1440
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1434
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1548}
      0 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1620
          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 {#1619 …}
        +nested: Doctrine\ORM\PersistentCollection {#1701 …}
        +votes: Doctrine\ORM\PersistentCollection {#1687 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
        -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 {#1613
          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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
  +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 {#1579
    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 {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1566 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -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 {#1559
    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 {#1548
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1428
          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 {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -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 {#1440
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1434
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1548}
      0 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1620
          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 {#1619 …}
        +nested: Doctrine\ORM\PersistentCollection {#1701 …}
        +votes: Doctrine\ORM\PersistentCollection {#1687 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
        -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 {#1613
          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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
  +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 {#1579
    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 {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1566 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -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 {#1559
    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 {#1548
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1428
          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 {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -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 {#1440
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1434
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1548}
      0 => App\Entity\EntryComment {#1604
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1620
          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 {#1619 …}
        +nested: Doctrine\ORM\PersistentCollection {#1701 …}
        +votes: Doctrine\ORM\PersistentCollection {#1687 …}
        +reports: Doctrine\ORM\PersistentCollection {#1689 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
        -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 {#1613
          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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
  +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 {#1579
    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 {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1566 …}
  +votes: Doctrine\ORM\PersistentCollection {#1562 …}
  +reports: Doctrine\ORM\PersistentCollection {#1554 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
  -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 {#1559
    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 {#1604
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1428
          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 {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -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 {#1440
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1434
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
        +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 {#1579
          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 {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -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 {#1559
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1604}
    ]
    -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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +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 {#1620
    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 {#1619 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -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 {#1613
    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 {#1604
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1428
          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 {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -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 {#1440
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1434
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
        +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 {#1579
          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 {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -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 {#1559
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1604}
    ]
    -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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +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 {#1620
    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 {#1619 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -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 {#1613
    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 {#1604
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2384 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2331 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2164 …}
    +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 {#2095
      date: 2023-10-30 08:03:00.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2060 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2327 …}
    +badges: Doctrine\ORM\PersistentCollection {#2333 …}
    +children: [
      2 => App\Entity\EntryComment {#1606
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +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 {#1428
          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 {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -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 {#1440
          date: 2023-10-27 15:59:41.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698415130 {#1434
          date: 2023-10-27 15:58:50.0 +02:00
        }
        +"title": 74695
      }
      1 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1561 …}
        +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 {#1579
          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 {#1525 …}
        +nested: Doctrine\ORM\PersistentCollection {#1566 …}
        +votes: Doctrine\ORM\PersistentCollection {#1562 …}
        +reports: Doctrine\ORM\PersistentCollection {#1554 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1556 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1555 …}
        -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 {#1559
          date: 2023-10-27 16:56:04.0 +02:00
        }
        +"title": 74785
      }
      0 => App\Entity\EntryComment {#1604}
    ]
    -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 {#2361
      date: 2023-10-27 05:51:50.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +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 {#1620
    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 {#1619 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -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 {#1613
    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