GET https://kbin.spritesserver.nl/index.php/u/@jbrains@sh.itjust.works/hot

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
3.64 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 {#2395
  +user: Proxies\__CG__\App\Entity\User {#2041 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Nifty-terminal-command-xdg-open"
  +title: "Nifty terminal command: xdg-open"
  +url: null
  +body: """
    *Just sharing something neat I learned today about Linux…*\n
    \n
    In Windows, I used to do this a lot:  \n
    – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
    – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
    – The Windows file manager would open in a new window, focused on that same folder as the path.\n
    \n
    I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
    \n
    The man page for `xdg-open` says:\n
    \n
    > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
    \n
    At any terminal prompt, I type something like:\n
    \n
    `xdg-open .`\n
    \n
    or `xdg-open ~/Documents`\n
    \n
    And boom! A new KDE Dolphin files window appears, focused on that path.\n
    \n
    or this works too, but with a browser:\n
    \n
    `xdg-open http://eff.org`\n
    \n
    Rock and/or roll!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 156
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#2210
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2255 …}
  +votes: Doctrine\ORM\PersistentCollection {#2243 …}
  +reports: Doctrine\ORM\PersistentCollection {#2246 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2182 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2185 …}
  +badges: Doctrine\ORM\PersistentCollection {#2184 …}
  +children: [
    App\Entity\EntryComment {#2394
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2395 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: "Between this and `rifle`, all things are possible. Enjoy."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705633911 {#2387
        date: 2024-01-19 04:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2393 …}
      +nested: Doctrine\ORM\PersistentCollection {#1381 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1401 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1363 …}
      -id: 321295
      -bodyTs: "'enjoy':9 'possibl':8 'rifl':4 'thing':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7739005"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705633911 {#2392
        date: 2024-01-19 04:11:51.0 +01:00
      }
      +"title": 321295
    }
  ]
  -id: 31633
  -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
  -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705717972
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21276159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631572 {#2275
    date: 2024-01-19 03:32:52.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2395
  +user: Proxies\__CG__\App\Entity\User {#2041 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Nifty-terminal-command-xdg-open"
  +title: "Nifty terminal command: xdg-open"
  +url: null
  +body: """
    *Just sharing something neat I learned today about Linux…*\n
    \n
    In Windows, I used to do this a lot:  \n
    – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
    – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
    – The Windows file manager would open in a new window, focused on that same folder as the path.\n
    \n
    I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
    \n
    The man page for `xdg-open` says:\n
    \n
    > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
    \n
    At any terminal prompt, I type something like:\n
    \n
    `xdg-open .`\n
    \n
    or `xdg-open ~/Documents`\n
    \n
    And boom! A new KDE Dolphin files window appears, focused on that path.\n
    \n
    or this works too, but with a browser:\n
    \n
    `xdg-open http://eff.org`\n
    \n
    Rock and/or roll!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 156
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#2210
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2255 …}
  +votes: Doctrine\ORM\PersistentCollection {#2243 …}
  +reports: Doctrine\ORM\PersistentCollection {#2246 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2182 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2185 …}
  +badges: Doctrine\ORM\PersistentCollection {#2184 …}
  +children: [
    App\Entity\EntryComment {#2394
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2395 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: "Between this and `rifle`, all things are possible. Enjoy."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705633911 {#2387
        date: 2024-01-19 04:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2393 …}
      +nested: Doctrine\ORM\PersistentCollection {#1381 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1401 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1363 …}
      -id: 321295
      -bodyTs: "'enjoy':9 'possibl':8 'rifl':4 'thing':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7739005"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705633911 {#2392
        date: 2024-01-19 04:11:51.0 +01:00
      }
      +"title": 321295
    }
  ]
  -id: 31633
  -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
  -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705717972
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21276159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631572 {#2275
    date: 2024-01-19 03:32:52.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2395
  +user: Proxies\__CG__\App\Entity\User {#2041 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Nifty-terminal-command-xdg-open"
  +title: "Nifty terminal command: xdg-open"
  +url: null
  +body: """
    *Just sharing something neat I learned today about Linux…*\n
    \n
    In Windows, I used to do this a lot:  \n
    – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
    – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
    – The Windows file manager would open in a new window, focused on that same folder as the path.\n
    \n
    I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
    \n
    The man page for `xdg-open` says:\n
    \n
    > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
    \n
    At any terminal prompt, I type something like:\n
    \n
    `xdg-open .`\n
    \n
    or `xdg-open ~/Documents`\n
    \n
    And boom! A new KDE Dolphin files window appears, focused on that path.\n
    \n
    or this works too, but with a browser:\n
    \n
    `xdg-open http://eff.org`\n
    \n
    Rock and/or roll!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 156
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#2210
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2255 …}
  +votes: Doctrine\ORM\PersistentCollection {#2243 …}
  +reports: Doctrine\ORM\PersistentCollection {#2246 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2182 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2185 …}
  +badges: Doctrine\ORM\PersistentCollection {#2184 …}
  +children: [
    App\Entity\EntryComment {#2394
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2395 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: "Between this and `rifle`, all things are possible. Enjoy."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705633911 {#2387
        date: 2024-01-19 04:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@perishthethought@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2393 …}
      +nested: Doctrine\ORM\PersistentCollection {#1381 …}
      +votes: Doctrine\ORM\PersistentCollection {#1402 …}
      +reports: Doctrine\ORM\PersistentCollection {#1385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1401 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1363 …}
      -id: 321295
      -bodyTs: "'enjoy':9 'possibl':8 'rifl':4 'thing':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/7739005"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705633911 {#2392
        date: 2024-01-19 04:11:51.0 +01:00
      }
      +"title": 321295
    }
  ]
  -id: 31633
  -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
  -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705717972
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21276159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705631572 {#2275
    date: 2024-01-19 03:32:52.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2394
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395
    +user: Proxies\__CG__\App\Entity\User {#2041 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Nifty-terminal-command-xdg-open"
    +title: "Nifty terminal command: xdg-open"
    +url: null
    +body: """
      *Just sharing something neat I learned today about Linux…*\n
      \n
      In Windows, I used to do this a lot:  \n
      – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
      – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
      – The Windows file manager would open in a new window, focused on that same folder as the path.\n
      \n
      I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
      \n
      The man page for `xdg-open` says:\n
      \n
      > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
      \n
      At any terminal prompt, I type something like:\n
      \n
      `xdg-open .`\n
      \n
      or `xdg-open ~/Documents`\n
      \n
      And boom! A new KDE Dolphin files window appears, focused on that path.\n
      \n
      or this works too, but with a browser:\n
      \n
      `xdg-open http://eff.org`\n
      \n
      Rock and/or roll!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 156
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727183633 {#2210
      date: 2024-09-24 15:13:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2255 …}
    +votes: Doctrine\ORM\PersistentCollection {#2243 …}
    +reports: Doctrine\ORM\PersistentCollection {#2246 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2182 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2185 …}
    +badges: Doctrine\ORM\PersistentCollection {#2184 …}
    +children: [
      App\Entity\EntryComment {#2394}
    ]
    -id: 31633
    -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
    -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705717972
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21276159"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705631572 {#2275
      date: 2024-01-19 03:32:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: "Between this and `rifle`, all things are possible. Enjoy."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705633911 {#2387
    date: 2024-01-19 04:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2393 …}
  +nested: Doctrine\ORM\PersistentCollection {#1381 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1401 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1363 …}
  -id: 321295
  -bodyTs: "'enjoy':9 'possibl':8 'rifl':4 'thing':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7739005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705633911 {#2392
    date: 2024-01-19 04:11:51.0 +01:00
  }
  +"title": 321295
}
"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 {#2394
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395
    +user: Proxies\__CG__\App\Entity\User {#2041 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Nifty-terminal-command-xdg-open"
    +title: "Nifty terminal command: xdg-open"
    +url: null
    +body: """
      *Just sharing something neat I learned today about Linux…*\n
      \n
      In Windows, I used to do this a lot:  \n
      – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
      – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
      – The Windows file manager would open in a new window, focused on that same folder as the path.\n
      \n
      I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
      \n
      The man page for `xdg-open` says:\n
      \n
      > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
      \n
      At any terminal prompt, I type something like:\n
      \n
      `xdg-open .`\n
      \n
      or `xdg-open ~/Documents`\n
      \n
      And boom! A new KDE Dolphin files window appears, focused on that path.\n
      \n
      or this works too, but with a browser:\n
      \n
      `xdg-open http://eff.org`\n
      \n
      Rock and/or roll!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 156
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727183633 {#2210
      date: 2024-09-24 15:13:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2255 …}
    +votes: Doctrine\ORM\PersistentCollection {#2243 …}
    +reports: Doctrine\ORM\PersistentCollection {#2246 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2182 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2185 …}
    +badges: Doctrine\ORM\PersistentCollection {#2184 …}
    +children: [
      App\Entity\EntryComment {#2394}
    ]
    -id: 31633
    -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
    -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705717972
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21276159"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705631572 {#2275
      date: 2024-01-19 03:32:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: "Between this and `rifle`, all things are possible. Enjoy."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705633911 {#2387
    date: 2024-01-19 04:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2393 …}
  +nested: Doctrine\ORM\PersistentCollection {#1381 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1401 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1363 …}
  -id: 321295
  -bodyTs: "'enjoy':9 'possibl':8 'rifl':4 'thing':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7739005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705633911 {#2392
    date: 2024-01-19 04:11:51.0 +01:00
  }
  +"title": 321295
}
"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 {#2394
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2395
    +user: Proxies\__CG__\App\Entity\User {#2041 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Nifty-terminal-command-xdg-open"
    +title: "Nifty terminal command: xdg-open"
    +url: null
    +body: """
      *Just sharing something neat I learned today about Linux…*\n
      \n
      In Windows, I used to do this a lot:  \n
      – Be at a command prompt, in some directory, e.g.: C:\my files\more files  \n
      – When I need to see that same folder in the Windows GUI, I’d type: start . (note the period, meaning “this directory”)  \n
      – The Windows file manager would open in a new window, focused on that same folder as the path.\n
      \n
      I realized today I didn’t know how to do that in Linux (I’m on Ubuntu) so I searched around and found the `xdg-open` command.\n
      \n
      The man page for `xdg-open` says:\n
      \n
      > xdg-open opens a file or URL in the user’s preferred application. If a URL is provided the URL will be opened in the user’s preferred web browser.\n
      \n
      At any terminal prompt, I type something like:\n
      \n
      `xdg-open .`\n
      \n
      or `xdg-open ~/Documents`\n
      \n
      And boom! A new KDE Dolphin files window appears, focused on that path.\n
      \n
      or this works too, but with a browser:\n
      \n
      `xdg-open http://eff.org`\n
      \n
      Rock and/or roll!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 156
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727183633 {#2210
      date: 2024-09-24 15:13:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2255 …}
    +votes: Doctrine\ORM\PersistentCollection {#2243 …}
    +reports: Doctrine\ORM\PersistentCollection {#2246 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2182 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2185 …}
    +badges: Doctrine\ORM\PersistentCollection {#2184 …}
    +children: [
      App\Entity\EntryComment {#2394}
    ]
    -id: 31633
    -titleTs: "'command':3 'nifti':1 'open':6 'termin':2 'xdg':5 'xdg-open':4"
    -bodyTs: "'/documents':155 'and/or':182 'appear':164 'applic':122 'around':93 'boom':157 'browser':139,176 'c':28 'command':22,100 'd':46 'didn':77 'directori':26,54 'dolphin':161 'e.g':27 'eff.org':180 'file':30,32,57,114,162 'focus':65,165 'folder':40,69 'found':95 'gui':44 'kde':160 'know':79 'learn':6 'like':147 'linux':9,85 'lot':18 'm':87 'man':102 'manag':58 'mean':52 'neat':4 'need':35 'new':63,159 'note':49 'open':60,99,107,111,112,132,150,154,179 'page':103 'path':72,168 'period':51 'prefer':121,137 'prompt':23,143 'provid':127 'realiz':74 'rock':181 'roll':183 'say':108 'search':92 'see':37 'share':2 'someth':3,146 'start':48 'termin':142 'today':7,75 'type':47,145 'ubuntu':89 'url':116,125,129 'use':13 'user':119,135 'web':138 'window':11,43,56,64,163 'work':171 'would':59 'xdg':98,106,110,149,153,178 'xdg-open':97,105,109,148,152,177"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705717972
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/21276159"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705631572 {#2275
      date: 2024-01-19 03:32:52.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: "Between this and `rifle`, all things are possible. Enjoy."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705633911 {#2387
    date: 2024-01-19 04:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@perishthethought@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2393 …}
  +nested: Doctrine\ORM\PersistentCollection {#1381 …}
  +votes: Doctrine\ORM\PersistentCollection {#1402 …}
  +reports: Doctrine\ORM\PersistentCollection {#1385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1401 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1363 …}
  -id: 321295
  -bodyTs: "'enjoy':9 'possibl':8 'rifl':4 'thing':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/7739005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705633911 {#2392
    date: 2024-01-19 04:11:51.0 +01:00
  }
  +"title": 321295
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1906
  +user: Proxies\__CG__\App\Entity\User {#2265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "what-caused-you-to-get-into-Linux"
  +title: "what caused you to get into Linux?"
  +url: null
  +body: "What caused you to get into it, are you an evangel and are you obsessed?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 294
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702621959 {#2007
    date: 2023-12-15 07:32:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2009 …}
  +votes: Doctrine\ORM\PersistentCollection {#2016 …}
  +reports: Doctrine\ORM\PersistentCollection {#2017 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1984 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1981 …}
  +badges: Doctrine\ORM\PersistentCollection {#1982 …}
  +children: [
    App\Entity\EntryComment {#1910
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1906 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I was tired of Windows, so I tried Linux for a month, then switched to Mac OS for a decade.\n
        \n
        When Mac OS started to become iOS, I started leaning towards Linux.\n
        \n
        When my MacBook keyboard caps started falling off and Apple told me to replace the entire keyboard, I left them indefinitely.\n
        \n
        And now I’ve been here for a few years. So far, so good.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701030857 {#2381
        date: 2023-11-26 21:34:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Altomes@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1909 …}
      +nested: Doctrine\ORM\PersistentCollection {#1926 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1908 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -id: 167809
      -bodyTs: "'appl':42 'becom':26 'cap':37 'decad':20 'entir':48 'fall':39 'far':65 'good':67 'indefinit':53 'io':27 'keyboard':36,49 'lean':30 'left':51 'linux':9,32 'mac':16,22 'macbook':35 'month':12 'os':17,23 'replac':46 'start':24,29,38 'switch':14 'tire':3 'told':43 'toward':31 'tri':8 've':57 'window':5 'year':63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5970472"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701030857 {#2383
        date: 2023-11-26 21:34:17.0 +01:00
      }
      +"title": 167809
    }
  ]
  -id: 17077
  -titleTs: "'caus':2 'get':5 'linux':7"
  -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701110283
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16098493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701023883 {#1988
    date: 2023-11-26 19:38:03.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1906
  +user: Proxies\__CG__\App\Entity\User {#2265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "what-caused-you-to-get-into-Linux"
  +title: "what caused you to get into Linux?"
  +url: null
  +body: "What caused you to get into it, are you an evangel and are you obsessed?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 294
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702621959 {#2007
    date: 2023-12-15 07:32:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2009 …}
  +votes: Doctrine\ORM\PersistentCollection {#2016 …}
  +reports: Doctrine\ORM\PersistentCollection {#2017 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1984 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1981 …}
  +badges: Doctrine\ORM\PersistentCollection {#1982 …}
  +children: [
    App\Entity\EntryComment {#1910
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1906 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I was tired of Windows, so I tried Linux for a month, then switched to Mac OS for a decade.\n
        \n
        When Mac OS started to become iOS, I started leaning towards Linux.\n
        \n
        When my MacBook keyboard caps started falling off and Apple told me to replace the entire keyboard, I left them indefinitely.\n
        \n
        And now I’ve been here for a few years. So far, so good.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701030857 {#2381
        date: 2023-11-26 21:34:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Altomes@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1909 …}
      +nested: Doctrine\ORM\PersistentCollection {#1926 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1908 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -id: 167809
      -bodyTs: "'appl':42 'becom':26 'cap':37 'decad':20 'entir':48 'fall':39 'far':65 'good':67 'indefinit':53 'io':27 'keyboard':36,49 'lean':30 'left':51 'linux':9,32 'mac':16,22 'macbook':35 'month':12 'os':17,23 'replac':46 'start':24,29,38 'switch':14 'tire':3 'told':43 'toward':31 'tri':8 've':57 'window':5 'year':63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5970472"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701030857 {#2383
        date: 2023-11-26 21:34:17.0 +01:00
      }
      +"title": 167809
    }
  ]
  -id: 17077
  -titleTs: "'caus':2 'get':5 'linux':7"
  -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701110283
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16098493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701023883 {#1988
    date: 2023-11-26 19:38:03.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1906
  +user: Proxies\__CG__\App\Entity\User {#2265 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "what-caused-you-to-get-into-Linux"
  +title: "what caused you to get into Linux?"
  +url: null
  +body: "What caused you to get into it, are you an evangel and are you obsessed?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 294
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702621959 {#2007
    date: 2023-12-15 07:32:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2009 …}
  +votes: Doctrine\ORM\PersistentCollection {#2016 …}
  +reports: Doctrine\ORM\PersistentCollection {#2017 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1984 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1981 …}
  +badges: Doctrine\ORM\PersistentCollection {#1982 …}
  +children: [
    App\Entity\EntryComment {#1910
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1906 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I was tired of Windows, so I tried Linux for a month, then switched to Mac OS for a decade.\n
        \n
        When Mac OS started to become iOS, I started leaning towards Linux.\n
        \n
        When my MacBook keyboard caps started falling off and Apple told me to replace the entire keyboard, I left them indefinitely.\n
        \n
        And now I’ve been here for a few years. So far, so good.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1701030857 {#2381
        date: 2023-11-26 21:34:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Altomes@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1909 …}
      +nested: Doctrine\ORM\PersistentCollection {#1926 …}
      +votes: Doctrine\ORM\PersistentCollection {#1874 …}
      +reports: Doctrine\ORM\PersistentCollection {#1908 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
      -id: 167809
      -bodyTs: "'appl':42 'becom':26 'cap':37 'decad':20 'entir':48 'fall':39 'far':65 'good':67 'indefinit':53 'io':27 'keyboard':36,49 'lean':30 'left':51 'linux':9,32 'mac':16,22 'macbook':35 'month':12 'os':17,23 'replac':46 'start':24,29,38 'switch':14 'tire':3 'told':43 'toward':31 'tri':8 've':57 'window':5 'year':63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5970472"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701030857 {#2383
        date: 2023-11-26 21:34:17.0 +01:00
      }
      +"title": 167809
    }
  ]
  -id: 17077
  -titleTs: "'caus':2 'get':5 'linux':7"
  -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701110283
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16098493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701023883 {#1988
    date: 2023-11-26 19:38:03.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1906
    +user: Proxies\__CG__\App\Entity\User {#2265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "what-caused-you-to-get-into-Linux"
    +title: "what caused you to get into Linux?"
    +url: null
    +body: "What caused you to get into it, are you an evangel and are you obsessed?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 294
    +favouriteCount: 241
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702621959 {#2007
      date: 2023-12-15 07:32:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2009 …}
    +votes: Doctrine\ORM\PersistentCollection {#2016 …}
    +reports: Doctrine\ORM\PersistentCollection {#2017 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1984 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1981 …}
    +badges: Doctrine\ORM\PersistentCollection {#1982 …}
    +children: [
      App\Entity\EntryComment {#1910}
    ]
    -id: 17077
    -titleTs: "'caus':2 'get':5 'linux':7"
    -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701110283
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16098493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701023883 {#1988
      date: 2023-11-26 19:38:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I was tired of Windows, so I tried Linux for a month, then switched to Mac OS for a decade.\n
    \n
    When Mac OS started to become iOS, I started leaning towards Linux.\n
    \n
    When my MacBook keyboard caps started falling off and Apple told me to replace the entire keyboard, I left them indefinitely.\n
    \n
    And now I’ve been here for a few years. So far, so good.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701030857 {#2381
    date: 2023-11-26 21:34:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Altomes@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1909 …}
  +nested: Doctrine\ORM\PersistentCollection {#1926 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1908 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -id: 167809
  -bodyTs: "'appl':42 'becom':26 'cap':37 'decad':20 'entir':48 'fall':39 'far':65 'good':67 'indefinit':53 'io':27 'keyboard':36,49 'lean':30 'left':51 'linux':9,32 'mac':16,22 'macbook':35 'month':12 'os':17,23 'replac':46 'start':24,29,38 'switch':14 'tire':3 'told':43 'toward':31 'tri':8 've':57 'window':5 'year':63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5970472"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701030857 {#2383
    date: 2023-11-26 21:34:17.0 +01:00
  }
  +"title": 167809
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1906
    +user: Proxies\__CG__\App\Entity\User {#2265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "what-caused-you-to-get-into-Linux"
    +title: "what caused you to get into Linux?"
    +url: null
    +body: "What caused you to get into it, are you an evangel and are you obsessed?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 294
    +favouriteCount: 241
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702621959 {#2007
      date: 2023-12-15 07:32:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2009 …}
    +votes: Doctrine\ORM\PersistentCollection {#2016 …}
    +reports: Doctrine\ORM\PersistentCollection {#2017 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1984 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1981 …}
    +badges: Doctrine\ORM\PersistentCollection {#1982 …}
    +children: [
      App\Entity\EntryComment {#1910}
    ]
    -id: 17077
    -titleTs: "'caus':2 'get':5 'linux':7"
    -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701110283
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16098493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701023883 {#1988
      date: 2023-11-26 19:38:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I was tired of Windows, so I tried Linux for a month, then switched to Mac OS for a decade.\n
    \n
    When Mac OS started to become iOS, I started leaning towards Linux.\n
    \n
    When my MacBook keyboard caps started falling off and Apple told me to replace the entire keyboard, I left them indefinitely.\n
    \n
    And now I’ve been here for a few years. So far, so good.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701030857 {#2381
    date: 2023-11-26 21:34:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Altomes@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1909 …}
  +nested: Doctrine\ORM\PersistentCollection {#1926 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1908 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -id: 167809
  -bodyTs: "'appl':42 'becom':26 'cap':37 'decad':20 'entir':48 'fall':39 'far':65 'good':67 'indefinit':53 'io':27 'keyboard':36,49 'lean':30 'left':51 'linux':9,32 'mac':16,22 'macbook':35 'month':12 'os':17,23 'replac':46 'start':24,29,38 'switch':14 'tire':3 'told':43 'toward':31 'tri':8 've':57 'window':5 'year':63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5970472"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701030857 {#2383
    date: 2023-11-26 21:34:17.0 +01:00
  }
  +"title": 167809
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#1910
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1906
    +user: Proxies\__CG__\App\Entity\User {#2265 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "what-caused-you-to-get-into-Linux"
    +title: "what caused you to get into Linux?"
    +url: null
    +body: "What caused you to get into it, are you an evangel and are you obsessed?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 294
    +favouriteCount: 241
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702621959 {#2007
      date: 2023-12-15 07:32:39.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2009 …}
    +votes: Doctrine\ORM\PersistentCollection {#2016 …}
    +reports: Doctrine\ORM\PersistentCollection {#2017 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1984 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1981 …}
    +badges: Doctrine\ORM\PersistentCollection {#1982 …}
    +children: [
      App\Entity\EntryComment {#1910}
    ]
    -id: 17077
    -titleTs: "'caus':2 'get':5 'linux':7"
    -bodyTs: "'caus':2 'evangel':11 'get':5 'obsess':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701110283
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16098493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701023883 {#1988
      date: 2023-11-26 19:38:03.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I was tired of Windows, so I tried Linux for a month, then switched to Mac OS for a decade.\n
    \n
    When Mac OS started to become iOS, I started leaning towards Linux.\n
    \n
    When my MacBook keyboard caps started falling off and Apple told me to replace the entire keyboard, I left them indefinitely.\n
    \n
    And now I’ve been here for a few years. So far, so good.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1701030857 {#2381
    date: 2023-11-26 21:34:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Altomes@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1909 …}
  +nested: Doctrine\ORM\PersistentCollection {#1926 …}
  +votes: Doctrine\ORM\PersistentCollection {#1874 …}
  +reports: Doctrine\ORM\PersistentCollection {#1908 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1883 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2389 …}
  -id: 167809
  -bodyTs: "'appl':42 'becom':26 'cap':37 'decad':20 'entir':48 'fall':39 'far':65 'good':67 'indefinit':53 'io':27 'keyboard':36,49 'lean':30 'left':51 'linux':9,32 'mac':16,22 'macbook':35 'month':12 'os':17,23 'replac':46 'start':24,29,38 'switch':14 'tire':3 'told':43 'toward':31 'tri':8 've':57 'window':5 'year':63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5970472"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701030857 {#2383
    date: 2023-11-26 21:34:17.0 +01:00
  }
  +"title": 167809
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#2118 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "A-symptom-of-linux-past-traumas"
  +title: "A symptom of linux past traumas"
  +url: null
  +body: """
    So, I had to reinstall windows as a dualboot, because I need some CAD tools for work. It was painful but it’s not thebaubject\n
    \n
    I’m running nixos with systemd-boot and I installed windows on another drive. I started to research how to add the entry on the boot list so I don’t need to go in bios to switch the boot order each time I want to change OS.\n
    \n
    Most of the information I find is about grub on nixos but I finally find information on how to add a manual entry. On the Arch wiki I find some information but now I have to blend all that to make it work on my laptop.\n
    \n
    It’s late and I’m scared to mess up my boot partition so I go to sleep to work instructions on it the next day.\n
    \n
    The next day I’m ready to do all that only to realized that there is already the entry for windows is already in the boot menu, it has been added automatically.\n
    \n
    So I spent all this time to think about how I while have to adjust my system manually only to realize that nixos already did it automatically for me.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 49
  +favouriteCount: 117
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726218470 {#2178
    date: 2024-09-13 11:07:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2169 …}
  +votes: Doctrine\ORM\PersistentCollection {#1996 …}
  +reports: Doctrine\ORM\PersistentCollection {#1993 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1992 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2002 …}
  +badges: Doctrine\ORM\PersistentCollection {#2000 …}
  +children: [
    App\Entity\EntryComment {#2370
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This reminds me of my first week running Mac OS and searching increasingly frantically for an uninstall script for an application I’d installed.\n
        \n
        Oh.\n
        \n
        Drag to trash. Really? OK.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1700508891 {#2371
        date: 2023-11-20 20:34:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BastingChemina@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 143834
      -bodyTs: "'applic':21 'd':23 'drag':26 'first':6 'frantic':14 'increas':13 'instal':24 'mac':9 'oh':25 'ok':30 'os':10 'realli':29 'remind':2 'run':8 'script':18 'search':12 'trash':28 'uninstal':17 'week':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5737233"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700508891 {#2363
        date: 2023-11-20 20:34:51.0 +01:00
      }
      +"title": 143834
    }
  ]
  -id: 14741
  -titleTs: "'linux':4 'past':5 'symptom':2 'trauma':6"
  -bodyTs: "'ad':177 'add':47,94 'adjust':193 'alreadi':163,169,202 'anoth':39 'arch':100 'automat':178,205 'bio':62 'blend':111 'boot':33,52,66,132,172 'cad':14 'chang':73 'day':146,149 'drive':40 'dualboot':9 'entri':49,97,165 'final':88 'find':80,89,103 'go':60,136 'grub':83 'inform':78,90,105 'instal':36 'instruct':141 'laptop':120 'late':123 'list':53 'm':27,126,151 'make':115 'manual':96,196 'menu':173 'mess':129 'need':12,58 'next':145,148 'nixo':29,85,201 'order':67 'os':74 'pain':20 'partit':133 'readi':152 'realiz':159,199 'reinstal':5 'research':44 'run':28 'scare':127 'sleep':138 'spent':181 'start':42 'switch':64 'system':195 'systemd':32 'systemd-boot':31 'thebaubject':25 'think':186 'time':69,184 'tool':15 'want':71 'wiki':101 'window':6,37,167 'work':17,117,140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700574250
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4182584"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700487850 {#2264
    date: 2023-11-20 14:44:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#2118 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "A-symptom-of-linux-past-traumas"
  +title: "A symptom of linux past traumas"
  +url: null
  +body: """
    So, I had to reinstall windows as a dualboot, because I need some CAD tools for work. It was painful but it’s not thebaubject\n
    \n
    I’m running nixos with systemd-boot and I installed windows on another drive. I started to research how to add the entry on the boot list so I don’t need to go in bios to switch the boot order each time I want to change OS.\n
    \n
    Most of the information I find is about grub on nixos but I finally find information on how to add a manual entry. On the Arch wiki I find some information but now I have to blend all that to make it work on my laptop.\n
    \n
    It’s late and I’m scared to mess up my boot partition so I go to sleep to work instructions on it the next day.\n
    \n
    The next day I’m ready to do all that only to realized that there is already the entry for windows is already in the boot menu, it has been added automatically.\n
    \n
    So I spent all this time to think about how I while have to adjust my system manually only to realize that nixos already did it automatically for me.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 49
  +favouriteCount: 117
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726218470 {#2178
    date: 2024-09-13 11:07:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2169 …}
  +votes: Doctrine\ORM\PersistentCollection {#1996 …}
  +reports: Doctrine\ORM\PersistentCollection {#1993 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1992 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2002 …}
  +badges: Doctrine\ORM\PersistentCollection {#2000 …}
  +children: [
    App\Entity\EntryComment {#2370
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This reminds me of my first week running Mac OS and searching increasingly frantically for an uninstall script for an application I’d installed.\n
        \n
        Oh.\n
        \n
        Drag to trash. Really? OK.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1700508891 {#2371
        date: 2023-11-20 20:34:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BastingChemina@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 143834
      -bodyTs: "'applic':21 'd':23 'drag':26 'first':6 'frantic':14 'increas':13 'instal':24 'mac':9 'oh':25 'ok':30 'os':10 'realli':29 'remind':2 'run':8 'script':18 'search':12 'trash':28 'uninstal':17 'week':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5737233"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700508891 {#2363
        date: 2023-11-20 20:34:51.0 +01:00
      }
      +"title": 143834
    }
  ]
  -id: 14741
  -titleTs: "'linux':4 'past':5 'symptom':2 'trauma':6"
  -bodyTs: "'ad':177 'add':47,94 'adjust':193 'alreadi':163,169,202 'anoth':39 'arch':100 'automat':178,205 'bio':62 'blend':111 'boot':33,52,66,132,172 'cad':14 'chang':73 'day':146,149 'drive':40 'dualboot':9 'entri':49,97,165 'final':88 'find':80,89,103 'go':60,136 'grub':83 'inform':78,90,105 'instal':36 'instruct':141 'laptop':120 'late':123 'list':53 'm':27,126,151 'make':115 'manual':96,196 'menu':173 'mess':129 'need':12,58 'next':145,148 'nixo':29,85,201 'order':67 'os':74 'pain':20 'partit':133 'readi':152 'realiz':159,199 'reinstal':5 'research':44 'run':28 'scare':127 'sleep':138 'spent':181 'start':42 'switch':64 'system':195 'systemd':32 'systemd-boot':31 'thebaubject':25 'think':186 'time':69,184 'tool':15 'want':71 'wiki':101 'window':6,37,167 'work':17,117,140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700574250
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4182584"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700487850 {#2264
    date: 2023-11-20 14:44:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2377
  +user: Proxies\__CG__\App\Entity\User {#2118 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "A-symptom-of-linux-past-traumas"
  +title: "A symptom of linux past traumas"
  +url: null
  +body: """
    So, I had to reinstall windows as a dualboot, because I need some CAD tools for work. It was painful but it’s not thebaubject\n
    \n
    I’m running nixos with systemd-boot and I installed windows on another drive. I started to research how to add the entry on the boot list so I don’t need to go in bios to switch the boot order each time I want to change OS.\n
    \n
    Most of the information I find is about grub on nixos but I finally find information on how to add a manual entry. On the Arch wiki I find some information but now I have to blend all that to make it work on my laptop.\n
    \n
    It’s late and I’m scared to mess up my boot partition so I go to sleep to work instructions on it the next day.\n
    \n
    The next day I’m ready to do all that only to realized that there is already the entry for windows is already in the boot menu, it has been added automatically.\n
    \n
    So I spent all this time to think about how I while have to adjust my system manually only to realize that nixos already did it automatically for me.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 49
  +favouriteCount: 117
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726218470 {#2178
    date: 2024-09-13 11:07:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2169 …}
  +votes: Doctrine\ORM\PersistentCollection {#1996 …}
  +reports: Doctrine\ORM\PersistentCollection {#1993 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1992 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2002 …}
  +badges: Doctrine\ORM\PersistentCollection {#2000 …}
  +children: [
    App\Entity\EntryComment {#2370
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2377 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        This reminds me of my first week running Mac OS and searching increasingly frantically for an uninstall script for an application I’d installed.\n
        \n
        Oh.\n
        \n
        Drag to trash. Really? OK.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 17
      +score: 0
      +lastActive: DateTime @1700508891 {#2371
        date: 2023-11-20 20:34:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BastingChemina@slrpnk.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2360 …}
      +nested: Doctrine\ORM\PersistentCollection {#2361 …}
      +votes: Doctrine\ORM\PersistentCollection {#2372 …}
      +reports: Doctrine\ORM\PersistentCollection {#2386 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
      -id: 143834
      -bodyTs: "'applic':21 'd':23 'drag':26 'first':6 'frantic':14 'increas':13 'instal':24 'mac':9 'oh':25 'ok':30 'os':10 'realli':29 'remind':2 'run':8 'script':18 'search':12 'trash':28 'uninstal':17 'week':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5737233"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700508891 {#2363
        date: 2023-11-20 20:34:51.0 +01:00
      }
      +"title": 143834
    }
  ]
  -id: 14741
  -titleTs: "'linux':4 'past':5 'symptom':2 'trauma':6"
  -bodyTs: "'ad':177 'add':47,94 'adjust':193 'alreadi':163,169,202 'anoth':39 'arch':100 'automat':178,205 'bio':62 'blend':111 'boot':33,52,66,132,172 'cad':14 'chang':73 'day':146,149 'drive':40 'dualboot':9 'entri':49,97,165 'final':88 'find':80,89,103 'go':60,136 'grub':83 'inform':78,90,105 'instal':36 'instruct':141 'laptop':120 'late':123 'list':53 'm':27,126,151 'make':115 'manual':96,196 'menu':173 'mess':129 'need':12,58 'next':145,148 'nixo':29,85,201 'order':67 'os':74 'pain':20 'partit':133 'readi':152 'realiz':159,199 'reinstal':5 'research':44 'run':28 'scare':127 'sleep':138 'spent':181 'start':42 'switch':64 'system':195 'systemd':32 'systemd-boot':31 'thebaubject':25 'think':186 'time':69,184 'tool':15 'want':71 'wiki':101 'window':6,37,167 'work':17,117,140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700574250
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4182584"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700487850 {#2264
    date: 2023-11-20 14:44:10.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2370
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2118 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "A-symptom-of-linux-past-traumas"
    +title: "A symptom of linux past traumas"
    +url: null
    +body: """
      So, I had to reinstall windows as a dualboot, because I need some CAD tools for work. It was painful but it’s not thebaubject\n
      \n
      I’m running nixos with systemd-boot and I installed windows on another drive. I started to research how to add the entry on the boot list so I don’t need to go in bios to switch the boot order each time I want to change OS.\n
      \n
      Most of the information I find is about grub on nixos but I finally find information on how to add a manual entry. On the Arch wiki I find some information but now I have to blend all that to make it work on my laptop.\n
      \n
      It’s late and I’m scared to mess up my boot partition so I go to sleep to work instructions on it the next day.\n
      \n
      The next day I’m ready to do all that only to realized that there is already the entry for windows is already in the boot menu, it has been added automatically.\n
      \n
      So I spent all this time to think about how I while have to adjust my system manually only to realize that nixos already did it automatically for me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 49
    +favouriteCount: 117
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726218470 {#2178
      date: 2024-09-13 11:07:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2169 …}
    +votes: Doctrine\ORM\PersistentCollection {#1996 …}
    +reports: Doctrine\ORM\PersistentCollection {#1993 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1992 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2002 …}
    +badges: Doctrine\ORM\PersistentCollection {#2000 …}
    +children: [
      App\Entity\EntryComment {#2370}
    ]
    -id: 14741
    -titleTs: "'linux':4 'past':5 'symptom':2 'trauma':6"
    -bodyTs: "'ad':177 'add':47,94 'adjust':193 'alreadi':163,169,202 'anoth':39 'arch':100 'automat':178,205 'bio':62 'blend':111 'boot':33,52,66,132,172 'cad':14 'chang':73 'day':146,149 'drive':40 'dualboot':9 'entri':49,97,165 'final':88 'find':80,89,103 'go':60,136 'grub':83 'inform':78,90,105 'instal':36 'instruct':141 'laptop':120 'late':123 'list':53 'm':27,126,151 'make':115 'manual':96,196 'menu':173 'mess':129 'need':12,58 'next':145,148 'nixo':29,85,201 'order':67 'os':74 'pain':20 'partit':133 'readi':152 'realiz':159,199 'reinstal':5 'research':44 'run':28 'scare':127 'sleep':138 'spent':181 'start':42 'switch':64 'system':195 'systemd':32 'systemd-boot':31 'thebaubject':25 'think':186 'time':69,184 'tool':15 'want':71 'wiki':101 'window':6,37,167 'work':17,117,140"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700574250
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/4182584"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700487850 {#2264
      date: 2023-11-20 14:44:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This reminds me of my first week running Mac OS and searching increasingly frantically for an uninstall script for an application I’d installed.\n
    \n
    Oh.\n
    \n
    Drag to trash. Really? OK.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700508891 {#2371
    date: 2023-11-20 20:34:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BastingChemina@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 143834
  -bodyTs: "'applic':21 'd':23 'drag':26 'first':6 'frantic':14 'increas':13 'instal':24 'mac':9 'oh':25 'ok':30 'os':10 'realli':29 'remind':2 'run':8 'script':18 'search':12 'trash':28 'uninstal':17 'week':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5737233"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700508891 {#2363
    date: 2023-11-20 20:34:51.0 +01:00
  }
  +"title": 143834
}
"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 {#2370
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2118 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "A-symptom-of-linux-past-traumas"
    +title: "A symptom of linux past traumas"
    +url: null
    +body: """
      So, I had to reinstall windows as a dualboot, because I need some CAD tools for work. It was painful but it’s not thebaubject\n
      \n
      I’m running nixos with systemd-boot and I installed windows on another drive. I started to research how to add the entry on the boot list so I don’t need to go in bios to switch the boot order each time I want to change OS.\n
      \n
      Most of the information I find is about grub on nixos but I finally find information on how to add a manual entry. On the Arch wiki I find some information but now I have to blend all that to make it work on my laptop.\n
      \n
      It’s late and I’m scared to mess up my boot partition so I go to sleep to work instructions on it the next day.\n
      \n
      The next day I’m ready to do all that only to realized that there is already the entry for windows is already in the boot menu, it has been added automatically.\n
      \n
      So I spent all this time to think about how I while have to adjust my system manually only to realize that nixos already did it automatically for me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 49
    +favouriteCount: 117
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726218470 {#2178
      date: 2024-09-13 11:07:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2169 …}
    +votes: Doctrine\ORM\PersistentCollection {#1996 …}
    +reports: Doctrine\ORM\PersistentCollection {#1993 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1992 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2002 …}
    +badges: Doctrine\ORM\PersistentCollection {#2000 …}
    +children: [
      App\Entity\EntryComment {#2370}
    ]
    -id: 14741
    -titleTs: "'linux':4 'past':5 'symptom':2 'trauma':6"
    -bodyTs: "'ad':177 'add':47,94 'adjust':193 'alreadi':163,169,202 'anoth':39 'arch':100 'automat':178,205 'bio':62 'blend':111 'boot':33,52,66,132,172 'cad':14 'chang':73 'day':146,149 'drive':40 'dualboot':9 'entri':49,97,165 'final':88 'find':80,89,103 'go':60,136 'grub':83 'inform':78,90,105 'instal':36 'instruct':141 'laptop':120 'late':123 'list':53 'm':27,126,151 'make':115 'manual':96,196 'menu':173 'mess':129 'need':12,58 'next':145,148 'nixo':29,85,201 'order':67 'os':74 'pain':20 'partit':133 'readi':152 'realiz':159,199 'reinstal':5 'research':44 'run':28 'scare':127 'sleep':138 'spent':181 'start':42 'switch':64 'system':195 'systemd':32 'systemd-boot':31 'thebaubject':25 'think':186 'time':69,184 'tool':15 'want':71 'wiki':101 'window':6,37,167 'work':17,117,140"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700574250
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/4182584"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700487850 {#2264
      date: 2023-11-20 14:44:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This reminds me of my first week running Mac OS and searching increasingly frantically for an uninstall script for an application I’d installed.\n
    \n
    Oh.\n
    \n
    Drag to trash. Really? OK.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700508891 {#2371
    date: 2023-11-20 20:34:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BastingChemina@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 143834
  -bodyTs: "'applic':21 'd':23 'drag':26 'first':6 'frantic':14 'increas':13 'instal':24 'mac':9 'oh':25 'ok':30 'os':10 'realli':29 'remind':2 'run':8 'script':18 'search':12 'trash':28 'uninstal':17 'week':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5737233"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700508891 {#2363
    date: 2023-11-20 20:34:51.0 +01:00
  }
  +"title": 143834
}
"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 {#2370
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2377
    +user: Proxies\__CG__\App\Entity\User {#2118 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "A-symptom-of-linux-past-traumas"
    +title: "A symptom of linux past traumas"
    +url: null
    +body: """
      So, I had to reinstall windows as a dualboot, because I need some CAD tools for work. It was painful but it’s not thebaubject\n
      \n
      I’m running nixos with systemd-boot and I installed windows on another drive. I started to research how to add the entry on the boot list so I don’t need to go in bios to switch the boot order each time I want to change OS.\n
      \n
      Most of the information I find is about grub on nixos but I finally find information on how to add a manual entry. On the Arch wiki I find some information but now I have to blend all that to make it work on my laptop.\n
      \n
      It’s late and I’m scared to mess up my boot partition so I go to sleep to work instructions on it the next day.\n
      \n
      The next day I’m ready to do all that only to realized that there is already the entry for windows is already in the boot menu, it has been added automatically.\n
      \n
      So I spent all this time to think about how I while have to adjust my system manually only to realize that nixos already did it automatically for me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 49
    +favouriteCount: 117
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726218470 {#2178
      date: 2024-09-13 11:07:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2169 …}
    +votes: Doctrine\ORM\PersistentCollection {#1996 …}
    +reports: Doctrine\ORM\PersistentCollection {#1993 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1992 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2002 …}
    +badges: Doctrine\ORM\PersistentCollection {#2000 …}
    +children: [
      App\Entity\EntryComment {#2370}
    ]
    -id: 14741
    -titleTs: "'linux':4 'past':5 'symptom':2 'trauma':6"
    -bodyTs: "'ad':177 'add':47,94 'adjust':193 'alreadi':163,169,202 'anoth':39 'arch':100 'automat':178,205 'bio':62 'blend':111 'boot':33,52,66,132,172 'cad':14 'chang':73 'day':146,149 'drive':40 'dualboot':9 'entri':49,97,165 'final':88 'find':80,89,103 'go':60,136 'grub':83 'inform':78,90,105 'instal':36 'instruct':141 'laptop':120 'late':123 'list':53 'm':27,126,151 'make':115 'manual':96,196 'menu':173 'mess':129 'need':12,58 'next':145,148 'nixo':29,85,201 'order':67 'os':74 'pain':20 'partit':133 'readi':152 'realiz':159,199 'reinstal':5 'research':44 'run':28 'scare':127 'sleep':138 'spent':181 'start':42 'switch':64 'system':195 'systemd':32 'systemd-boot':31 'thebaubject':25 'think':186 'time':69,184 'tool':15 'want':71 'wiki':101 'window':6,37,167 'work':17,117,140"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700574250
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/4182584"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700487850 {#2264
      date: 2023-11-20 14:44:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This reminds me of my first week running Mac OS and searching increasingly frantically for an uninstall script for an application I’d installed.\n
    \n
    Oh.\n
    \n
    Drag to trash. Really? OK.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 17
  +score: 0
  +lastActive: DateTime @1700508891 {#2371
    date: 2023-11-20 20:34:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BastingChemina@slrpnk.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2360 …}
  +nested: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2372 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  -id: 143834
  -bodyTs: "'applic':21 'd':23 'drag':26 'first':6 'frantic':14 'increas':13 'instal':24 'mac':9 'oh':25 'ok':30 'os':10 'realli':29 'remind':2 'run':8 'script':18 'search':12 'trash':28 'uninstal':17 'week':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5737233"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700508891 {#2363
    date: 2023-11-20 20:34:51.0 +01:00
  }
  +"title": 143834
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1719
  +user: Proxies\__CG__\App\Entity\User {#1994 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Applications-to-reduce-mouse-usage"
  +title: "Applications to reduce mouse usage"
  +url: null
  +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700536714 {#1980
    date: 2023-11-21 04:18:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2376 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  +badges: Doctrine\ORM\PersistentCollection {#1351 …}
  +children: [
    1 => App\Entity\EntryComment {#2461
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700247440 {#2447
        date: 2023-11-17 19:57:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiyidef646@sh.itjust.works"
        "@db2@sopuli.xyz"
        "@Frato@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 134442
      -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5632146"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700247440 {#2458
        date: 2023-11-17 19:57:20.0 +01:00
      }
      +"title": 134442
    }
    0 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700247359 {#1718
        date: 2023-11-17 19:55:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiyidef646@sh.itjust.works"
        "@db2@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1733 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1730 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 134435
      -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5632047"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700247359 {#1714
        date: 2023-11-17 19:55:59.0 +01:00
      }
      +"title": 134435
    }
  ]
  -id: 13922
  -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
  -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700328326
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9353253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700241926 {#2014
    date: 2023-11-17 18:25:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1719
  +user: Proxies\__CG__\App\Entity\User {#1994 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Applications-to-reduce-mouse-usage"
  +title: "Applications to reduce mouse usage"
  +url: null
  +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700536714 {#1980
    date: 2023-11-21 04:18:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2376 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  +badges: Doctrine\ORM\PersistentCollection {#1351 …}
  +children: [
    1 => App\Entity\EntryComment {#2461
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700247440 {#2447
        date: 2023-11-17 19:57:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiyidef646@sh.itjust.works"
        "@db2@sopuli.xyz"
        "@Frato@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 134442
      -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5632146"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700247440 {#2458
        date: 2023-11-17 19:57:20.0 +01:00
      }
      +"title": 134442
    }
    0 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700247359 {#1718
        date: 2023-11-17 19:55:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiyidef646@sh.itjust.works"
        "@db2@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1733 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1730 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 134435
      -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5632047"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700247359 {#1714
        date: 2023-11-17 19:55:59.0 +01:00
      }
      +"title": 134435
    }
  ]
  -id: 13922
  -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
  -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700328326
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9353253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700241926 {#2014
    date: 2023-11-17 18:25:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1719
  +user: Proxies\__CG__\App\Entity\User {#1994 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Applications-to-reduce-mouse-usage"
  +title: "Applications to reduce mouse usage"
  +url: null
  +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 34
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700536714 {#1980
    date: 2023-11-21 04:18:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2376 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  +badges: Doctrine\ORM\PersistentCollection {#1351 …}
  +children: [
    1 => App\Entity\EntryComment {#2461
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1700247440 {#2447
        date: 2023-11-17 19:57:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiyidef646@sh.itjust.works"
        "@db2@sopuli.xyz"
        "@Frato@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2460 …}
      +nested: Doctrine\ORM\PersistentCollection {#2452 …}
      +votes: Doctrine\ORM\PersistentCollection {#2454 …}
      +reports: Doctrine\ORM\PersistentCollection {#2459 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
      -id: 134442
      -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5632146"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700247440 {#2458
        date: 2023-11-17 19:57:20.0 +01:00
      }
      +"title": 134442
    }
    0 => App\Entity\EntryComment {#1715
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
      +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700247359 {#1718
        date: 2023-11-17 19:55:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hiyidef646@sh.itjust.works"
        "@db2@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1733 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1734 …}
      +reports: Doctrine\ORM\PersistentCollection {#1730 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 134435
      -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5632047"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700247359 {#1714
        date: 2023-11-17 19:55:59.0 +01:00
      }
      +"title": 134435
    }
  ]
  -id: 13922
  -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
  -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700328326
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/9353253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700241926 {#2014
    date: 2023-11-17 18:25:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1719
    +user: Proxies\__CG__\App\Entity\User {#1994 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Applications-to-reduce-mouse-usage"
    +title: "Applications to reduce mouse usage"
    +url: null
    +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700536714 {#1980
      date: 2023-11-21 04:18:34.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2376 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      1 => App\Entity\EntryComment {#2461}
      0 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700247359 {#1718
          date: 2023-11-17 19:55:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hiyidef646@sh.itjust.works"
          "@db2@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1733 …}
        +nested: Doctrine\ORM\PersistentCollection {#1727 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1730 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
        -id: 134435
        -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5632047"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700247359 {#1714
          date: 2023-11-17 19:55:59.0 +01:00
        }
        +"title": 134435
      }
    ]
    -id: 13922
    -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
    -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700328326
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9353253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700241926 {#2014
      date: 2023-11-17 18:25:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700247440 {#2447
    date: 2023-11-17 19:57:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiyidef646@sh.itjust.works"
    "@db2@sopuli.xyz"
    "@Frato@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 134442
  -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5632146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700247440 {#2458
    date: 2023-11-17 19:57:20.0 +01:00
  }
  +"title": 134442
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1719
    +user: Proxies\__CG__\App\Entity\User {#1994 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Applications-to-reduce-mouse-usage"
    +title: "Applications to reduce mouse usage"
    +url: null
    +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700536714 {#1980
      date: 2023-11-21 04:18:34.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2376 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      1 => App\Entity\EntryComment {#2461}
      0 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700247359 {#1718
          date: 2023-11-17 19:55:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hiyidef646@sh.itjust.works"
          "@db2@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1733 …}
        +nested: Doctrine\ORM\PersistentCollection {#1727 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1730 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
        -id: 134435
        -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5632047"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700247359 {#1714
          date: 2023-11-17 19:55:59.0 +01:00
        }
        +"title": 134435
      }
    ]
    -id: 13922
    -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
    -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700328326
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9353253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700241926 {#2014
      date: 2023-11-17 18:25:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700247440 {#2447
    date: 2023-11-17 19:57:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiyidef646@sh.itjust.works"
    "@db2@sopuli.xyz"
    "@Frato@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 134442
  -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5632146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700247440 {#2458
    date: 2023-11-17 19:57:20.0 +01:00
  }
  +"title": 134442
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2461
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1719
    +user: Proxies\__CG__\App\Entity\User {#1994 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Applications-to-reduce-mouse-usage"
    +title: "Applications to reduce mouse usage"
    +url: null
    +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700536714 {#1980
      date: 2023-11-21 04:18:34.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2376 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      1 => App\Entity\EntryComment {#2461}
      0 => App\Entity\EntryComment {#1715
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1700247359 {#1718
          date: 2023-11-17 19:55:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hiyidef646@sh.itjust.works"
          "@db2@sopuli.xyz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1733 …}
        +nested: Doctrine\ORM\PersistentCollection {#1727 …}
        +votes: Doctrine\ORM\PersistentCollection {#1734 …}
        +reports: Doctrine\ORM\PersistentCollection {#1730 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
        -id: 134435
        -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5632047"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700247359 {#1714
          date: 2023-11-17 19:55:59.0 +01:00
        }
        +"title": 134435
      }
    ]
    -id: 13922
    -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
    -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700328326
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9353253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700241926 {#2014
      date: 2023-11-17 18:25:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1700247440 {#2447
    date: 2023-11-17 19:57:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiyidef646@sh.itjust.works"
    "@db2@sopuli.xyz"
    "@Frato@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2460 …}
  +nested: Doctrine\ORM\PersistentCollection {#2452 …}
  +votes: Doctrine\ORM\PersistentCollection {#2454 …}
  +reports: Doctrine\ORM\PersistentCollection {#2459 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
  -id: 134442
  -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5632146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700247440 {#2458
    date: 2023-11-17 19:57:20.0 +01:00
  }
  +"title": 134442
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1719
    +user: Proxies\__CG__\App\Entity\User {#1994 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Applications-to-reduce-mouse-usage"
    +title: "Applications to reduce mouse usage"
    +url: null
    +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700536714 {#1980
      date: 2023-11-21 04:18:34.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2376 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      1 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700247440 {#2447
          date: 2023-11-17 19:57:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hiyidef646@sh.itjust.works"
          "@db2@sopuli.xyz"
          "@Frato@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 134442
        -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5632146"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700247440 {#2458
          date: 2023-11-17 19:57:20.0 +01:00
        }
        +"title": 134442
      }
      0 => App\Entity\EntryComment {#1715}
    ]
    -id: 13922
    -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
    -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700328326
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9353253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700241926 {#2014
      date: 2023-11-17 18:25:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700247359 {#1718
    date: 2023-11-17 19:55:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiyidef646@sh.itjust.works"
    "@db2@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1733 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 134435
  -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5632047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700247359 {#1714
    date: 2023-11-17 19:55:59.0 +01:00
  }
  +"title": 134435
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1719
    +user: Proxies\__CG__\App\Entity\User {#1994 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Applications-to-reduce-mouse-usage"
    +title: "Applications to reduce mouse usage"
    +url: null
    +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700536714 {#1980
      date: 2023-11-21 04:18:34.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2376 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      1 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700247440 {#2447
          date: 2023-11-17 19:57:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hiyidef646@sh.itjust.works"
          "@db2@sopuli.xyz"
          "@Frato@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 134442
        -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5632146"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700247440 {#2458
          date: 2023-11-17 19:57:20.0 +01:00
        }
        +"title": 134442
      }
      0 => App\Entity\EntryComment {#1715}
    ]
    -id: 13922
    -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
    -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700328326
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9353253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700241926 {#2014
      date: 2023-11-17 18:25:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700247359 {#1718
    date: 2023-11-17 19:55:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiyidef646@sh.itjust.works"
    "@db2@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1733 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 134435
  -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5632047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700247359 {#1714
    date: 2023-11-17 19:55:59.0 +01:00
  }
  +"title": 134435
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#1715
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1719
    +user: Proxies\__CG__\App\Entity\User {#1994 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Applications-to-reduce-mouse-usage"
    +title: "Applications to reduce mouse usage"
    +url: null
    +body: "In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered [warpd](https://github.com/rvaiya/warpd/) which is similar to vimium’s hint mode but works globally."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 34
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700536714 {#1980
      date: 2023-11-21 04:18:34.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2376 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      1 => App\Entity\EntryComment {#2461
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1719 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2456 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
        +body: "I find that I prefer a graphical environment to understand what’s going on, then a keyboard-focused environment (usually text based) once I reach the point that I know what to do and want to increase speed and repeatability."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1700247440 {#2447
          date: 2023-11-17 19:57:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hiyidef646@sh.itjust.works"
          "@db2@sopuli.xyz"
          "@Frato@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2460 …}
        +nested: Doctrine\ORM\PersistentCollection {#2452 …}
        +votes: Doctrine\ORM\PersistentCollection {#2454 …}
        +reports: Doctrine\ORM\PersistentCollection {#2459 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2470 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2467 …}
        -id: 134442
        -bodyTs: "'base':23 'environ':8,20 'find':2 'focus':19 'go':13 'graphic':7 'increas':38 'keyboard':18 'keyboard-focus':17 'know':31 'point':28 'prefer':5 'reach':26 'repeat':41 'speed':39 'text':22 'understand':10 'usual':21 'want':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5632146"
        +editedAt: null
        +createdAt: DateTimeImmutable @1700247440 {#2458
          date: 2023-11-17 19:57:20.0 +01:00
        }
        +"title": 134442
      }
      0 => App\Entity\EntryComment {#1715}
    ]
    -id: 13922
    -titleTs: "'applic':1 'mous':4 'reduc':3 'usag':5"
    -bodyTs: "'/rvaiya/warpd/)':35 'addit':2 'discov':31 'editor':6 'emac':10 'github.com':34 'github.com/rvaiya/warpd/)':33 'global':46 'hint':42 'like':7 'manag':16 'mode':43 'mous':28 'program':19 'recent':30 'reduc':24 'similar':38 'text':5 'tile':14 'usag':25 'use':4,12,22 'vim':8 'vimium':40 'warpd':32 'window':15 'work':45"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700328326
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/9353253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700241926 {#2014
      date: 2023-11-17 18:25:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1724 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1729 …}
  +body: "I don’t ruthlessly reduce mouse use, but I prefer to stick the keyboard for a handful of reasons: speed, comfort, reducing the likelihood of repetitive stress injury as I age, and flexibility. If my trackpad fails and I can’t find a mouse, I can still do what I need to do."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700247359 {#1718
    date: 2023-11-17 19:55:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hiyidef646@sh.itjust.works"
    "@db2@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1733 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1734 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1728 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 134435
  -bodyTs: "'age':31 'comfort':21 'fail':37 'find':42 'flexibl':33 'hand':17 'injuri':28 'keyboard':14 'likelihood':24 'mous':6,44 'need':51 'prefer':10 'reason':19 'reduc':5,22 'repetit':26 'ruthless':4 'speed':20 'stick':12 'still':47 'stress':27 'trackpad':36 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5632047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700247359 {#1714
    date: 2023-11-17 19:55:59.0 +01:00
  }
  +"title": 134435
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1597
  +user: Proxies\__CG__\App\Entity\User {#1986 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: Proxies\__CG__\App\Entity\Image {#2509 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
  +slug: "Inside-the-deadly-instant-loan-app-scam-that-blackmails-with"
  +title: "Inside the deadly instant loan app scam that blackmails with nudes"
  +url: "https://www.bbc.co.uk/news/world-asia-india-66964510"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697253532 {#1353
    date: 2023-10-14 05:18:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2507 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
  +badges: Doctrine\ORM\PersistentCollection {#2518 …}
  +children: [
    App\Entity\EntryComment {#1625
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1597 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2422 …}
      +body: """
        Yes.\n
        \n
        Your house is burning. You should be replacing the building materials with something much less flammable, but in the meantime, maybe you might be wise to pour some water on the fire.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1697211159 {#1626
        date: 2023-10-13 17:32:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@Vodik_VDK@lemmy.world"
        "@IWantToFuckSpez@kbin.social"
        "@curiousaur@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2411 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#1740 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1739 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 45896
      -bodyTs: "'build':11 'burn':5 'fire':33 'flammabl':17 'hous':3 'less':16 'materi':12 'mayb':22 'meantim':21 'might':24 'much':15 'pour':28 'replac':9 'someth':14 'water':30 'wise':26 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4393428"
      +editedAt: DateTimeImmutable @1697211624 {#1599
        date: 2023-10-13 17:40:24.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697211159 {#1618
        date: 2023-10-13 17:32:39.0 +02:00
      }
      +"title": 45896
    }
  ]
  -id: 4823
  -titleTs: "'app':6 'blackmail':9 'dead':3 'insid':1 'instant':4 'loan':5 'nude':11 'scam':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697262623
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2342177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697176223 {#2362
    date: 2023-10-13 07:50:23.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
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1597
  +user: Proxies\__CG__\App\Entity\User {#1986 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: Proxies\__CG__\App\Entity\Image {#2509 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
  +slug: "Inside-the-deadly-instant-loan-app-scam-that-blackmails-with"
  +title: "Inside the deadly instant loan app scam that blackmails with nudes"
  +url: "https://www.bbc.co.uk/news/world-asia-india-66964510"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697253532 {#1353
    date: 2023-10-14 05:18:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2507 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
  +badges: Doctrine\ORM\PersistentCollection {#2518 …}
  +children: [
    App\Entity\EntryComment {#1625
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1597 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2422 …}
      +body: """
        Yes.\n
        \n
        Your house is burning. You should be replacing the building materials with something much less flammable, but in the meantime, maybe you might be wise to pour some water on the fire.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1697211159 {#1626
        date: 2023-10-13 17:32:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@Vodik_VDK@lemmy.world"
        "@IWantToFuckSpez@kbin.social"
        "@curiousaur@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2411 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#1740 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1739 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 45896
      -bodyTs: "'build':11 'burn':5 'fire':33 'flammabl':17 'hous':3 'less':16 'materi':12 'mayb':22 'meantim':21 'might':24 'much':15 'pour':28 'replac':9 'someth':14 'water':30 'wise':26 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4393428"
      +editedAt: DateTimeImmutable @1697211624 {#1599
        date: 2023-10-13 17:40:24.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697211159 {#1618
        date: 2023-10-13 17:32:39.0 +02:00
      }
      +"title": 45896
    }
  ]
  -id: 4823
  -titleTs: "'app':6 'blackmail':9 'dead':3 'insid':1 'instant':4 'loan':5 'nude':11 'scam':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697262623
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2342177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697176223 {#2362
    date: 2023-10-13 07:50:23.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
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1597
  +user: Proxies\__CG__\App\Entity\User {#1986 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: Proxies\__CG__\App\Entity\Image {#2509 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
  +slug: "Inside-the-deadly-instant-loan-app-scam-that-blackmails-with"
  +title: "Inside the deadly instant loan app scam that blackmails with nudes"
  +url: "https://www.bbc.co.uk/news/world-asia-india-66964510"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 93
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697253532 {#1353
    date: 2023-10-14 05:18:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2507 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
  +badges: Doctrine\ORM\PersistentCollection {#2518 …}
  +children: [
    App\Entity\EntryComment {#1625
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1597 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2422 …}
      +body: """
        Yes.\n
        \n
        Your house is burning. You should be replacing the building materials with something much less flammable, but in the meantime, maybe you might be wise to pour some water on the fire.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1697211159 {#1626
        date: 2023-10-13 17:32:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@Vodik_VDK@lemmy.world"
        "@IWantToFuckSpez@kbin.social"
        "@curiousaur@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2411 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2465 …}
      +reports: Doctrine\ORM\PersistentCollection {#1740 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1739 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 45896
      -bodyTs: "'build':11 'burn':5 'fire':33 'flammabl':17 'hous':3 'less':16 'materi':12 'mayb':22 'meantim':21 'might':24 'much':15 'pour':28 'replac':9 'someth':14 'water':30 'wise':26 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/4393428"
      +editedAt: DateTimeImmutable @1697211624 {#1599
        date: 2023-10-13 17:40:24.0 +02:00
      }
      +createdAt: DateTimeImmutable @1697211159 {#1618
        date: 2023-10-13 17:32:39.0 +02:00
      }
      +"title": 45896
    }
  ]
  -id: 4823
  -titleTs: "'app':6 'blackmail':9 'dead':3 'insid':1 'instant':4 'loan':5 'nude':11 'scam':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697262623
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2342177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697176223 {#2362
    date: 2023-10-13 07:50:23.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
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#1625
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1597
    +user: Proxies\__CG__\App\Entity\User {#1986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Inside-the-deadly-instant-loan-app-scam-that-blackmails-with"
    +title: "Inside the deadly instant loan app scam that blackmails with nudes"
    +url: "https://www.bbc.co.uk/news/world-asia-india-66964510"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697253532 {#1353
      date: 2023-10-14 05:18:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      App\Entity\EntryComment {#1625}
    ]
    -id: 4823
    -titleTs: "'app':6 'blackmail':9 'dead':3 'insid':1 'instant':4 'loan':5 'nude':11 'scam':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697262623
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2342177"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697176223 {#2362
      date: 2023-10-13 07:50:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2422 …}
  +body: """
    Yes.\n
    \n
    Your house is burning. You should be replacing the building materials with something much less flammable, but in the meantime, maybe you might be wise to pour some water on the fire.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1697211159 {#1626
    date: 2023-10-13 17:32:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@Vodik_VDK@lemmy.world"
    "@IWantToFuckSpez@kbin.social"
    "@curiousaur@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2411 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1740 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1739 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 45896
  -bodyTs: "'build':11 'burn':5 'fire':33 'flammabl':17 'hous':3 'less':16 'materi':12 'mayb':22 'meantim':21 'might':24 'much':15 'pour':28 'replac':9 'someth':14 'water':30 'wise':26 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4393428"
  +editedAt: DateTimeImmutable @1697211624 {#1599
    date: 2023-10-13 17:40:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697211159 {#1618
    date: 2023-10-13 17:32:39.0 +02:00
  }
  +"title": 45896
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#1625
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1597
    +user: Proxies\__CG__\App\Entity\User {#1986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Inside-the-deadly-instant-loan-app-scam-that-blackmails-with"
    +title: "Inside the deadly instant loan app scam that blackmails with nudes"
    +url: "https://www.bbc.co.uk/news/world-asia-india-66964510"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697253532 {#1353
      date: 2023-10-14 05:18:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      App\Entity\EntryComment {#1625}
    ]
    -id: 4823
    -titleTs: "'app':6 'blackmail':9 'dead':3 'insid':1 'instant':4 'loan':5 'nude':11 'scam':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697262623
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2342177"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697176223 {#2362
      date: 2023-10-13 07:50:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2422 …}
  +body: """
    Yes.\n
    \n
    Your house is burning. You should be replacing the building materials with something much less flammable, but in the meantime, maybe you might be wise to pour some water on the fire.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1697211159 {#1626
    date: 2023-10-13 17:32:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@Vodik_VDK@lemmy.world"
    "@IWantToFuckSpez@kbin.social"
    "@curiousaur@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2411 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1740 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1739 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 45896
  -bodyTs: "'build':11 'burn':5 'fire':33 'flammabl':17 'hous':3 'less':16 'materi':12 'mayb':22 'meantim':21 'might':24 'much':15 'pour':28 'replac':9 'someth':14 'water':30 'wise':26 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4393428"
  +editedAt: DateTimeImmutable @1697211624 {#1599
    date: 2023-10-13 17:40:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697211159 {#1618
    date: 2023-10-13 17:32:39.0 +02:00
  }
  +"title": 45896
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#1625
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1597
    +user: Proxies\__CG__\App\Entity\User {#1986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Inside-the-deadly-instant-loan-app-scam-that-blackmails-with"
    +title: "Inside the deadly instant loan app scam that blackmails with nudes"
    +url: "https://www.bbc.co.uk/news/world-asia-india-66964510"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 93
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697253532 {#1353
      date: 2023-10-14 05:18:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      App\Entity\EntryComment {#1625}
    ]
    -id: 4823
    -titleTs: "'app':6 'blackmail':9 'dead':3 'insid':1 'instant':4 'loan':5 'nude':11 'scam':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697262623
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2342177"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697176223 {#2362
      date: 2023-10-13 07:50:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1617 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2462 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2422 …}
  +body: """
    Yes.\n
    \n
    Your house is burning. You should be replacing the building materials with something much less flammable, but in the meantime, maybe you might be wise to pour some water on the fire.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1697211159 {#1626
    date: 2023-10-13 17:32:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@Vodik_VDK@lemmy.world"
    "@IWantToFuckSpez@kbin.social"
    "@curiousaur@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2411 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1740 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1739 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 45896
  -bodyTs: "'build':11 'burn':5 'fire':33 'flammabl':17 'hous':3 'less':16 'materi':12 'mayb':22 'meantim':21 'might':24 'much':15 'pour':28 'replac':9 'someth':14 'water':30 'wise':26 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/4393428"
  +editedAt: DateTimeImmutable @1697211624 {#1599
    date: 2023-10-13 17:40:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697211159 {#1618
    date: 2023-10-13 17:32:39.0 +02:00
  }
  +"title": 45896
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#1687
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1689 …}
  +image: null
  +parent: null
  +root: null
  +body: "I don’t need to win that badly."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1694910710 {#1701
    date: 2023-09-17 02:31:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1686 …}
  +nested: Doctrine\ORM\PersistentCollection {#1692 …}
  +votes: Doctrine\ORM\PersistentCollection {#1705 …}
  +reports: Doctrine\ORM\PersistentCollection {#1616 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1629 …}
  -id: 41175
  -bodyTs: "'bad':8 'need':4 'win':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3360390"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694910710 {#1683
    date: 2023-09-17 02:31:50.0 +02:00
  }
  +"title": 41175
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#1687
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1689 …}
  +image: null
  +parent: null
  +root: null
  +body: "I don’t need to win that badly."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1694910710 {#1701
    date: 2023-09-17 02:31:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1686 …}
  +nested: Doctrine\ORM\PersistentCollection {#1692 …}
  +votes: Doctrine\ORM\PersistentCollection {#1705 …}
  +reports: Doctrine\ORM\PersistentCollection {#1616 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1629 …}
  -id: 41175
  -bodyTs: "'bad':8 'need':4 'win':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3360390"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694910710 {#1683
    date: 2023-09-17 02:31:50.0 +02:00
  }
  +"title": 41175
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#1687
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1680 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1689 …}
  +image: null
  +parent: null
  +root: null
  +body: "I don’t need to win that badly."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1694910710 {#1701
    date: 2023-09-17 02:31:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@startrek.website"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1686 …}
  +nested: Doctrine\ORM\PersistentCollection {#1692 …}
  +votes: Doctrine\ORM\PersistentCollection {#1705 …}
  +reports: Doctrine\ORM\PersistentCollection {#1616 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1598 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1629 …}
  -id: 41175
  -bodyTs: "'bad':8 'need':4 'win':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/3360390"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694910710 {#1683
    date: 2023-09-17 02:31:50.0 +02:00
  }
  +"title": 41175
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2523 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "What-are-the-most-appropriate-responses-to-some-very-uncomfortable"
  +title: "What are the most appropriate responses to some very uncomfortable and awkward questions?"
  +url: null
  +body: "Share any question you’ve been asked which would make any other person feel awkward from answering it and an answer to responsibly deal with it without compromising yourself."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689078893 {#2558
    date: 2023-07-11 14:34:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2563 …}
  +votes: Doctrine\ORM\PersistentCollection {#2566 …}
  +reports: Doctrine\ORM\PersistentCollection {#2568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2570 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2572 …}
  +badges: Doctrine\ORM\PersistentCollection {#2574 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “Is it that you can’t have children?”\n
        \n
        Reply that never fails: “What was your intention when you asked that question?”
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1689039650 {#1672
        date: 2023-07-11 03:40:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Datman2020@lemmy.fmhy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1585 …}
      +nested: Doctrine\ORM\PersistentCollection {#1526 …}
      +votes: Doctrine\ORM\PersistentCollection {#1527 …}
      +reports: Doctrine\ORM\PersistentCollection {#1525 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
      -id: 10103
      -bodyTs: "'ask':19 'children':8 'fail':12 'intent':16 'never':11 'question':21 'repli':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/900235"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689039650 {#1549
        date: 2023-07-11 03:40:50.0 +02:00
      }
      +"title": 10103
    }
  ]
  -id: 979
  -titleTs: "'appropri':5 'awkward':12 'question':13 'respons':6 'uncomfort':10"
  -bodyTs: "'answer':17,21 'ask':7 'awkward':15 'compromis':28 'deal':24 'feel':14 'make':10 'person':13 'question':3 'respons':23 'share':1 've':5 'without':27 'would':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689104335
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/836599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689017935 {#2546
    date: 2023-07-10 21:38:55.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
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2523 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "What-are-the-most-appropriate-responses-to-some-very-uncomfortable"
  +title: "What are the most appropriate responses to some very uncomfortable and awkward questions?"
  +url: null
  +body: "Share any question you’ve been asked which would make any other person feel awkward from answering it and an answer to responsibly deal with it without compromising yourself."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689078893 {#2558
    date: 2023-07-11 14:34:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2563 …}
  +votes: Doctrine\ORM\PersistentCollection {#2566 …}
  +reports: Doctrine\ORM\PersistentCollection {#2568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2570 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2572 …}
  +badges: Doctrine\ORM\PersistentCollection {#2574 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “Is it that you can’t have children?”\n
        \n
        Reply that never fails: “What was your intention when you asked that question?”
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1689039650 {#1672
        date: 2023-07-11 03:40:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Datman2020@lemmy.fmhy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1585 …}
      +nested: Doctrine\ORM\PersistentCollection {#1526 …}
      +votes: Doctrine\ORM\PersistentCollection {#1527 …}
      +reports: Doctrine\ORM\PersistentCollection {#1525 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
      -id: 10103
      -bodyTs: "'ask':19 'children':8 'fail':12 'intent':16 'never':11 'question':21 'repli':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/900235"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689039650 {#1549
        date: 2023-07-11 03:40:50.0 +02:00
      }
      +"title": 10103
    }
  ]
  -id: 979
  -titleTs: "'appropri':5 'awkward':12 'question':13 'respons':6 'uncomfort':10"
  -bodyTs: "'answer':17,21 'ask':7 'awkward':15 'compromis':28 'deal':24 'feel':14 'make':10 'person':13 'question':3 'respons':23 'share':1 've':5 'without':27 'would':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689104335
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/836599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689017935 {#2546
    date: 2023-07-10 21:38:55.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
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2523 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "What-are-the-most-appropriate-responses-to-some-very-uncomfortable"
  +title: "What are the most appropriate responses to some very uncomfortable and awkward questions?"
  +url: null
  +body: "Share any question you’ve been asked which would make any other person feel awkward from answering it and an answer to responsibly deal with it without compromising yourself."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689078893 {#2558
    date: 2023-07-11 14:34:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2563 …}
  +votes: Doctrine\ORM\PersistentCollection {#2566 …}
  +reports: Doctrine\ORM\PersistentCollection {#2568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2570 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2572 …}
  +badges: Doctrine\ORM\PersistentCollection {#2574 …}
  +children: [
    App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        “Is it that you can’t have children?”\n
        \n
        Reply that never fails: “What was your intention when you asked that question?”
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1689039650 {#1672
        date: 2023-07-11 03:40:50.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Datman2020@lemmy.fmhy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1585 …}
      +nested: Doctrine\ORM\PersistentCollection {#1526 …}
      +votes: Doctrine\ORM\PersistentCollection {#1527 …}
      +reports: Doctrine\ORM\PersistentCollection {#1525 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
      -id: 10103
      -bodyTs: "'ask':19 'children':8 'fail':12 'intent':16 'never':11 'question':21 'repli':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/900235"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689039650 {#1549
        date: 2023-07-11 03:40:50.0 +02:00
      }
      +"title": 10103
    }
  ]
  -id: 979
  -titleTs: "'appropri':5 'awkward':12 'question':13 'respons':6 'uncomfort':10"
  -bodyTs: "'answer':17,21 'ask':7 'awkward':15 'compromis':28 'deal':24 'feel':14 'make':10 'person':13 'question':3 'respons':23 'share':1 've':5 'without':27 'would':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689104335
  +visibility: "visible             "
  +apId: "https://lemmy.fmhy.ml/post/836599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689017935 {#2546
    date: 2023-07-10 21:38:55.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
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2523 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "What-are-the-most-appropriate-responses-to-some-very-uncomfortable"
    +title: "What are the most appropriate responses to some very uncomfortable and awkward questions?"
    +url: null
    +body: "Share any question you’ve been asked which would make any other person feel awkward from answering it and an answer to responsibly deal with it without compromising yourself."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 39
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689078893 {#2558
      date: 2023-07-11 14:34:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2563 …}
    +votes: Doctrine\ORM\PersistentCollection {#2566 …}
    +reports: Doctrine\ORM\PersistentCollection {#2568 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2570 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2572 …}
    +badges: Doctrine\ORM\PersistentCollection {#2574 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 979
    -titleTs: "'appropri':5 'awkward':12 'question':13 'respons':6 'uncomfort':10"
    -bodyTs: "'answer':17,21 'ask':7 'awkward':15 'compromis':28 'deal':24 'feel':14 'make':10 'person':13 'question':3 'respons':23 'share':1 've':5 'without':27 'would':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689104335
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/836599"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689017935 {#2546
      date: 2023-07-10 21:38:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “Is it that you can’t have children?”\n
    \n
    Reply that never fails: “What was your intention when you asked that question?”
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1689039650 {#1672
    date: 2023-07-11 03:40:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Datman2020@lemmy.fmhy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1585 …}
  +nested: Doctrine\ORM\PersistentCollection {#1526 …}
  +votes: Doctrine\ORM\PersistentCollection {#1527 …}
  +reports: Doctrine\ORM\PersistentCollection {#1525 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
  -id: 10103
  -bodyTs: "'ask':19 'children':8 'fail':12 'intent':16 'never':11 'question':21 'repli':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/900235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689039650 {#1549
    date: 2023-07-11 03:40:50.0 +02:00
  }
  +"title": 10103
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2523 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "What-are-the-most-appropriate-responses-to-some-very-uncomfortable"
    +title: "What are the most appropriate responses to some very uncomfortable and awkward questions?"
    +url: null
    +body: "Share any question you’ve been asked which would make any other person feel awkward from answering it and an answer to responsibly deal with it without compromising yourself."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 39
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689078893 {#2558
      date: 2023-07-11 14:34:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2563 …}
    +votes: Doctrine\ORM\PersistentCollection {#2566 …}
    +reports: Doctrine\ORM\PersistentCollection {#2568 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2570 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2572 …}
    +badges: Doctrine\ORM\PersistentCollection {#2574 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 979
    -titleTs: "'appropri':5 'awkward':12 'question':13 'respons':6 'uncomfort':10"
    -bodyTs: "'answer':17,21 'ask':7 'awkward':15 'compromis':28 'deal':24 'feel':14 'make':10 'person':13 'question':3 'respons':23 'share':1 've':5 'without':27 'would':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689104335
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/836599"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689017935 {#2546
      date: 2023-07-10 21:38:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “Is it that you can’t have children?”\n
    \n
    Reply that never fails: “What was your intention when you asked that question?”
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1689039650 {#1672
    date: 2023-07-11 03:40:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Datman2020@lemmy.fmhy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1585 …}
  +nested: Doctrine\ORM\PersistentCollection {#1526 …}
  +votes: Doctrine\ORM\PersistentCollection {#1527 …}
  +reports: Doctrine\ORM\PersistentCollection {#1525 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
  -id: 10103
  -bodyTs: "'ask':19 'children':8 'fail':12 'intent':16 'never':11 'question':21 'repli':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/900235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689039650 {#1549
    date: 2023-07-11 03:40:50.0 +02:00
  }
  +"title": 10103
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2523 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "What-are-the-most-appropriate-responses-to-some-very-uncomfortable"
    +title: "What are the most appropriate responses to some very uncomfortable and awkward questions?"
    +url: null
    +body: "Share any question you’ve been asked which would make any other person feel awkward from answering it and an answer to responsibly deal with it without compromising yourself."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 39
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689078893 {#2558
      date: 2023-07-11 14:34:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2563 …}
    +votes: Doctrine\ORM\PersistentCollection {#2566 …}
    +reports: Doctrine\ORM\PersistentCollection {#2568 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2570 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2572 …}
    +badges: Doctrine\ORM\PersistentCollection {#2574 …}
    +children: [
      App\Entity\EntryComment {#1560}
    ]
    -id: 979
    -titleTs: "'appropri':5 'awkward':12 'question':13 'respons':6 'uncomfort':10"
    -bodyTs: "'answer':17,21 'ask':7 'awkward':15 'compromis':28 'deal':24 'feel':14 'make':10 'person':13 'question':3 'respons':23 'share':1 've':5 'without':27 'would':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689104335
    +visibility: "visible             "
    +apId: "https://lemmy.fmhy.ml/post/836599"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689017935 {#2546
      date: 2023-07-10 21:38:55.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    “Is it that you can’t have children?”\n
    \n
    Reply that never fails: “What was your intention when you asked that question?”
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1689039650 {#1672
    date: 2023-07-11 03:40:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Datman2020@lemmy.fmhy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1585 …}
  +nested: Doctrine\ORM\PersistentCollection {#1526 …}
  +votes: Doctrine\ORM\PersistentCollection {#1527 …}
  +reports: Doctrine\ORM\PersistentCollection {#1525 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1550 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
  -id: 10103
  -bodyTs: "'ask':19 'children':8 'fail':12 'intent':16 'never':11 'question':21 'repli':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/900235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689039650 {#1549
    date: 2023-07-11 03:40:50.0 +02:00
  }
  +"title": 10103
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "You-need-to-know-what-I-m-going-to-do-with"
  +title: "You need to know what I'm going to do with MY money? Ok..."
  +url: null
  +body: """
    This is a story from my dad.\n
    \n
    During a recession he applied for a small personal loan for a few thousand dollars from his bank. He had excellent credit, was a homeowner, stable job, yadda yadda. His loan approval should've sailed through easily.\n
    \n
    But because of the recession, the bank was trying to be extra careful about loaning out money. A loan officer called him to review his paperwork, and asked him what he was going to spend the loan on.\n
    \n
    Dad was pissed. He said it's a PERSONAL loan, and it's none of their business what he's going to do with it. It's personal.\n
    \n
    The bank dude was really nice, he explained the situation and said he's just doing his job. He had to fill out paperwork, one of the spaces required that he writes what dad was going to do with the money.\n
    \n
    Dad said, "Ok, when I get the money, I'm going to take it all out of the bank in cash, go home, open my window and throw it all outside."\n
    \n
    He found out a few days later he was approved for the loan.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 97
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688908666 {#2576
    date: 2023-07-09 15:17:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2581 …}
  +votes: Doctrine\ORM\PersistentCollection {#2584 …}
  +reports: Doctrine\ORM\PersistentCollection {#2586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2588 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2590 …}
  +badges: Doctrine\ORM\PersistentCollection {#2592 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I used to frequently transfer money between two countries, the process of which required talking to a human at the time. During one such conversation, the Customer Service Representative asked a new question: “What’s the purpose of the transfer?” This immediately took me aback, partly because I didn’t expect the question and partly because, much like your father, it’s none of their fucking business.\n
        \n
        After stumbling a bit, I learned the magic phrase “personal use”. After that, every transfer I initiated was for “personal use” until such time as the bank automated the process and I no longer needed to speak to a human to transfer the money across an international border.\n
        \n
        I have no earthly idea why “personal use” is acceptable, since it conveys no more useful information than writing nothing, but then it’s not my policy and I don’t care.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1688220385 {#1439
        date: 2023-07-01 16:06:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gorillakitty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 9353
      -bodyTs: "'aback':45 'accept':125 'across':112 'ask':30 'autom':95 'bank':94 'bit':71 'border':115 'busi':67 'care':147 'convers':25 'convey':128 'countri':9 'custom':27 'didn':49 'earth':119 'everi':81 'expect':51 'father':60 'frequent':4 'fuck':66 'human':18,107 'idea':120 'immedi':42 'inform':132 'initi':84 'intern':114 'learn':73 'like':58 'longer':101 'magic':75 'money':6,111 'much':57 'need':102 'new':32 'none':63 'noth':135 'one':23 'part':46,55 'person':77,87,122 'phrase':76 'polici':142 'process':11,97 'purpos':37 'question':33,53 'repres':29 'requir':14 'servic':28 'sinc':126 'speak':104 'stumbl':69 'talk':15 'time':21,91 'took':43 'transfer':5,40,82,109 'two':8 'use':2,78,88,123,131 'write':134"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/550679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688220385 {#1435
        date: 2023-07-01 16:06:25.0 +02:00
      }
      +"title": 9353
    }
  ]
  -id: 639
  -titleTs: "'go':8 'know':4 'm':7 'money':13 'need':2 'ok':14"
  -bodyTs: "'appli':12 'approv':39,192 'ask':72 'bank':25,51,112,170 'busi':99 'call':65 'care':57 'cash':172 'credit':29 'dad':7,83,144,152 'day':188 'dollar':22 'dude':113 'easili':44 'excel':28 'explain':118 'extra':56 'fill':132 'found':184 'get':157 'go':77,103,146,162,173 'home':174 'homeown':32 'job':34,128 'later':189 'loan':17,38,59,63,81,92,195 'm':161 'money':61,151,159 'nice':116 'none':96 'offic':64 'ok':154 'one':135 'open':175 'outsid':182 'paperwork':70,134 'person':16,91,110 'piss':85 'realli':115 'recess':10,49 'requir':139 'review':68 'said':87,122,153 'sail':42 'situat':120 'small':15 'space':138 'spend':79 'stabl':33 'stori':4 'take':164 'thousand':21 'throw':179 'tri':53 've':41 'window':177 'write':142 'yadda':35,36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688274502
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/893983"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688188102 {#2564
    date: 2023-07-01 07:08:22.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
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "You-need-to-know-what-I-m-going-to-do-with"
  +title: "You need to know what I'm going to do with MY money? Ok..."
  +url: null
  +body: """
    This is a story from my dad.\n
    \n
    During a recession he applied for a small personal loan for a few thousand dollars from his bank. He had excellent credit, was a homeowner, stable job, yadda yadda. His loan approval should've sailed through easily.\n
    \n
    But because of the recession, the bank was trying to be extra careful about loaning out money. A loan officer called him to review his paperwork, and asked him what he was going to spend the loan on.\n
    \n
    Dad was pissed. He said it's a PERSONAL loan, and it's none of their business what he's going to do with it. It's personal.\n
    \n
    The bank dude was really nice, he explained the situation and said he's just doing his job. He had to fill out paperwork, one of the spaces required that he writes what dad was going to do with the money.\n
    \n
    Dad said, "Ok, when I get the money, I'm going to take it all out of the bank in cash, go home, open my window and throw it all outside."\n
    \n
    He found out a few days later he was approved for the loan.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 97
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688908666 {#2576
    date: 2023-07-09 15:17:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2581 …}
  +votes: Doctrine\ORM\PersistentCollection {#2584 …}
  +reports: Doctrine\ORM\PersistentCollection {#2586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2588 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2590 …}
  +badges: Doctrine\ORM\PersistentCollection {#2592 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I used to frequently transfer money between two countries, the process of which required talking to a human at the time. During one such conversation, the Customer Service Representative asked a new question: “What’s the purpose of the transfer?” This immediately took me aback, partly because I didn’t expect the question and partly because, much like your father, it’s none of their fucking business.\n
        \n
        After stumbling a bit, I learned the magic phrase “personal use”. After that, every transfer I initiated was for “personal use” until such time as the bank automated the process and I no longer needed to speak to a human to transfer the money across an international border.\n
        \n
        I have no earthly idea why “personal use” is acceptable, since it conveys no more useful information than writing nothing, but then it’s not my policy and I don’t care.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1688220385 {#1439
        date: 2023-07-01 16:06:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gorillakitty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 9353
      -bodyTs: "'aback':45 'accept':125 'across':112 'ask':30 'autom':95 'bank':94 'bit':71 'border':115 'busi':67 'care':147 'convers':25 'convey':128 'countri':9 'custom':27 'didn':49 'earth':119 'everi':81 'expect':51 'father':60 'frequent':4 'fuck':66 'human':18,107 'idea':120 'immedi':42 'inform':132 'initi':84 'intern':114 'learn':73 'like':58 'longer':101 'magic':75 'money':6,111 'much':57 'need':102 'new':32 'none':63 'noth':135 'one':23 'part':46,55 'person':77,87,122 'phrase':76 'polici':142 'process':11,97 'purpos':37 'question':33,53 'repres':29 'requir':14 'servic':28 'sinc':126 'speak':104 'stumbl':69 'talk':15 'time':21,91 'took':43 'transfer':5,40,82,109 'two':8 'use':2,78,88,123,131 'write':134"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/550679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688220385 {#1435
        date: 2023-07-01 16:06:25.0 +02:00
      }
      +"title": 9353
    }
  ]
  -id: 639
  -titleTs: "'go':8 'know':4 'm':7 'money':13 'need':2 'ok':14"
  -bodyTs: "'appli':12 'approv':39,192 'ask':72 'bank':25,51,112,170 'busi':99 'call':65 'care':57 'cash':172 'credit':29 'dad':7,83,144,152 'day':188 'dollar':22 'dude':113 'easili':44 'excel':28 'explain':118 'extra':56 'fill':132 'found':184 'get':157 'go':77,103,146,162,173 'home':174 'homeown':32 'job':34,128 'later':189 'loan':17,38,59,63,81,92,195 'm':161 'money':61,151,159 'nice':116 'none':96 'offic':64 'ok':154 'one':135 'open':175 'outsid':182 'paperwork':70,134 'person':16,91,110 'piss':85 'realli':115 'recess':10,49 'requir':139 'review':68 'said':87,122,153 'sail':42 'situat':120 'small':15 'space':138 'spend':79 'stabl':33 'stori':4 'take':164 'thousand':21 'throw':179 'tri':53 've':41 'window':177 'write':142 'yadda':35,36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688274502
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/893983"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688188102 {#2564
    date: 2023-07-01 07:08:22.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
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2543 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "You-need-to-know-what-I-m-going-to-do-with"
  +title: "You need to know what I'm going to do with MY money? Ok..."
  +url: null
  +body: """
    This is a story from my dad.\n
    \n
    During a recession he applied for a small personal loan for a few thousand dollars from his bank. He had excellent credit, was a homeowner, stable job, yadda yadda. His loan approval should've sailed through easily.\n
    \n
    But because of the recession, the bank was trying to be extra careful about loaning out money. A loan officer called him to review his paperwork, and asked him what he was going to spend the loan on.\n
    \n
    Dad was pissed. He said it's a PERSONAL loan, and it's none of their business what he's going to do with it. It's personal.\n
    \n
    The bank dude was really nice, he explained the situation and said he's just doing his job. He had to fill out paperwork, one of the spaces required that he writes what dad was going to do with the money.\n
    \n
    Dad said, "Ok, when I get the money, I'm going to take it all out of the bank in cash, go home, open my window and throw it all outside."\n
    \n
    He found out a few days later he was approved for the loan.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 97
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1688908666 {#2576
    date: 2023-07-09 15:17:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2581 …}
  +votes: Doctrine\ORM\PersistentCollection {#2584 …}
  +reports: Doctrine\ORM\PersistentCollection {#2586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2588 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2590 …}
  +badges: Doctrine\ORM\PersistentCollection {#2592 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I used to frequently transfer money between two countries, the process of which required talking to a human at the time. During one such conversation, the Customer Service Representative asked a new question: “What’s the purpose of the transfer?” This immediately took me aback, partly because I didn’t expect the question and partly because, much like your father, it’s none of their fucking business.\n
        \n
        After stumbling a bit, I learned the magic phrase “personal use”. After that, every transfer I initiated was for “personal use” until such time as the bank automated the process and I no longer needed to speak to a human to transfer the money across an international border.\n
        \n
        I have no earthly idea why “personal use” is acceptable, since it conveys no more useful information than writing nothing, but then it’s not my policy and I don’t care.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1688220385 {#1439
        date: 2023-07-01 16:06:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@gorillakitty@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 9353
      -bodyTs: "'aback':45 'accept':125 'across':112 'ask':30 'autom':95 'bank':94 'bit':71 'border':115 'busi':67 'care':147 'convers':25 'convey':128 'countri':9 'custom':27 'didn':49 'earth':119 'everi':81 'expect':51 'father':60 'frequent':4 'fuck':66 'human':18,107 'idea':120 'immedi':42 'inform':132 'initi':84 'intern':114 'learn':73 'like':58 'longer':101 'magic':75 'money':6,111 'much':57 'need':102 'new':32 'none':63 'noth':135 'one':23 'part':46,55 'person':77,87,122 'phrase':76 'polici':142 'process':11,97 'purpos':37 'question':33,53 'repres':29 'requir':14 'servic':28 'sinc':126 'speak':104 'stumbl':69 'talk':15 'time':21,91 'took':43 'transfer':5,40,82,109 'two':8 'use':2,78,88,123,131 'write':134"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/550679"
      +editedAt: null
      +createdAt: DateTimeImmutable @1688220385 {#1435
        date: 2023-07-01 16:06:25.0 +02:00
      }
      +"title": 9353
    }
  ]
  -id: 639
  -titleTs: "'go':8 'know':4 'm':7 'money':13 'need':2 'ok':14"
  -bodyTs: "'appli':12 'approv':39,192 'ask':72 'bank':25,51,112,170 'busi':99 'call':65 'care':57 'cash':172 'credit':29 'dad':7,83,144,152 'day':188 'dollar':22 'dude':113 'easili':44 'excel':28 'explain':118 'extra':56 'fill':132 'found':184 'get':157 'go':77,103,146,162,173 'home':174 'homeown':32 'job':34,128 'later':189 'loan':17,38,59,63,81,92,195 'm':161 'money':61,151,159 'nice':116 'none':96 'offic':64 'ok':154 'one':135 'open':175 'outsid':182 'paperwork':70,134 'person':16,91,110 'piss':85 'realli':115 'recess':10,49 'requir':139 'review':68 'said':87,122,153 'sail':42 'situat':120 'small':15 'space':138 'spend':79 'stabl':33 'stori':4 'take':164 'thousand':21 'throw':179 'tri':53 've':41 'window':177 'write':142 'yadda':35,36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1688274502
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/893983"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688188102 {#2564
    date: 2023-07-01 07:08:22.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
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2543 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "You-need-to-know-what-I-m-going-to-do-with"
    +title: "You need to know what I'm going to do with MY money? Ok..."
    +url: null
    +body: """
      This is a story from my dad.\n
      \n
      During a recession he applied for a small personal loan for a few thousand dollars from his bank. He had excellent credit, was a homeowner, stable job, yadda yadda. His loan approval should've sailed through easily.\n
      \n
      But because of the recession, the bank was trying to be extra careful about loaning out money. A loan officer called him to review his paperwork, and asked him what he was going to spend the loan on.\n
      \n
      Dad was pissed. He said it's a PERSONAL loan, and it's none of their business what he's going to do with it. It's personal.\n
      \n
      The bank dude was really nice, he explained the situation and said he's just doing his job. He had to fill out paperwork, one of the spaces required that he writes what dad was going to do with the money.\n
      \n
      Dad said, "Ok, when I get the money, I'm going to take it all out of the bank in cash, go home, open my window and throw it all outside."\n
      \n
      He found out a few days later he was approved for the loan.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688908666 {#2576
      date: 2023-07-09 15:17:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2581 …}
    +votes: Doctrine\ORM\PersistentCollection {#2584 …}
    +reports: Doctrine\ORM\PersistentCollection {#2586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2590 …}
    +badges: Doctrine\ORM\PersistentCollection {#2592 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 639
    -titleTs: "'go':8 'know':4 'm':7 'money':13 'need':2 'ok':14"
    -bodyTs: "'appli':12 'approv':39,192 'ask':72 'bank':25,51,112,170 'busi':99 'call':65 'care':57 'cash':172 'credit':29 'dad':7,83,144,152 'day':188 'dollar':22 'dude':113 'easili':44 'excel':28 'explain':118 'extra':56 'fill':132 'found':184 'get':157 'go':77,103,146,162,173 'home':174 'homeown':32 'job':34,128 'later':189 'loan':17,38,59,63,81,92,195 'm':161 'money':61,151,159 'nice':116 'none':96 'offic':64 'ok':154 'one':135 'open':175 'outsid':182 'paperwork':70,134 'person':16,91,110 'piss':85 'realli':115 'recess':10,49 'requir':139 'review':68 'said':87,122,153 'sail':42 'situat':120 'small':15 'space':138 'spend':79 'stabl':33 'stori':4 'take':164 'thousand':21 'throw':179 'tri':53 've':41 'window':177 'write':142 'yadda':35,36"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1688274502
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/893983"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688188102 {#2564
      date: 2023-07-01 07:08:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I used to frequently transfer money between two countries, the process of which required talking to a human at the time. During one such conversation, the Customer Service Representative asked a new question: “What’s the purpose of the transfer?” This immediately took me aback, partly because I didn’t expect the question and partly because, much like your father, it’s none of their fucking business.\n
    \n
    After stumbling a bit, I learned the magic phrase “personal use”. After that, every transfer I initiated was for “personal use” until such time as the bank automated the process and I no longer needed to speak to a human to transfer the money across an international border.\n
    \n
    I have no earthly idea why “personal use” is acceptable, since it conveys no more useful information than writing nothing, but then it’s not my policy and I don’t care.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1688220385 {#1439
    date: 2023-07-01 16:06:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gorillakitty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 9353
  -bodyTs: "'aback':45 'accept':125 'across':112 'ask':30 'autom':95 'bank':94 'bit':71 'border':115 'busi':67 'care':147 'convers':25 'convey':128 'countri':9 'custom':27 'didn':49 'earth':119 'everi':81 'expect':51 'father':60 'frequent':4 'fuck':66 'human':18,107 'idea':120 'immedi':42 'inform':132 'initi':84 'intern':114 'learn':73 'like':58 'longer':101 'magic':75 'money':6,111 'much':57 'need':102 'new':32 'none':63 'noth':135 'one':23 'part':46,55 'person':77,87,122 'phrase':76 'polici':142 'process':11,97 'purpos':37 'question':33,53 'repres':29 'requir':14 'servic':28 'sinc':126 'speak':104 'stumbl':69 'talk':15 'time':21,91 'took':43 'transfer':5,40,82,109 'two':8 'use':2,78,88,123,131 'write':134"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/550679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688220385 {#1435
    date: 2023-07-01 16:06:25.0 +02:00
  }
  +"title": 9353
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2543 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "You-need-to-know-what-I-m-going-to-do-with"
    +title: "You need to know what I'm going to do with MY money? Ok..."
    +url: null
    +body: """
      This is a story from my dad.\n
      \n
      During a recession he applied for a small personal loan for a few thousand dollars from his bank. He had excellent credit, was a homeowner, stable job, yadda yadda. His loan approval should've sailed through easily.\n
      \n
      But because of the recession, the bank was trying to be extra careful about loaning out money. A loan officer called him to review his paperwork, and asked him what he was going to spend the loan on.\n
      \n
      Dad was pissed. He said it's a PERSONAL loan, and it's none of their business what he's going to do with it. It's personal.\n
      \n
      The bank dude was really nice, he explained the situation and said he's just doing his job. He had to fill out paperwork, one of the spaces required that he writes what dad was going to do with the money.\n
      \n
      Dad said, "Ok, when I get the money, I'm going to take it all out of the bank in cash, go home, open my window and throw it all outside."\n
      \n
      He found out a few days later he was approved for the loan.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688908666 {#2576
      date: 2023-07-09 15:17:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2581 …}
    +votes: Doctrine\ORM\PersistentCollection {#2584 …}
    +reports: Doctrine\ORM\PersistentCollection {#2586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2590 …}
    +badges: Doctrine\ORM\PersistentCollection {#2592 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 639
    -titleTs: "'go':8 'know':4 'm':7 'money':13 'need':2 'ok':14"
    -bodyTs: "'appli':12 'approv':39,192 'ask':72 'bank':25,51,112,170 'busi':99 'call':65 'care':57 'cash':172 'credit':29 'dad':7,83,144,152 'day':188 'dollar':22 'dude':113 'easili':44 'excel':28 'explain':118 'extra':56 'fill':132 'found':184 'get':157 'go':77,103,146,162,173 'home':174 'homeown':32 'job':34,128 'later':189 'loan':17,38,59,63,81,92,195 'm':161 'money':61,151,159 'nice':116 'none':96 'offic':64 'ok':154 'one':135 'open':175 'outsid':182 'paperwork':70,134 'person':16,91,110 'piss':85 'realli':115 'recess':10,49 'requir':139 'review':68 'said':87,122,153 'sail':42 'situat':120 'small':15 'space':138 'spend':79 'stabl':33 'stori':4 'take':164 'thousand':21 'throw':179 'tri':53 've':41 'window':177 'write':142 'yadda':35,36"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1688274502
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/893983"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688188102 {#2564
      date: 2023-07-01 07:08:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I used to frequently transfer money between two countries, the process of which required talking to a human at the time. During one such conversation, the Customer Service Representative asked a new question: “What’s the purpose of the transfer?” This immediately took me aback, partly because I didn’t expect the question and partly because, much like your father, it’s none of their fucking business.\n
    \n
    After stumbling a bit, I learned the magic phrase “personal use”. After that, every transfer I initiated was for “personal use” until such time as the bank automated the process and I no longer needed to speak to a human to transfer the money across an international border.\n
    \n
    I have no earthly idea why “personal use” is acceptable, since it conveys no more useful information than writing nothing, but then it’s not my policy and I don’t care.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1688220385 {#1439
    date: 2023-07-01 16:06:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gorillakitty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 9353
  -bodyTs: "'aback':45 'accept':125 'across':112 'ask':30 'autom':95 'bank':94 'bit':71 'border':115 'busi':67 'care':147 'convers':25 'convey':128 'countri':9 'custom':27 'didn':49 'earth':119 'everi':81 'expect':51 'father':60 'frequent':4 'fuck':66 'human':18,107 'idea':120 'immedi':42 'inform':132 'initi':84 'intern':114 'learn':73 'like':58 'longer':101 'magic':75 'money':6,111 'much':57 'need':102 'new':32 'none':63 'noth':135 'one':23 'part':46,55 'person':77,87,122 'phrase':76 'polici':142 'process':11,97 'purpos':37 'question':33,53 'repres':29 'requir':14 'servic':28 'sinc':126 'speak':104 'stumbl':69 'talk':15 'time':21,91 'took':43 'transfer':5,40,82,109 'two':8 'use':2,78,88,123,131 'write':134"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/550679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688220385 {#1435
    date: 2023-07-01 16:06:25.0 +02:00
  }
  +"title": 9353
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2543 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "You-need-to-know-what-I-m-going-to-do-with"
    +title: "You need to know what I'm going to do with MY money? Ok..."
    +url: null
    +body: """
      This is a story from my dad.\n
      \n
      During a recession he applied for a small personal loan for a few thousand dollars from his bank. He had excellent credit, was a homeowner, stable job, yadda yadda. His loan approval should've sailed through easily.\n
      \n
      But because of the recession, the bank was trying to be extra careful about loaning out money. A loan officer called him to review his paperwork, and asked him what he was going to spend the loan on.\n
      \n
      Dad was pissed. He said it's a PERSONAL loan, and it's none of their business what he's going to do with it. It's personal.\n
      \n
      The bank dude was really nice, he explained the situation and said he's just doing his job. He had to fill out paperwork, one of the spaces required that he writes what dad was going to do with the money.\n
      \n
      Dad said, "Ok, when I get the money, I'm going to take it all out of the bank in cash, go home, open my window and throw it all outside."\n
      \n
      He found out a few days later he was approved for the loan.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1688908666 {#2576
      date: 2023-07-09 15:17:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2581 …}
    +votes: Doctrine\ORM\PersistentCollection {#2584 …}
    +reports: Doctrine\ORM\PersistentCollection {#2586 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2588 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2590 …}
    +badges: Doctrine\ORM\PersistentCollection {#2592 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 639
    -titleTs: "'go':8 'know':4 'm':7 'money':13 'need':2 'ok':14"
    -bodyTs: "'appli':12 'approv':39,192 'ask':72 'bank':25,51,112,170 'busi':99 'call':65 'care':57 'cash':172 'credit':29 'dad':7,83,144,152 'day':188 'dollar':22 'dude':113 'easili':44 'excel':28 'explain':118 'extra':56 'fill':132 'found':184 'get':157 'go':77,103,146,162,173 'home':174 'homeown':32 'job':34,128 'later':189 'loan':17,38,59,63,81,92,195 'm':161 'money':61,151,159 'nice':116 'none':96 'offic':64 'ok':154 'one':135 'open':175 'outsid':182 'paperwork':70,134 'person':16,91,110 'piss':85 'realli':115 'recess':10,49 'requir':139 'review':68 'said':87,122,153 'sail':42 'situat':120 'small':15 'space':138 'spend':79 'stabl':33 'stori':4 'take':164 'thousand':21 'throw':179 'tri':53 've':41 'window':177 'write':142 'yadda':35,36"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1688274502
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/893983"
    +editedAt: null
    +createdAt: DateTimeImmutable @1688188102 {#2564
      date: 2023-07-01 07:08:22.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I used to frequently transfer money between two countries, the process of which required talking to a human at the time. During one such conversation, the Customer Service Representative asked a new question: “What’s the purpose of the transfer?” This immediately took me aback, partly because I didn’t expect the question and partly because, much like your father, it’s none of their fucking business.\n
    \n
    After stumbling a bit, I learned the magic phrase “personal use”. After that, every transfer I initiated was for “personal use” until such time as the bank automated the process and I no longer needed to speak to a human to transfer the money across an international border.\n
    \n
    I have no earthly idea why “personal use” is acceptable, since it conveys no more useful information than writing nothing, but then it’s not my policy and I don’t care.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1688220385 {#1439
    date: 2023-07-01 16:06:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@gorillakitty@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 9353
  -bodyTs: "'aback':45 'accept':125 'across':112 'ask':30 'autom':95 'bank':94 'bit':71 'border':115 'busi':67 'care':147 'convers':25 'convey':128 'countri':9 'custom':27 'didn':49 'earth':119 'everi':81 'expect':51 'father':60 'frequent':4 'fuck':66 'human':18,107 'idea':120 'immedi':42 'inform':132 'initi':84 'intern':114 'learn':73 'like':58 'longer':101 'magic':75 'money':6,111 'much':57 'need':102 'new':32 'none':63 'noth':135 'one':23 'part':46,55 'person':77,87,122 'phrase':76 'polici':142 'process':11,97 'purpos':37 'question':33,53 'repres':29 'requir':14 'servic':28 'sinc':126 'speak':104 'stumbl':69 'talk':15 'time':21,91 'took':43 'transfer':5,40,82,109 'two':8 'use':2,78,88,123,131 'write':134"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/550679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1688220385 {#1435
    date: 2023-07-01 16:06:25.0 +02:00
  }
  +"title": 9353
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2138
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
  +body: """
    Which gadget makes your life better?\n
    \n
    For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
    """
  +lang: "en"
  +commentCount: 55
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689526080 {#2047
    date: 2023-07-16 18:48:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2318 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
  +children: [
    3 => App\Entity\PostComment {#2020
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: null
      +root: null
      +image: null
      +body: """
        Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
        \n
        Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
        \n
        Both make food a better experience, which leads to more satisfactory meals and eating less overall.
        """
      +lang: "en"
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1689134411 {#2011
        date: 2023-07-12 06:00:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2129 …}
      +votes: Doctrine\ORM\PersistentCollection {#2130 …}
      +reports: Doctrine\ORM\PersistentCollection {#2241 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
      -id: 306
      -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/945695"
      +editedAt: DateTimeImmutable @1689134452 {#2032
        date: 2023-07-12 06:00:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689134411 {#2018
        date: 2023-07-12 06:00:11.0 +02:00
      }
      +"title": 306
    }
    1 => App\Entity\PostComment {#2141
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "For the pan, not the meat."
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689248994 {#2076
        date: 2023-07-13 13:49:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@_haha_oh_wow_@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2068 …}
      +nested: Doctrine\ORM\PersistentCollection {#2136 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2338 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
      -id: 357
      -bodyTs: "'meat':6 'pan':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/996909"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689248994 {#2042
        date: 2023-07-13 13:49:54.0 +02:00
      }
      +"title": 357
    }
    2 => App\Entity\PostComment {#2340
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689249169 {#2342
        date: 2023-07-13 13:52:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@obi_one@lemmy.ml"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2300 …}
      +nested: Doctrine\ORM\PersistentCollection {#2323 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
      -id: 358
      -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/996992"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689249169 {#2341
        date: 2023-07-13 13:52:49.0 +02:00
      }
      +"title": 358
    }
    0 => App\Entity\PostComment {#2060
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "I didn’t even think of the alternative understanding until you replied. Oops."
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689268973 {#2331
        date: 2023-07-13 19:22:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@_haha_oh_wow_@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2069 …}
      +nested: Doctrine\ORM\PersistentCollection {#2074 …}
      +votes: Doctrine\ORM\PersistentCollection {#2071 …}
      +reports: Doctrine\ORM\PersistentCollection {#2070 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
      -id: 362
      -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/1009200"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689268973 {#2164
        date: 2023-07-13 19:22:53.0 +02:00
      }
      +"title": 362
    }
  ]
  -id: 141
  -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687771501
  +visibility: "visible             "
  +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687685101 {#2046
    date: 2023-06-25 11:25:01.0 +02:00
  }
  +__isInitialized__: true
  +"title": 141
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
Proxies\__CG__\App\Entity\Post {#2138
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
  +body: """
    Which gadget makes your life better?\n
    \n
    For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
    """
  +lang: "en"
  +commentCount: 55
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689526080 {#2047
    date: 2023-07-16 18:48:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2318 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
  +children: [
    3 => App\Entity\PostComment {#2020
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: null
      +root: null
      +image: null
      +body: """
        Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
        \n
        Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
        \n
        Both make food a better experience, which leads to more satisfactory meals and eating less overall.
        """
      +lang: "en"
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1689134411 {#2011
        date: 2023-07-12 06:00:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2129 …}
      +votes: Doctrine\ORM\PersistentCollection {#2130 …}
      +reports: Doctrine\ORM\PersistentCollection {#2241 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
      -id: 306
      -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/945695"
      +editedAt: DateTimeImmutable @1689134452 {#2032
        date: 2023-07-12 06:00:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689134411 {#2018
        date: 2023-07-12 06:00:11.0 +02:00
      }
      +"title": 306
    }
    1 => App\Entity\PostComment {#2141
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "For the pan, not the meat."
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689248994 {#2076
        date: 2023-07-13 13:49:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@_haha_oh_wow_@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2068 …}
      +nested: Doctrine\ORM\PersistentCollection {#2136 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2338 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
      -id: 357
      -bodyTs: "'meat':6 'pan':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/996909"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689248994 {#2042
        date: 2023-07-13 13:49:54.0 +02:00
      }
      +"title": 357
    }
    2 => App\Entity\PostComment {#2340
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689249169 {#2342
        date: 2023-07-13 13:52:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@obi_one@lemmy.ml"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2300 …}
      +nested: Doctrine\ORM\PersistentCollection {#2323 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
      -id: 358
      -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/996992"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689249169 {#2341
        date: 2023-07-13 13:52:49.0 +02:00
      }
      +"title": 358
    }
    0 => App\Entity\PostComment {#2060
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "I didn’t even think of the alternative understanding until you replied. Oops."
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689268973 {#2331
        date: 2023-07-13 19:22:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@_haha_oh_wow_@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2069 …}
      +nested: Doctrine\ORM\PersistentCollection {#2074 …}
      +votes: Doctrine\ORM\PersistentCollection {#2071 …}
      +reports: Doctrine\ORM\PersistentCollection {#2070 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
      -id: 362
      -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/1009200"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689268973 {#2164
        date: 2023-07-13 19:22:53.0 +02:00
      }
      +"title": 362
    }
  ]
  -id: 141
  -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687771501
  +visibility: "visible             "
  +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687685101 {#2046
    date: 2023-06-25 11:25:01.0 +02:00
  }
  +__isInitialized__: true
  +"title": 141
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
Proxies\__CG__\App\Entity\Post {#2138
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
  +body: """
    Which gadget makes your life better?\n
    \n
    For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
    """
  +lang: "en"
  +commentCount: 55
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689526080 {#2047
    date: 2023-07-16 18:48:00.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2295 …}
  +votes: Doctrine\ORM\PersistentCollection {#2318 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
  +children: [
    3 => App\Entity\PostComment {#2020
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: null
      +root: null
      +image: null
      +body: """
        Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
        \n
        Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
        \n
        Both make food a better experience, which leads to more satisfactory meals and eating less overall.
        """
      +lang: "en"
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1689134411 {#2011
        date: 2023-07-12 06:00:11.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2129 …}
      +votes: Doctrine\ORM\PersistentCollection {#2130 …}
      +reports: Doctrine\ORM\PersistentCollection {#2241 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
      -id: 306
      -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/945695"
      +editedAt: DateTimeImmutable @1689134452 {#2032
        date: 2023-07-12 06:00:52.0 +02:00
      }
      +createdAt: DateTimeImmutable @1689134411 {#2018
        date: 2023-07-12 06:00:11.0 +02:00
      }
      +"title": 306
    }
    1 => App\Entity\PostComment {#2141
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "For the pan, not the meat."
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689248994 {#2076
        date: 2023-07-13 13:49:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@_haha_oh_wow_@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2068 …}
      +nested: Doctrine\ORM\PersistentCollection {#2136 …}
      +votes: Doctrine\ORM\PersistentCollection {#2143 …}
      +reports: Doctrine\ORM\PersistentCollection {#2338 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
      -id: 357
      -bodyTs: "'meat':6 'pan':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/996909"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689248994 {#2042
        date: 2023-07-13 13:49:54.0 +02:00
      }
      +"title": 357
    }
    2 => App\Entity\PostComment {#2340
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
      +lang: "en"
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689249169 {#2342
        date: 2023-07-13 13:52:49.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@obi_one@lemmy.ml"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2300 …}
      +nested: Doctrine\ORM\PersistentCollection {#2323 …}
      +votes: Doctrine\ORM\PersistentCollection {#2329 …}
      +reports: Doctrine\ORM\PersistentCollection {#2325 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
      -id: 358
      -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/996992"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689249169 {#2341
        date: 2023-07-13 13:52:49.0 +02:00
      }
      +"title": 358
    }
    0 => App\Entity\PostComment {#2060
      +user: App\Entity\User {#265 …}
      +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
      +root: App\Entity\PostComment {#2020}
      +image: null
      +body: "I didn’t even think of the alternative understanding until you replied. Oops."
      +lang: "en"
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1689268973 {#2331
        date: 2023-07-13 19:22:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Helvedeshunden@kbin.social"
        "@jbrains@sh.itjust.works"
        "@_haha_oh_wow_@sh.itjust.works"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2069 …}
      +nested: Doctrine\ORM\PersistentCollection {#2074 …}
      +votes: Doctrine\ORM\PersistentCollection {#2071 …}
      +reports: Doctrine\ORM\PersistentCollection {#2070 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
      -id: 362
      -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/1009200"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689268973 {#2164
        date: 2023-07-13 19:22:53.0 +02:00
      }
      +"title": 362
    }
  ]
  -id: 141
  -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687771501
  +visibility: "visible             "
  +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687685101 {#2046
    date: 2023-06-25 11:25:01.0 +02:00
  }
  +__isInitialized__: true
  +"title": 141
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\PostComment {#2020
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020}
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: null
  +root: null
  +image: null
  +body: """
    Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
    \n
    Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
    \n
    Both make food a better experience, which leads to more satisfactory meals and eating less overall.
    """
  +lang: "en"
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1689134411 {#2011
    date: 2023-07-12 06:00:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2129 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  -id: 306
  -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/945695"
  +editedAt: DateTimeImmutable @1689134452 {#2032
    date: 2023-07-12 06:00:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689134411 {#2018
    date: 2023-07-12 06:00:11.0 +02:00
  }
  +"title": 306
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\PostComment {#2020
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020}
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: null
  +root: null
  +image: null
  +body: """
    Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
    \n
    Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
    \n
    Both make food a better experience, which leads to more satisfactory meals and eating less overall.
    """
  +lang: "en"
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1689134411 {#2011
    date: 2023-07-12 06:00:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2129 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  -id: 306
  -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/945695"
  +editedAt: DateTimeImmutable @1689134452 {#2032
    date: 2023-07-12 06:00:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689134411 {#2018
    date: 2023-07-12 06:00:11.0 +02:00
  }
  +"title": 306
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\PostComment {#2020
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020}
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: null
  +root: null
  +image: null
  +body: """
    Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
    \n
    Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
    \n
    Both make food a better experience, which leads to more satisfactory meals and eating less overall.
    """
  +lang: "en"
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1689134411 {#2011
    date: 2023-07-12 06:00:11.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2129 …}
  +votes: Doctrine\ORM\PersistentCollection {#2130 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
  -id: 306
  -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/945695"
  +editedAt: DateTimeImmutable @1689134452 {#2032
    date: 2023-07-12 06:00:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1689134411 {#2018
    date: 2023-07-12 06:00:11.0 +02:00
  }
  +"title": 306
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\PostComment {#2141
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141}
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "For the pan, not the meat."
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689248994 {#2076
    date: 2023-07-13 13:49:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@_haha_oh_wow_@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2068 …}
  +nested: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
  -id: 357
  -bodyTs: "'meat':6 'pan':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/996909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689248994 {#2042
    date: 2023-07-13 13:49:54.0 +02:00
  }
  +"title": 357
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\PostComment {#2141
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141}
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "For the pan, not the meat."
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689248994 {#2076
    date: 2023-07-13 13:49:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@_haha_oh_wow_@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2068 …}
  +nested: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
  -id: 357
  -bodyTs: "'meat':6 'pan':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/996909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689248994 {#2042
    date: 2023-07-13 13:49:54.0 +02:00
  }
  +"title": 357
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\PostComment {#2141
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141}
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "For the pan, not the meat."
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689248994 {#2076
    date: 2023-07-13 13:49:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@_haha_oh_wow_@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2068 …}
  +nested: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2143 …}
  +reports: Doctrine\ORM\PersistentCollection {#2338 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
  -id: 357
  -bodyTs: "'meat':6 'pan':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/996909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689248994 {#2042
    date: 2023-07-13 13:49:54.0 +02:00
  }
  +"title": 357
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\PostComment {#2340
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340}
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689249169 {#2342
    date: 2023-07-13 13:52:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@obi_one@lemmy.ml"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2300 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
  -id: 358
  -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/996992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689249169 {#2341
    date: 2023-07-13 13:52:49.0 +02:00
  }
  +"title": 358
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\PostComment {#2340
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340}
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689249169 {#2342
    date: 2023-07-13 13:52:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@obi_one@lemmy.ml"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2300 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
  -id: 358
  -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/996992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689249169 {#2341
    date: 2023-07-13 13:52:49.0 +02:00
  }
  +"title": 358
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\PostComment {#2340
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340}
      0 => App\Entity\PostComment {#2060
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "I didn’t even think of the alternative understanding until you replied. Oops."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689268973 {#2331
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2069 …}
        +nested: Doctrine\ORM\PersistentCollection {#2074 …}
        +votes: Doctrine\ORM\PersistentCollection {#2071 …}
        +reports: Doctrine\ORM\PersistentCollection {#2070 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
        -id: 362
        -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/1009200"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689268973 {#2164
          date: 2023-07-13 19:22:53.0 +02:00
        }
        +"title": 362
      }
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
  +lang: "en"
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689249169 {#2342
    date: 2023-07-13 13:52:49.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@obi_one@lemmy.ml"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2300 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2329 …}
  +reports: Doctrine\ORM\PersistentCollection {#2325 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
  -id: 358
  -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/996992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689249169 {#2341
    date: 2023-07-13 13:52:49.0 +02:00
  }
  +"title": 358
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\PostComment {#2060
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060}
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "I didn’t even think of the alternative understanding until you replied. Oops."
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689268973 {#2331
    date: 2023-07-13 19:22:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@_haha_oh_wow_@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2069 …}
  +nested: Doctrine\ORM\PersistentCollection {#2074 …}
  +votes: Doctrine\ORM\PersistentCollection {#2071 …}
  +reports: Doctrine\ORM\PersistentCollection {#2070 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
  -id: 362
  -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/1009200"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689268973 {#2164
    date: 2023-07-13 19:22:53.0 +02:00
  }
  +"title": 362
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\PostComment {#2060
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060}
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "I didn’t even think of the alternative understanding until you replied. Oops."
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689268973 {#2331
    date: 2023-07-13 19:22:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@_haha_oh_wow_@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2069 …}
  +nested: Doctrine\ORM\PersistentCollection {#2074 …}
  +votes: Doctrine\ORM\PersistentCollection {#2071 …}
  +reports: Doctrine\ORM\PersistentCollection {#2070 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
  -id: 362
  -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/1009200"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689268973 {#2164
    date: 2023-07-13 19:22:53.0 +02:00
  }
  +"title": 362
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\PostComment {#2060
  +user: App\Entity\User {#265 …}
  +post: Proxies\__CG__\App\Entity\Post {#2138
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +slug: "Which-gadget-makes-your-life-better-For-me-it-s-a"
    +body: """
      Which gadget makes your life better?\n
      \n
      For me, it's a bidet toilet seat. I bought one that didn't really fit as well as I hoped, so now I am shopping for a v2 based on experience. I don't want to live without one going forward. That's for sure.
      """
    +lang: "en"
    +commentCount: 55
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689526080 {#2047
      date: 2023-07-16 18:48:00.0 +02:00
    }
    +ip: null
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2295 …}
    +votes: Doctrine\ORM\PersistentCollection {#2318 …}
    +reports: Doctrine\ORM\PersistentCollection {#2313 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2266 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2204 …}
    +children: [
      3 => App\Entity\PostComment {#2020
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: null
        +root: null
        +image: null
        +body: """
          Laser thermometer. I learned a lot about better temperatures at which to cook things and now get more repeatable results when cooking.\n
          \n
          Kitchen scale. Recipes are easier to prepare when weighing ingredients as opposed to using measuring spoons and cups.\n
          \n
          Both make food a better experience, which leads to more satisfactory meals and eating less overall.
          """
        +lang: "en"
        +favouriteCount: 27
        +score: 0
        +lastActive: DateTime @1689134411 {#2011
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2129 …}
        +votes: Doctrine\ORM\PersistentCollection {#2130 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2345 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2144 …}
        -id: 306
        -bodyTs: "'better':8,45 'cook':13,22 'cup':40 'easier':27 'eat':54 'experi':46 'food':43 'get':17 'ingredi':32 'kitchen':23 'laser':1 'lead':48 'learn':4 'less':55 'lot':6 'make':42 'meal':52 'measur':37 'oppos':34 'overal':56 'prepar':29 'recip':25 'repeat':19 'result':20 'satisfactori':51 'scale':24 'spoon':38 'temperatur':9 'thermomet':2 'thing':14 'use':36 'weigh':31"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/945695"
        +editedAt: DateTimeImmutable @1689134452 {#2032
          date: 2023-07-12 06:00:52.0 +02:00
        }
        +createdAt: DateTimeImmutable @1689134411 {#2018
          date: 2023-07-12 06:00:11.0 +02:00
        }
        +"title": 306
      }
      1 => App\Entity\PostComment {#2141
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2072 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "For the pan, not the meat."
        +lang: "en"
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1689248994 {#2076
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@_haha_oh_wow_@sh.itjust.works"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2068 …}
        +nested: Doctrine\ORM\PersistentCollection {#2136 …}
        +votes: Doctrine\ORM\PersistentCollection {#2143 …}
        +reports: Doctrine\ORM\PersistentCollection {#2338 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2343 …}
        -id: 357
        -bodyTs: "'meat':6 'pan':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689248994 {#2042
          date: 2023-07-13 13:49:54.0 +02:00
        }
        +"title": 357
      }
      2 => App\Entity\PostComment {#2340
        +user: App\Entity\User {#265 …}
        +post: Proxies\__CG__\App\Entity\Post {#2138 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
        +parent: Proxies\__CG__\App\Entity\PostComment {#2334 …}
        +root: App\Entity\PostComment {#2020}
        +image: null
        +body: "No. I haven’t cared as much about that and I’m not sure why. I’ve both learned the old fashioned way and haven’t minded the results. I very rarely get the internal temperature wrong enough to not enjoy the food."
        +lang: "en"
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1689249169 {#2342
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Helvedeshunden@kbin.social"
          "@jbrains@sh.itjust.works"
          "@obi_one@lemmy.ml"
        ]
        +isAdult: false
        +updateMark: false
        +children: Doctrine\ORM\PersistentCollection {#2300 …}
        +nested: Doctrine\ORM\PersistentCollection {#2323 …}
        +votes: Doctrine\ORM\PersistentCollection {#2329 …}
        +reports: Doctrine\ORM\PersistentCollection {#2325 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2326 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2289 …}
        -id: 358
        -bodyTs: "'care':5 'enjoy':41 'enough':38 'fashion':22 'food':43 'get':33 'haven':3,25 'intern':35 'learn':19 'm':12 'mind':27 'much':7 'old':21 'rare':32 'result':29 'sure':14 'temperatur':36 've':17 'way':23 'wrong':37"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/996992"
        +editedAt: null
        +createdAt: DateTimeImmutable @1689249169 {#2341
          date: 2023-07-13 13:52:49.0 +02:00
        }
        +"title": 358
      }
      0 => App\Entity\PostComment {#2060}
    ]
    -id: 141
    -bodyTs: "'base':36 'better':6 'bidet':12 'bought':16 'didn':19 'experi':38 'fit':22 'forward':48 'gadget':2 'go':47 'hope':27 'life':5 'live':44 'make':3 'one':17,46 'realli':21 'seat':14 'shop':32 'sure':52 'toilet':13 'v2':35 'want':42 'well':24 'without':45"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1687771501
    +visibility: "visible             "
    +apId: "https://kbin.social/m/asklemmy@lemmy.ml/p/550441"
    +editedAt: null
    +createdAt: DateTimeImmutable @1687685101 {#2046
      date: 2023-06-25 11:25:01.0 +02:00
    }
    +__isInitialized__: true
    +"title": 141
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2073 …}
  +root: App\Entity\PostComment {#2020}
  +image: null
  +body: "I didn’t even think of the alternative understanding until you replied. Oops."
  +lang: "en"
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1689268973 {#2331
    date: 2023-07-13 19:22:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Helvedeshunden@kbin.social"
    "@jbrains@sh.itjust.works"
    "@_haha_oh_wow_@sh.itjust.works"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2069 …}
  +nested: Doctrine\ORM\PersistentCollection {#2074 …}
  +votes: Doctrine\ORM\PersistentCollection {#2071 …}
  +reports: Doctrine\ORM\PersistentCollection {#2070 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2048 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2056 …}
  -id: 362
  -bodyTs: "'altern':8 'didn':2 'even':4 'oop':13 'repli':12 'think':5 'understand':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/1009200"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689268973 {#2164
    date: 2023-07-13 19:22:53.0 +02:00
  }
  +"title": 362
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1565
  +user: Proxies\__CG__\App\Entity\User {#1356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Best-options-for-Non-Google-cloud-storage-as-of-2022"
  +title: "Best options for Non-Google cloud storage as of 2022?"
  +url: null
  +body: """
    What are Lemmy’s feelings about the best cloud storage options these days, if you really want to break into the 1-2TB range? I’m not there yet, probably not even halfway there, but I like the peace of mind of potentially having the space if I need it. And I think subscribing to something in the Netflix price range is maybe something I’m ready for.\n
    \n
    My thoughts so far:\n
    \n
    [pcloud](https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime) - Intriguing because you can pay for a “lifetime” plan of 2TB of storage. But it’s $350, which is a lot, and I don’t know that I love the interface or usability, and I don’t know if I trust them.\n
    \n
    [iDrive](https://www.idrive.com/pricing) - Super affordable. 5tb for “just” $80/year. It might be the best deal, but nothing about their identity suggests to me that they are “good guys.” By which I mean, I’m not sure I trust them to make long-term promises for any specific plan.\n
    \n
    [Mega](https://mega.io/pro) - I like its very anti-google, very encrypted attitude. Born from the ashes of megaupload, they built encryption and zero knowledge into it. I LOVE that you can connect to it through the android app Solid Explorer and therefore don’t even need the mega app if you don’t want it. I hear bad things about it though? And it’s pretty expensive at $115 per year for 2TB.\n
    \n
    My personal thoughts/reasoning/caveats:\n
    \n
    **Homebrew stuff**: I don’t *quite* trust myself to use a homebrew setup like Nextcloud or Syncthing correctly. There’s too much in terms of labor, upkeep, catastrophic single points of failure where you could lose everything. I feel like I’m 70% of the way to being smart enough to do this.\n
    \n
    **Avoiding the Bad Guys and the Free Stuff**: I’ve tried the free version of just about everything, from Google to Onedrive to Dropbox to Mediafire to Mega. There’s even an android app that offers 1 free terrabyte?? But I don’t want something from the bad guys where I’m going to be integrated into their closed source death drap: Google, Amazon, Microsoft, Apple, and I don’t want a too-good-to-be-true free service where I’m the product.\n
    \n
    I also would prefer to avoid something from the upstarts who kinda-sorta imitate the bad guys: Dropbox, Mediafire, Box. Because I’m not sure how much I can trust any specific long term promise from them.\n
    \n
    **It sounds like you’re saying nothing is good enough! What exactly do you want!?** Something from good guys, not bad guys. Something like [Standardnotes](https://standardnotes.com/), but for file storage. They emphasize privacy, good governance principles and longevity of their service. Or [Linode](https://www.linode.com/support-experience/), with their independence, sense of mission, love of Linux & free software, all of which tells me they are good guys.\n
    \n
    Probably the correct answer is (1) here’s this magical perfect source I never thought of, or (2) I’m thinking this much about it, I should probably do Nextcloud or syncthing given all the constraints that I’m putting out there.\n
    \n
    Anyway, that’s my thoughts on cloud storage. What are yours?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689719793 {#2540
    date: 2023-07-19 00:36:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2545 …}
  +votes: Doctrine\ORM\PersistentCollection {#2548 …}
  +reports: Doctrine\ORM\PersistentCollection {#2550 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2554 …}
  +badges: Doctrine\ORM\PersistentCollection {#2556 …}
  +children: [
    App\Entity\EntryComment {#1562
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’ve been happy with Sync for close to a decade now."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689479175 {#1566
        date: 2023-07-16 05:46:15.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abbenm@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1554 …}
      +nested: Doctrine\ORM\PersistentCollection {#1556 …}
      +votes: Doctrine\ORM\PersistentCollection {#1555 …}
      +reports: Doctrine\ORM\PersistentCollection {#1620 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 19289
      -bodyTs: "'close':8 'decad':11 'happi':4 'sync':6 've':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/1107243"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689479175 {#1563
        date: 2023-07-16 05:46:15.0 +02:00
      }
      +"title": 19289
    }
  ]
  -id: 1294
  -titleTs: "'2022':11 'best':1 'cloud':7 'googl':6 'non':5 'non-googl':4 'option':2 'storag':8"
  -bodyTs: "'-2':23 '/),':451 '/cloud-storage-pricing-plans.html?period=lifetime)':77 '/pricing)':123 '/pro)':173 '/support-experience/),':471 '1':22,337,497 '115':240 '2':509 '2tb':88,244 '350':94 '5tb':126 '70':290 '80/year':129 'afford':125 'also':387 'amazon':364 'android':208,333 'answer':495 'anti':179 'anti-googl':178 'anyway':534 'app':209,220,334 'appl':366 'ash':187 'attitud':183 'avoid':301,391 'bad':229,303,348,402,444 'best':8,134 'born':184 'box':406 'break':19 'built':191 'catastroph':275 'close':359 'cloud':9,540 'connect':203 'constraint':527 'correct':265,494 'could':282 'day':13 'deal':135 'death':361 'drap':362 'dropbox':324,404 'emphas':457 'encrypt':182,192 'enough':297,433 'even':33,216,331 'everyth':284,318 'exact':435 'expens':238 'explor':211 'failur':279 'far':73 'feel':5,286 'file':454 'free':307,313,338,379,481 'given':524 'go':353 'good':147,375,432,441,459,490 'googl':180,320,363 'govern':460 'guy':148,304,349,403,442,445,491 'halfway':34 'hear':228 'homebrew':248,259 'ident':140 'idriv':120 'imit':400 'independ':474 'integr':356 'interfac':108 'intrigu':78 'kinda':398 'kinda-sorta':397 'know':103,115 'knowledg':195 'labor':273 'lemmi':3 'lifetim':85 'like':38,175,261,287,426,447 'linod':468 'linux':480 'long':163,419 'long-term':162 'longev':463 'lose':283 'lot':98 'love':106,199,478 'm':27,67,154,289,352,383,409,511,530 'magic':501 'make':161 'mayb':64 'mean':152 'mediafir':326,405 'mega':170,219,328 'mega.io':172 'mega.io/pro)':171 'megaupload':189 'microsoft':365 'might':131 'mind':42 'mission':477 'much':269,413,514 'need':50,217 'netflix':60 'never':505 'nextcloud':262,521 'noth':137,430 'offer':336 'onedr':322 'option':11 'pay':82 'pcloud':74 'peac':40 'per':241 'perfect':502 'person':246 'plan':86,169 'point':277 'potenti':44 'prefer':389 'pretti':237 'price':61 'principl':461 'privaci':458 'probabl':31,492,519 'product':385 'promis':165,421 'put':531 'quit':253 'rang':25,62 're':428 'readi':68 'realli':16 'say':429 'sens':475 'servic':380,466 'setup':260 'singl':276 'smart':296 'softwar':482 'solid':210 'someth':57,65,345,392,439,446 'sorta':399 'sound':425 'sourc':360,503 'space':47 'specif':168,418 'standardnot':448 'standardnotes.com':450 'standardnotes.com/),':449 'storag':10,90,455,541 'stuff':249,308 'subscrib':55 'suggest':141 'super':124 'sure':156,411 'syncth':264,523 'tb':24 'tell':486 'term':164,271,420 'terrabyt':339 'therefor':213 'thing':230 'think':54,512 'though':233 'thought':71,506,538 'thoughts/reasoning/caveats':247 'too-good-to-be-tru':373 'tri':311 'true':378 'trust':118,158,254,416 'upkeep':274 'upstart':395 'usabl':110 'use':257 've':310 'version':314 'want':17,225,344,371,438 'way':293 'would':388 'www.idrive.com':122 'www.idrive.com/pricing)':121 'www.linode.com':470 'www.linode.com/support-experience/),':469 'www.pcloud.com':76 'www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime)':75 'year':242 'yet':30 'zero':194"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1642260128
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/149005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1642173728 {#2526
    date: 2022-01-14 16:22:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1565
  +user: Proxies\__CG__\App\Entity\User {#1356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Best-options-for-Non-Google-cloud-storage-as-of-2022"
  +title: "Best options for Non-Google cloud storage as of 2022?"
  +url: null
  +body: """
    What are Lemmy’s feelings about the best cloud storage options these days, if you really want to break into the 1-2TB range? I’m not there yet, probably not even halfway there, but I like the peace of mind of potentially having the space if I need it. And I think subscribing to something in the Netflix price range is maybe something I’m ready for.\n
    \n
    My thoughts so far:\n
    \n
    [pcloud](https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime) - Intriguing because you can pay for a “lifetime” plan of 2TB of storage. But it’s $350, which is a lot, and I don’t know that I love the interface or usability, and I don’t know if I trust them.\n
    \n
    [iDrive](https://www.idrive.com/pricing) - Super affordable. 5tb for “just” $80/year. It might be the best deal, but nothing about their identity suggests to me that they are “good guys.” By which I mean, I’m not sure I trust them to make long-term promises for any specific plan.\n
    \n
    [Mega](https://mega.io/pro) - I like its very anti-google, very encrypted attitude. Born from the ashes of megaupload, they built encryption and zero knowledge into it. I LOVE that you can connect to it through the android app Solid Explorer and therefore don’t even need the mega app if you don’t want it. I hear bad things about it though? And it’s pretty expensive at $115 per year for 2TB.\n
    \n
    My personal thoughts/reasoning/caveats:\n
    \n
    **Homebrew stuff**: I don’t *quite* trust myself to use a homebrew setup like Nextcloud or Syncthing correctly. There’s too much in terms of labor, upkeep, catastrophic single points of failure where you could lose everything. I feel like I’m 70% of the way to being smart enough to do this.\n
    \n
    **Avoiding the Bad Guys and the Free Stuff**: I’ve tried the free version of just about everything, from Google to Onedrive to Dropbox to Mediafire to Mega. There’s even an android app that offers 1 free terrabyte?? But I don’t want something from the bad guys where I’m going to be integrated into their closed source death drap: Google, Amazon, Microsoft, Apple, and I don’t want a too-good-to-be-true free service where I’m the product.\n
    \n
    I also would prefer to avoid something from the upstarts who kinda-sorta imitate the bad guys: Dropbox, Mediafire, Box. Because I’m not sure how much I can trust any specific long term promise from them.\n
    \n
    **It sounds like you’re saying nothing is good enough! What exactly do you want!?** Something from good guys, not bad guys. Something like [Standardnotes](https://standardnotes.com/), but for file storage. They emphasize privacy, good governance principles and longevity of their service. Or [Linode](https://www.linode.com/support-experience/), with their independence, sense of mission, love of Linux & free software, all of which tells me they are good guys.\n
    \n
    Probably the correct answer is (1) here’s this magical perfect source I never thought of, or (2) I’m thinking this much about it, I should probably do Nextcloud or syncthing given all the constraints that I’m putting out there.\n
    \n
    Anyway, that’s my thoughts on cloud storage. What are yours?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689719793 {#2540
    date: 2023-07-19 00:36:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2545 …}
  +votes: Doctrine\ORM\PersistentCollection {#2548 …}
  +reports: Doctrine\ORM\PersistentCollection {#2550 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2554 …}
  +badges: Doctrine\ORM\PersistentCollection {#2556 …}
  +children: [
    App\Entity\EntryComment {#1562
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’ve been happy with Sync for close to a decade now."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689479175 {#1566
        date: 2023-07-16 05:46:15.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abbenm@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1554 …}
      +nested: Doctrine\ORM\PersistentCollection {#1556 …}
      +votes: Doctrine\ORM\PersistentCollection {#1555 …}
      +reports: Doctrine\ORM\PersistentCollection {#1620 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 19289
      -bodyTs: "'close':8 'decad':11 'happi':4 'sync':6 've':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/1107243"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689479175 {#1563
        date: 2023-07-16 05:46:15.0 +02:00
      }
      +"title": 19289
    }
  ]
  -id: 1294
  -titleTs: "'2022':11 'best':1 'cloud':7 'googl':6 'non':5 'non-googl':4 'option':2 'storag':8"
  -bodyTs: "'-2':23 '/),':451 '/cloud-storage-pricing-plans.html?period=lifetime)':77 '/pricing)':123 '/pro)':173 '/support-experience/),':471 '1':22,337,497 '115':240 '2':509 '2tb':88,244 '350':94 '5tb':126 '70':290 '80/year':129 'afford':125 'also':387 'amazon':364 'android':208,333 'answer':495 'anti':179 'anti-googl':178 'anyway':534 'app':209,220,334 'appl':366 'ash':187 'attitud':183 'avoid':301,391 'bad':229,303,348,402,444 'best':8,134 'born':184 'box':406 'break':19 'built':191 'catastroph':275 'close':359 'cloud':9,540 'connect':203 'constraint':527 'correct':265,494 'could':282 'day':13 'deal':135 'death':361 'drap':362 'dropbox':324,404 'emphas':457 'encrypt':182,192 'enough':297,433 'even':33,216,331 'everyth':284,318 'exact':435 'expens':238 'explor':211 'failur':279 'far':73 'feel':5,286 'file':454 'free':307,313,338,379,481 'given':524 'go':353 'good':147,375,432,441,459,490 'googl':180,320,363 'govern':460 'guy':148,304,349,403,442,445,491 'halfway':34 'hear':228 'homebrew':248,259 'ident':140 'idriv':120 'imit':400 'independ':474 'integr':356 'interfac':108 'intrigu':78 'kinda':398 'kinda-sorta':397 'know':103,115 'knowledg':195 'labor':273 'lemmi':3 'lifetim':85 'like':38,175,261,287,426,447 'linod':468 'linux':480 'long':163,419 'long-term':162 'longev':463 'lose':283 'lot':98 'love':106,199,478 'm':27,67,154,289,352,383,409,511,530 'magic':501 'make':161 'mayb':64 'mean':152 'mediafir':326,405 'mega':170,219,328 'mega.io':172 'mega.io/pro)':171 'megaupload':189 'microsoft':365 'might':131 'mind':42 'mission':477 'much':269,413,514 'need':50,217 'netflix':60 'never':505 'nextcloud':262,521 'noth':137,430 'offer':336 'onedr':322 'option':11 'pay':82 'pcloud':74 'peac':40 'per':241 'perfect':502 'person':246 'plan':86,169 'point':277 'potenti':44 'prefer':389 'pretti':237 'price':61 'principl':461 'privaci':458 'probabl':31,492,519 'product':385 'promis':165,421 'put':531 'quit':253 'rang':25,62 're':428 'readi':68 'realli':16 'say':429 'sens':475 'servic':380,466 'setup':260 'singl':276 'smart':296 'softwar':482 'solid':210 'someth':57,65,345,392,439,446 'sorta':399 'sound':425 'sourc':360,503 'space':47 'specif':168,418 'standardnot':448 'standardnotes.com':450 'standardnotes.com/),':449 'storag':10,90,455,541 'stuff':249,308 'subscrib':55 'suggest':141 'super':124 'sure':156,411 'syncth':264,523 'tb':24 'tell':486 'term':164,271,420 'terrabyt':339 'therefor':213 'thing':230 'think':54,512 'though':233 'thought':71,506,538 'thoughts/reasoning/caveats':247 'too-good-to-be-tru':373 'tri':311 'true':378 'trust':118,158,254,416 'upkeep':274 'upstart':395 'usabl':110 'use':257 've':310 'version':314 'want':17,225,344,371,438 'way':293 'would':388 'www.idrive.com':122 'www.idrive.com/pricing)':121 'www.linode.com':470 'www.linode.com/support-experience/),':469 'www.pcloud.com':76 'www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime)':75 'year':242 'yet':30 'zero':194"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1642260128
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/149005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1642173728 {#2526
    date: 2022-01-14 16:22:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1565
  +user: Proxies\__CG__\App\Entity\User {#1356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
  +slug: "Best-options-for-Non-Google-cloud-storage-as-of-2022"
  +title: "Best options for Non-Google cloud storage as of 2022?"
  +url: null
  +body: """
    What are Lemmy’s feelings about the best cloud storage options these days, if you really want to break into the 1-2TB range? I’m not there yet, probably not even halfway there, but I like the peace of mind of potentially having the space if I need it. And I think subscribing to something in the Netflix price range is maybe something I’m ready for.\n
    \n
    My thoughts so far:\n
    \n
    [pcloud](https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime) - Intriguing because you can pay for a “lifetime” plan of 2TB of storage. But it’s $350, which is a lot, and I don’t know that I love the interface or usability, and I don’t know if I trust them.\n
    \n
    [iDrive](https://www.idrive.com/pricing) - Super affordable. 5tb for “just” $80/year. It might be the best deal, but nothing about their identity suggests to me that they are “good guys.” By which I mean, I’m not sure I trust them to make long-term promises for any specific plan.\n
    \n
    [Mega](https://mega.io/pro) - I like its very anti-google, very encrypted attitude. Born from the ashes of megaupload, they built encryption and zero knowledge into it. I LOVE that you can connect to it through the android app Solid Explorer and therefore don’t even need the mega app if you don’t want it. I hear bad things about it though? And it’s pretty expensive at $115 per year for 2TB.\n
    \n
    My personal thoughts/reasoning/caveats:\n
    \n
    **Homebrew stuff**: I don’t *quite* trust myself to use a homebrew setup like Nextcloud or Syncthing correctly. There’s too much in terms of labor, upkeep, catastrophic single points of failure where you could lose everything. I feel like I’m 70% of the way to being smart enough to do this.\n
    \n
    **Avoiding the Bad Guys and the Free Stuff**: I’ve tried the free version of just about everything, from Google to Onedrive to Dropbox to Mediafire to Mega. There’s even an android app that offers 1 free terrabyte?? But I don’t want something from the bad guys where I’m going to be integrated into their closed source death drap: Google, Amazon, Microsoft, Apple, and I don’t want a too-good-to-be-true free service where I’m the product.\n
    \n
    I also would prefer to avoid something from the upstarts who kinda-sorta imitate the bad guys: Dropbox, Mediafire, Box. Because I’m not sure how much I can trust any specific long term promise from them.\n
    \n
    **It sounds like you’re saying nothing is good enough! What exactly do you want!?** Something from good guys, not bad guys. Something like [Standardnotes](https://standardnotes.com/), but for file storage. They emphasize privacy, good governance principles and longevity of their service. Or [Linode](https://www.linode.com/support-experience/), with their independence, sense of mission, love of Linux & free software, all of which tells me they are good guys.\n
    \n
    Probably the correct answer is (1) here’s this magical perfect source I never thought of, or (2) I’m thinking this much about it, I should probably do Nextcloud or syncthing given all the constraints that I’m putting out there.\n
    \n
    Anyway, that’s my thoughts on cloud storage. What are yours?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689719793 {#2540
    date: 2023-07-19 00:36:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2545 …}
  +votes: Doctrine\ORM\PersistentCollection {#2548 …}
  +reports: Doctrine\ORM\PersistentCollection {#2550 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2554 …}
  +badges: Doctrine\ORM\PersistentCollection {#2556 …}
  +children: [
    App\Entity\EntryComment {#1562
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
      +image: null
      +parent: null
      +root: null
      +body: "I’ve been happy with Sync for close to a decade now."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1689479175 {#1566
        date: 2023-07-16 05:46:15.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abbenm@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1554 …}
      +nested: Doctrine\ORM\PersistentCollection {#1556 …}
      +votes: Doctrine\ORM\PersistentCollection {#1555 …}
      +reports: Doctrine\ORM\PersistentCollection {#1620 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
      -id: 19289
      -bodyTs: "'close':8 'decad':11 'happi':4 'sync':6 've':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/1107243"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689479175 {#1563
        date: 2023-07-16 05:46:15.0 +02:00
      }
      +"title": 19289
    }
  ]
  -id: 1294
  -titleTs: "'2022':11 'best':1 'cloud':7 'googl':6 'non':5 'non-googl':4 'option':2 'storag':8"
  -bodyTs: "'-2':23 '/),':451 '/cloud-storage-pricing-plans.html?period=lifetime)':77 '/pricing)':123 '/pro)':173 '/support-experience/),':471 '1':22,337,497 '115':240 '2':509 '2tb':88,244 '350':94 '5tb':126 '70':290 '80/year':129 'afford':125 'also':387 'amazon':364 'android':208,333 'answer':495 'anti':179 'anti-googl':178 'anyway':534 'app':209,220,334 'appl':366 'ash':187 'attitud':183 'avoid':301,391 'bad':229,303,348,402,444 'best':8,134 'born':184 'box':406 'break':19 'built':191 'catastroph':275 'close':359 'cloud':9,540 'connect':203 'constraint':527 'correct':265,494 'could':282 'day':13 'deal':135 'death':361 'drap':362 'dropbox':324,404 'emphas':457 'encrypt':182,192 'enough':297,433 'even':33,216,331 'everyth':284,318 'exact':435 'expens':238 'explor':211 'failur':279 'far':73 'feel':5,286 'file':454 'free':307,313,338,379,481 'given':524 'go':353 'good':147,375,432,441,459,490 'googl':180,320,363 'govern':460 'guy':148,304,349,403,442,445,491 'halfway':34 'hear':228 'homebrew':248,259 'ident':140 'idriv':120 'imit':400 'independ':474 'integr':356 'interfac':108 'intrigu':78 'kinda':398 'kinda-sorta':397 'know':103,115 'knowledg':195 'labor':273 'lemmi':3 'lifetim':85 'like':38,175,261,287,426,447 'linod':468 'linux':480 'long':163,419 'long-term':162 'longev':463 'lose':283 'lot':98 'love':106,199,478 'm':27,67,154,289,352,383,409,511,530 'magic':501 'make':161 'mayb':64 'mean':152 'mediafir':326,405 'mega':170,219,328 'mega.io':172 'mega.io/pro)':171 'megaupload':189 'microsoft':365 'might':131 'mind':42 'mission':477 'much':269,413,514 'need':50,217 'netflix':60 'never':505 'nextcloud':262,521 'noth':137,430 'offer':336 'onedr':322 'option':11 'pay':82 'pcloud':74 'peac':40 'per':241 'perfect':502 'person':246 'plan':86,169 'point':277 'potenti':44 'prefer':389 'pretti':237 'price':61 'principl':461 'privaci':458 'probabl':31,492,519 'product':385 'promis':165,421 'put':531 'quit':253 'rang':25,62 're':428 'readi':68 'realli':16 'say':429 'sens':475 'servic':380,466 'setup':260 'singl':276 'smart':296 'softwar':482 'solid':210 'someth':57,65,345,392,439,446 'sorta':399 'sound':425 'sourc':360,503 'space':47 'specif':168,418 'standardnot':448 'standardnotes.com':450 'standardnotes.com/),':449 'storag':10,90,455,541 'stuff':249,308 'subscrib':55 'suggest':141 'super':124 'sure':156,411 'syncth':264,523 'tb':24 'tell':486 'term':164,271,420 'terrabyt':339 'therefor':213 'thing':230 'think':54,512 'though':233 'thought':71,506,538 'thoughts/reasoning/caveats':247 'too-good-to-be-tru':373 'tri':311 'true':378 'trust':118,158,254,416 'upkeep':274 'upstart':395 'usabl':110 'use':257 've':310 'version':314 'want':17,225,344,371,438 'way':293 'would':388 'www.idrive.com':122 'www.idrive.com/pricing)':121 'www.linode.com':470 'www.linode.com/support-experience/),':469 'www.pcloud.com':76 'www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime)':75 'year':242 'yet':30 'zero':194"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1642260128
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/149005"
  +editedAt: null
  +createdAt: DateTimeImmutable @1642173728 {#2526
    date: 2022-01-14 16:22:08.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#1562
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1565
    +user: Proxies\__CG__\App\Entity\User {#1356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Best-options-for-Non-Google-cloud-storage-as-of-2022"
    +title: "Best options for Non-Google cloud storage as of 2022?"
    +url: null
    +body: """
      What are Lemmy’s feelings about the best cloud storage options these days, if you really want to break into the 1-2TB range? I’m not there yet, probably not even halfway there, but I like the peace of mind of potentially having the space if I need it. And I think subscribing to something in the Netflix price range is maybe something I’m ready for.\n
      \n
      My thoughts so far:\n
      \n
      [pcloud](https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime) - Intriguing because you can pay for a “lifetime” plan of 2TB of storage. But it’s $350, which is a lot, and I don’t know that I love the interface or usability, and I don’t know if I trust them.\n
      \n
      [iDrive](https://www.idrive.com/pricing) - Super affordable. 5tb for “just” $80/year. It might be the best deal, but nothing about their identity suggests to me that they are “good guys.” By which I mean, I’m not sure I trust them to make long-term promises for any specific plan.\n
      \n
      [Mega](https://mega.io/pro) - I like its very anti-google, very encrypted attitude. Born from the ashes of megaupload, they built encryption and zero knowledge into it. I LOVE that you can connect to it through the android app Solid Explorer and therefore don’t even need the mega app if you don’t want it. I hear bad things about it though? And it’s pretty expensive at $115 per year for 2TB.\n
      \n
      My personal thoughts/reasoning/caveats:\n
      \n
      **Homebrew stuff**: I don’t *quite* trust myself to use a homebrew setup like Nextcloud or Syncthing correctly. There’s too much in terms of labor, upkeep, catastrophic single points of failure where you could lose everything. I feel like I’m 70% of the way to being smart enough to do this.\n
      \n
      **Avoiding the Bad Guys and the Free Stuff**: I’ve tried the free version of just about everything, from Google to Onedrive to Dropbox to Mediafire to Mega. There’s even an android app that offers 1 free terrabyte?? But I don’t want something from the bad guys where I’m going to be integrated into their closed source death drap: Google, Amazon, Microsoft, Apple, and I don’t want a too-good-to-be-true free service where I’m the product.\n
      \n
      I also would prefer to avoid something from the upstarts who kinda-sorta imitate the bad guys: Dropbox, Mediafire, Box. Because I’m not sure how much I can trust any specific long term promise from them.\n
      \n
      **It sounds like you’re saying nothing is good enough! What exactly do you want!?** Something from good guys, not bad guys. Something like [Standardnotes](https://standardnotes.com/), but for file storage. They emphasize privacy, good governance principles and longevity of their service. Or [Linode](https://www.linode.com/support-experience/), with their independence, sense of mission, love of Linux & free software, all of which tells me they are good guys.\n
      \n
      Probably the correct answer is (1) here’s this magical perfect source I never thought of, or (2) I’m thinking this much about it, I should probably do Nextcloud or syncthing given all the constraints that I’m putting out there.\n
      \n
      Anyway, that’s my thoughts on cloud storage. What are yours?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689719793 {#2540
      date: 2023-07-19 00:36:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2545 …}
    +votes: Doctrine\ORM\PersistentCollection {#2548 …}
    +reports: Doctrine\ORM\PersistentCollection {#2550 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2552 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2554 …}
    +badges: Doctrine\ORM\PersistentCollection {#2556 …}
    +children: [
      App\Entity\EntryComment {#1562}
    ]
    -id: 1294
    -titleTs: "'2022':11 'best':1 'cloud':7 'googl':6 'non':5 'non-googl':4 'option':2 'storag':8"
    -bodyTs: "'-2':23 '/),':451 '/cloud-storage-pricing-plans.html?period=lifetime)':77 '/pricing)':123 '/pro)':173 '/support-experience/),':471 '1':22,337,497 '115':240 '2':509 '2tb':88,244 '350':94 '5tb':126 '70':290 '80/year':129 'afford':125 'also':387 'amazon':364 'android':208,333 'answer':495 'anti':179 'anti-googl':178 'anyway':534 'app':209,220,334 'appl':366 'ash':187 'attitud':183 'avoid':301,391 'bad':229,303,348,402,444 'best':8,134 'born':184 'box':406 'break':19 'built':191 'catastroph':275 'close':359 'cloud':9,540 'connect':203 'constraint':527 'correct':265,494 'could':282 'day':13 'deal':135 'death':361 'drap':362 'dropbox':324,404 'emphas':457 'encrypt':182,192 'enough':297,433 'even':33,216,331 'everyth':284,318 'exact':435 'expens':238 'explor':211 'failur':279 'far':73 'feel':5,286 'file':454 'free':307,313,338,379,481 'given':524 'go':353 'good':147,375,432,441,459,490 'googl':180,320,363 'govern':460 'guy':148,304,349,403,442,445,491 'halfway':34 'hear':228 'homebrew':248,259 'ident':140 'idriv':120 'imit':400 'independ':474 'integr':356 'interfac':108 'intrigu':78 'kinda':398 'kinda-sorta':397 'know':103,115 'knowledg':195 'labor':273 'lemmi':3 'lifetim':85 'like':38,175,261,287,426,447 'linod':468 'linux':480 'long':163,419 'long-term':162 'longev':463 'lose':283 'lot':98 'love':106,199,478 'm':27,67,154,289,352,383,409,511,530 'magic':501 'make':161 'mayb':64 'mean':152 'mediafir':326,405 'mega':170,219,328 'mega.io':172 'mega.io/pro)':171 'megaupload':189 'microsoft':365 'might':131 'mind':42 'mission':477 'much':269,413,514 'need':50,217 'netflix':60 'never':505 'nextcloud':262,521 'noth':137,430 'offer':336 'onedr':322 'option':11 'pay':82 'pcloud':74 'peac':40 'per':241 'perfect':502 'person':246 'plan':86,169 'point':277 'potenti':44 'prefer':389 'pretti':237 'price':61 'principl':461 'privaci':458 'probabl':31,492,519 'product':385 'promis':165,421 'put':531 'quit':253 'rang':25,62 're':428 'readi':68 'realli':16 'say':429 'sens':475 'servic':380,466 'setup':260 'singl':276 'smart':296 'softwar':482 'solid':210 'someth':57,65,345,392,439,446 'sorta':399 'sound':425 'sourc':360,503 'space':47 'specif':168,418 'standardnot':448 'standardnotes.com':450 'standardnotes.com/),':449 'storag':10,90,455,541 'stuff':249,308 'subscrib':55 'suggest':141 'super':124 'sure':156,411 'syncth':264,523 'tb':24 'tell':486 'term':164,271,420 'terrabyt':339 'therefor':213 'thing':230 'think':54,512 'though':233 'thought':71,506,538 'thoughts/reasoning/caveats':247 'too-good-to-be-tru':373 'tri':311 'true':378 'trust':118,158,254,416 'upkeep':274 'upstart':395 'usabl':110 'use':257 've':310 'version':314 'want':17,225,344,371,438 'way':293 'would':388 'www.idrive.com':122 'www.idrive.com/pricing)':121 'www.linode.com':470 'www.linode.com/support-experience/),':469 'www.pcloud.com':76 'www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime)':75 'year':242 'yet':30 'zero':194"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1642260128
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/149005"
    +editedAt: null
    +createdAt: DateTimeImmutable @1642173728 {#2526
      date: 2022-01-14 16:22:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve been happy with Sync for close to a decade now."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689479175 {#1566
    date: 2023-07-16 05:46:15.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abbenm@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1554 …}
  +nested: Doctrine\ORM\PersistentCollection {#1556 …}
  +votes: Doctrine\ORM\PersistentCollection {#1555 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 19289
  -bodyTs: "'close':8 'decad':11 'happi':4 'sync':6 've':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/1107243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689479175 {#1563
    date: 2023-07-16 05:46:15.0 +02:00
  }
  +"title": 19289
}
"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
91 DENIED edit
App\Entity\EntryComment {#1562
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1565
    +user: Proxies\__CG__\App\Entity\User {#1356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Best-options-for-Non-Google-cloud-storage-as-of-2022"
    +title: "Best options for Non-Google cloud storage as of 2022?"
    +url: null
    +body: """
      What are Lemmy’s feelings about the best cloud storage options these days, if you really want to break into the 1-2TB range? I’m not there yet, probably not even halfway there, but I like the peace of mind of potentially having the space if I need it. And I think subscribing to something in the Netflix price range is maybe something I’m ready for.\n
      \n
      My thoughts so far:\n
      \n
      [pcloud](https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime) - Intriguing because you can pay for a “lifetime” plan of 2TB of storage. But it’s $350, which is a lot, and I don’t know that I love the interface or usability, and I don’t know if I trust them.\n
      \n
      [iDrive](https://www.idrive.com/pricing) - Super affordable. 5tb for “just” $80/year. It might be the best deal, but nothing about their identity suggests to me that they are “good guys.” By which I mean, I’m not sure I trust them to make long-term promises for any specific plan.\n
      \n
      [Mega](https://mega.io/pro) - I like its very anti-google, very encrypted attitude. Born from the ashes of megaupload, they built encryption and zero knowledge into it. I LOVE that you can connect to it through the android app Solid Explorer and therefore don’t even need the mega app if you don’t want it. I hear bad things about it though? And it’s pretty expensive at $115 per year for 2TB.\n
      \n
      My personal thoughts/reasoning/caveats:\n
      \n
      **Homebrew stuff**: I don’t *quite* trust myself to use a homebrew setup like Nextcloud or Syncthing correctly. There’s too much in terms of labor, upkeep, catastrophic single points of failure where you could lose everything. I feel like I’m 70% of the way to being smart enough to do this.\n
      \n
      **Avoiding the Bad Guys and the Free Stuff**: I’ve tried the free version of just about everything, from Google to Onedrive to Dropbox to Mediafire to Mega. There’s even an android app that offers 1 free terrabyte?? But I don’t want something from the bad guys where I’m going to be integrated into their closed source death drap: Google, Amazon, Microsoft, Apple, and I don’t want a too-good-to-be-true free service where I’m the product.\n
      \n
      I also would prefer to avoid something from the upstarts who kinda-sorta imitate the bad guys: Dropbox, Mediafire, Box. Because I’m not sure how much I can trust any specific long term promise from them.\n
      \n
      **It sounds like you’re saying nothing is good enough! What exactly do you want!?** Something from good guys, not bad guys. Something like [Standardnotes](https://standardnotes.com/), but for file storage. They emphasize privacy, good governance principles and longevity of their service. Or [Linode](https://www.linode.com/support-experience/), with their independence, sense of mission, love of Linux & free software, all of which tells me they are good guys.\n
      \n
      Probably the correct answer is (1) here’s this magical perfect source I never thought of, or (2) I’m thinking this much about it, I should probably do Nextcloud or syncthing given all the constraints that I’m putting out there.\n
      \n
      Anyway, that’s my thoughts on cloud storage. What are yours?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689719793 {#2540
      date: 2023-07-19 00:36:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2545 …}
    +votes: Doctrine\ORM\PersistentCollection {#2548 …}
    +reports: Doctrine\ORM\PersistentCollection {#2550 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2552 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2554 …}
    +badges: Doctrine\ORM\PersistentCollection {#2556 …}
    +children: [
      App\Entity\EntryComment {#1562}
    ]
    -id: 1294
    -titleTs: "'2022':11 'best':1 'cloud':7 'googl':6 'non':5 'non-googl':4 'option':2 'storag':8"
    -bodyTs: "'-2':23 '/),':451 '/cloud-storage-pricing-plans.html?period=lifetime)':77 '/pricing)':123 '/pro)':173 '/support-experience/),':471 '1':22,337,497 '115':240 '2':509 '2tb':88,244 '350':94 '5tb':126 '70':290 '80/year':129 'afford':125 'also':387 'amazon':364 'android':208,333 'answer':495 'anti':179 'anti-googl':178 'anyway':534 'app':209,220,334 'appl':366 'ash':187 'attitud':183 'avoid':301,391 'bad':229,303,348,402,444 'best':8,134 'born':184 'box':406 'break':19 'built':191 'catastroph':275 'close':359 'cloud':9,540 'connect':203 'constraint':527 'correct':265,494 'could':282 'day':13 'deal':135 'death':361 'drap':362 'dropbox':324,404 'emphas':457 'encrypt':182,192 'enough':297,433 'even':33,216,331 'everyth':284,318 'exact':435 'expens':238 'explor':211 'failur':279 'far':73 'feel':5,286 'file':454 'free':307,313,338,379,481 'given':524 'go':353 'good':147,375,432,441,459,490 'googl':180,320,363 'govern':460 'guy':148,304,349,403,442,445,491 'halfway':34 'hear':228 'homebrew':248,259 'ident':140 'idriv':120 'imit':400 'independ':474 'integr':356 'interfac':108 'intrigu':78 'kinda':398 'kinda-sorta':397 'know':103,115 'knowledg':195 'labor':273 'lemmi':3 'lifetim':85 'like':38,175,261,287,426,447 'linod':468 'linux':480 'long':163,419 'long-term':162 'longev':463 'lose':283 'lot':98 'love':106,199,478 'm':27,67,154,289,352,383,409,511,530 'magic':501 'make':161 'mayb':64 'mean':152 'mediafir':326,405 'mega':170,219,328 'mega.io':172 'mega.io/pro)':171 'megaupload':189 'microsoft':365 'might':131 'mind':42 'mission':477 'much':269,413,514 'need':50,217 'netflix':60 'never':505 'nextcloud':262,521 'noth':137,430 'offer':336 'onedr':322 'option':11 'pay':82 'pcloud':74 'peac':40 'per':241 'perfect':502 'person':246 'plan':86,169 'point':277 'potenti':44 'prefer':389 'pretti':237 'price':61 'principl':461 'privaci':458 'probabl':31,492,519 'product':385 'promis':165,421 'put':531 'quit':253 'rang':25,62 're':428 'readi':68 'realli':16 'say':429 'sens':475 'servic':380,466 'setup':260 'singl':276 'smart':296 'softwar':482 'solid':210 'someth':57,65,345,392,439,446 'sorta':399 'sound':425 'sourc':360,503 'space':47 'specif':168,418 'standardnot':448 'standardnotes.com':450 'standardnotes.com/),':449 'storag':10,90,455,541 'stuff':249,308 'subscrib':55 'suggest':141 'super':124 'sure':156,411 'syncth':264,523 'tb':24 'tell':486 'term':164,271,420 'terrabyt':339 'therefor':213 'thing':230 'think':54,512 'though':233 'thought':71,506,538 'thoughts/reasoning/caveats':247 'too-good-to-be-tru':373 'tri':311 'true':378 'trust':118,158,254,416 'upkeep':274 'upstart':395 'usabl':110 'use':257 've':310 'version':314 'want':17,225,344,371,438 'way':293 'would':388 'www.idrive.com':122 'www.idrive.com/pricing)':121 'www.linode.com':470 'www.linode.com/support-experience/),':469 'www.pcloud.com':76 'www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime)':75 'year':242 'yet':30 'zero':194"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1642260128
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/149005"
    +editedAt: null
    +createdAt: DateTimeImmutable @1642173728 {#2526
      date: 2022-01-14 16:22:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve been happy with Sync for close to a decade now."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689479175 {#1566
    date: 2023-07-16 05:46:15.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abbenm@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1554 …}
  +nested: Doctrine\ORM\PersistentCollection {#1556 …}
  +votes: Doctrine\ORM\PersistentCollection {#1555 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 19289
  -bodyTs: "'close':8 'decad':11 'happi':4 'sync':6 've':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/1107243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689479175 {#1563
    date: 2023-07-16 05:46:15.0 +02:00
  }
  +"title": 19289
}
"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
92 DENIED moderate
App\Entity\EntryComment {#1562
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1565
    +user: Proxies\__CG__\App\Entity\User {#1356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2256 …}
    +slug: "Best-options-for-Non-Google-cloud-storage-as-of-2022"
    +title: "Best options for Non-Google cloud storage as of 2022?"
    +url: null
    +body: """
      What are Lemmy’s feelings about the best cloud storage options these days, if you really want to break into the 1-2TB range? I’m not there yet, probably not even halfway there, but I like the peace of mind of potentially having the space if I need it. And I think subscribing to something in the Netflix price range is maybe something I’m ready for.\n
      \n
      My thoughts so far:\n
      \n
      [pcloud](https://www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime) - Intriguing because you can pay for a “lifetime” plan of 2TB of storage. But it’s $350, which is a lot, and I don’t know that I love the interface or usability, and I don’t know if I trust them.\n
      \n
      [iDrive](https://www.idrive.com/pricing) - Super affordable. 5tb for “just” $80/year. It might be the best deal, but nothing about their identity suggests to me that they are “good guys.” By which I mean, I’m not sure I trust them to make long-term promises for any specific plan.\n
      \n
      [Mega](https://mega.io/pro) - I like its very anti-google, very encrypted attitude. Born from the ashes of megaupload, they built encryption and zero knowledge into it. I LOVE that you can connect to it through the android app Solid Explorer and therefore don’t even need the mega app if you don’t want it. I hear bad things about it though? And it’s pretty expensive at $115 per year for 2TB.\n
      \n
      My personal thoughts/reasoning/caveats:\n
      \n
      **Homebrew stuff**: I don’t *quite* trust myself to use a homebrew setup like Nextcloud or Syncthing correctly. There’s too much in terms of labor, upkeep, catastrophic single points of failure where you could lose everything. I feel like I’m 70% of the way to being smart enough to do this.\n
      \n
      **Avoiding the Bad Guys and the Free Stuff**: I’ve tried the free version of just about everything, from Google to Onedrive to Dropbox to Mediafire to Mega. There’s even an android app that offers 1 free terrabyte?? But I don’t want something from the bad guys where I’m going to be integrated into their closed source death drap: Google, Amazon, Microsoft, Apple, and I don’t want a too-good-to-be-true free service where I’m the product.\n
      \n
      I also would prefer to avoid something from the upstarts who kinda-sorta imitate the bad guys: Dropbox, Mediafire, Box. Because I’m not sure how much I can trust any specific long term promise from them.\n
      \n
      **It sounds like you’re saying nothing is good enough! What exactly do you want!?** Something from good guys, not bad guys. Something like [Standardnotes](https://standardnotes.com/), but for file storage. They emphasize privacy, good governance principles and longevity of their service. Or [Linode](https://www.linode.com/support-experience/), with their independence, sense of mission, love of Linux & free software, all of which tells me they are good guys.\n
      \n
      Probably the correct answer is (1) here’s this magical perfect source I never thought of, or (2) I’m thinking this much about it, I should probably do Nextcloud or syncthing given all the constraints that I’m putting out there.\n
      \n
      Anyway, that’s my thoughts on cloud storage. What are yours?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689719793 {#2540
      date: 2023-07-19 00:36:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2545 …}
    +votes: Doctrine\ORM\PersistentCollection {#2548 …}
    +reports: Doctrine\ORM\PersistentCollection {#2550 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2552 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2554 …}
    +badges: Doctrine\ORM\PersistentCollection {#2556 …}
    +children: [
      App\Entity\EntryComment {#1562}
    ]
    -id: 1294
    -titleTs: "'2022':11 'best':1 'cloud':7 'googl':6 'non':5 'non-googl':4 'option':2 'storag':8"
    -bodyTs: "'-2':23 '/),':451 '/cloud-storage-pricing-plans.html?period=lifetime)':77 '/pricing)':123 '/pro)':173 '/support-experience/),':471 '1':22,337,497 '115':240 '2':509 '2tb':88,244 '350':94 '5tb':126 '70':290 '80/year':129 'afford':125 'also':387 'amazon':364 'android':208,333 'answer':495 'anti':179 'anti-googl':178 'anyway':534 'app':209,220,334 'appl':366 'ash':187 'attitud':183 'avoid':301,391 'bad':229,303,348,402,444 'best':8,134 'born':184 'box':406 'break':19 'built':191 'catastroph':275 'close':359 'cloud':9,540 'connect':203 'constraint':527 'correct':265,494 'could':282 'day':13 'deal':135 'death':361 'drap':362 'dropbox':324,404 'emphas':457 'encrypt':182,192 'enough':297,433 'even':33,216,331 'everyth':284,318 'exact':435 'expens':238 'explor':211 'failur':279 'far':73 'feel':5,286 'file':454 'free':307,313,338,379,481 'given':524 'go':353 'good':147,375,432,441,459,490 'googl':180,320,363 'govern':460 'guy':148,304,349,403,442,445,491 'halfway':34 'hear':228 'homebrew':248,259 'ident':140 'idriv':120 'imit':400 'independ':474 'integr':356 'interfac':108 'intrigu':78 'kinda':398 'kinda-sorta':397 'know':103,115 'knowledg':195 'labor':273 'lemmi':3 'lifetim':85 'like':38,175,261,287,426,447 'linod':468 'linux':480 'long':163,419 'long-term':162 'longev':463 'lose':283 'lot':98 'love':106,199,478 'm':27,67,154,289,352,383,409,511,530 'magic':501 'make':161 'mayb':64 'mean':152 'mediafir':326,405 'mega':170,219,328 'mega.io':172 'mega.io/pro)':171 'megaupload':189 'microsoft':365 'might':131 'mind':42 'mission':477 'much':269,413,514 'need':50,217 'netflix':60 'never':505 'nextcloud':262,521 'noth':137,430 'offer':336 'onedr':322 'option':11 'pay':82 'pcloud':74 'peac':40 'per':241 'perfect':502 'person':246 'plan':86,169 'point':277 'potenti':44 'prefer':389 'pretti':237 'price':61 'principl':461 'privaci':458 'probabl':31,492,519 'product':385 'promis':165,421 'put':531 'quit':253 'rang':25,62 're':428 'readi':68 'realli':16 'say':429 'sens':475 'servic':380,466 'setup':260 'singl':276 'smart':296 'softwar':482 'solid':210 'someth':57,65,345,392,439,446 'sorta':399 'sound':425 'sourc':360,503 'space':47 'specif':168,418 'standardnot':448 'standardnotes.com':450 'standardnotes.com/),':449 'storag':10,90,455,541 'stuff':249,308 'subscrib':55 'suggest':141 'super':124 'sure':156,411 'syncth':264,523 'tb':24 'tell':486 'term':164,271,420 'terrabyt':339 'therefor':213 'thing':230 'think':54,512 'though':233 'thought':71,506,538 'thoughts/reasoning/caveats':247 'too-good-to-be-tru':373 'tri':311 'true':378 'trust':118,158,254,416 'upkeep':274 'upstart':395 'usabl':110 'use':257 've':310 'version':314 'want':17,225,344,371,438 'way':293 'would':388 'www.idrive.com':122 'www.idrive.com/pricing)':121 'www.linode.com':470 'www.linode.com/support-experience/),':469 'www.pcloud.com':76 'www.pcloud.com/cloud-storage-pricing-plans.html?period=lifetime)':75 'year':242 'yet':30 'zero':194"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1642260128
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/149005"
    +editedAt: null
    +createdAt: DateTimeImmutable @1642173728 {#2526
      date: 2022-01-14 16:22:08.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1573 …}
  +image: null
  +parent: null
  +root: null
  +body: "I’ve been happy with Sync for close to a decade now."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1689479175 {#1566
    date: 2023-07-16 05:46:15.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abbenm@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1554 …}
  +nested: Doctrine\ORM\PersistentCollection {#1556 …}
  +votes: Doctrine\ORM\PersistentCollection {#1555 …}
  +reports: Doctrine\ORM\PersistentCollection {#1620 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1604 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1619 …}
  -id: 19289
  -bodyTs: "'close':8 'decad':11 'happi':4 'sync':6 've':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/1107243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689479175 {#1563
    date: 2023-07-16 05:46:15.0 +02:00
  }
  +"title": 19289
}
"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
93 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
94 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