GET https://kbin.spritesserver.nl/u/@ReversalHatchery@beehaw.org/hot?p=4

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 …}
}
1.04 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2028
  +user: Proxies\__CG__\App\Entity\User {#2261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1988 …}
  +slug: "Just-read-Madaidans-Insecurities-Do-you-know-how-much-is"
  +title: "Just read Madaidans Insecurities. Do you know how much is still relevant?"
  +url: "https://www.madaidans-insecurities.github.io/linux.html"
  +body: """
    Basically\n
    \n
    - Sandboxing is bad, bubblewrap (used in Flatpak) is a really good implementation though. Firefox and other apps are not very well sandboxed though\n
    - The kernel is endangered through user namespaces (used in Flatpak and Podman/Docker containers i.e. in Distrobox and Toolbox too)\n
    - the root password can be extracted veeery easily, especially when entering it through a terminal. Windows “okay” button might actually be more secure!\n
    - X11 is insecure, okay we know that\n
    - the kernel is very bloated and everything in there has all the permissions, which is not needed\n
    - Kernel bugs are often not fixed quickly or at all\n
    - Stable Distros are insecure if only CVE bugs are backported, as many security bugs dont get a CVE\n
    \n
    I am currently experimenting with the hardened Kernel and hardened_malloc, I use GrapheneOS since over a year.\n
    \n
    On Linux its a bit more difficult though, as Flatpak and Distrobox dont work anymore.\n
    \n
    This would mean user namespaces need to be enabled again, which I can’t seem to make work with\n
    \n
    `sudo sysctl -w kernel.unprivileged_users_clone=1`\n
    \n
    But the file doesnt exist and creating it doesnt work, probably needs to be a karg or something?\n
    \n
    I am testing all this using the hardened mod of Ublue (a slight Fedora deviation using its image-based distribution model):\n
    \n
    [github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)\n
    \n
    The images are rather opinionated though and have things like Flatpak removed, making them nearly unusable.\n
    \n
    Maybe nix is a solution? Would this be a good idea?\n
    \n
    Another point, bubblejail is not yet in the Fedora repos, which would be a way to make secure sandboxing accessible. [Here](https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail) is a spec file from rusty-snake.\n
    \n
    What do you know about this?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700929355 {#2184
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2003 …}
  +votes: Doctrine\ORM\PersistentCollection {#1995 …}
  +reports: Doctrine\ORM\PersistentCollection {#2006 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1998 …}
  +badges: Doctrine\ORM\PersistentCollection {#2001 …}
  +children: [
    App\Entity\EntryComment {#2021
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +body: "I’m not sure if at this point the browser verifies whether the cert is even legit for github.com"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700929355 {#2011
        date: 2023-11-25 17:22:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 162857
      -bodyTs: "'browser':10 'cert':14 'even':16 'github.com':19 'legit':17 'm':2 'point':8 'sure':4 'verifi':11 'whether':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1735772"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700929355 {#2033
        date: 2023-11-25 17:22:35.0 +01:00
      }
      +"title": 162857
    }
  ]
  -id: 16138
  -titleTs: "'insecur':4 'know':7 'madaidan':3 'much':9 'read':2 'relev':12 'still':11"
  -bodyTs: "'/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':220 '/rusty-snake/fedora-extras/tree/main/bubblejail)':271 '1':177 'access':267 'actual':63 'anoth':248 'anymor':151 'app':18 'backport':110 'bad':4 'base':215 'basic':1 'bit':141 'bloat':78 'bubblejail':250 'bubblewrap':5 'bug':92,108,114 'button':61 'clone':176 'contain':37 'creat':184 'current':121 'cve':107,118 'deviat':210 'difficult':143 'distribut':216 'distro':102 'distrobox':40,148 'doesnt':181,186 'dont':115,149 'easili':51 'enabl':160 'endang':28 'enter':54 'especi':52 'everyth':80 'exist':182 'experi':122 'extract':49 'fedora':209,256 'file':180,275 'firefox':15 'fix':96 'flatpak':8,34,146,231 'get':116 'github.com':219,270 'github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':218 'github.com/rusty-snake/fedora-extras/tree/main/bubblejail)':269 'good':12,246 'grapheneo':132 'harden':125,128,203 'i.e':38 'idea':247 'imag':214,222 'image-bas':213 'implement':13 'insecur':69,104 'karg':193 'kernel':26,75,91,126 'kernel.unprivileged':174 'know':72,283 'like':230 'linux':138 'make':168,233,264 'malloc':129 'mani':112 'mayb':237 'mean':154 'might':62 'mod':204 'model':217 'namespac':31,156 'near':235 'need':90,157,189 'nix':238 'often':94 'okay':60,70 'opinion':225 'password':46 'permiss':86 'podman/docker':36 'point':249 'probabl':188 'quick':97 'rather':224 'realli':11 'remov':232 'repo':257 'root':45 'rusti':278 'rusty-snak':277 'sandbox':2,23,266 'secur':66,113,265 'seem':166 'sinc':133 'slight':208 'snake':279 'solut':241 'someth':195 'spec':274 'stabl':101 'sudo':171 'sysctl':172 'termin':58 'test':198 'thing':229 'though':14,24,144,226 'toolbox':42 'ublu':206 'unus':236 'use':6,32,131,201,211 'user':30,155,175 'veeeri':50 'w':173 'way':262 'well':22 'window':59 'work':150,169,187 'would':153,242,259 'x11':67 'year':136 'yet':253"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700870525
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5981126"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700784125 {#2149
    date: 2023-11-24 01:02:05.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 {#2028
  +user: Proxies\__CG__\App\Entity\User {#2261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1988 …}
  +slug: "Just-read-Madaidans-Insecurities-Do-you-know-how-much-is"
  +title: "Just read Madaidans Insecurities. Do you know how much is still relevant?"
  +url: "https://www.madaidans-insecurities.github.io/linux.html"
  +body: """
    Basically\n
    \n
    - Sandboxing is bad, bubblewrap (used in Flatpak) is a really good implementation though. Firefox and other apps are not very well sandboxed though\n
    - The kernel is endangered through user namespaces (used in Flatpak and Podman/Docker containers i.e. in Distrobox and Toolbox too)\n
    - the root password can be extracted veeery easily, especially when entering it through a terminal. Windows “okay” button might actually be more secure!\n
    - X11 is insecure, okay we know that\n
    - the kernel is very bloated and everything in there has all the permissions, which is not needed\n
    - Kernel bugs are often not fixed quickly or at all\n
    - Stable Distros are insecure if only CVE bugs are backported, as many security bugs dont get a CVE\n
    \n
    I am currently experimenting with the hardened Kernel and hardened_malloc, I use GrapheneOS since over a year.\n
    \n
    On Linux its a bit more difficult though, as Flatpak and Distrobox dont work anymore.\n
    \n
    This would mean user namespaces need to be enabled again, which I can’t seem to make work with\n
    \n
    `sudo sysctl -w kernel.unprivileged_users_clone=1`\n
    \n
    But the file doesnt exist and creating it doesnt work, probably needs to be a karg or something?\n
    \n
    I am testing all this using the hardened mod of Ublue (a slight Fedora deviation using its image-based distribution model):\n
    \n
    [github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)\n
    \n
    The images are rather opinionated though and have things like Flatpak removed, making them nearly unusable.\n
    \n
    Maybe nix is a solution? Would this be a good idea?\n
    \n
    Another point, bubblejail is not yet in the Fedora repos, which would be a way to make secure sandboxing accessible. [Here](https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail) is a spec file from rusty-snake.\n
    \n
    What do you know about this?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700929355 {#2184
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2003 …}
  +votes: Doctrine\ORM\PersistentCollection {#1995 …}
  +reports: Doctrine\ORM\PersistentCollection {#2006 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1998 …}
  +badges: Doctrine\ORM\PersistentCollection {#2001 …}
  +children: [
    App\Entity\EntryComment {#2021
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +body: "I’m not sure if at this point the browser verifies whether the cert is even legit for github.com"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700929355 {#2011
        date: 2023-11-25 17:22:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 162857
      -bodyTs: "'browser':10 'cert':14 'even':16 'github.com':19 'legit':17 'm':2 'point':8 'sure':4 'verifi':11 'whether':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1735772"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700929355 {#2033
        date: 2023-11-25 17:22:35.0 +01:00
      }
      +"title": 162857
    }
  ]
  -id: 16138
  -titleTs: "'insecur':4 'know':7 'madaidan':3 'much':9 'read':2 'relev':12 'still':11"
  -bodyTs: "'/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':220 '/rusty-snake/fedora-extras/tree/main/bubblejail)':271 '1':177 'access':267 'actual':63 'anoth':248 'anymor':151 'app':18 'backport':110 'bad':4 'base':215 'basic':1 'bit':141 'bloat':78 'bubblejail':250 'bubblewrap':5 'bug':92,108,114 'button':61 'clone':176 'contain':37 'creat':184 'current':121 'cve':107,118 'deviat':210 'difficult':143 'distribut':216 'distro':102 'distrobox':40,148 'doesnt':181,186 'dont':115,149 'easili':51 'enabl':160 'endang':28 'enter':54 'especi':52 'everyth':80 'exist':182 'experi':122 'extract':49 'fedora':209,256 'file':180,275 'firefox':15 'fix':96 'flatpak':8,34,146,231 'get':116 'github.com':219,270 'github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':218 'github.com/rusty-snake/fedora-extras/tree/main/bubblejail)':269 'good':12,246 'grapheneo':132 'harden':125,128,203 'i.e':38 'idea':247 'imag':214,222 'image-bas':213 'implement':13 'insecur':69,104 'karg':193 'kernel':26,75,91,126 'kernel.unprivileged':174 'know':72,283 'like':230 'linux':138 'make':168,233,264 'malloc':129 'mani':112 'mayb':237 'mean':154 'might':62 'mod':204 'model':217 'namespac':31,156 'near':235 'need':90,157,189 'nix':238 'often':94 'okay':60,70 'opinion':225 'password':46 'permiss':86 'podman/docker':36 'point':249 'probabl':188 'quick':97 'rather':224 'realli':11 'remov':232 'repo':257 'root':45 'rusti':278 'rusty-snak':277 'sandbox':2,23,266 'secur':66,113,265 'seem':166 'sinc':133 'slight':208 'snake':279 'solut':241 'someth':195 'spec':274 'stabl':101 'sudo':171 'sysctl':172 'termin':58 'test':198 'thing':229 'though':14,24,144,226 'toolbox':42 'ublu':206 'unus':236 'use':6,32,131,201,211 'user':30,155,175 'veeeri':50 'w':173 'way':262 'well':22 'window':59 'work':150,169,187 'would':153,242,259 'x11':67 'year':136 'yet':253"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700870525
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5981126"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700784125 {#2149
    date: 2023-11-24 01:02:05.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 {#2028
  +user: Proxies\__CG__\App\Entity\User {#2261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1988 …}
  +slug: "Just-read-Madaidans-Insecurities-Do-you-know-how-much-is"
  +title: "Just read Madaidans Insecurities. Do you know how much is still relevant?"
  +url: "https://www.madaidans-insecurities.github.io/linux.html"
  +body: """
    Basically\n
    \n
    - Sandboxing is bad, bubblewrap (used in Flatpak) is a really good implementation though. Firefox and other apps are not very well sandboxed though\n
    - The kernel is endangered through user namespaces (used in Flatpak and Podman/Docker containers i.e. in Distrobox and Toolbox too)\n
    - the root password can be extracted veeery easily, especially when entering it through a terminal. Windows “okay” button might actually be more secure!\n
    - X11 is insecure, okay we know that\n
    - the kernel is very bloated and everything in there has all the permissions, which is not needed\n
    - Kernel bugs are often not fixed quickly or at all\n
    - Stable Distros are insecure if only CVE bugs are backported, as many security bugs dont get a CVE\n
    \n
    I am currently experimenting with the hardened Kernel and hardened_malloc, I use GrapheneOS since over a year.\n
    \n
    On Linux its a bit more difficult though, as Flatpak and Distrobox dont work anymore.\n
    \n
    This would mean user namespaces need to be enabled again, which I can’t seem to make work with\n
    \n
    `sudo sysctl -w kernel.unprivileged_users_clone=1`\n
    \n
    But the file doesnt exist and creating it doesnt work, probably needs to be a karg or something?\n
    \n
    I am testing all this using the hardened mod of Ublue (a slight Fedora deviation using its image-based distribution model):\n
    \n
    [github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)\n
    \n
    The images are rather opinionated though and have things like Flatpak removed, making them nearly unusable.\n
    \n
    Maybe nix is a solution? Would this be a good idea?\n
    \n
    Another point, bubblejail is not yet in the Fedora repos, which would be a way to make secure sandboxing accessible. [Here](https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail) is a spec file from rusty-snake.\n
    \n
    What do you know about this?
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700929355 {#2184
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2003 …}
  +votes: Doctrine\ORM\PersistentCollection {#1995 …}
  +reports: Doctrine\ORM\PersistentCollection {#2006 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1998 …}
  +badges: Doctrine\ORM\PersistentCollection {#2001 …}
  +children: [
    App\Entity\EntryComment {#2021
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2028 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +body: "I’m not sure if at this point the browser verifies whether the cert is even legit for github.com"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700929355 {#2011
        date: 2023-11-25 17:22:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 162857
      -bodyTs: "'browser':10 'cert':14 'even':16 'github.com':19 'legit':17 'm':2 'point':8 'sure':4 'verifi':11 'whether':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1735772"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700929355 {#2033
        date: 2023-11-25 17:22:35.0 +01:00
      }
      +"title": 162857
    }
  ]
  -id: 16138
  -titleTs: "'insecur':4 'know':7 'madaidan':3 'much':9 'read':2 'relev':12 'still':11"
  -bodyTs: "'/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':220 '/rusty-snake/fedora-extras/tree/main/bubblejail)':271 '1':177 'access':267 'actual':63 'anoth':248 'anymor':151 'app':18 'backport':110 'bad':4 'base':215 'basic':1 'bit':141 'bloat':78 'bubblejail':250 'bubblewrap':5 'bug':92,108,114 'button':61 'clone':176 'contain':37 'creat':184 'current':121 'cve':107,118 'deviat':210 'difficult':143 'distribut':216 'distro':102 'distrobox':40,148 'doesnt':181,186 'dont':115,149 'easili':51 'enabl':160 'endang':28 'enter':54 'especi':52 'everyth':80 'exist':182 'experi':122 'extract':49 'fedora':209,256 'file':180,275 'firefox':15 'fix':96 'flatpak':8,34,146,231 'get':116 'github.com':219,270 'github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':218 'github.com/rusty-snake/fedora-extras/tree/main/bubblejail)':269 'good':12,246 'grapheneo':132 'harden':125,128,203 'i.e':38 'idea':247 'imag':214,222 'image-bas':213 'implement':13 'insecur':69,104 'karg':193 'kernel':26,75,91,126 'kernel.unprivileged':174 'know':72,283 'like':230 'linux':138 'make':168,233,264 'malloc':129 'mani':112 'mayb':237 'mean':154 'might':62 'mod':204 'model':217 'namespac':31,156 'near':235 'need':90,157,189 'nix':238 'often':94 'okay':60,70 'opinion':225 'password':46 'permiss':86 'podman/docker':36 'point':249 'probabl':188 'quick':97 'rather':224 'realli':11 'remov':232 'repo':257 'root':45 'rusti':278 'rusty-snak':277 'sandbox':2,23,266 'secur':66,113,265 'seem':166 'sinc':133 'slight':208 'snake':279 'solut':241 'someth':195 'spec':274 'stabl':101 'sudo':171 'sysctl':172 'termin':58 'test':198 'thing':229 'though':14,24,144,226 'toolbox':42 'ublu':206 'unus':236 'use':6,32,131,201,211 'user':30,155,175 'veeeri':50 'w':173 'way':262 'well':22 'window':59 'work':150,169,187 'would':153,242,259 'x11':67 'year':136 'yet':253"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700870525
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5981126"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700784125 {#2149
    date: 2023-11-24 01:02:05.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 {#2021
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#2261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1988 …}
    +slug: "Just-read-Madaidans-Insecurities-Do-you-know-how-much-is"
    +title: "Just read Madaidans Insecurities. Do you know how much is still relevant?"
    +url: "https://www.madaidans-insecurities.github.io/linux.html"
    +body: """
      Basically\n
      \n
      - Sandboxing is bad, bubblewrap (used in Flatpak) is a really good implementation though. Firefox and other apps are not very well sandboxed though\n
      - The kernel is endangered through user namespaces (used in Flatpak and Podman/Docker containers i.e. in Distrobox and Toolbox too)\n
      - the root password can be extracted veeery easily, especially when entering it through a terminal. Windows “okay” button might actually be more secure!\n
      - X11 is insecure, okay we know that\n
      - the kernel is very bloated and everything in there has all the permissions, which is not needed\n
      - Kernel bugs are often not fixed quickly or at all\n
      - Stable Distros are insecure if only CVE bugs are backported, as many security bugs dont get a CVE\n
      \n
      I am currently experimenting with the hardened Kernel and hardened_malloc, I use GrapheneOS since over a year.\n
      \n
      On Linux its a bit more difficult though, as Flatpak and Distrobox dont work anymore.\n
      \n
      This would mean user namespaces need to be enabled again, which I can’t seem to make work with\n
      \n
      `sudo sysctl -w kernel.unprivileged_users_clone=1`\n
      \n
      But the file doesnt exist and creating it doesnt work, probably needs to be a karg or something?\n
      \n
      I am testing all this using the hardened mod of Ublue (a slight Fedora deviation using its image-based distribution model):\n
      \n
      [github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)\n
      \n
      The images are rather opinionated though and have things like Flatpak removed, making them nearly unusable.\n
      \n
      Maybe nix is a solution? Would this be a good idea?\n
      \n
      Another point, bubblejail is not yet in the Fedora repos, which would be a way to make secure sandboxing accessible. [Here](https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail) is a spec file from rusty-snake.\n
      \n
      What do you know about this?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700929355 {#2184
      date: 2023-11-25 17:22:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2003 …}
    +votes: Doctrine\ORM\PersistentCollection {#1995 …}
    +reports: Doctrine\ORM\PersistentCollection {#2006 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1998 …}
    +badges: Doctrine\ORM\PersistentCollection {#2001 …}
    +children: [
      App\Entity\EntryComment {#2021}
    ]
    -id: 16138
    -titleTs: "'insecur':4 'know':7 'madaidan':3 'much':9 'read':2 'relev':12 'still':11"
    -bodyTs: "'/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':220 '/rusty-snake/fedora-extras/tree/main/bubblejail)':271 '1':177 'access':267 'actual':63 'anoth':248 'anymor':151 'app':18 'backport':110 'bad':4 'base':215 'basic':1 'bit':141 'bloat':78 'bubblejail':250 'bubblewrap':5 'bug':92,108,114 'button':61 'clone':176 'contain':37 'creat':184 'current':121 'cve':107,118 'deviat':210 'difficult':143 'distribut':216 'distro':102 'distrobox':40,148 'doesnt':181,186 'dont':115,149 'easili':51 'enabl':160 'endang':28 'enter':54 'especi':52 'everyth':80 'exist':182 'experi':122 'extract':49 'fedora':209,256 'file':180,275 'firefox':15 'fix':96 'flatpak':8,34,146,231 'get':116 'github.com':219,270 'github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':218 'github.com/rusty-snake/fedora-extras/tree/main/bubblejail)':269 'good':12,246 'grapheneo':132 'harden':125,128,203 'i.e':38 'idea':247 'imag':214,222 'image-bas':213 'implement':13 'insecur':69,104 'karg':193 'kernel':26,75,91,126 'kernel.unprivileged':174 'know':72,283 'like':230 'linux':138 'make':168,233,264 'malloc':129 'mani':112 'mayb':237 'mean':154 'might':62 'mod':204 'model':217 'namespac':31,156 'near':235 'need':90,157,189 'nix':238 'often':94 'okay':60,70 'opinion':225 'password':46 'permiss':86 'podman/docker':36 'point':249 'probabl':188 'quick':97 'rather':224 'realli':11 'remov':232 'repo':257 'root':45 'rusti':278 'rusty-snak':277 'sandbox':2,23,266 'secur':66,113,265 'seem':166 'sinc':133 'slight':208 'snake':279 'solut':241 'someth':195 'spec':274 'stabl':101 'sudo':171 'sysctl':172 'termin':58 'test':198 'thing':229 'though':14,24,144,226 'toolbox':42 'ublu':206 'unus':236 'use':6,32,131,201,211 'user':30,155,175 'veeeri':50 'w':173 'way':262 'well':22 'window':59 'work':150,169,187 'would':153,242,259 'x11':67 'year':136 'yet':253"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700870525
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5981126"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700784125 {#2149
      date: 2023-11-24 01:02:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +body: "I’m not sure if at this point the browser verifies whether the cert is even legit for github.com"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700929355 {#2011
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 162857
  -bodyTs: "'browser':10 'cert':14 'even':16 'github.com':19 'legit':17 'm':2 'point':8 'sure':4 'verifi':11 'whether':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1735772"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700929355 {#2033
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +"title": 162857
}
"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 {#2021
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#2261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1988 …}
    +slug: "Just-read-Madaidans-Insecurities-Do-you-know-how-much-is"
    +title: "Just read Madaidans Insecurities. Do you know how much is still relevant?"
    +url: "https://www.madaidans-insecurities.github.io/linux.html"
    +body: """
      Basically\n
      \n
      - Sandboxing is bad, bubblewrap (used in Flatpak) is a really good implementation though. Firefox and other apps are not very well sandboxed though\n
      - The kernel is endangered through user namespaces (used in Flatpak and Podman/Docker containers i.e. in Distrobox and Toolbox too)\n
      - the root password can be extracted veeery easily, especially when entering it through a terminal. Windows “okay” button might actually be more secure!\n
      - X11 is insecure, okay we know that\n
      - the kernel is very bloated and everything in there has all the permissions, which is not needed\n
      - Kernel bugs are often not fixed quickly or at all\n
      - Stable Distros are insecure if only CVE bugs are backported, as many security bugs dont get a CVE\n
      \n
      I am currently experimenting with the hardened Kernel and hardened_malloc, I use GrapheneOS since over a year.\n
      \n
      On Linux its a bit more difficult though, as Flatpak and Distrobox dont work anymore.\n
      \n
      This would mean user namespaces need to be enabled again, which I can’t seem to make work with\n
      \n
      `sudo sysctl -w kernel.unprivileged_users_clone=1`\n
      \n
      But the file doesnt exist and creating it doesnt work, probably needs to be a karg or something?\n
      \n
      I am testing all this using the hardened mod of Ublue (a slight Fedora deviation using its image-based distribution model):\n
      \n
      [github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)\n
      \n
      The images are rather opinionated though and have things like Flatpak removed, making them nearly unusable.\n
      \n
      Maybe nix is a solution? Would this be a good idea?\n
      \n
      Another point, bubblejail is not yet in the Fedora repos, which would be a way to make secure sandboxing accessible. [Here](https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail) is a spec file from rusty-snake.\n
      \n
      What do you know about this?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700929355 {#2184
      date: 2023-11-25 17:22:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2003 …}
    +votes: Doctrine\ORM\PersistentCollection {#1995 …}
    +reports: Doctrine\ORM\PersistentCollection {#2006 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1998 …}
    +badges: Doctrine\ORM\PersistentCollection {#2001 …}
    +children: [
      App\Entity\EntryComment {#2021}
    ]
    -id: 16138
    -titleTs: "'insecur':4 'know':7 'madaidan':3 'much':9 'read':2 'relev':12 'still':11"
    -bodyTs: "'/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':220 '/rusty-snake/fedora-extras/tree/main/bubblejail)':271 '1':177 'access':267 'actual':63 'anoth':248 'anymor':151 'app':18 'backport':110 'bad':4 'base':215 'basic':1 'bit':141 'bloat':78 'bubblejail':250 'bubblewrap':5 'bug':92,108,114 'button':61 'clone':176 'contain':37 'creat':184 'current':121 'cve':107,118 'deviat':210 'difficult':143 'distribut':216 'distro':102 'distrobox':40,148 'doesnt':181,186 'dont':115,149 'easili':51 'enabl':160 'endang':28 'enter':54 'especi':52 'everyth':80 'exist':182 'experi':122 'extract':49 'fedora':209,256 'file':180,275 'firefox':15 'fix':96 'flatpak':8,34,146,231 'get':116 'github.com':219,270 'github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':218 'github.com/rusty-snake/fedora-extras/tree/main/bubblejail)':269 'good':12,246 'grapheneo':132 'harden':125,128,203 'i.e':38 'idea':247 'imag':214,222 'image-bas':213 'implement':13 'insecur':69,104 'karg':193 'kernel':26,75,91,126 'kernel.unprivileged':174 'know':72,283 'like':230 'linux':138 'make':168,233,264 'malloc':129 'mani':112 'mayb':237 'mean':154 'might':62 'mod':204 'model':217 'namespac':31,156 'near':235 'need':90,157,189 'nix':238 'often':94 'okay':60,70 'opinion':225 'password':46 'permiss':86 'podman/docker':36 'point':249 'probabl':188 'quick':97 'rather':224 'realli':11 'remov':232 'repo':257 'root':45 'rusti':278 'rusty-snak':277 'sandbox':2,23,266 'secur':66,113,265 'seem':166 'sinc':133 'slight':208 'snake':279 'solut':241 'someth':195 'spec':274 'stabl':101 'sudo':171 'sysctl':172 'termin':58 'test':198 'thing':229 'though':14,24,144,226 'toolbox':42 'ublu':206 'unus':236 'use':6,32,131,201,211 'user':30,155,175 'veeeri':50 'w':173 'way':262 'well':22 'window':59 'work':150,169,187 'would':153,242,259 'x11':67 'year':136 'yet':253"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700870525
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5981126"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700784125 {#2149
      date: 2023-11-24 01:02:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +body: "I’m not sure if at this point the browser verifies whether the cert is even legit for github.com"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700929355 {#2011
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 162857
  -bodyTs: "'browser':10 'cert':14 'even':16 'github.com':19 'legit':17 'm':2 'point':8 'sure':4 'verifi':11 'whether':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1735772"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700929355 {#2033
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +"title": 162857
}
"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 {#2021
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2028
    +user: Proxies\__CG__\App\Entity\User {#2261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1988 …}
    +slug: "Just-read-Madaidans-Insecurities-Do-you-know-how-much-is"
    +title: "Just read Madaidans Insecurities. Do you know how much is still relevant?"
    +url: "https://www.madaidans-insecurities.github.io/linux.html"
    +body: """
      Basically\n
      \n
      - Sandboxing is bad, bubblewrap (used in Flatpak) is a really good implementation though. Firefox and other apps are not very well sandboxed though\n
      - The kernel is endangered through user namespaces (used in Flatpak and Podman/Docker containers i.e. in Distrobox and Toolbox too)\n
      - the root password can be extracted veeery easily, especially when entering it through a terminal. Windows “okay” button might actually be more secure!\n
      - X11 is insecure, okay we know that\n
      - the kernel is very bloated and everything in there has all the permissions, which is not needed\n
      - Kernel bugs are often not fixed quickly or at all\n
      - Stable Distros are insecure if only CVE bugs are backported, as many security bugs dont get a CVE\n
      \n
      I am currently experimenting with the hardened Kernel and hardened_malloc, I use GrapheneOS since over a year.\n
      \n
      On Linux its a bit more difficult though, as Flatpak and Distrobox dont work anymore.\n
      \n
      This would mean user namespaces need to be enabled again, which I can’t seem to make work with\n
      \n
      `sudo sysctl -w kernel.unprivileged_users_clone=1`\n
      \n
      But the file doesnt exist and creating it doesnt work, probably needs to be a karg or something?\n
      \n
      I am testing all this using the hardened mod of Ublue (a slight Fedora deviation using its image-based distribution model):\n
      \n
      [github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)\n
      \n
      The images are rather opinionated though and have things like Flatpak removed, making them nearly unusable.\n
      \n
      Maybe nix is a solution? Would this be a good idea?\n
      \n
      Another point, bubblejail is not yet in the Fedora repos, which would be a way to make secure sandboxing accessible. [Here](https://github.com/rusty-snake/fedora-extras/tree/main/bubblejail) is a spec file from rusty-snake.\n
      \n
      What do you know about this?
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 8
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700929355 {#2184
      date: 2023-11-25 17:22:35.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2003 …}
    +votes: Doctrine\ORM\PersistentCollection {#1995 …}
    +reports: Doctrine\ORM\PersistentCollection {#2006 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1998 …}
    +badges: Doctrine\ORM\PersistentCollection {#2001 …}
    +children: [
      App\Entity\EntryComment {#2021}
    ]
    -id: 16138
    -titleTs: "'insecur':4 'know':7 'madaidan':3 'much':9 'read':2 'relev':12 'still':11"
    -bodyTs: "'/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':220 '/rusty-snake/fedora-extras/tree/main/bubblejail)':271 '1':177 'access':267 'actual':63 'anoth':248 'anymor':151 'app':18 'backport':110 'bad':4 'base':215 'basic':1 'bit':141 'bloat':78 'bubblejail':250 'bubblewrap':5 'bug':92,108,114 'button':61 'clone':176 'contain':37 'creat':184 'current':121 'cve':107,118 'deviat':210 'difficult':143 'distribut':216 'distro':102 'distrobox':40,148 'doesnt':181,186 'dont':115,149 'easili':51 'enabl':160 'endang':28 'enter':54 'especi':52 'everyth':80 'exist':182 'experi':122 'extract':49 'fedora':209,256 'file':180,275 'firefox':15 'fix':96 'flatpak':8,34,146,231 'get':116 'github.com':219,270 'github.com/qoijjj/hardened-images](https://github.com/qoijjj/hardened-images)':218 'github.com/rusty-snake/fedora-extras/tree/main/bubblejail)':269 'good':12,246 'grapheneo':132 'harden':125,128,203 'i.e':38 'idea':247 'imag':214,222 'image-bas':213 'implement':13 'insecur':69,104 'karg':193 'kernel':26,75,91,126 'kernel.unprivileged':174 'know':72,283 'like':230 'linux':138 'make':168,233,264 'malloc':129 'mani':112 'mayb':237 'mean':154 'might':62 'mod':204 'model':217 'namespac':31,156 'near':235 'need':90,157,189 'nix':238 'often':94 'okay':60,70 'opinion':225 'password':46 'permiss':86 'podman/docker':36 'point':249 'probabl':188 'quick':97 'rather':224 'realli':11 'remov':232 'repo':257 'root':45 'rusti':278 'rusty-snak':277 'sandbox':2,23,266 'secur':66,113,265 'seem':166 'sinc':133 'slight':208 'snake':279 'solut':241 'someth':195 'spec':274 'stabl':101 'sudo':171 'sysctl':172 'termin':58 'test':198 'thing':229 'though':14,24,144,226 'toolbox':42 'ublu':206 'unus':236 'use':6,32,131,201,211 'user':30,155,175 'veeeri':50 'w':173 'way':262 'well':22 'window':59 'work':150,169,187 'would':153,242,259 'x11':67 'year':136 'yet':253"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700870525
    +visibility: "visible             "
    +apId: "https://feddit.de/post/5981126"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700784125 {#2149
      date: 2023-11-24 01:02:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +body: "I’m not sure if at this point the browser verifies whether the cert is even legit for github.com"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700929355 {#2011
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 162857
  -bodyTs: "'browser':10 'cert':14 'even':16 'github.com':19 'legit':17 'm':2 'point':8 'sure':4 'verifi':11 'whether':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1735772"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700929355 {#2033
    date: 2023-11-25 17:22:35.0 +01:00
  }
  +"title": 162857
}
"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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2215 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2152 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
  +slug: "Ubuntu-Linux-Squeezes-20-More-Performance-Than-Windows-11-On"
  +title: "Ubuntu Linux Squeezes ~20% More Performance Than Windows 11 On New AMD Zen 4 Threadripper Review"
  +url: "https://www.phoronix.com/review/threadripper-7995wx-windows-linux"
  +body: """
    cross-posted from: [kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)\n
    \n
    > With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP’s tuned Microsoft Windows 11 compares to that of Linux.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 193
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700700805 {#2157
    date: 2023-11-23 01:53:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2171 …}
  +votes: Doctrine\ORM\PersistentCollection {#2186 …}
  +reports: Doctrine\ORM\PersistentCollection {#2187 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2177 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2174 …}
  +badges: Doctrine\ORM\PersistentCollection {#2170 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "If course it’s not on the OP, it’s on Phoronix. This is a shitty title from any party, but from them last least I would have expected more, instead of just attributing the performance to a specific distribution, the most corporate-y one no less."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700674035 {#1405
        date: 2023-11-22 18:27:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dramaticcat@discuss.tchncs.de"
        "@ReversalHatchery@beehaw.org"
        "@Patch@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 151266
      -bodyTs: "'attribut':34 'corpor':44 'corporate-i':43 'cours':2 'distribut':40 'expect':29 'instead':31 'last':24 'least':25 'less':48 'one':46 'op':8 'parti':20 'perform':36 'phoronix':12 'shitti':16 'specif':39 'titl':17 'would':27 'y':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1707514"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700674035 {#1385
        date: 2023-11-22 18:27:15.0 +01:00
      }
      +"title": 151266
    }
  ]
  -id: 15286
  -titleTs: "'11':9 '20':4 '4':14 'amd':12 'linux':2 'new':11 'perform':6 'review':16 'squeez':3 'threadripp':15 'ubuntu':1 'window':8 'zen':13"
  -bodyTs: "'/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':7 '11':47 '4':29 '7995wx':27 '96':21 'amd':23 'area':34 'compar':48 'core':22 'cross':2 'cross-post':1 'curious':37 'current':9 'g5':14 'hp':12,42 'kbin.social':6 'kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':5 'linux':52 'microsoft':45 'new':20 'one':31 'post':3 'power':17 'pro':26 'processor':30 'review':10 'ryzen':24 'threadripp':25 'tune':44 'well':41 'window':46 'workstat':16 'z6':13 'zen':28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700702882
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/6659928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700616482 {#2279
    date: 2023-11-22 02:28:02.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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2215 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2152 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
  +slug: "Ubuntu-Linux-Squeezes-20-More-Performance-Than-Windows-11-On"
  +title: "Ubuntu Linux Squeezes ~20% More Performance Than Windows 11 On New AMD Zen 4 Threadripper Review"
  +url: "https://www.phoronix.com/review/threadripper-7995wx-windows-linux"
  +body: """
    cross-posted from: [kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)\n
    \n
    > With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP’s tuned Microsoft Windows 11 compares to that of Linux.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 193
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700700805 {#2157
    date: 2023-11-23 01:53:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2171 …}
  +votes: Doctrine\ORM\PersistentCollection {#2186 …}
  +reports: Doctrine\ORM\PersistentCollection {#2187 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2177 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2174 …}
  +badges: Doctrine\ORM\PersistentCollection {#2170 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "If course it’s not on the OP, it’s on Phoronix. This is a shitty title from any party, but from them last least I would have expected more, instead of just attributing the performance to a specific distribution, the most corporate-y one no less."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700674035 {#1405
        date: 2023-11-22 18:27:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dramaticcat@discuss.tchncs.de"
        "@ReversalHatchery@beehaw.org"
        "@Patch@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 151266
      -bodyTs: "'attribut':34 'corpor':44 'corporate-i':43 'cours':2 'distribut':40 'expect':29 'instead':31 'last':24 'least':25 'less':48 'one':46 'op':8 'parti':20 'perform':36 'phoronix':12 'shitti':16 'specif':39 'titl':17 'would':27 'y':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1707514"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700674035 {#1385
        date: 2023-11-22 18:27:15.0 +01:00
      }
      +"title": 151266
    }
  ]
  -id: 15286
  -titleTs: "'11':9 '20':4 '4':14 'amd':12 'linux':2 'new':11 'perform':6 'review':16 'squeez':3 'threadripp':15 'ubuntu':1 'window':8 'zen':13"
  -bodyTs: "'/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':7 '11':47 '4':29 '7995wx':27 '96':21 'amd':23 'area':34 'compar':48 'core':22 'cross':2 'cross-post':1 'curious':37 'current':9 'g5':14 'hp':12,42 'kbin.social':6 'kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':5 'linux':52 'microsoft':45 'new':20 'one':31 'post':3 'power':17 'pro':26 'processor':30 'review':10 'ryzen':24 'threadripp':25 'tune':44 'well':41 'window':46 'workstat':16 'z6':13 'zen':28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700702882
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/6659928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700616482 {#2279
    date: 2023-11-22 02:28:02.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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2215 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2152 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
  +slug: "Ubuntu-Linux-Squeezes-20-More-Performance-Than-Windows-11-On"
  +title: "Ubuntu Linux Squeezes ~20% More Performance Than Windows 11 On New AMD Zen 4 Threadripper Review"
  +url: "https://www.phoronix.com/review/threadripper-7995wx-windows-linux"
  +body: """
    cross-posted from: [kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)\n
    \n
    > With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP’s tuned Microsoft Windows 11 compares to that of Linux.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 193
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700700805 {#2157
    date: 2023-11-23 01:53:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2171 …}
  +votes: Doctrine\ORM\PersistentCollection {#2186 …}
  +reports: Doctrine\ORM\PersistentCollection {#2187 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2177 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2174 …}
  +badges: Doctrine\ORM\PersistentCollection {#2170 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "If course it’s not on the OP, it’s on Phoronix. This is a shitty title from any party, but from them last least I would have expected more, instead of just attributing the performance to a specific distribution, the most corporate-y one no less."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700674035 {#1405
        date: 2023-11-22 18:27:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dramaticcat@discuss.tchncs.de"
        "@ReversalHatchery@beehaw.org"
        "@Patch@feddit.uk"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 151266
      -bodyTs: "'attribut':34 'corpor':44 'corporate-i':43 'cours':2 'distribut':40 'expect':29 'instead':31 'last':24 'least':25 'less':48 'one':46 'op':8 'parti':20 'perform':36 'phoronix':12 'shitti':16 'specif':39 'titl':17 'would':27 'y':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1707514"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700674035 {#1385
        date: 2023-11-22 18:27:15.0 +01:00
      }
      +"title": 151266
    }
  ]
  -id: 15286
  -titleTs: "'11':9 '20':4 '4':14 'amd':12 'linux':2 'new':11 'perform':6 'review':16 'squeez':3 'threadripp':15 'ubuntu':1 'window':8 'zen':13"
  -bodyTs: "'/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':7 '11':47 '4':29 '7995wx':27 '96':21 'amd':23 'area':34 'compar':48 'core':22 'cross':2 'cross-post':1 'curious':37 'current':9 'g5':14 'hp':12,42 'kbin.social':6 'kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':5 'linux':52 'microsoft':45 'new':20 'one':31 'post':3 'power':17 'pro':26 'processor':30 'review':10 'ryzen':24 'threadripp':25 'tune':44 'well':41 'window':46 'workstat':16 'z6':13 'zen':28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700702882
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/6659928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700616482 {#2279
    date: 2023-11-22 02:28:02.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 {#1382
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2215 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2152 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
    +slug: "Ubuntu-Linux-Squeezes-20-More-Performance-Than-Windows-11-On"
    +title: "Ubuntu Linux Squeezes ~20% More Performance Than Windows 11 On New AMD Zen 4 Threadripper Review"
    +url: "https://www.phoronix.com/review/threadripper-7995wx-windows-linux"
    +body: """
      cross-posted from: [kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)\n
      \n
      > With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP’s tuned Microsoft Windows 11 compares to that of Linux.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 193
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700700805 {#2157
      date: 2023-11-23 01:53:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2171 …}
    +votes: Doctrine\ORM\PersistentCollection {#2186 …}
    +reports: Doctrine\ORM\PersistentCollection {#2187 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2177 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2174 …}
    +badges: Doctrine\ORM\PersistentCollection {#2170 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 15286
    -titleTs: "'11':9 '20':4 '4':14 'amd':12 'linux':2 'new':11 'perform':6 'review':16 'squeez':3 'threadripp':15 'ubuntu':1 'window':8 'zen':13"
    -bodyTs: "'/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':7 '11':47 '4':29 '7995wx':27 '96':21 'amd':23 'area':34 'compar':48 'core':22 'cross':2 'cross-post':1 'curious':37 'current':9 'g5':14 'hp':12,42 'kbin.social':6 'kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':5 'linux':52 'microsoft':45 'new':20 'one':31 'post':3 'power':17 'pro':26 'processor':30 'review':10 'ryzen':24 'threadripp':25 'tune':44 'well':41 'window':46 'workstat':16 'z6':13 'zen':28"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700702882
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/6659928"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700616482 {#2279
      date: 2023-11-22 02:28:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "If course it’s not on the OP, it’s on Phoronix. This is a shitty title from any party, but from them last least I would have expected more, instead of just attributing the performance to a specific distribution, the most corporate-y one no less."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700674035 {#1405
    date: 2023-11-22 18:27:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dramaticcat@discuss.tchncs.de"
    "@ReversalHatchery@beehaw.org"
    "@Patch@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 151266
  -bodyTs: "'attribut':34 'corpor':44 'corporate-i':43 'cours':2 'distribut':40 'expect':29 'instead':31 'last':24 'least':25 'less':48 'one':46 'op':8 'parti':20 'perform':36 'phoronix':12 'shitti':16 'specif':39 'titl':17 'would':27 'y':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1707514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700674035 {#1385
    date: 2023-11-22 18:27:15.0 +01:00
  }
  +"title": 151266
}
"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 {#1382
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2215 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2152 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
    +slug: "Ubuntu-Linux-Squeezes-20-More-Performance-Than-Windows-11-On"
    +title: "Ubuntu Linux Squeezes ~20% More Performance Than Windows 11 On New AMD Zen 4 Threadripper Review"
    +url: "https://www.phoronix.com/review/threadripper-7995wx-windows-linux"
    +body: """
      cross-posted from: [kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)\n
      \n
      > With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP’s tuned Microsoft Windows 11 compares to that of Linux.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 193
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700700805 {#2157
      date: 2023-11-23 01:53:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2171 …}
    +votes: Doctrine\ORM\PersistentCollection {#2186 …}
    +reports: Doctrine\ORM\PersistentCollection {#2187 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2177 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2174 …}
    +badges: Doctrine\ORM\PersistentCollection {#2170 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 15286
    -titleTs: "'11':9 '20':4 '4':14 'amd':12 'linux':2 'new':11 'perform':6 'review':16 'squeez':3 'threadripp':15 'ubuntu':1 'window':8 'zen':13"
    -bodyTs: "'/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':7 '11':47 '4':29 '7995wx':27 '96':21 'amd':23 'area':34 'compar':48 'core':22 'cross':2 'cross-post':1 'curious':37 'current':9 'g5':14 'hp':12,42 'kbin.social':6 'kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':5 'linux':52 'microsoft':45 'new':20 'one':31 'post':3 'power':17 'pro':26 'processor':30 'review':10 'ryzen':24 'threadripp':25 'tune':44 'well':41 'window':46 'workstat':16 'z6':13 'zen':28"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700702882
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/6659928"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700616482 {#2279
      date: 2023-11-22 02:28:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "If course it’s not on the OP, it’s on Phoronix. This is a shitty title from any party, but from them last least I would have expected more, instead of just attributing the performance to a specific distribution, the most corporate-y one no less."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700674035 {#1405
    date: 2023-11-22 18:27:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dramaticcat@discuss.tchncs.de"
    "@ReversalHatchery@beehaw.org"
    "@Patch@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 151266
  -bodyTs: "'attribut':34 'corpor':44 'corporate-i':43 'cours':2 'distribut':40 'expect':29 'instead':31 'last':24 'least':25 'less':48 'one':46 'op':8 'parti':20 'perform':36 'phoronix':12 'shitti':16 'specif':39 'titl':17 'would':27 'y':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1707514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700674035 {#1385
    date: 2023-11-22 18:27:15.0 +01:00
  }
  +"title": 151266
}
"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 {#1382
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2215 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2152 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
    +slug: "Ubuntu-Linux-Squeezes-20-More-Performance-Than-Windows-11-On"
    +title: "Ubuntu Linux Squeezes ~20% More Performance Than Windows 11 On New AMD Zen 4 Threadripper Review"
    +url: "https://www.phoronix.com/review/threadripper-7995wx-windows-linux"
    +body: """
      cross-posted from: [kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)\n
      \n
      > With currently reviewing the HP Z6 G5 A workstation powered by the new 96-core AMD Ryzen Threadripper PRO 7995WX Zen 4 processor, one of the areas I was curious about was how well HP’s tuned Microsoft Windows 11 compares to that of Linux.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 193
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700700805 {#2157
      date: 2023-11-23 01:53:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2171 …}
    +votes: Doctrine\ORM\PersistentCollection {#2186 …}
    +reports: Doctrine\ORM\PersistentCollection {#2187 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2177 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2174 …}
    +badges: Doctrine\ORM\PersistentCollection {#2170 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 15286
    -titleTs: "'11':9 '20':4 '4':14 'amd':12 'linux':2 'new':11 'perform':6 'review':16 'squeez':3 'threadripp':15 'ubuntu':1 'window':8 'zen':13"
    -bodyTs: "'/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':7 '11':47 '4':29 '7995wx':27 '96':21 'amd':23 'area':34 'compar':48 'core':22 'cross':2 'cross-post':1 'curious':37 'current':9 'g5':14 'hp':12,42 'kbin.social':6 'kbin.social/m/linux/t/646160](https://kbin.social/m/linux/t/646160)':5 'linux':52 'microsoft':45 'new':20 'one':31 'post':3 'power':17 'pro':26 'processor':30 'review':10 'ryzen':24 'threadripp':25 'tune':44 'well':41 'window':46 'workstat':16 'z6':13 'zen':28"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700702882
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/6659928"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700616482 {#2279
      date: 2023-11-22 02:28:02.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "If course it’s not on the OP, it’s on Phoronix. This is a shitty title from any party, but from them last least I would have expected more, instead of just attributing the performance to a specific distribution, the most corporate-y one no less."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700674035 {#1405
    date: 2023-11-22 18:27:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dramaticcat@discuss.tchncs.de"
    "@ReversalHatchery@beehaw.org"
    "@Patch@feddit.uk"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 151266
  -bodyTs: "'attribut':34 'corpor':44 'corporate-i':43 'cours':2 'distribut':40 'expect':29 'instead':31 'last':24 'least':25 'less':48 'one':46 'op':8 'parti':20 'perform':36 'phoronix':12 'shitti':16 'specif':39 'titl':17 'would':27 'y':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1707514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700674035 {#1385
    date: 2023-11-22 18:27:15.0 +01:00
  }
  +"title": 151266
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2380
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: null
  +root: null
  +body: "If you find the torrent files or the magnet links you used, and you add them to your torrent client again, it should be able to pick up your existing files and seed them (if you haven’t renamed or moved the files). Before you do that, make a backup of the files at least for the first few torrents, in case the client starts overwriting your existing files. In that case you may need to do something, like to start a “recheck” operation. If it hasn’t done that for the first few, it’s safe to assume it won’t either for the remaining."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700619852 {#2361
    date: 2023-11-22 03:24:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 149412
  -bodyTs: "'abl':25 'add':15 'assum':99 'backup':50 'case':62,72 'client':20,64 'done':89 'either':103 'exist':30,68 'file':6,31,43,53,69 'find':3 'first':58,93 'hasn':87 'haven':37 'least':55 'like':79 'link':10 'magnet':9 'make':48 'may':74 'move':41 'need':75 'oper':84 'overwrit':66 'pick':27 'recheck':83 'remain':106 'renam':39 'safe':97 'seed':33 'someth':78 'start':65,81 'torrent':5,19,60 'use':12 'won':101"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1704379"
  +editedAt: DateTimeImmutable @1701083718 {#2364
    date: 2023-11-27 12:15:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700619852 {#2372
    date: 2023-11-22 03:24:12.0 +01:00
  }
  +"title": 149412
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2380
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: null
  +root: null
  +body: "If you find the torrent files or the magnet links you used, and you add them to your torrent client again, it should be able to pick up your existing files and seed them (if you haven’t renamed or moved the files). Before you do that, make a backup of the files at least for the first few torrents, in case the client starts overwriting your existing files. In that case you may need to do something, like to start a “recheck” operation. If it hasn’t done that for the first few, it’s safe to assume it won’t either for the remaining."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700619852 {#2361
    date: 2023-11-22 03:24:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 149412
  -bodyTs: "'abl':25 'add':15 'assum':99 'backup':50 'case':62,72 'client':20,64 'done':89 'either':103 'exist':30,68 'file':6,31,43,53,69 'find':3 'first':58,93 'hasn':87 'haven':37 'least':55 'like':79 'link':10 'magnet':9 'make':48 'may':74 'move':41 'need':75 'oper':84 'overwrit':66 'pick':27 'recheck':83 'remain':106 'renam':39 'safe':97 'seed':33 'someth':78 'start':65,81 'torrent':5,19,60 'use':12 'won':101"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1704379"
  +editedAt: DateTimeImmutable @1701083718 {#2364
    date: 2023-11-27 12:15:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700619852 {#2372
    date: 2023-11-22 03:24:12.0 +01:00
  }
  +"title": 149412
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2380
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: null
  +root: null
  +body: "If you find the torrent files or the magnet links you used, and you add them to your torrent client again, it should be able to pick up your existing files and seed them (if you haven’t renamed or moved the files). Before you do that, make a backup of the files at least for the first few torrents, in case the client starts overwriting your existing files. In that case you may need to do something, like to start a “recheck” operation. If it hasn’t done that for the first few, it’s safe to assume it won’t either for the remaining."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700619852 {#2361
    date: 2023-11-22 03:24:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@GreyTechnician@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 149412
  -bodyTs: "'abl':25 'add':15 'assum':99 'backup':50 'case':62,72 'client':20,64 'done':89 'either':103 'exist':30,68 'file':6,31,43,53,69 'find':3 'first':58,93 'hasn':87 'haven':37 'least':55 'like':79 'link':10 'magnet':9 'make':48 'may':74 'move':41 'need':75 'oper':84 'overwrit':66 'pick':27 'recheck':83 'remain':106 'renam':39 'safe':97 'seed':33 'someth':78 'start':65,81 'torrent':5,19,60 'use':12 'won':101"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1704379"
  +editedAt: DateTimeImmutable @1701083718 {#2364
    date: 2023-11-27 12:15:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700619852 {#2372
    date: 2023-11-22 03:24:12.0 +01:00
  }
  +"title": 149412
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#2038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2373 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2376 …}
  +slug: "OpenAI-Staff-Threaten-to-Quit-Unless-Board-Resigns"
  +title: ""OpenAI Staff Threaten to Quit Unless Board Resigns""
  +url: "https://files.catbox.moe/ennbak.png"
  +body: "[wired.com/…/openai-staff-walk-protest-sam-altman/](https://www.wired.com/story/openai-staff-walk-protest-sam-altman/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 614
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700677612 {#1982
    date: 2023-11-22 19:26:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2362 …}
  +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: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "Or, you could just shut up and not say “just google it” anymore. I think that’s the real solution."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700669319 {#1410
        date: 2023-11-22 17:08:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@retiolus@lemmy.cat"
        "@GreenMario@lemm.ee"
        "@canis_majoris@lemmy.ca"
        "@ssboomman@lemm.ee"
        "@Johanno@feddit.de"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 151003
      -bodyTs: "'anymor':13 'could':3 'googl':11 'real':19 'say':9 'shut':5 'solut':20 'think':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1707188"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700669319 {#1874
        date: 2023-11-22 17:08:39.0 +01:00
      }
      +"title": 151003
    }
  ]
  -id: 14746
  -titleTs: "'board':7 'openai':1 'quit':5 'resign':8 'staff':2 'threaten':3 'unless':6"
  -bodyTs: "'/openai-staff-walk-protest-sam-altman':2 '/story/openai-staff-walk-protest-sam-altman/)':5 'wired.com':1 'www.wired.com':4 'www.wired.com/story/openai-staff-walk-protest-sam-altman/)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700574799
  +visibility: "visible             "
  +apId: "https://lemmy.cat/post/5826915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700488399 {#1986
    date: 2023-11-20 14:53:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#2038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2373 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2376 …}
  +slug: "OpenAI-Staff-Threaten-to-Quit-Unless-Board-Resigns"
  +title: ""OpenAI Staff Threaten to Quit Unless Board Resigns""
  +url: "https://files.catbox.moe/ennbak.png"
  +body: "[wired.com/…/openai-staff-walk-protest-sam-altman/](https://www.wired.com/story/openai-staff-walk-protest-sam-altman/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 614
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700677612 {#1982
    date: 2023-11-22 19:26:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2362 …}
  +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: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "Or, you could just shut up and not say “just google it” anymore. I think that’s the real solution."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700669319 {#1410
        date: 2023-11-22 17:08:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@retiolus@lemmy.cat"
        "@GreenMario@lemm.ee"
        "@canis_majoris@lemmy.ca"
        "@ssboomman@lemm.ee"
        "@Johanno@feddit.de"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 151003
      -bodyTs: "'anymor':13 'could':3 'googl':11 'real':19 'say':9 'shut':5 'solut':20 'think':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1707188"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700669319 {#1874
        date: 2023-11-22 17:08:39.0 +01:00
      }
      +"title": 151003
    }
  ]
  -id: 14746
  -titleTs: "'board':7 'openai':1 'quit':5 'resign':8 'staff':2 'threaten':3 'unless':6"
  -bodyTs: "'/openai-staff-walk-protest-sam-altman':2 '/story/openai-staff-walk-protest-sam-altman/)':5 'wired.com':1 'www.wired.com':4 'www.wired.com/story/openai-staff-walk-protest-sam-altman/)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700574799
  +visibility: "visible             "
  +apId: "https://lemmy.cat/post/5826915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700488399 {#1986
    date: 2023-11-20 14:53:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1908
  +user: Proxies\__CG__\App\Entity\User {#2038 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2373 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2376 …}
  +slug: "OpenAI-Staff-Threaten-to-Quit-Unless-Board-Resigns"
  +title: ""OpenAI Staff Threaten to Quit Unless Board Resigns""
  +url: "https://files.catbox.moe/ennbak.png"
  +body: "[wired.com/…/openai-staff-walk-protest-sam-altman/](https://www.wired.com/story/openai-staff-walk-protest-sam-altman/)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 48
  +favouriteCount: 614
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700677612 {#1982
    date: 2023-11-22 19:26:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2362 …}
  +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: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "Or, you could just shut up and not say “just google it” anymore. I think that’s the real solution."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700669319 {#1410
        date: 2023-11-22 17:08:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@retiolus@lemmy.cat"
        "@GreenMario@lemm.ee"
        "@canis_majoris@lemmy.ca"
        "@ssboomman@lemm.ee"
        "@Johanno@feddit.de"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 151003
      -bodyTs: "'anymor':13 'could':3 'googl':11 'real':19 'say':9 'shut':5 'solut':20 'think':15"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1707188"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700669319 {#1874
        date: 2023-11-22 17:08:39.0 +01:00
      }
      +"title": 151003
    }
  ]
  -id: 14746
  -titleTs: "'board':7 'openai':1 'quit':5 'resign':8 'staff':2 'threaten':3 'unless':6"
  -bodyTs: "'/openai-staff-walk-protest-sam-altman':2 '/story/openai-staff-walk-protest-sam-altman/)':5 'wired.com':1 'www.wired.com':4 'www.wired.com/story/openai-staff-walk-protest-sam-altman/)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700574799
  +visibility: "visible             "
  +apId: "https://lemmy.cat/post/5826915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700488399 {#1986
    date: 2023-11-20 14:53:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2038 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2373 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2376 …}
    +slug: "OpenAI-Staff-Threaten-to-Quit-Unless-Board-Resigns"
    +title: ""OpenAI Staff Threaten to Quit Unless Board Resigns""
    +url: "https://files.catbox.moe/ennbak.png"
    +body: "[wired.com/…/openai-staff-walk-protest-sam-altman/](https://www.wired.com/story/openai-staff-walk-protest-sam-altman/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 614
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700677612 {#1982
      date: 2023-11-22 19:26:52.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2362 …}
    +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: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 14746
    -titleTs: "'board':7 'openai':1 'quit':5 'resign':8 'staff':2 'threaten':3 'unless':6"
    -bodyTs: "'/openai-staff-walk-protest-sam-altman':2 '/story/openai-staff-walk-protest-sam-altman/)':5 'wired.com':1 'www.wired.com':4 'www.wired.com/story/openai-staff-walk-protest-sam-altman/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700574799
    +visibility: "visible             "
    +apId: "https://lemmy.cat/post/5826915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700488399 {#1986
      date: 2023-11-20 14:53:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "Or, you could just shut up and not say “just google it” anymore. I think that’s the real solution."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700669319 {#1410
    date: 2023-11-22 17:08:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@retiolus@lemmy.cat"
    "@GreenMario@lemm.ee"
    "@canis_majoris@lemmy.ca"
    "@ssboomman@lemm.ee"
    "@Johanno@feddit.de"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 151003
  -bodyTs: "'anymor':13 'could':3 'googl':11 'real':19 'say':9 'shut':5 'solut':20 'think':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1707188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700669319 {#1874
    date: 2023-11-22 17:08:39.0 +01:00
  }
  +"title": 151003
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2038 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2373 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2376 …}
    +slug: "OpenAI-Staff-Threaten-to-Quit-Unless-Board-Resigns"
    +title: ""OpenAI Staff Threaten to Quit Unless Board Resigns""
    +url: "https://files.catbox.moe/ennbak.png"
    +body: "[wired.com/…/openai-staff-walk-protest-sam-altman/](https://www.wired.com/story/openai-staff-walk-protest-sam-altman/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 614
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700677612 {#1982
      date: 2023-11-22 19:26:52.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2362 …}
    +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: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 14746
    -titleTs: "'board':7 'openai':1 'quit':5 'resign':8 'staff':2 'threaten':3 'unless':6"
    -bodyTs: "'/openai-staff-walk-protest-sam-altman':2 '/story/openai-staff-walk-protest-sam-altman/)':5 'wired.com':1 'www.wired.com':4 'www.wired.com/story/openai-staff-walk-protest-sam-altman/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700574799
    +visibility: "visible             "
    +apId: "https://lemmy.cat/post/5826915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700488399 {#1986
      date: 2023-11-20 14:53:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "Or, you could just shut up and not say “just google it” anymore. I think that’s the real solution."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700669319 {#1410
    date: 2023-11-22 17:08:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@retiolus@lemmy.cat"
    "@GreenMario@lemm.ee"
    "@canis_majoris@lemmy.ca"
    "@ssboomman@lemm.ee"
    "@Johanno@feddit.de"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 151003
  -bodyTs: "'anymor':13 'could':3 'googl':11 'real':19 'say':9 'shut':5 'solut':20 'think':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1707188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700669319 {#1874
    date: 2023-11-22 17:08:39.0 +01:00
  }
  +"title": 151003
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2038 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2373 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2376 …}
    +slug: "OpenAI-Staff-Threaten-to-Quit-Unless-Board-Resigns"
    +title: ""OpenAI Staff Threaten to Quit Unless Board Resigns""
    +url: "https://files.catbox.moe/ennbak.png"
    +body: "[wired.com/…/openai-staff-walk-protest-sam-altman/](https://www.wired.com/story/openai-staff-walk-protest-sam-altman/)"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 48
    +favouriteCount: 614
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700677612 {#1982
      date: 2023-11-22 19:26:52.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2362 …}
    +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: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 14746
    -titleTs: "'board':7 'openai':1 'quit':5 'resign':8 'staff':2 'threaten':3 'unless':6"
    -bodyTs: "'/openai-staff-walk-protest-sam-altman':2 '/story/openai-staff-walk-protest-sam-altman/)':5 'wired.com':1 'www.wired.com':4 'www.wired.com/story/openai-staff-walk-protest-sam-altman/)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700574799
    +visibility: "visible             "
    +apId: "https://lemmy.cat/post/5826915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700488399 {#1986
      date: 2023-11-20 14:53:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "Or, you could just shut up and not say “just google it” anymore. I think that’s the real solution."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700669319 {#1410
    date: 2023-11-22 17:08:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@retiolus@lemmy.cat"
    "@GreenMario@lemm.ee"
    "@canis_majoris@lemmy.ca"
    "@ssboomman@lemm.ee"
    "@Johanno@feddit.de"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 151003
  -bodyTs: "'anymor':13 'could':3 'googl':11 'real':19 'say':9 'shut':5 'solut':20 'think':15"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1707188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700669319 {#1874
    date: 2023-11-22 17:08:39.0 +01:00
  }
  +"title": 151003
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2457
  +user: Proxies\__CG__\App\Entity\User {#2368 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2510 …}
  +slug: "Alleged-RCMP-leaker-says-he-was-tipped-off-that-police"
  +title: "Alleged RCMP leaker says he was tipped off that police targets had 'moles' in law enforcement"
  +url: "https://www.cbc.ca/news/politics/ortis-testimony-transcripts-1.7026011"
  +body: """
    According to Ortis, briefed him about a “storefront” that was being created to attract criminal targets to an online encryption service. A storefront, said Ortis, is a fake business or entity, either online or bricks-and-mortar, set up by police or intelligence agencies.\n
    \n
    The plan was to have criminals use the storefront — an online end-to-end encryption service called Tutanota — to allow authorities to collect intelligence about them.\n
    \n
    “So if targets begin to use that service, the agency that’s collecting that information would be able to feed it back, that information, into the Five Eyes system, and then back into the RCMP,” Ortis said.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700112316 {#2505
    date: 2023-11-16 06:25:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2512 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2516 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2520 …}
  +badges: Doctrine\ORM\PersistentCollection {#2522 …}
  +children: [
    App\Entity\EntryComment {#2452
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: """
        > on the proton encryption, i did know about this but does that apply to proton-to-proton, proton-to-NonProton, or both? if you have details on this let me know.\n
        \n
        As I know it applies to both. Formerly they were asking (among other things) about the titles of your latest emails for account recovery. (after I have put all the links here I realized that these don’t give a details on whether this also applies to inter-proton messages…)\n
        \n
        A few sources:\n
        \n
        [proton.me/…/proton-mail-encryption-explained](https://proton.me/support/proton-mail-encryption-explained)\n
        \n
        > Subject lines and recipient/sender email addresses are encrypted but not end-to-end encrypted.\n
        \n
        [www.reddit.com/r/ProtonMail/comments/…/eiphhs7/?c…](https://www.reddit.com/r/ProtonMail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)\n
        \n
        […stackexchange.com/…/why-is-some-meta-data-not-en…](https://security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)\n
        \n
        > either way the fact that they dont makes me feel that proton is a similar honeypot to signal and telegram, where they make a compromise with the five eyes, to give them metadata even if actual contents are safe. metadata can be much more powerful than contents often times\n
        \n
        Yeah, might as well be. But if it is, I’m afraid we won’t get to know for a few decades, if ever. And I think it’s still better than the alternatives… the alternative email providers, that is.  \n
        If it comforts you, in their reddit comment I linked they mention (in 2019…) that there’s a proposal they support for openpgp to be able to have an encrypted subject line.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700100027 {#2460
        date: 2023-11-16 03:00:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@privacybro@lemmy.ninja"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 128730
      -bodyTs: "'/eiphhs7':111 '/proton-mail-encryption-explained':89 '/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':120 '/r/protonmail/comments/':110 '/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':115 '/support/proton-mail-encryption-explained)':92 '/why-is-some-meta-data-not-en':117 '2019':223 'abl':235 'account':56 'actual':156 'address':98 'afraid':181 'also':78 'altern':203,205 'among':45 'appli':13,38,79 'ask':44 'better':200 'c':112 'comfort':212 'comment':217 'compromis':145 'content':157,167 'decad':191 'detail':28,74 'dont':127 'either':121 'email':54,97,206 'encrypt':4,100,107,239 'end':104,106 'end-to-end':103 'even':154 'ever':193 'eye':149 'fact':124 'feel':130 'five':148 'former':41 'get':185 'give':72,151 'honeypot':136 'inter':82 'inter-proton':81 'know':7,33,36,187 'latest':53 'let':31 'line':94,241 'link':64,219 'm':180 'make':128,143 'mention':221 'messag':84 'metadata':153,160 'might':171 'much':163 'nonproton':22 'often':168 'openpgp':232 'power':165 'propos':228 'proton':3,16,18,20,83,132 'proton-to-nonproton':19 'proton-to-proton':15 'proton.me':88,91 'proton.me/support/proton-mail-encryption-explained)':90 'provid':207 'put':61 'realiz':67 'recipient/sender':96 'recoveri':57 'reddit':216 'safe':159 'security.stackexchange.com':119 'security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':118 'signal':138 'similar':135 'sourc':87 'stackexchange.com':116 'still':199 'subject':93,240 'support':230 'telegram':140 'thing':47 'think':196 'time':169 'titl':50 'way':122 'well':173 'whether':76 'won':183 'www.reddit.com':109,114 'www.reddit.com/r/protonmail/comments/':108 'www.reddit.com/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':113 'yeah':170"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1654271"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700100027 {#2453
        date: 2023-11-16 03:00:27.0 +01:00
      }
      +"title": 128730
    }
  ]
  -id: 12172
  -titleTs: "'alleg':1 'enforc':16 'law':15 'leaker':3 'mole':13 'polic':10 'rcmp':2 'say':4 'target':11 'tip':7"
  -bodyTs: "'abl':90 'accord':1 'agenc':45,82 'allow':66 'attract':14 'author':67 'back':94,104 'begin':76 'brick':36 'bricks-and-mortar':35 'brief':4 'busi':29 'call':63 'collect':69,85 'creat':12 'crimin':15,51 'either':32 'encrypt':20,61 'end':58,60 'end-to-end':57 'entiti':31 'eye':100 'fake':28 'feed':92 'five':99 'inform':87,96 'intellig':44,70 'mortar':38 'onlin':19,33,56 'orti':3,25,108 'plan':47 'polic':42 'rcmp':107 'said':24,109 'servic':21,62,80 'set':39 'storefront':8,23,54 'system':101 'target':16,75 'tutanota':64 'use':52,78 'would':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699828678
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3276542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699754178 {#2491
    date: 2023-11-12 02:56:18.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
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2457
  +user: Proxies\__CG__\App\Entity\User {#2368 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2510 …}
  +slug: "Alleged-RCMP-leaker-says-he-was-tipped-off-that-police"
  +title: "Alleged RCMP leaker says he was tipped off that police targets had 'moles' in law enforcement"
  +url: "https://www.cbc.ca/news/politics/ortis-testimony-transcripts-1.7026011"
  +body: """
    According to Ortis, briefed him about a “storefront” that was being created to attract criminal targets to an online encryption service. A storefront, said Ortis, is a fake business or entity, either online or bricks-and-mortar, set up by police or intelligence agencies.\n
    \n
    The plan was to have criminals use the storefront — an online end-to-end encryption service called Tutanota — to allow authorities to collect intelligence about them.\n
    \n
    “So if targets begin to use that service, the agency that’s collecting that information would be able to feed it back, that information, into the Five Eyes system, and then back into the RCMP,” Ortis said.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700112316 {#2505
    date: 2023-11-16 06:25:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2512 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2516 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2520 …}
  +badges: Doctrine\ORM\PersistentCollection {#2522 …}
  +children: [
    App\Entity\EntryComment {#2452
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: """
        > on the proton encryption, i did know about this but does that apply to proton-to-proton, proton-to-NonProton, or both? if you have details on this let me know.\n
        \n
        As I know it applies to both. Formerly they were asking (among other things) about the titles of your latest emails for account recovery. (after I have put all the links here I realized that these don’t give a details on whether this also applies to inter-proton messages…)\n
        \n
        A few sources:\n
        \n
        [proton.me/…/proton-mail-encryption-explained](https://proton.me/support/proton-mail-encryption-explained)\n
        \n
        > Subject lines and recipient/sender email addresses are encrypted but not end-to-end encrypted.\n
        \n
        [www.reddit.com/r/ProtonMail/comments/…/eiphhs7/?c…](https://www.reddit.com/r/ProtonMail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)\n
        \n
        […stackexchange.com/…/why-is-some-meta-data-not-en…](https://security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)\n
        \n
        > either way the fact that they dont makes me feel that proton is a similar honeypot to signal and telegram, where they make a compromise with the five eyes, to give them metadata even if actual contents are safe. metadata can be much more powerful than contents often times\n
        \n
        Yeah, might as well be. But if it is, I’m afraid we won’t get to know for a few decades, if ever. And I think it’s still better than the alternatives… the alternative email providers, that is.  \n
        If it comforts you, in their reddit comment I linked they mention (in 2019…) that there’s a proposal they support for openpgp to be able to have an encrypted subject line.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700100027 {#2460
        date: 2023-11-16 03:00:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@privacybro@lemmy.ninja"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 128730
      -bodyTs: "'/eiphhs7':111 '/proton-mail-encryption-explained':89 '/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':120 '/r/protonmail/comments/':110 '/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':115 '/support/proton-mail-encryption-explained)':92 '/why-is-some-meta-data-not-en':117 '2019':223 'abl':235 'account':56 'actual':156 'address':98 'afraid':181 'also':78 'altern':203,205 'among':45 'appli':13,38,79 'ask':44 'better':200 'c':112 'comfort':212 'comment':217 'compromis':145 'content':157,167 'decad':191 'detail':28,74 'dont':127 'either':121 'email':54,97,206 'encrypt':4,100,107,239 'end':104,106 'end-to-end':103 'even':154 'ever':193 'eye':149 'fact':124 'feel':130 'five':148 'former':41 'get':185 'give':72,151 'honeypot':136 'inter':82 'inter-proton':81 'know':7,33,36,187 'latest':53 'let':31 'line':94,241 'link':64,219 'm':180 'make':128,143 'mention':221 'messag':84 'metadata':153,160 'might':171 'much':163 'nonproton':22 'often':168 'openpgp':232 'power':165 'propos':228 'proton':3,16,18,20,83,132 'proton-to-nonproton':19 'proton-to-proton':15 'proton.me':88,91 'proton.me/support/proton-mail-encryption-explained)':90 'provid':207 'put':61 'realiz':67 'recipient/sender':96 'recoveri':57 'reddit':216 'safe':159 'security.stackexchange.com':119 'security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':118 'signal':138 'similar':135 'sourc':87 'stackexchange.com':116 'still':199 'subject':93,240 'support':230 'telegram':140 'thing':47 'think':196 'time':169 'titl':50 'way':122 'well':173 'whether':76 'won':183 'www.reddit.com':109,114 'www.reddit.com/r/protonmail/comments/':108 'www.reddit.com/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':113 'yeah':170"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1654271"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700100027 {#2453
        date: 2023-11-16 03:00:27.0 +01:00
      }
      +"title": 128730
    }
  ]
  -id: 12172
  -titleTs: "'alleg':1 'enforc':16 'law':15 'leaker':3 'mole':13 'polic':10 'rcmp':2 'say':4 'target':11 'tip':7"
  -bodyTs: "'abl':90 'accord':1 'agenc':45,82 'allow':66 'attract':14 'author':67 'back':94,104 'begin':76 'brick':36 'bricks-and-mortar':35 'brief':4 'busi':29 'call':63 'collect':69,85 'creat':12 'crimin':15,51 'either':32 'encrypt':20,61 'end':58,60 'end-to-end':57 'entiti':31 'eye':100 'fake':28 'feed':92 'five':99 'inform':87,96 'intellig':44,70 'mortar':38 'onlin':19,33,56 'orti':3,25,108 'plan':47 'polic':42 'rcmp':107 'said':24,109 'servic':21,62,80 'set':39 'storefront':8,23,54 'system':101 'target':16,75 'tutanota':64 'use':52,78 'would':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699828678
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3276542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699754178 {#2491
    date: 2023-11-12 02:56:18.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
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2457
  +user: Proxies\__CG__\App\Entity\User {#2368 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2510 …}
  +slug: "Alleged-RCMP-leaker-says-he-was-tipped-off-that-police"
  +title: "Alleged RCMP leaker says he was tipped off that police targets had 'moles' in law enforcement"
  +url: "https://www.cbc.ca/news/politics/ortis-testimony-transcripts-1.7026011"
  +body: """
    According to Ortis, briefed him about a “storefront” that was being created to attract criminal targets to an online encryption service. A storefront, said Ortis, is a fake business or entity, either online or bricks-and-mortar, set up by police or intelligence agencies.\n
    \n
    The plan was to have criminals use the storefront — an online end-to-end encryption service called Tutanota — to allow authorities to collect intelligence about them.\n
    \n
    “So if targets begin to use that service, the agency that’s collecting that information would be able to feed it back, that information, into the Five Eyes system, and then back into the RCMP,” Ortis said.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700112316 {#2505
    date: 2023-11-16 06:25:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2512 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2516 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2520 …}
  +badges: Doctrine\ORM\PersistentCollection {#2522 …}
  +children: [
    App\Entity\EntryComment {#2452
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2457 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: """
        > on the proton encryption, i did know about this but does that apply to proton-to-proton, proton-to-NonProton, or both? if you have details on this let me know.\n
        \n
        As I know it applies to both. Formerly they were asking (among other things) about the titles of your latest emails for account recovery. (after I have put all the links here I realized that these don’t give a details on whether this also applies to inter-proton messages…)\n
        \n
        A few sources:\n
        \n
        [proton.me/…/proton-mail-encryption-explained](https://proton.me/support/proton-mail-encryption-explained)\n
        \n
        > Subject lines and recipient/sender email addresses are encrypted but not end-to-end encrypted.\n
        \n
        [www.reddit.com/r/ProtonMail/comments/…/eiphhs7/?c…](https://www.reddit.com/r/ProtonMail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)\n
        \n
        […stackexchange.com/…/why-is-some-meta-data-not-en…](https://security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)\n
        \n
        > either way the fact that they dont makes me feel that proton is a similar honeypot to signal and telegram, where they make a compromise with the five eyes, to give them metadata even if actual contents are safe. metadata can be much more powerful than contents often times\n
        \n
        Yeah, might as well be. But if it is, I’m afraid we won’t get to know for a few decades, if ever. And I think it’s still better than the alternatives… the alternative email providers, that is.  \n
        If it comforts you, in their reddit comment I linked they mention (in 2019…) that there’s a proposal they support for openpgp to be able to have an encrypted subject line.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1700100027 {#2460
        date: 2023-11-16 03:00:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@privacybro@lemmy.ninja"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 128730
      -bodyTs: "'/eiphhs7':111 '/proton-mail-encryption-explained':89 '/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':120 '/r/protonmail/comments/':110 '/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':115 '/support/proton-mail-encryption-explained)':92 '/why-is-some-meta-data-not-en':117 '2019':223 'abl':235 'account':56 'actual':156 'address':98 'afraid':181 'also':78 'altern':203,205 'among':45 'appli':13,38,79 'ask':44 'better':200 'c':112 'comfort':212 'comment':217 'compromis':145 'content':157,167 'decad':191 'detail':28,74 'dont':127 'either':121 'email':54,97,206 'encrypt':4,100,107,239 'end':104,106 'end-to-end':103 'even':154 'ever':193 'eye':149 'fact':124 'feel':130 'five':148 'former':41 'get':185 'give':72,151 'honeypot':136 'inter':82 'inter-proton':81 'know':7,33,36,187 'latest':53 'let':31 'line':94,241 'link':64,219 'm':180 'make':128,143 'mention':221 'messag':84 'metadata':153,160 'might':171 'much':163 'nonproton':22 'often':168 'openpgp':232 'power':165 'propos':228 'proton':3,16,18,20,83,132 'proton-to-nonproton':19 'proton-to-proton':15 'proton.me':88,91 'proton.me/support/proton-mail-encryption-explained)':90 'provid':207 'put':61 'realiz':67 'recipient/sender':96 'recoveri':57 'reddit':216 'safe':159 'security.stackexchange.com':119 'security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':118 'signal':138 'similar':135 'sourc':87 'stackexchange.com':116 'still':199 'subject':93,240 'support':230 'telegram':140 'thing':47 'think':196 'time':169 'titl':50 'way':122 'well':173 'whether':76 'won':183 'www.reddit.com':109,114 'www.reddit.com/r/protonmail/comments/':108 'www.reddit.com/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':113 'yeah':170"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1654271"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700100027 {#2453
        date: 2023-11-16 03:00:27.0 +01:00
      }
      +"title": 128730
    }
  ]
  -id: 12172
  -titleTs: "'alleg':1 'enforc':16 'law':15 'leaker':3 'mole':13 'polic':10 'rcmp':2 'say':4 'target':11 'tip':7"
  -bodyTs: "'abl':90 'accord':1 'agenc':45,82 'allow':66 'attract':14 'author':67 'back':94,104 'begin':76 'brick':36 'bricks-and-mortar':35 'brief':4 'busi':29 'call':63 'collect':69,85 'creat':12 'crimin':15,51 'either':32 'encrypt':20,61 'end':58,60 'end-to-end':57 'entiti':31 'eye':100 'fake':28 'feed':92 'five':99 'inform':87,96 'intellig':44,70 'mortar':38 'onlin':19,33,56 'orti':3,25,108 'plan':47 'polic':42 'rcmp':107 'said':24,109 'servic':21,62,80 'set':39 'storefront':8,23,54 'system':101 'target':16,75 'tutanota':64 'use':52,78 'would':88"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699828678
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/3276542"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699754178 {#2491
    date: 2023-11-12 02:56:18.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
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 {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457
    +user: Proxies\__CG__\App\Entity\User {#2368 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2510 …}
    +slug: "Alleged-RCMP-leaker-says-he-was-tipped-off-that-police"
    +title: "Alleged RCMP leaker says he was tipped off that police targets had 'moles' in law enforcement"
    +url: "https://www.cbc.ca/news/politics/ortis-testimony-transcripts-1.7026011"
    +body: """
      According to Ortis, briefed him about a “storefront” that was being created to attract criminal targets to an online encryption service. A storefront, said Ortis, is a fake business or entity, either online or bricks-and-mortar, set up by police or intelligence agencies.\n
      \n
      The plan was to have criminals use the storefront — an online end-to-end encryption service called Tutanota — to allow authorities to collect intelligence about them.\n
      \n
      “So if targets begin to use that service, the agency that’s collecting that information would be able to feed it back, that information, into the Five Eyes system, and then back into the RCMP,” Ortis said.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700112316 {#2505
      date: 2023-11-16 06:25:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2512 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2516 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2518 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2520 …}
    +badges: Doctrine\ORM\PersistentCollection {#2522 …}
    +children: [
      App\Entity\EntryComment {#2452}
    ]
    -id: 12172
    -titleTs: "'alleg':1 'enforc':16 'law':15 'leaker':3 'mole':13 'polic':10 'rcmp':2 'say':4 'target':11 'tip':7"
    -bodyTs: "'abl':90 'accord':1 'agenc':45,82 'allow':66 'attract':14 'author':67 'back':94,104 'begin':76 'brick':36 'bricks-and-mortar':35 'brief':4 'busi':29 'call':63 'collect':69,85 'creat':12 'crimin':15,51 'either':32 'encrypt':20,61 'end':58,60 'end-to-end':57 'entiti':31 'eye':100 'fake':28 'feed':92 'five':99 'inform':87,96 'intellig':44,70 'mortar':38 'onlin':19,33,56 'orti':3,25,108 'plan':47 'polic':42 'rcmp':107 'said':24,109 'servic':21,62,80 'set':39 'storefront':8,23,54 'system':101 'target':16,75 'tutanota':64 'use':52,78 'would':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699828678
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3276542"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699754178 {#2491
      date: 2023-11-12 02:56:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    > on the proton encryption, i did know about this but does that apply to proton-to-proton, proton-to-NonProton, or both? if you have details on this let me know.\n
    \n
    As I know it applies to both. Formerly they were asking (among other things) about the titles of your latest emails for account recovery. (after I have put all the links here I realized that these don’t give a details on whether this also applies to inter-proton messages…)\n
    \n
    A few sources:\n
    \n
    [proton.me/…/proton-mail-encryption-explained](https://proton.me/support/proton-mail-encryption-explained)\n
    \n
    > Subject lines and recipient/sender email addresses are encrypted but not end-to-end encrypted.\n
    \n
    [www.reddit.com/r/ProtonMail/comments/…/eiphhs7/?c…](https://www.reddit.com/r/ProtonMail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)\n
    \n
    […stackexchange.com/…/why-is-some-meta-data-not-en…](https://security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)\n
    \n
    > either way the fact that they dont makes me feel that proton is a similar honeypot to signal and telegram, where they make a compromise with the five eyes, to give them metadata even if actual contents are safe. metadata can be much more powerful than contents often times\n
    \n
    Yeah, might as well be. But if it is, I’m afraid we won’t get to know for a few decades, if ever. And I think it’s still better than the alternatives… the alternative email providers, that is.  \n
    If it comforts you, in their reddit comment I linked they mention (in 2019…) that there’s a proposal they support for openpgp to be able to have an encrypted subject line.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700100027 {#2460
    date: 2023-11-16 03:00:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@privacybro@lemmy.ninja"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 128730
  -bodyTs: "'/eiphhs7':111 '/proton-mail-encryption-explained':89 '/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':120 '/r/protonmail/comments/':110 '/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':115 '/support/proton-mail-encryption-explained)':92 '/why-is-some-meta-data-not-en':117 '2019':223 'abl':235 'account':56 'actual':156 'address':98 'afraid':181 'also':78 'altern':203,205 'among':45 'appli':13,38,79 'ask':44 'better':200 'c':112 'comfort':212 'comment':217 'compromis':145 'content':157,167 'decad':191 'detail':28,74 'dont':127 'either':121 'email':54,97,206 'encrypt':4,100,107,239 'end':104,106 'end-to-end':103 'even':154 'ever':193 'eye':149 'fact':124 'feel':130 'five':148 'former':41 'get':185 'give':72,151 'honeypot':136 'inter':82 'inter-proton':81 'know':7,33,36,187 'latest':53 'let':31 'line':94,241 'link':64,219 'm':180 'make':128,143 'mention':221 'messag':84 'metadata':153,160 'might':171 'much':163 'nonproton':22 'often':168 'openpgp':232 'power':165 'propos':228 'proton':3,16,18,20,83,132 'proton-to-nonproton':19 'proton-to-proton':15 'proton.me':88,91 'proton.me/support/proton-mail-encryption-explained)':90 'provid':207 'put':61 'realiz':67 'recipient/sender':96 'recoveri':57 'reddit':216 'safe':159 'security.stackexchange.com':119 'security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':118 'signal':138 'similar':135 'sourc':87 'stackexchange.com':116 'still':199 'subject':93,240 'support':230 'telegram':140 'thing':47 'think':196 'time':169 'titl':50 'way':122 'well':173 'whether':76 'won':183 'www.reddit.com':109,114 'www.reddit.com/r/protonmail/comments/':108 'www.reddit.com/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':113 'yeah':170"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1654271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700100027 {#2453
    date: 2023-11-16 03:00:27.0 +01:00
  }
  +"title": 128730
}
"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 {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457
    +user: Proxies\__CG__\App\Entity\User {#2368 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2510 …}
    +slug: "Alleged-RCMP-leaker-says-he-was-tipped-off-that-police"
    +title: "Alleged RCMP leaker says he was tipped off that police targets had 'moles' in law enforcement"
    +url: "https://www.cbc.ca/news/politics/ortis-testimony-transcripts-1.7026011"
    +body: """
      According to Ortis, briefed him about a “storefront” that was being created to attract criminal targets to an online encryption service. A storefront, said Ortis, is a fake business or entity, either online or bricks-and-mortar, set up by police or intelligence agencies.\n
      \n
      The plan was to have criminals use the storefront — an online end-to-end encryption service called Tutanota — to allow authorities to collect intelligence about them.\n
      \n
      “So if targets begin to use that service, the agency that’s collecting that information would be able to feed it back, that information, into the Five Eyes system, and then back into the RCMP,” Ortis said.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700112316 {#2505
      date: 2023-11-16 06:25:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2512 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2516 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2518 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2520 …}
    +badges: Doctrine\ORM\PersistentCollection {#2522 …}
    +children: [
      App\Entity\EntryComment {#2452}
    ]
    -id: 12172
    -titleTs: "'alleg':1 'enforc':16 'law':15 'leaker':3 'mole':13 'polic':10 'rcmp':2 'say':4 'target':11 'tip':7"
    -bodyTs: "'abl':90 'accord':1 'agenc':45,82 'allow':66 'attract':14 'author':67 'back':94,104 'begin':76 'brick':36 'bricks-and-mortar':35 'brief':4 'busi':29 'call':63 'collect':69,85 'creat':12 'crimin':15,51 'either':32 'encrypt':20,61 'end':58,60 'end-to-end':57 'entiti':31 'eye':100 'fake':28 'feed':92 'five':99 'inform':87,96 'intellig':44,70 'mortar':38 'onlin':19,33,56 'orti':3,25,108 'plan':47 'polic':42 'rcmp':107 'said':24,109 'servic':21,62,80 'set':39 'storefront':8,23,54 'system':101 'target':16,75 'tutanota':64 'use':52,78 'would':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699828678
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3276542"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699754178 {#2491
      date: 2023-11-12 02:56:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    > on the proton encryption, i did know about this but does that apply to proton-to-proton, proton-to-NonProton, or both? if you have details on this let me know.\n
    \n
    As I know it applies to both. Formerly they were asking (among other things) about the titles of your latest emails for account recovery. (after I have put all the links here I realized that these don’t give a details on whether this also applies to inter-proton messages…)\n
    \n
    A few sources:\n
    \n
    [proton.me/…/proton-mail-encryption-explained](https://proton.me/support/proton-mail-encryption-explained)\n
    \n
    > Subject lines and recipient/sender email addresses are encrypted but not end-to-end encrypted.\n
    \n
    [www.reddit.com/r/ProtonMail/comments/…/eiphhs7/?c…](https://www.reddit.com/r/ProtonMail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)\n
    \n
    […stackexchange.com/…/why-is-some-meta-data-not-en…](https://security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)\n
    \n
    > either way the fact that they dont makes me feel that proton is a similar honeypot to signal and telegram, where they make a compromise with the five eyes, to give them metadata even if actual contents are safe. metadata can be much more powerful than contents often times\n
    \n
    Yeah, might as well be. But if it is, I’m afraid we won’t get to know for a few decades, if ever. And I think it’s still better than the alternatives… the alternative email providers, that is.  \n
    If it comforts you, in their reddit comment I linked they mention (in 2019…) that there’s a proposal they support for openpgp to be able to have an encrypted subject line.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700100027 {#2460
    date: 2023-11-16 03:00:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@privacybro@lemmy.ninja"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 128730
  -bodyTs: "'/eiphhs7':111 '/proton-mail-encryption-explained':89 '/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':120 '/r/protonmail/comments/':110 '/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':115 '/support/proton-mail-encryption-explained)':92 '/why-is-some-meta-data-not-en':117 '2019':223 'abl':235 'account':56 'actual':156 'address':98 'afraid':181 'also':78 'altern':203,205 'among':45 'appli':13,38,79 'ask':44 'better':200 'c':112 'comfort':212 'comment':217 'compromis':145 'content':157,167 'decad':191 'detail':28,74 'dont':127 'either':121 'email':54,97,206 'encrypt':4,100,107,239 'end':104,106 'end-to-end':103 'even':154 'ever':193 'eye':149 'fact':124 'feel':130 'five':148 'former':41 'get':185 'give':72,151 'honeypot':136 'inter':82 'inter-proton':81 'know':7,33,36,187 'latest':53 'let':31 'line':94,241 'link':64,219 'm':180 'make':128,143 'mention':221 'messag':84 'metadata':153,160 'might':171 'much':163 'nonproton':22 'often':168 'openpgp':232 'power':165 'propos':228 'proton':3,16,18,20,83,132 'proton-to-nonproton':19 'proton-to-proton':15 'proton.me':88,91 'proton.me/support/proton-mail-encryption-explained)':90 'provid':207 'put':61 'realiz':67 'recipient/sender':96 'recoveri':57 'reddit':216 'safe':159 'security.stackexchange.com':119 'security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':118 'signal':138 'similar':135 'sourc':87 'stackexchange.com':116 'still':199 'subject':93,240 'support':230 'telegram':140 'thing':47 'think':196 'time':169 'titl':50 'way':122 'well':173 'whether':76 'won':183 'www.reddit.com':109,114 'www.reddit.com/r/protonmail/comments/':108 'www.reddit.com/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':113 'yeah':170"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1654271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700100027 {#2453
    date: 2023-11-16 03:00:27.0 +01:00
  }
  +"title": 128730
}
"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 {#2452
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2457
    +user: Proxies\__CG__\App\Entity\User {#2368 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2510 …}
    +slug: "Alleged-RCMP-leaker-says-he-was-tipped-off-that-police"
    +title: "Alleged RCMP leaker says he was tipped off that police targets had 'moles' in law enforcement"
    +url: "https://www.cbc.ca/news/politics/ortis-testimony-transcripts-1.7026011"
    +body: """
      According to Ortis, briefed him about a “storefront” that was being created to attract criminal targets to an online encryption service. A storefront, said Ortis, is a fake business or entity, either online or bricks-and-mortar, set up by police or intelligence agencies.\n
      \n
      The plan was to have criminals use the storefront — an online end-to-end encryption service called Tutanota — to allow authorities to collect intelligence about them.\n
      \n
      “So if targets begin to use that service, the agency that’s collecting that information would be able to feed it back, that information, into the Five Eyes system, and then back into the RCMP,” Ortis said.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700112316 {#2505
      date: 2023-11-16 06:25:16.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2512 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2516 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2518 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2520 …}
    +badges: Doctrine\ORM\PersistentCollection {#2522 …}
    +children: [
      App\Entity\EntryComment {#2452}
    ]
    -id: 12172
    -titleTs: "'alleg':1 'enforc':16 'law':15 'leaker':3 'mole':13 'polic':10 'rcmp':2 'say':4 'target':11 'tip':7"
    -bodyTs: "'abl':90 'accord':1 'agenc':45,82 'allow':66 'attract':14 'author':67 'back':94,104 'begin':76 'brick':36 'bricks-and-mortar':35 'brief':4 'busi':29 'call':63 'collect':69,85 'creat':12 'crimin':15,51 'either':32 'encrypt':20,61 'end':58,60 'end-to-end':57 'entiti':31 'eye':100 'fake':28 'feed':92 'five':99 'inform':87,96 'intellig':44,70 'mortar':38 'onlin':19,33,56 'orti':3,25,108 'plan':47 'polic':42 'rcmp':107 'said':24,109 'servic':21,62,80 'set':39 'storefront':8,23,54 'system':101 'target':16,75 'tutanota':64 'use':52,78 'would':88"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699828678
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/3276542"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699754178 {#2491
      date: 2023-11-12 02:56:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2454 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    > on the proton encryption, i did know about this but does that apply to proton-to-proton, proton-to-NonProton, or both? if you have details on this let me know.\n
    \n
    As I know it applies to both. Formerly they were asking (among other things) about the titles of your latest emails for account recovery. (after I have put all the links here I realized that these don’t give a details on whether this also applies to inter-proton messages…)\n
    \n
    A few sources:\n
    \n
    [proton.me/…/proton-mail-encryption-explained](https://proton.me/support/proton-mail-encryption-explained)\n
    \n
    > Subject lines and recipient/sender email addresses are encrypted but not end-to-end encrypted.\n
    \n
    [www.reddit.com/r/ProtonMail/comments/…/eiphhs7/?c…](https://www.reddit.com/r/ProtonMail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)\n
    \n
    […stackexchange.com/…/why-is-some-meta-data-not-en…](https://security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)\n
    \n
    > either way the fact that they dont makes me feel that proton is a similar honeypot to signal and telegram, where they make a compromise with the five eyes, to give them metadata even if actual contents are safe. metadata can be much more powerful than contents often times\n
    \n
    Yeah, might as well be. But if it is, I’m afraid we won’t get to know for a few decades, if ever. And I think it’s still better than the alternatives… the alternative email providers, that is.  \n
    If it comforts you, in their reddit comment I linked they mention (in 2019…) that there’s a proposal they support for openpgp to be able to have an encrypted subject line.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1700100027 {#2460
    date: 2023-11-16 03:00:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@privacybro@lemmy.ninja"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 128730
  -bodyTs: "'/eiphhs7':111 '/proton-mail-encryption-explained':89 '/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':120 '/r/protonmail/comments/':110 '/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':115 '/support/proton-mail-encryption-explained)':92 '/why-is-some-meta-data-not-en':117 '2019':223 'abl':235 'account':56 'actual':156 'address':98 'afraid':181 'also':78 'altern':203,205 'among':45 'appli':13,38,79 'ask':44 'better':200 'c':112 'comfort':212 'comment':217 'compromis':145 'content':157,167 'decad':191 'detail':28,74 'dont':127 'either':121 'email':54,97,206 'encrypt':4,100,107,239 'end':104,106 'end-to-end':103 'even':154 'ever':193 'eye':149 'fact':124 'feel':130 'five':148 'former':41 'get':185 'give':72,151 'honeypot':136 'inter':82 'inter-proton':81 'know':7,33,36,187 'latest':53 'let':31 'line':94,241 'link':64,219 'm':180 'make':128,143 'mention':221 'messag':84 'metadata':153,160 'might':171 'much':163 'nonproton':22 'often':168 'openpgp':232 'power':165 'propos':228 'proton':3,16,18,20,83,132 'proton-to-nonproton':19 'proton-to-proton':15 'proton.me':88,91 'proton.me/support/proton-mail-encryption-explained)':90 'provid':207 'put':61 'realiz':67 'recipient/sender':96 'recoveri':57 'reddit':216 'safe':159 'security.stackexchange.com':119 'security.stackexchange.com/questions/196265/why-is-some-meta-data-not-encrypted-in-proton-mail)':118 'signal':138 'similar':135 'sourc':87 'stackexchange.com':116 'still':199 'subject':93,240 'support':230 'telegram':140 'thing':47 'think':196 'time':169 'titl':50 'way':122 'well':173 'whether':76 'won':183 'www.reddit.com':109,114 'www.reddit.com/r/protonmail/comments/':108 'www.reddit.com/r/protonmail/comments/b1ect2/a_question_about_encryption_metadata_subject/eiphhs7/?context=3)':113 'yeah':170"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1654271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700100027 {#2453
    date: 2023-11-16 03:00:27.0 +01:00
  }
  +"title": 128730
}
"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 {#1741
  +user: Proxies\__CG__\App\Entity\User {#2070 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: Proxies\__CG__\App\Entity\Image {#1357 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2492 …}
  +slug: "Is-there-any-way-we-can-rip-a-track-from"
  +title: "Is there any way we can rip a track from (or out of) a larger mixcloud stream?"
  +url: "https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/"
  +body: """
    I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.\n
    \n
    The DJ is also not a great help because they’ll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I’ll often hear a track that I’m not likely to hear again or may forget by the time it’s officially available and/or recognisable.\n
    \n
    So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?\n
    \n
    I really like a techno track from the following stream: [mixcloud.com/…/the-beautiful-drive-09-nov-2023/](https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/)\n
    \n
    It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).\n
    \n
    Alternatively, if you can make sense of what the DJ says around the 36 minute mark I’d really appreciate the clarification :) !\n
    \n
    thanks
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699745556 {#1353
    date: 2023-11-12 00:32:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2493 …}
  +votes: Doctrine\ORM\PersistentCollection {#2495 …}
  +reports: Doctrine\ORM\PersistentCollection {#2497 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2501 …}
  +badges: Doctrine\ORM\PersistentCollection {#2503 …}
  +children: [
    App\Entity\EntryComment {#1739
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: """
        By the way, playing it in the browser it sounded as if it was pretty strongly compressed for consumption, so to speak, but yt-dlp got a better quality version.\n
        \n
        Maybe there’s a quality selector of the website, and it has just been mistaken by uBlock as a tracker among the high profile trackers present on the page?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699564520 {#1716
        date: 2023-11-09 22:15:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FartsUnited@lemmy.dbzer0.com"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 105465
      -bodyTs: "'among':52 'better':29 'browser':8 'compress':17 'consumpt':19 'dlp':26 'got':27 'high':54 'mayb':32 'mistaken':46 'page':60 'play':4 'present':57 'pretti':15 'profil':55 'qualiti':30,36 'selector':37 'sound':10 'speak':22 'strong':16 'tracker':51,56 'ublock':48 'version':31 'way':3 'websit':40 'yt':25 'yt-dlp':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1600795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699564520 {#1717
        date: 2023-11-09 22:15:20.0 +01:00
      }
      +"title": 105465
    }
  ]
  -id: 11515
  -titleTs: "'larger':15 'mixcloud':16 'rip':7 'stream':17 'track':9 'way':4"
  -bodyTs: "'/kissfm/the-beautiful-drive-09-nov-2023/)':125 '/the-beautiful-drive-09-nov-2023':122 '13':131 '36':187 '46':134 'abl':142,154 'aha':18 'also':25,39,150 'altern':174 'and/or':75 'announc':34 'appreci':193 'around':185 'avail':74 'back':33 'clarif':195 'concern':47 'd':191 'dj':23,183 'electron':5 'encount':162 'eventu':99 'fail':19,170 'follow':119 'forget':67 'frequent':2 'futur':94 'great':28 'hard':40 'hear':54,63 'heard':167 'help':29 'hope':139,151 'identifi':14 'isol':144,156 'leisur':110 'like':15,61,113 'listen':3 'll':32,52 'long':91 'm':59 'main':46 'make':178 'mark':136,189 'may':66 'might':161 'minut':132,188 'mixcloud.com':121 'multipl':35 'music':6,13 'offici':73 'often':53 'onlin':168 'pinpoint':44 'play':10,105,128 'possibl':83,147 'program':7 'question':79 'realli':112,192 'recognis':21,42,76,100,172 'refer':95 'rip':85 'say':184 'second':135 'sens':179 'shazam':16,97 'singl':87 'start':127 'stream':92,120,166 'techno':115 'thank':196 'though':48 'time':70 'track':11,36,56,88,116,159 'typic':9 'www.mixcloud.com':124 'www.mixcloud.com/kissfm/the-beautiful-drive-09-nov-2023/)':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699638059
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/8053810"
  +editedAt: DateTimeImmutable @1699621737 {#2374
    date: 2023-11-10 14:08:57.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699552059 {#2007
    date: 2023-11-09 18:47:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1741
  +user: Proxies\__CG__\App\Entity\User {#2070 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: Proxies\__CG__\App\Entity\Image {#1357 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2492 …}
  +slug: "Is-there-any-way-we-can-rip-a-track-from"
  +title: "Is there any way we can rip a track from (or out of) a larger mixcloud stream?"
  +url: "https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/"
  +body: """
    I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.\n
    \n
    The DJ is also not a great help because they’ll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I’ll often hear a track that I’m not likely to hear again or may forget by the time it’s officially available and/or recognisable.\n
    \n
    So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?\n
    \n
    I really like a techno track from the following stream: [mixcloud.com/…/the-beautiful-drive-09-nov-2023/](https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/)\n
    \n
    It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).\n
    \n
    Alternatively, if you can make sense of what the DJ says around the 36 minute mark I’d really appreciate the clarification :) !\n
    \n
    thanks
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699745556 {#1353
    date: 2023-11-12 00:32:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2493 …}
  +votes: Doctrine\ORM\PersistentCollection {#2495 …}
  +reports: Doctrine\ORM\PersistentCollection {#2497 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2501 …}
  +badges: Doctrine\ORM\PersistentCollection {#2503 …}
  +children: [
    App\Entity\EntryComment {#1739
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: """
        By the way, playing it in the browser it sounded as if it was pretty strongly compressed for consumption, so to speak, but yt-dlp got a better quality version.\n
        \n
        Maybe there’s a quality selector of the website, and it has just been mistaken by uBlock as a tracker among the high profile trackers present on the page?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699564520 {#1716
        date: 2023-11-09 22:15:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FartsUnited@lemmy.dbzer0.com"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 105465
      -bodyTs: "'among':52 'better':29 'browser':8 'compress':17 'consumpt':19 'dlp':26 'got':27 'high':54 'mayb':32 'mistaken':46 'page':60 'play':4 'present':57 'pretti':15 'profil':55 'qualiti':30,36 'selector':37 'sound':10 'speak':22 'strong':16 'tracker':51,56 'ublock':48 'version':31 'way':3 'websit':40 'yt':25 'yt-dlp':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1600795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699564520 {#1717
        date: 2023-11-09 22:15:20.0 +01:00
      }
      +"title": 105465
    }
  ]
  -id: 11515
  -titleTs: "'larger':15 'mixcloud':16 'rip':7 'stream':17 'track':9 'way':4"
  -bodyTs: "'/kissfm/the-beautiful-drive-09-nov-2023/)':125 '/the-beautiful-drive-09-nov-2023':122 '13':131 '36':187 '46':134 'abl':142,154 'aha':18 'also':25,39,150 'altern':174 'and/or':75 'announc':34 'appreci':193 'around':185 'avail':74 'back':33 'clarif':195 'concern':47 'd':191 'dj':23,183 'electron':5 'encount':162 'eventu':99 'fail':19,170 'follow':119 'forget':67 'frequent':2 'futur':94 'great':28 'hard':40 'hear':54,63 'heard':167 'help':29 'hope':139,151 'identifi':14 'isol':144,156 'leisur':110 'like':15,61,113 'listen':3 'll':32,52 'long':91 'm':59 'main':46 'make':178 'mark':136,189 'may':66 'might':161 'minut':132,188 'mixcloud.com':121 'multipl':35 'music':6,13 'offici':73 'often':53 'onlin':168 'pinpoint':44 'play':10,105,128 'possibl':83,147 'program':7 'question':79 'realli':112,192 'recognis':21,42,76,100,172 'refer':95 'rip':85 'say':184 'second':135 'sens':179 'shazam':16,97 'singl':87 'start':127 'stream':92,120,166 'techno':115 'thank':196 'though':48 'time':70 'track':11,36,56,88,116,159 'typic':9 'www.mixcloud.com':124 'www.mixcloud.com/kissfm/the-beautiful-drive-09-nov-2023/)':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699638059
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/8053810"
  +editedAt: DateTimeImmutable @1699621737 {#2374
    date: 2023-11-10 14:08:57.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699552059 {#2007
    date: 2023-11-09 18:47:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1741
  +user: Proxies\__CG__\App\Entity\User {#2070 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: Proxies\__CG__\App\Entity\Image {#1357 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2492 …}
  +slug: "Is-there-any-way-we-can-rip-a-track-from"
  +title: "Is there any way we can rip a track from (or out of) a larger mixcloud stream?"
  +url: "https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/"
  +body: """
    I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.\n
    \n
    The DJ is also not a great help because they’ll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I’ll often hear a track that I’m not likely to hear again or may forget by the time it’s officially available and/or recognisable.\n
    \n
    So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?\n
    \n
    I really like a techno track from the following stream: [mixcloud.com/…/the-beautiful-drive-09-nov-2023/](https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/)\n
    \n
    It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).\n
    \n
    Alternatively, if you can make sense of what the DJ says around the 36 minute mark I’d really appreciate the clarification :) !\n
    \n
    thanks
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699745556 {#1353
    date: 2023-11-12 00:32:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2493 …}
  +votes: Doctrine\ORM\PersistentCollection {#2495 …}
  +reports: Doctrine\ORM\PersistentCollection {#2497 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2499 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2501 …}
  +badges: Doctrine\ORM\PersistentCollection {#2503 …}
  +children: [
    App\Entity\EntryComment {#1739
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1741 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
      +body: """
        By the way, playing it in the browser it sounded as if it was pretty strongly compressed for consumption, so to speak, but yt-dlp got a better quality version.\n
        \n
        Maybe there’s a quality selector of the website, and it has just been mistaken by uBlock as a tracker among the high profile trackers present on the page?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699564520 {#1716
        date: 2023-11-09 22:15:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@FartsUnited@lemmy.dbzer0.com"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1707 …}
      +nested: Doctrine\ORM\PersistentCollection {#2464 …}
      +votes: Doctrine\ORM\PersistentCollection {#2448 …}
      +reports: Doctrine\ORM\PersistentCollection {#2447 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
      -id: 105465
      -bodyTs: "'among':52 'better':29 'browser':8 'compress':17 'consumpt':19 'dlp':26 'got':27 'high':54 'mayb':32 'mistaken':46 'page':60 'play':4 'present':57 'pretti':15 'profil':55 'qualiti':30,36 'selector':37 'sound':10 'speak':22 'strong':16 'tracker':51,56 'ublock':48 'version':31 'way':3 'websit':40 'yt':25 'yt-dlp':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1600795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699564520 {#1717
        date: 2023-11-09 22:15:20.0 +01:00
      }
      +"title": 105465
    }
  ]
  -id: 11515
  -titleTs: "'larger':15 'mixcloud':16 'rip':7 'stream':17 'track':9 'way':4"
  -bodyTs: "'/kissfm/the-beautiful-drive-09-nov-2023/)':125 '/the-beautiful-drive-09-nov-2023':122 '13':131 '36':187 '46':134 'abl':142,154 'aha':18 'also':25,39,150 'altern':174 'and/or':75 'announc':34 'appreci':193 'around':185 'avail':74 'back':33 'clarif':195 'concern':47 'd':191 'dj':23,183 'electron':5 'encount':162 'eventu':99 'fail':19,170 'follow':119 'forget':67 'frequent':2 'futur':94 'great':28 'hard':40 'hear':54,63 'heard':167 'help':29 'hope':139,151 'identifi':14 'isol':144,156 'leisur':110 'like':15,61,113 'listen':3 'll':32,52 'long':91 'm':59 'main':46 'make':178 'mark':136,189 'may':66 'might':161 'minut':132,188 'mixcloud.com':121 'multipl':35 'music':6,13 'offici':73 'often':53 'onlin':168 'pinpoint':44 'play':10,105,128 'possibl':83,147 'program':7 'question':79 'realli':112,192 'recognis':21,42,76,100,172 'refer':95 'rip':85 'say':184 'second':135 'sens':179 'shazam':16,97 'singl':87 'start':127 'stream':92,120,166 'techno':115 'thank':196 'though':48 'time':70 'track':11,36,56,88,116,159 'typic':9 'www.mixcloud.com':124 'www.mixcloud.com/kissfm/the-beautiful-drive-09-nov-2023/)':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699638059
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/8053810"
  +editedAt: DateTimeImmutable @1699621737 {#2374
    date: 2023-11-10 14:08:57.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699552059 {#2007
    date: 2023-11-09 18:47:39.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1739
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2070 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: Proxies\__CG__\App\Entity\Image {#1357 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2492 …}
    +slug: "Is-there-any-way-we-can-rip-a-track-from"
    +title: "Is there any way we can rip a track from (or out of) a larger mixcloud stream?"
    +url: "https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/"
    +body: """
      I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.\n
      \n
      The DJ is also not a great help because they’ll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I’ll often hear a track that I’m not likely to hear again or may forget by the time it’s officially available and/or recognisable.\n
      \n
      So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?\n
      \n
      I really like a techno track from the following stream: [mixcloud.com/…/the-beautiful-drive-09-nov-2023/](https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/)\n
      \n
      It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).\n
      \n
      Alternatively, if you can make sense of what the DJ says around the 36 minute mark I’d really appreciate the clarification :) !\n
      \n
      thanks
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 25
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699745556 {#1353
      date: 2023-11-12 00:32:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2493 …}
    +votes: Doctrine\ORM\PersistentCollection {#2495 …}
    +reports: Doctrine\ORM\PersistentCollection {#2497 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2499 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2501 …}
    +badges: Doctrine\ORM\PersistentCollection {#2503 …}
    +children: [
      App\Entity\EntryComment {#1739}
    ]
    -id: 11515
    -titleTs: "'larger':15 'mixcloud':16 'rip':7 'stream':17 'track':9 'way':4"
    -bodyTs: "'/kissfm/the-beautiful-drive-09-nov-2023/)':125 '/the-beautiful-drive-09-nov-2023':122 '13':131 '36':187 '46':134 'abl':142,154 'aha':18 'also':25,39,150 'altern':174 'and/or':75 'announc':34 'appreci':193 'around':185 'avail':74 'back':33 'clarif':195 'concern':47 'd':191 'dj':23,183 'electron':5 'encount':162 'eventu':99 'fail':19,170 'follow':119 'forget':67 'frequent':2 'futur':94 'great':28 'hard':40 'hear':54,63 'heard':167 'help':29 'hope':139,151 'identifi':14 'isol':144,156 'leisur':110 'like':15,61,113 'listen':3 'll':32,52 'long':91 'm':59 'main':46 'make':178 'mark':136,189 'may':66 'might':161 'minut':132,188 'mixcloud.com':121 'multipl':35 'music':6,13 'offici':73 'often':53 'onlin':168 'pinpoint':44 'play':10,105,128 'possibl':83,147 'program':7 'question':79 'realli':112,192 'recognis':21,42,76,100,172 'refer':95 'rip':85 'say':184 'second':135 'sens':179 'shazam':16,97 'singl':87 'start':127 'stream':92,120,166 'techno':115 'thank':196 'though':48 'time':70 'track':11,36,56,88,116,159 'typic':9 'www.mixcloud.com':124 'www.mixcloud.com/kissfm/the-beautiful-drive-09-nov-2023/)':123"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699638059
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/8053810"
    +editedAt: DateTimeImmutable @1699621737 {#2374
      date: 2023-11-10 14:08:57.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699552059 {#2007
      date: 2023-11-09 18:47:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: """
    By the way, playing it in the browser it sounded as if it was pretty strongly compressed for consumption, so to speak, but yt-dlp got a better quality version.\n
    \n
    Maybe there’s a quality selector of the website, and it has just been mistaken by uBlock as a tracker among the high profile trackers present on the page?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699564520 {#1716
    date: 2023-11-09 22:15:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FartsUnited@lemmy.dbzer0.com"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 105465
  -bodyTs: "'among':52 'better':29 'browser':8 'compress':17 'consumpt':19 'dlp':26 'got':27 'high':54 'mayb':32 'mistaken':46 'page':60 'play':4 'present':57 'pretti':15 'profil':55 'qualiti':30,36 'selector':37 'sound':10 'speak':22 'strong':16 'tracker':51,56 'ublock':48 'version':31 'way':3 'websit':40 'yt':25 'yt-dlp':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1600795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699564520 {#1717
    date: 2023-11-09 22:15:20.0 +01:00
  }
  +"title": 105465
}
"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 {#1739
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2070 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: Proxies\__CG__\App\Entity\Image {#1357 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2492 …}
    +slug: "Is-there-any-way-we-can-rip-a-track-from"
    +title: "Is there any way we can rip a track from (or out of) a larger mixcloud stream?"
    +url: "https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/"
    +body: """
      I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.\n
      \n
      The DJ is also not a great help because they’ll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I’ll often hear a track that I’m not likely to hear again or may forget by the time it’s officially available and/or recognisable.\n
      \n
      So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?\n
      \n
      I really like a techno track from the following stream: [mixcloud.com/…/the-beautiful-drive-09-nov-2023/](https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/)\n
      \n
      It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).\n
      \n
      Alternatively, if you can make sense of what the DJ says around the 36 minute mark I’d really appreciate the clarification :) !\n
      \n
      thanks
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 25
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699745556 {#1353
      date: 2023-11-12 00:32:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2493 …}
    +votes: Doctrine\ORM\PersistentCollection {#2495 …}
    +reports: Doctrine\ORM\PersistentCollection {#2497 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2499 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2501 …}
    +badges: Doctrine\ORM\PersistentCollection {#2503 …}
    +children: [
      App\Entity\EntryComment {#1739}
    ]
    -id: 11515
    -titleTs: "'larger':15 'mixcloud':16 'rip':7 'stream':17 'track':9 'way':4"
    -bodyTs: "'/kissfm/the-beautiful-drive-09-nov-2023/)':125 '/the-beautiful-drive-09-nov-2023':122 '13':131 '36':187 '46':134 'abl':142,154 'aha':18 'also':25,39,150 'altern':174 'and/or':75 'announc':34 'appreci':193 'around':185 'avail':74 'back':33 'clarif':195 'concern':47 'd':191 'dj':23,183 'electron':5 'encount':162 'eventu':99 'fail':19,170 'follow':119 'forget':67 'frequent':2 'futur':94 'great':28 'hard':40 'hear':54,63 'heard':167 'help':29 'hope':139,151 'identifi':14 'isol':144,156 'leisur':110 'like':15,61,113 'listen':3 'll':32,52 'long':91 'm':59 'main':46 'make':178 'mark':136,189 'may':66 'might':161 'minut':132,188 'mixcloud.com':121 'multipl':35 'music':6,13 'offici':73 'often':53 'onlin':168 'pinpoint':44 'play':10,105,128 'possibl':83,147 'program':7 'question':79 'realli':112,192 'recognis':21,42,76,100,172 'refer':95 'rip':85 'say':184 'second':135 'sens':179 'shazam':16,97 'singl':87 'start':127 'stream':92,120,166 'techno':115 'thank':196 'though':48 'time':70 'track':11,36,56,88,116,159 'typic':9 'www.mixcloud.com':124 'www.mixcloud.com/kissfm/the-beautiful-drive-09-nov-2023/)':123"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699638059
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/8053810"
    +editedAt: DateTimeImmutable @1699621737 {#2374
      date: 2023-11-10 14:08:57.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699552059 {#2007
      date: 2023-11-09 18:47:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: """
    By the way, playing it in the browser it sounded as if it was pretty strongly compressed for consumption, so to speak, but yt-dlp got a better quality version.\n
    \n
    Maybe there’s a quality selector of the website, and it has just been mistaken by uBlock as a tracker among the high profile trackers present on the page?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699564520 {#1716
    date: 2023-11-09 22:15:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FartsUnited@lemmy.dbzer0.com"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 105465
  -bodyTs: "'among':52 'better':29 'browser':8 'compress':17 'consumpt':19 'dlp':26 'got':27 'high':54 'mayb':32 'mistaken':46 'page':60 'play':4 'present':57 'pretti':15 'profil':55 'qualiti':30,36 'selector':37 'sound':10 'speak':22 'strong':16 'tracker':51,56 'ublock':48 'version':31 'way':3 'websit':40 'yt':25 'yt-dlp':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1600795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699564520 {#1717
    date: 2023-11-09 22:15:20.0 +01:00
  }
  +"title": 105465
}
"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 {#1739
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1741
    +user: Proxies\__CG__\App\Entity\User {#2070 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: Proxies\__CG__\App\Entity\Image {#1357 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2492 …}
    +slug: "Is-there-any-way-we-can-rip-a-track-from"
    +title: "Is there any way we can rip a track from (or out of) a larger mixcloud stream?"
    +url: "https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/"
    +body: """
      I frequently listen to electronic music programs that typically play tracks that musical identifiers (like Shazam or AHA) fail to recognise.\n
      \n
      The DJ is also not a great help because they’ll back announce multiple tracks that are also hard to recognise or pinpoint. My main concern, though, is that I’ll often hear a track that I’m not likely to hear again or may forget by the time it’s officially available and/or recognisable.\n
      \n
      So my question is: is it possible to rip a single track from a long stream for future reference (so Shazam will eventually recognise it or we can play it at our own leisure)?\n
      \n
      I really like a techno track from the following stream: [mixcloud.com/…/the-beautiful-drive-09-nov-2023/](https://www.mixcloud.com/KissFM/the-beautiful-drive-09-nov-2023/)\n
      \n
      It starts playing at the 13 minute and 46 second mark and was hoping to be able to isolate it (if possible). I was also hoping to be able to isolate any other tracks I might encounter in any other streams heard online (when failing to recognise it).\n
      \n
      Alternatively, if you can make sense of what the DJ says around the 36 minute mark I’d really appreciate the clarification :) !\n
      \n
      thanks
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 8
    +favouriteCount: 25
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699745556 {#1353
      date: 2023-11-12 00:32:36.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2493 …}
    +votes: Doctrine\ORM\PersistentCollection {#2495 …}
    +reports: Doctrine\ORM\PersistentCollection {#2497 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2499 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2501 …}
    +badges: Doctrine\ORM\PersistentCollection {#2503 …}
    +children: [
      App\Entity\EntryComment {#1739}
    ]
    -id: 11515
    -titleTs: "'larger':15 'mixcloud':16 'rip':7 'stream':17 'track':9 'way':4"
    -bodyTs: "'/kissfm/the-beautiful-drive-09-nov-2023/)':125 '/the-beautiful-drive-09-nov-2023':122 '13':131 '36':187 '46':134 'abl':142,154 'aha':18 'also':25,39,150 'altern':174 'and/or':75 'announc':34 'appreci':193 'around':185 'avail':74 'back':33 'clarif':195 'concern':47 'd':191 'dj':23,183 'electron':5 'encount':162 'eventu':99 'fail':19,170 'follow':119 'forget':67 'frequent':2 'futur':94 'great':28 'hard':40 'hear':54,63 'heard':167 'help':29 'hope':139,151 'identifi':14 'isol':144,156 'leisur':110 'like':15,61,113 'listen':3 'll':32,52 'long':91 'm':59 'main':46 'make':178 'mark':136,189 'may':66 'might':161 'minut':132,188 'mixcloud.com':121 'multipl':35 'music':6,13 'offici':73 'often':53 'onlin':168 'pinpoint':44 'play':10,105,128 'possibl':83,147 'program':7 'question':79 'realli':112,192 'recognis':21,42,76,100,172 'refer':95 'rip':85 'say':184 'second':135 'sens':179 'shazam':16,97 'singl':87 'start':127 'stream':92,120,166 'techno':115 'thank':196 'though':48 'time':70 'track':11,36,56,88,116,159 'typic':9 'www.mixcloud.com':124 'www.mixcloud.com/kissfm/the-beautiful-drive-09-nov-2023/)':123"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699638059
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/8053810"
    +editedAt: DateTimeImmutable @1699621737 {#2374
      date: 2023-11-10 14:08:57.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699552059 {#2007
      date: 2023-11-09 18:47:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1740 …}
  +body: """
    By the way, playing it in the browser it sounded as if it was pretty strongly compressed for consumption, so to speak, but yt-dlp got a better quality version.\n
    \n
    Maybe there’s a quality selector of the website, and it has just been mistaken by uBlock as a tracker among the high profile trackers present on the page?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699564520 {#1716
    date: 2023-11-09 22:15:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FartsUnited@lemmy.dbzer0.com"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1707 …}
  +nested: Doctrine\ORM\PersistentCollection {#2464 …}
  +votes: Doctrine\ORM\PersistentCollection {#2448 …}
  +reports: Doctrine\ORM\PersistentCollection {#2447 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2461 …}
  -id: 105465
  -bodyTs: "'among':52 'better':29 'browser':8 'compress':17 'consumpt':19 'dlp':26 'got':27 'high':54 'mayb':32 'mistaken':46 'page':60 'play':4 'present':57 'pretti':15 'profil':55 'qualiti':30,36 'selector':37 'sound':10 'speak':22 'strong':16 'tracker':51,56 'ublock':48 'version':31 'way':3 'websit':40 'yt':25 'yt-dlp':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1600795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699564520 {#1717
    date: 2023-11-09 22:15:20.0 +01:00
  }
  +"title": 105465
}
"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
Proxies\__CG__\App\Entity\Entry {#2083
  +user: Proxies\__CG__\App\Entity\User {#2162 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
  +image: Proxies\__CG__\App\Entity\Image {#2203 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2264 …}
  +slug: "Article-45-Will-Roll-Back-Web-Security-by-12-Years"
  +title: "Article 45 Will Roll Back Web Security by 12 Years"
  +url: "https://www.eff.org/deeplinks/2023/11/article-45-will-roll-back-web-security-12-years"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708917209 {#2086
    date: 2024-02-26 04:13:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2263 …}
  +votes: Doctrine\ORM\PersistentCollection {#2265 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
  +badges: Doctrine\ORM\PersistentCollection {#2145 …}
  +children: [
    App\Entity\EntryComment {#2097
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2083 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2085 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2096 …}
      +body: """
        > Yeah, except you aren’t supposed to TOFU.\n
        \n
        A better solution would be to have both at the same time.  \n
        Browser says: x number of CAs say that this site is authentic (click here for a list). Do you trust this site? Certificate fingerprint: … Certificate randomart: …\n
        \n
        And then there would be options to trust it once, trust it temporarily, trust it and save the cert. The first 2 could also block JS if wanted.\n
        \n
        I can see this would annoy the mainstream users, so probably this should be opt-in, asked at browser installation or something like that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699662032 {#2078
        date: 2023-11-11 01:20:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@floofloof@lemmy.ca"
        "@PowerCrazy@lemmy.ml"
        "@jasondj@ttrpg.network"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2062 …}
      +nested: Doctrine\ORM\PersistentCollection {#2077 …}
      +votes: Doctrine\ORM\PersistentCollection {#2063 …}
      +reports: Doctrine\ORM\PersistentCollection {#2064 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2087 …}
      -id: 210047
      -bodyTs: "'2':68 'also':70 'annoy':80 'aren':4 'ask':92 'authent':32 'better':10 'block':71 'browser':21,94 'cas':26 'cert':65 'certif':43,45 'click':33 'could':69 'except':2 'fingerprint':44 'first':67 'instal':95 'js':72 'like':98 'list':37 'mainstream':82 'number':24 'opt':90 'opt-in':89 'option':52 'probabl':85 'randomart':46 'save':63 'say':22,27 'see':77 'site':30,42 'solut':11 'someth':97 'suppos':6 'temporarili':59 'time':20 'tofu':8 'trust':40,54,57,60 'user':83 'want':74 'would':12,50,79 'x':23 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1612556"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699662032 {#2076
        date: 2023-11-11 01:20:32.0 +01:00
      }
      +"title": 210047
    }
  ]
  -id: 12857
  -titleTs: "'12':9 '45':2 'articl':1 'back':5 'roll':4 'secur':7 'web':6 'year':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699630487
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9011525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699573487 {#2304
    date: 2023-11-10 00:44:47.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
47 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2083
  +user: Proxies\__CG__\App\Entity\User {#2162 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
  +image: Proxies\__CG__\App\Entity\Image {#2203 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2264 …}
  +slug: "Article-45-Will-Roll-Back-Web-Security-by-12-Years"
  +title: "Article 45 Will Roll Back Web Security by 12 Years"
  +url: "https://www.eff.org/deeplinks/2023/11/article-45-will-roll-back-web-security-12-years"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708917209 {#2086
    date: 2024-02-26 04:13:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2263 …}
  +votes: Doctrine\ORM\PersistentCollection {#2265 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
  +badges: Doctrine\ORM\PersistentCollection {#2145 …}
  +children: [
    App\Entity\EntryComment {#2097
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2083 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2085 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2096 …}
      +body: """
        > Yeah, except you aren’t supposed to TOFU.\n
        \n
        A better solution would be to have both at the same time.  \n
        Browser says: x number of CAs say that this site is authentic (click here for a list). Do you trust this site? Certificate fingerprint: … Certificate randomart: …\n
        \n
        And then there would be options to trust it once, trust it temporarily, trust it and save the cert. The first 2 could also block JS if wanted.\n
        \n
        I can see this would annoy the mainstream users, so probably this should be opt-in, asked at browser installation or something like that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699662032 {#2078
        date: 2023-11-11 01:20:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@floofloof@lemmy.ca"
        "@PowerCrazy@lemmy.ml"
        "@jasondj@ttrpg.network"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2062 …}
      +nested: Doctrine\ORM\PersistentCollection {#2077 …}
      +votes: Doctrine\ORM\PersistentCollection {#2063 …}
      +reports: Doctrine\ORM\PersistentCollection {#2064 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2087 …}
      -id: 210047
      -bodyTs: "'2':68 'also':70 'annoy':80 'aren':4 'ask':92 'authent':32 'better':10 'block':71 'browser':21,94 'cas':26 'cert':65 'certif':43,45 'click':33 'could':69 'except':2 'fingerprint':44 'first':67 'instal':95 'js':72 'like':98 'list':37 'mainstream':82 'number':24 'opt':90 'opt-in':89 'option':52 'probabl':85 'randomart':46 'save':63 'say':22,27 'see':77 'site':30,42 'solut':11 'someth':97 'suppos':6 'temporarili':59 'time':20 'tofu':8 'trust':40,54,57,60 'user':83 'want':74 'would':12,50,79 'x':23 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1612556"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699662032 {#2076
        date: 2023-11-11 01:20:32.0 +01:00
      }
      +"title": 210047
    }
  ]
  -id: 12857
  -titleTs: "'12':9 '45':2 'articl':1 'back':5 'roll':4 'secur':7 'web':6 'year':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699630487
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9011525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699573487 {#2304
    date: 2023-11-10 00:44:47.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
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2083
  +user: Proxies\__CG__\App\Entity\User {#2162 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
  +image: Proxies\__CG__\App\Entity\Image {#2203 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2264 …}
  +slug: "Article-45-Will-Roll-Back-Web-Security-by-12-Years"
  +title: "Article 45 Will Roll Back Web Security by 12 Years"
  +url: "https://www.eff.org/deeplinks/2023/11/article-45-will-roll-back-web-security-12-years"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708917209 {#2086
    date: 2024-02-26 04:13:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2263 …}
  +votes: Doctrine\ORM\PersistentCollection {#2265 …}
  +reports: Doctrine\ORM\PersistentCollection {#2272 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
  +badges: Doctrine\ORM\PersistentCollection {#2145 …}
  +children: [
    App\Entity\EntryComment {#2097
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2083 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2085 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2096 …}
      +body: """
        > Yeah, except you aren’t supposed to TOFU.\n
        \n
        A better solution would be to have both at the same time.  \n
        Browser says: x number of CAs say that this site is authentic (click here for a list). Do you trust this site? Certificate fingerprint: … Certificate randomart: …\n
        \n
        And then there would be options to trust it once, trust it temporarily, trust it and save the cert. The first 2 could also block JS if wanted.\n
        \n
        I can see this would annoy the mainstream users, so probably this should be opt-in, asked at browser installation or something like that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699662032 {#2078
        date: 2023-11-11 01:20:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@floofloof@lemmy.ca"
        "@PowerCrazy@lemmy.ml"
        "@jasondj@ttrpg.network"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2062 …}
      +nested: Doctrine\ORM\PersistentCollection {#2077 …}
      +votes: Doctrine\ORM\PersistentCollection {#2063 …}
      +reports: Doctrine\ORM\PersistentCollection {#2064 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2087 …}
      -id: 210047
      -bodyTs: "'2':68 'also':70 'annoy':80 'aren':4 'ask':92 'authent':32 'better':10 'block':71 'browser':21,94 'cas':26 'cert':65 'certif':43,45 'click':33 'could':69 'except':2 'fingerprint':44 'first':67 'instal':95 'js':72 'like':98 'list':37 'mainstream':82 'number':24 'opt':90 'opt-in':89 'option':52 'probabl':85 'randomart':46 'save':63 'say':22,27 'see':77 'site':30,42 'solut':11 'someth':97 'suppos':6 'temporarili':59 'time':20 'tofu':8 'trust':40,54,57,60 'user':83 'want':74 'would':12,50,79 'x':23 'yeah':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1612556"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699662032 {#2076
        date: 2023-11-11 01:20:32.0 +01:00
      }
      +"title": 210047
    }
  ]
  -id: 12857
  -titleTs: "'12':9 '45':2 'articl':1 'back':5 'roll':4 'secur':7 'web':6 'year':10"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699630487
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9011525"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699573487 {#2304
    date: 2023-11-10 00:44:47.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
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
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2083
    +user: Proxies\__CG__\App\Entity\User {#2162 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
    +image: Proxies\__CG__\App\Entity\Image {#2203 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2264 …}
    +slug: "Article-45-Will-Roll-Back-Web-Security-by-12-Years"
    +title: "Article 45 Will Roll Back Web Security by 12 Years"
    +url: "https://www.eff.org/deeplinks/2023/11/article-45-will-roll-back-web-security-12-years"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708917209 {#2086
      date: 2024-02-26 04:13:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2263 …}
    +votes: Doctrine\ORM\PersistentCollection {#2265 …}
    +reports: Doctrine\ORM\PersistentCollection {#2272 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
    +badges: Doctrine\ORM\PersistentCollection {#2145 …}
    +children: [
      App\Entity\EntryComment {#2097}
    ]
    -id: 12857
    -titleTs: "'12':9 '45':2 'articl':1 'back':5 'roll':4 'secur':7 'web':6 'year':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699630487
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9011525"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699573487 {#2304
      date: 2023-11-10 00:44:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2085 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2096 …}
  +body: """
    > Yeah, except you aren’t supposed to TOFU.\n
    \n
    A better solution would be to have both at the same time.  \n
    Browser says: x number of CAs say that this site is authentic (click here for a list). Do you trust this site? Certificate fingerprint: … Certificate randomart: …\n
    \n
    And then there would be options to trust it once, trust it temporarily, trust it and save the cert. The first 2 could also block JS if wanted.\n
    \n
    I can see this would annoy the mainstream users, so probably this should be opt-in, asked at browser installation or something like that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699662032 {#2078
    date: 2023-11-11 01:20:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@floofloof@lemmy.ca"
    "@PowerCrazy@lemmy.ml"
    "@jasondj@ttrpg.network"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2062 …}
  +nested: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2063 …}
  +reports: Doctrine\ORM\PersistentCollection {#2064 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2087 …}
  -id: 210047
  -bodyTs: "'2':68 'also':70 'annoy':80 'aren':4 'ask':92 'authent':32 'better':10 'block':71 'browser':21,94 'cas':26 'cert':65 'certif':43,45 'click':33 'could':69 'except':2 'fingerprint':44 'first':67 'instal':95 'js':72 'like':98 'list':37 'mainstream':82 'number':24 'opt':90 'opt-in':89 'option':52 'probabl':85 'randomart':46 'save':63 'say':22,27 'see':77 'site':30,42 'solut':11 'someth':97 'suppos':6 'temporarili':59 'time':20 'tofu':8 'trust':40,54,57,60 'user':83 'want':74 'would':12,50,79 'x':23 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1612556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699662032 {#2076
    date: 2023-11-11 01:20:32.0 +01:00
  }
  +"title": 210047
}
"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
51 DENIED edit
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2083
    +user: Proxies\__CG__\App\Entity\User {#2162 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
    +image: Proxies\__CG__\App\Entity\Image {#2203 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2264 …}
    +slug: "Article-45-Will-Roll-Back-Web-Security-by-12-Years"
    +title: "Article 45 Will Roll Back Web Security by 12 Years"
    +url: "https://www.eff.org/deeplinks/2023/11/article-45-will-roll-back-web-security-12-years"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708917209 {#2086
      date: 2024-02-26 04:13:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2263 …}
    +votes: Doctrine\ORM\PersistentCollection {#2265 …}
    +reports: Doctrine\ORM\PersistentCollection {#2272 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
    +badges: Doctrine\ORM\PersistentCollection {#2145 …}
    +children: [
      App\Entity\EntryComment {#2097}
    ]
    -id: 12857
    -titleTs: "'12':9 '45':2 'articl':1 'back':5 'roll':4 'secur':7 'web':6 'year':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699630487
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9011525"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699573487 {#2304
      date: 2023-11-10 00:44:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2085 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2096 …}
  +body: """
    > Yeah, except you aren’t supposed to TOFU.\n
    \n
    A better solution would be to have both at the same time.  \n
    Browser says: x number of CAs say that this site is authentic (click here for a list). Do you trust this site? Certificate fingerprint: … Certificate randomart: …\n
    \n
    And then there would be options to trust it once, trust it temporarily, trust it and save the cert. The first 2 could also block JS if wanted.\n
    \n
    I can see this would annoy the mainstream users, so probably this should be opt-in, asked at browser installation or something like that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699662032 {#2078
    date: 2023-11-11 01:20:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@floofloof@lemmy.ca"
    "@PowerCrazy@lemmy.ml"
    "@jasondj@ttrpg.network"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2062 …}
  +nested: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2063 …}
  +reports: Doctrine\ORM\PersistentCollection {#2064 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2087 …}
  -id: 210047
  -bodyTs: "'2':68 'also':70 'annoy':80 'aren':4 'ask':92 'authent':32 'better':10 'block':71 'browser':21,94 'cas':26 'cert':65 'certif':43,45 'click':33 'could':69 'except':2 'fingerprint':44 'first':67 'instal':95 'js':72 'like':98 'list':37 'mainstream':82 'number':24 'opt':90 'opt-in':89 'option':52 'probabl':85 'randomart':46 'save':63 'say':22,27 'see':77 'site':30,42 'solut':11 'someth':97 'suppos':6 'temporarili':59 'time':20 'tofu':8 'trust':40,54,57,60 'user':83 'want':74 'would':12,50,79 'x':23 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1612556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699662032 {#2076
    date: 2023-11-11 01:20:32.0 +01:00
  }
  +"title": 210047
}
"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
52 DENIED moderate
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2083
    +user: Proxies\__CG__\App\Entity\User {#2162 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
    +image: Proxies\__CG__\App\Entity\Image {#2203 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2264 …}
    +slug: "Article-45-Will-Roll-Back-Web-Security-by-12-Years"
    +title: "Article 45 Will Roll Back Web Security by 12 Years"
    +url: "https://www.eff.org/deeplinks/2023/11/article-45-will-roll-back-web-security-12-years"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708917209 {#2086
      date: 2024-02-26 04:13:29.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2263 …}
    +votes: Doctrine\ORM\PersistentCollection {#2265 …}
    +reports: Doctrine\ORM\PersistentCollection {#2272 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
    +badges: Doctrine\ORM\PersistentCollection {#2145 …}
    +children: [
      App\Entity\EntryComment {#2097}
    ]
    -id: 12857
    -titleTs: "'12':9 '45':2 'articl':1 'back':5 'roll':4 'secur':7 'web':6 'year':10"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699630487
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/9011525"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699573487 {#2304
      date: 2023-11-10 00:44:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2082 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2085 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2096 …}
  +body: """
    > Yeah, except you aren’t supposed to TOFU.\n
    \n
    A better solution would be to have both at the same time.  \n
    Browser says: x number of CAs say that this site is authentic (click here for a list). Do you trust this site? Certificate fingerprint: … Certificate randomart: …\n
    \n
    And then there would be options to trust it once, trust it temporarily, trust it and save the cert. The first 2 could also block JS if wanted.\n
    \n
    I can see this would annoy the mainstream users, so probably this should be opt-in, asked at browser installation or something like that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699662032 {#2078
    date: 2023-11-11 01:20:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@floofloof@lemmy.ca"
    "@PowerCrazy@lemmy.ml"
    "@jasondj@ttrpg.network"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2062 …}
  +nested: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2063 …}
  +reports: Doctrine\ORM\PersistentCollection {#2064 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2088 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2087 …}
  -id: 210047
  -bodyTs: "'2':68 'also':70 'annoy':80 'aren':4 'ask':92 'authent':32 'better':10 'block':71 'browser':21,94 'cas':26 'cert':65 'certif':43,45 'click':33 'could':69 'except':2 'fingerprint':44 'first':67 'instal':95 'js':72 'like':98 'list':37 'mainstream':82 'number':24 'opt':90 'opt-in':89 'option':52 'probabl':85 'randomart':46 'save':63 'say':22,27 'see':77 'site':30,42 'solut':11 'someth':97 'suppos':6 'temporarili':59 'time':20 'tofu':8 'trust':40,54,57,60 'user':83 'want':74 'would':12,50,79 'x':23 'yeah':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1612556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699662032 {#2076
    date: 2023-11-11 01:20:32.0 +01:00
  }
  +"title": 210047
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#1356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
  +slug: "Why-Not-Store-Encrypted-Emails-in-Plaintext-Locally"
  +title: "Why Not Store Encrypted Emails in Plaintext Locally?"
  +url: null
  +body: """
    Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can’t search through encrypted emails.\n
    \n
    I know that protonmail can’t just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can’t you skip the middleman in your local machine and store everything locally in plaintext? It’s not less secure since if your local machine is compromised, your private key is also compromised.\n
    \n
    Or at the very least give us the option and have a slightly less secure but much more convenient option.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700597765 {#2524
    date: 2023-11-21 21:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2529 …}
  +votes: Doctrine\ORM\PersistentCollection {#2532 …}
  +reports: Doctrine\ORM\PersistentCollection {#2534 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2538 …}
  +badges: Doctrine\ORM\PersistentCollection {#2540 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: """
        > fastmail\n
        \n
        That’s a paid service, right? I don’t know much about them, they may have other pros too, but proton also allows you to use your own email client if you’re in a plan.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699546951 {#1722
        date: 2023-11-09 17:22:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@spookedbyroaches@lemm.ee"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1734 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1733 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
      -id: 104565
      -bodyTs: "'allow':24 'also':23 'client':31 'email':30 'fastmail':1 'know':11 'may':16 'much':12 'paid':5 'plan':37 'pros':19 'proton':22 're':34 'right':7 'servic':6 'use':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1599338"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699546951 {#1721
        date: 2023-11-09 17:22:31.0 +01:00
      }
      +"title": 104565
    }
  ]
  -id: 10927
  -titleTs: "'email':5 'encrypt':4 'local':8 'plaintext':7 'store':3"
  -bodyTs: "'alreadi':77 'also':19,121 'ciphertext':69 'client':1 'compromis':116,122 'conveni':141 'decrypt':23,82 'defeat':61 'easili':15 'email':24,44,66 'encrypt':21,43 'everyth':9,83,101 'give':128 'great':5 'howev':27 'key':54,80,119 'know':46 'least':127 'less':108,136 'like':2 'limit':34 'local':11,97,102,113 'machin':98,114 'middleman':94 'much':139 'offlin':17 'option':131,142 'pgp':26 'plaintext':104 'privat':118 'protonmail':36,48 'purpos':63 'right':72 'search':16,41 'secur':109,137 'seem':29 'server':57 'sinc':58,110 'skip':92 'slight':135 'store':10,52,100 'support':20 'thunderbird':3,75 'time':86 'us':129 'would':60"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699464911
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14148180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699378511 {#2511
    date: 2023-11-07 18:35:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#1356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
  +slug: "Why-Not-Store-Encrypted-Emails-in-Plaintext-Locally"
  +title: "Why Not Store Encrypted Emails in Plaintext Locally?"
  +url: null
  +body: """
    Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can’t search through encrypted emails.\n
    \n
    I know that protonmail can’t just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can’t you skip the middleman in your local machine and store everything locally in plaintext? It’s not less secure since if your local machine is compromised, your private key is also compromised.\n
    \n
    Or at the very least give us the option and have a slightly less secure but much more convenient option.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700597765 {#2524
    date: 2023-11-21 21:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2529 …}
  +votes: Doctrine\ORM\PersistentCollection {#2532 …}
  +reports: Doctrine\ORM\PersistentCollection {#2534 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2538 …}
  +badges: Doctrine\ORM\PersistentCollection {#2540 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: """
        > fastmail\n
        \n
        That’s a paid service, right? I don’t know much about them, they may have other pros too, but proton also allows you to use your own email client if you’re in a plan.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699546951 {#1722
        date: 2023-11-09 17:22:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@spookedbyroaches@lemm.ee"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1734 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1733 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
      -id: 104565
      -bodyTs: "'allow':24 'also':23 'client':31 'email':30 'fastmail':1 'know':11 'may':16 'much':12 'paid':5 'plan':37 'pros':19 'proton':22 're':34 'right':7 'servic':6 'use':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1599338"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699546951 {#1721
        date: 2023-11-09 17:22:31.0 +01:00
      }
      +"title": 104565
    }
  ]
  -id: 10927
  -titleTs: "'email':5 'encrypt':4 'local':8 'plaintext':7 'store':3"
  -bodyTs: "'alreadi':77 'also':19,121 'ciphertext':69 'client':1 'compromis':116,122 'conveni':141 'decrypt':23,82 'defeat':61 'easili':15 'email':24,44,66 'encrypt':21,43 'everyth':9,83,101 'give':128 'great':5 'howev':27 'key':54,80,119 'know':46 'least':127 'less':108,136 'like':2 'limit':34 'local':11,97,102,113 'machin':98,114 'middleman':94 'much':139 'offlin':17 'option':131,142 'pgp':26 'plaintext':104 'privat':118 'protonmail':36,48 'purpos':63 'right':72 'search':16,41 'secur':109,137 'seem':29 'server':57 'sinc':58,110 'skip':92 'slight':135 'store':10,52,100 'support':20 'thunderbird':3,75 'time':86 'us':129 'would':60"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699464911
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14148180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699378511 {#2511
    date: 2023-11-07 18:35:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1728
  +user: Proxies\__CG__\App\Entity\User {#1356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
  +slug: "Why-Not-Store-Encrypted-Emails-in-Plaintext-Locally"
  +title: "Why Not Store Encrypted Emails in Plaintext Locally?"
  +url: null
  +body: """
    Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can’t search through encrypted emails.\n
    \n
    I know that protonmail can’t just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can’t you skip the middleman in your local machine and store everything locally in plaintext? It’s not less secure since if your local machine is compromised, your private key is also compromised.\n
    \n
    Or at the very least give us the option and have a slightly less secure but much more convenient option.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700597765 {#2524
    date: 2023-11-21 21:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2529 …}
  +votes: Doctrine\ORM\PersistentCollection {#2532 …}
  +reports: Doctrine\ORM\PersistentCollection {#2534 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2538 …}
  +badges: Doctrine\ORM\PersistentCollection {#2540 …}
  +children: [
    App\Entity\EntryComment {#1726
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1728 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
      +body: """
        > fastmail\n
        \n
        That’s a paid service, right? I don’t know much about them, they may have other pros too, but proton also allows you to use your own email client if you’re in a plan.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699546951 {#1722
        date: 2023-11-09 17:22:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@spookedbyroaches@lemm.ee"
        "@ReversalHatchery@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1734 …}
      +nested: Doctrine\ORM\PersistentCollection {#1727 …}
      +votes: Doctrine\ORM\PersistentCollection {#1733 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
      -id: 104565
      -bodyTs: "'allow':24 'also':23 'client':31 'email':30 'fastmail':1 'know':11 'may':16 'much':12 'paid':5 'plan':37 'pros':19 'proton':22 're':34 'right':7 'servic':6 'use':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1599338"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699546951 {#1721
        date: 2023-11-09 17:22:31.0 +01:00
      }
      +"title": 104565
    }
  ]
  -id: 10927
  -titleTs: "'email':5 'encrypt':4 'local':8 'plaintext':7 'store':3"
  -bodyTs: "'alreadi':77 'also':19,121 'ciphertext':69 'client':1 'compromis':116,122 'conveni':141 'decrypt':23,82 'defeat':61 'easili':15 'email':24,44,66 'encrypt':21,43 'everyth':9,83,101 'give':128 'great':5 'howev':27 'key':54,80,119 'know':46 'least':127 'less':108,136 'like':2 'limit':34 'local':11,97,102,113 'machin':98,114 'middleman':94 'much':139 'offlin':17 'option':131,142 'pgp':26 'plaintext':104 'privat':118 'protonmail':36,48 'purpos':63 'right':72 'search':16,41 'secur':109,137 'seem':29 'server':57 'sinc':58,110 'skip':92 'slight':135 'store':10,52,100 'support':20 'thunderbird':3,75 'time':86 'us':129 'would':60"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699464911
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14148180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699378511 {#2511
    date: 2023-11-07 18:35:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#1356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
    +slug: "Why-Not-Store-Encrypted-Emails-in-Plaintext-Locally"
    +title: "Why Not Store Encrypted Emails in Plaintext Locally?"
    +url: null
    +body: """
      Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can’t search through encrypted emails.\n
      \n
      I know that protonmail can’t just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can’t you skip the middleman in your local machine and store everything locally in plaintext? It’s not less secure since if your local machine is compromised, your private key is also compromised.\n
      \n
      Or at the very least give us the option and have a slightly less secure but much more convenient option.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700597765 {#2524
      date: 2023-11-21 21:16:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2529 …}
    +votes: Doctrine\ORM\PersistentCollection {#2532 …}
    +reports: Doctrine\ORM\PersistentCollection {#2534 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2536 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2538 …}
    +badges: Doctrine\ORM\PersistentCollection {#2540 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 10927
    -titleTs: "'email':5 'encrypt':4 'local':8 'plaintext':7 'store':3"
    -bodyTs: "'alreadi':77 'also':19,121 'ciphertext':69 'client':1 'compromis':116,122 'conveni':141 'decrypt':23,82 'defeat':61 'easili':15 'email':24,44,66 'encrypt':21,43 'everyth':9,83,101 'give':128 'great':5 'howev':27 'key':54,80,119 'know':46 'least':127 'less':108,136 'like':2 'limit':34 'local':11,97,102,113 'machin':98,114 'middleman':94 'much':139 'offlin':17 'option':131,142 'pgp':26 'plaintext':104 'privat':118 'protonmail':36,48 'purpos':63 'right':72 'search':16,41 'secur':109,137 'seem':29 'server':57 'sinc':58,110 'skip':92 'slight':135 'store':10,52,100 'support':20 'thunderbird':3,75 'time':86 'us':129 'would':60"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699464911
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14148180"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699378511 {#2511
      date: 2023-11-07 18:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: """
    > fastmail\n
    \n
    That’s a paid service, right? I don’t know much about them, they may have other pros too, but proton also allows you to use your own email client if you’re in a plan.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699546951 {#1722
    date: 2023-11-09 17:22:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@spookedbyroaches@lemm.ee"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1734 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1733 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
  -id: 104565
  -bodyTs: "'allow':24 'also':23 'client':31 'email':30 'fastmail':1 'know':11 'may':16 'much':12 'paid':5 'plan':37 'pros':19 'proton':22 're':34 'right':7 'servic':6 'use':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1599338"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699546951 {#1721
    date: 2023-11-09 17:22:31.0 +01:00
  }
  +"title": 104565
}
"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
59 DENIED edit
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#1356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
    +slug: "Why-Not-Store-Encrypted-Emails-in-Plaintext-Locally"
    +title: "Why Not Store Encrypted Emails in Plaintext Locally?"
    +url: null
    +body: """
      Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can’t search through encrypted emails.\n
      \n
      I know that protonmail can’t just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can’t you skip the middleman in your local machine and store everything locally in plaintext? It’s not less secure since if your local machine is compromised, your private key is also compromised.\n
      \n
      Or at the very least give us the option and have a slightly less secure but much more convenient option.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700597765 {#2524
      date: 2023-11-21 21:16:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2529 …}
    +votes: Doctrine\ORM\PersistentCollection {#2532 …}
    +reports: Doctrine\ORM\PersistentCollection {#2534 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2536 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2538 …}
    +badges: Doctrine\ORM\PersistentCollection {#2540 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 10927
    -titleTs: "'email':5 'encrypt':4 'local':8 'plaintext':7 'store':3"
    -bodyTs: "'alreadi':77 'also':19,121 'ciphertext':69 'client':1 'compromis':116,122 'conveni':141 'decrypt':23,82 'defeat':61 'easili':15 'email':24,44,66 'encrypt':21,43 'everyth':9,83,101 'give':128 'great':5 'howev':27 'key':54,80,119 'know':46 'least':127 'less':108,136 'like':2 'limit':34 'local':11,97,102,113 'machin':98,114 'middleman':94 'much':139 'offlin':17 'option':131,142 'pgp':26 'plaintext':104 'privat':118 'protonmail':36,48 'purpos':63 'right':72 'search':16,41 'secur':109,137 'seem':29 'server':57 'sinc':58,110 'skip':92 'slight':135 'store':10,52,100 'support':20 'thunderbird':3,75 'time':86 'us':129 'would':60"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699464911
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14148180"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699378511 {#2511
      date: 2023-11-07 18:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: """
    > fastmail\n
    \n
    That’s a paid service, right? I don’t know much about them, they may have other pros too, but proton also allows you to use your own email client if you’re in a plan.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699546951 {#1722
    date: 2023-11-09 17:22:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@spookedbyroaches@lemm.ee"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1734 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1733 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
  -id: 104565
  -bodyTs: "'allow':24 'also':23 'client':31 'email':30 'fastmail':1 'know':11 'may':16 'much':12 'paid':5 'plan':37 'pros':19 'proton':22 're':34 'right':7 'servic':6 'use':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1599338"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699546951 {#1721
    date: 2023-11-09 17:22:31.0 +01:00
  }
  +"title": 104565
}
"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
60 DENIED moderate
App\Entity\EntryComment {#1726
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1728
    +user: Proxies\__CG__\App\Entity\User {#1356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
    +slug: "Why-Not-Store-Encrypted-Emails-in-Plaintext-Locally"
    +title: "Why Not Store Encrypted Emails in Plaintext Locally?"
    +url: null
    +body: """
      Clients like Thunderbird are great because you have everything stored locally so you can easily search offline. They also support encrypting and decrypting emails in PGP. However, they seem to have the same limitation as protonmail where you can’t search through encrypted emails.\n
      \n
      I know that protonmail can’t just store your key at their server since that would defeat the purpose, so the emails are all ciphertext to them right? But in Thunderbird, you already have the key and decrypt everything all the time. So why can’t you skip the middleman in your local machine and store everything locally in plaintext? It’s not less secure since if your local machine is compromised, your private key is also compromised.\n
      \n
      Or at the very least give us the option and have a slightly less secure but much more convenient option.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 37
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700597765 {#2524
      date: 2023-11-21 21:16:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2529 …}
    +votes: Doctrine\ORM\PersistentCollection {#2532 …}
    +reports: Doctrine\ORM\PersistentCollection {#2534 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2536 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2538 …}
    +badges: Doctrine\ORM\PersistentCollection {#2540 …}
    +children: [
      App\Entity\EntryComment {#1726}
    ]
    -id: 10927
    -titleTs: "'email':5 'encrypt':4 'local':8 'plaintext':7 'store':3"
    -bodyTs: "'alreadi':77 'also':19,121 'ciphertext':69 'client':1 'compromis':116,122 'conveni':141 'decrypt':23,82 'defeat':61 'easili':15 'email':24,44,66 'encrypt':21,43 'everyth':9,83,101 'give':128 'great':5 'howev':27 'key':54,80,119 'know':46 'least':127 'less':108,136 'like':2 'limit':34 'local':11,97,102,113 'machin':98,114 'middleman':94 'much':139 'offlin':17 'option':131,142 'pgp':26 'plaintext':104 'privat':118 'protonmail':36,48 'purpos':63 'right':72 'search':16,41 'secur':109,137 'seem':29 'server':57 'sinc':58,110 'skip':92 'slight':135 'store':10,52,100 'support':20 'thunderbird':3,75 'time':86 'us':129 'would':60"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699464911
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14148180"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699378511 {#2511
      date: 2023-11-07 18:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1737 …}
  +body: """
    > fastmail\n
    \n
    That’s a paid service, right? I don’t know much about them, they may have other pros too, but proton also allows you to use your own email client if you’re in a plan.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699546951 {#1722
    date: 2023-11-09 17:22:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@spookedbyroaches@lemm.ee"
    "@ReversalHatchery@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1734 …}
  +nested: Doctrine\ORM\PersistentCollection {#1727 …}
  +votes: Doctrine\ORM\PersistentCollection {#1733 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1715 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1718 …}
  -id: 104565
  -bodyTs: "'allow':24 'also':23 'client':31 'email':30 'fastmail':1 'know':11 'may':16 'much':12 'paid':5 'plan':37 'pros':19 'proton':22 're':34 'right':7 'servic':6 'use':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1599338"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699546951 {#1721
    date: 2023-11-09 17:22:31.0 +01:00
  }
  +"title": 104565
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2527 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2566 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
  +slug: "I-m-ditching-htop-for-btop-look-how-cool-it-is"
  +title: "I'm ditching htop for btop, look how cool it is"
  +url: "https://lemmy.ml/pictrs/image/97eff682-91a6-445f-b6fc-0573d5f80860.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 136
  +favouriteCount: 526
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699457121 {#2561
    date: 2023-11-08 16:25:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2569 …}
  +votes: Doctrine\ORM\PersistentCollection {#2571 …}
  +reports: Doctrine\ORM\PersistentCollection {#2573 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2577 …}
  +badges: Doctrine\ORM\PersistentCollection {#2579 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
      +body: "It is, for them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698956794 {#1557
        date: 2023-11-02 21:26:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zShxck@lemmy.ml"
        "@bizdelnick@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1596 …}
      +nested: Doctrine\ORM\PersistentCollection {#1702 …}
      +votes: Doctrine\ORM\PersistentCollection {#1683 …}
      +reports: Doctrine\ORM\PersistentCollection {#1680 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1692 …}
      -id: 85505
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1545727"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698956794 {#1555
        date: 2023-11-02 21:26:34.0 +01:00
      }
      +"title": 85505
    }
  ]
  -id: 9094
  -titleTs: "'btop':6 'cool':9 'ditch':3 'htop':4 'look':7 'm':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699019647
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7388644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698933247 {#2548
    date: 2023-11-02 14:54:07.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
63 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2527 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2566 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
  +slug: "I-m-ditching-htop-for-btop-look-how-cool-it-is"
  +title: "I'm ditching htop for btop, look how cool it is"
  +url: "https://lemmy.ml/pictrs/image/97eff682-91a6-445f-b6fc-0573d5f80860.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 136
  +favouriteCount: 526
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699457121 {#2561
    date: 2023-11-08 16:25:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2569 …}
  +votes: Doctrine\ORM\PersistentCollection {#2571 …}
  +reports: Doctrine\ORM\PersistentCollection {#2573 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2577 …}
  +badges: Doctrine\ORM\PersistentCollection {#2579 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
      +body: "It is, for them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698956794 {#1557
        date: 2023-11-02 21:26:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zShxck@lemmy.ml"
        "@bizdelnick@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1596 …}
      +nested: Doctrine\ORM\PersistentCollection {#1702 …}
      +votes: Doctrine\ORM\PersistentCollection {#1683 …}
      +reports: Doctrine\ORM\PersistentCollection {#1680 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1692 …}
      -id: 85505
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1545727"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698956794 {#1555
        date: 2023-11-02 21:26:34.0 +01:00
      }
      +"title": 85505
    }
  ]
  -id: 9094
  -titleTs: "'btop':6 'cool':9 'ditch':3 'htop':4 'look':7 'm':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699019647
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7388644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698933247 {#2548
    date: 2023-11-02 14:54:07.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
64 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2527 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2566 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
  +slug: "I-m-ditching-htop-for-btop-look-how-cool-it-is"
  +title: "I'm ditching htop for btop, look how cool it is"
  +url: "https://lemmy.ml/pictrs/image/97eff682-91a6-445f-b6fc-0573d5f80860.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 136
  +favouriteCount: 526
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699457121 {#2561
    date: 2023-11-08 16:25:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2569 …}
  +votes: Doctrine\ORM\PersistentCollection {#2571 …}
  +reports: Doctrine\ORM\PersistentCollection {#2573 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2575 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2577 …}
  +badges: Doctrine\ORM\PersistentCollection {#2579 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
      +body: "It is, for them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698956794 {#1557
        date: 2023-11-02 21:26:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@zShxck@lemmy.ml"
        "@bizdelnick@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1596 …}
      +nested: Doctrine\ORM\PersistentCollection {#1702 …}
      +votes: Doctrine\ORM\PersistentCollection {#1683 …}
      +reports: Doctrine\ORM\PersistentCollection {#1680 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1692 …}
      -id: 85505
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1545727"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698956794 {#1555
        date: 2023-11-02 21:26:34.0 +01:00
      }
      +"title": 85505
    }
  ]
  -id: 9094
  -titleTs: "'btop':6 'cool':9 'ditch':3 'htop':4 'look':7 'm':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699019647
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7388644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698933247 {#2548
    date: 2023-11-02 14:54:07.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
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
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2566 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
    +slug: "I-m-ditching-htop-for-btop-look-how-cool-it-is"
    +title: "I'm ditching htop for btop, look how cool it is"
    +url: "https://lemmy.ml/pictrs/image/97eff682-91a6-445f-b6fc-0573d5f80860.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 136
    +favouriteCount: 526
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699457121 {#2561
      date: 2023-11-08 16:25:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2571 …}
    +reports: Doctrine\ORM\PersistentCollection {#2573 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2575 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2577 …}
    +badges: Doctrine\ORM\PersistentCollection {#2579 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 9094
    -titleTs: "'btop':6 'cool':9 'ditch':3 'htop':4 'look':7 'm':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699019647
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7388644"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698933247 {#2548
      date: 2023-11-02 14:54:07.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
  +body: "It is, for them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698956794 {#1557
    date: 2023-11-02 21:26:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zShxck@lemmy.ml"
    "@bizdelnick@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1596 …}
  +nested: Doctrine\ORM\PersistentCollection {#1702 …}
  +votes: Doctrine\ORM\PersistentCollection {#1683 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1692 …}
  -id: 85505
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1545727"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698956794 {#1555
    date: 2023-11-02 21:26:34.0 +01:00
  }
  +"title": 85505
}
"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
67 DENIED edit
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2566 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
    +slug: "I-m-ditching-htop-for-btop-look-how-cool-it-is"
    +title: "I'm ditching htop for btop, look how cool it is"
    +url: "https://lemmy.ml/pictrs/image/97eff682-91a6-445f-b6fc-0573d5f80860.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 136
    +favouriteCount: 526
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699457121 {#2561
      date: 2023-11-08 16:25:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2571 …}
    +reports: Doctrine\ORM\PersistentCollection {#2573 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2575 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2577 …}
    +badges: Doctrine\ORM\PersistentCollection {#2579 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 9094
    -titleTs: "'btop':6 'cool':9 'ditch':3 'htop':4 'look':7 'm':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699019647
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7388644"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698933247 {#2548
      date: 2023-11-02 14:54:07.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
  +body: "It is, for them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698956794 {#1557
    date: 2023-11-02 21:26:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zShxck@lemmy.ml"
    "@bizdelnick@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1596 …}
  +nested: Doctrine\ORM\PersistentCollection {#1702 …}
  +votes: Doctrine\ORM\PersistentCollection {#1683 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1692 …}
  -id: 85505
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1545727"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698956794 {#1555
    date: 2023-11-02 21:26:34.0 +01:00
  }
  +"title": 85505
}
"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
68 DENIED moderate
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2527 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2566 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
    +slug: "I-m-ditching-htop-for-btop-look-how-cool-it-is"
    +title: "I'm ditching htop for btop, look how cool it is"
    +url: "https://lemmy.ml/pictrs/image/97eff682-91a6-445f-b6fc-0573d5f80860.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 136
    +favouriteCount: 526
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699457121 {#2561
      date: 2023-11-08 16:25:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2569 …}
    +votes: Doctrine\ORM\PersistentCollection {#2571 …}
    +reports: Doctrine\ORM\PersistentCollection {#2573 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2575 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2577 …}
    +badges: Doctrine\ORM\PersistentCollection {#2579 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 9094
    -titleTs: "'btop':6 'cool':9 'ditch':3 'htop':4 'look':7 'm':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699019647
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7388644"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698933247 {#2548
      date: 2023-11-02 14:54:07.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1604 …}
  +body: "It is, for them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698956794 {#1557
    date: 2023-11-02 21:26:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@zShxck@lemmy.ml"
    "@bizdelnick@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1596 …}
  +nested: Doctrine\ORM\PersistentCollection {#1702 …}
  +votes: Doctrine\ORM\PersistentCollection {#1683 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1692 …}
  -id: 85505
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1545727"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698956794 {#1555
    date: 2023-11-02 21:26:34.0 +01:00
  }
  +"title": 85505
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#2508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2547 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
  +slug: "Bcachefs-Merged-into-the-Linux-6-7-Kernel"
  +title: "Bcachefs Merged into the Linux 6.7 Kernel"
  +url: "https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7"
  +body: "[www.phoronix.com/news/Bcachefs-Merged-Linux-6.7](https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699096982 {#2542
    date: 2023-11-04 12:23:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2549 …}
  +votes: Doctrine\ORM\PersistentCollection {#2551 …}
  +reports: Doctrine\ORM\PersistentCollection {#2553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2557 …}
  +badges: Doctrine\ORM\PersistentCollection {#2559 …}
  +children: [
    App\Entity\EntryComment {#1616
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Can’t BTRFS be used on a LUKS volume? Or does it have disadvantages?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698863799 {#1705
        date: 2023-11-01 19:36:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@clot27@lemm.ee"
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 89262
      -bodyTs: "'btrfs':3 'disadvantag':14 'luk':8 'use':5 'volum':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1538554"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698863799 {#1711
        date: 2023-11-01 19:36:39.0 +01:00
      }
      +"title": 89262
    }
  ]
  -id: 9083
  -titleTs: "'6.7':6 'bcachef':1 'kernel':7 'linux':5 'merg':2"
  -bodyTs: "'/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':3 'www.phoronix.com':2 'www.phoronix.com/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698838224
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13374111"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698756224 {#2530
    date: 2023-10-31 13:43:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#2508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2547 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
  +slug: "Bcachefs-Merged-into-the-Linux-6-7-Kernel"
  +title: "Bcachefs Merged into the Linux 6.7 Kernel"
  +url: "https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7"
  +body: "[www.phoronix.com/news/Bcachefs-Merged-Linux-6.7](https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699096982 {#2542
    date: 2023-11-04 12:23:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2549 …}
  +votes: Doctrine\ORM\PersistentCollection {#2551 …}
  +reports: Doctrine\ORM\PersistentCollection {#2553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2557 …}
  +badges: Doctrine\ORM\PersistentCollection {#2559 …}
  +children: [
    App\Entity\EntryComment {#1616
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Can’t BTRFS be used on a LUKS volume? Or does it have disadvantages?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698863799 {#1705
        date: 2023-11-01 19:36:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@clot27@lemm.ee"
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 89262
      -bodyTs: "'btrfs':3 'disadvantag':14 'luk':8 'use':5 'volum':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1538554"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698863799 {#1711
        date: 2023-11-01 19:36:39.0 +01:00
      }
      +"title": 89262
    }
  ]
  -id: 9083
  -titleTs: "'6.7':6 'bcachef':1 'kernel':7 'linux':5 'merg':2"
  -bodyTs: "'/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':3 'www.phoronix.com':2 'www.phoronix.com/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698838224
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13374111"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698756224 {#2530
    date: 2023-10-31 13:43:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#2508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: Proxies\__CG__\App\Entity\Image {#2547 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
  +slug: "Bcachefs-Merged-into-the-Linux-6-7-Kernel"
  +title: "Bcachefs Merged into the Linux 6.7 Kernel"
  +url: "https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7"
  +body: "[www.phoronix.com/news/Bcachefs-Merged-Linux-6.7](https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699096982 {#2542
    date: 2023-11-04 12:23:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2549 …}
  +votes: Doctrine\ORM\PersistentCollection {#2551 …}
  +reports: Doctrine\ORM\PersistentCollection {#2553 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2557 …}
  +badges: Doctrine\ORM\PersistentCollection {#2559 …}
  +children: [
    App\Entity\EntryComment {#1616
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
      +body: "Can’t BTRFS be used on a LUKS volume? Or does it have disadvantages?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698863799 {#1705
        date: 2023-11-01 19:36:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@clot27@lemm.ee"
        "@lemann@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1630 …}
      +nested: Doctrine\ORM\PersistentCollection {#1628 …}
      +votes: Doctrine\ORM\PersistentCollection {#1599 …}
      +reports: Doctrine\ORM\PersistentCollection {#1625 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
      -id: 89262
      -bodyTs: "'btrfs':3 'disadvantag':14 'luk':8 'use':5 'volum':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1538554"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698863799 {#1711
        date: 2023-11-01 19:36:39.0 +01:00
      }
      +"title": 89262
    }
  ]
  -id: 9083
  -titleTs: "'6.7':6 'bcachef':1 'kernel':7 'linux':5 'merg':2"
  -bodyTs: "'/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':3 'www.phoronix.com':2 'www.phoronix.com/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698838224
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13374111"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698756224 {#2530
    date: 2023-10-31 13:43:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\EntryComment {#1616
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#2508 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2547 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
    +slug: "Bcachefs-Merged-into-the-Linux-6-7-Kernel"
    +title: "Bcachefs Merged into the Linux 6.7 Kernel"
    +url: "https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7"
    +body: "[www.phoronix.com/news/Bcachefs-Merged-Linux-6.7](https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7)"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699096982 {#2542
      date: 2023-11-04 12:23:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2549 …}
    +votes: Doctrine\ORM\PersistentCollection {#2551 …}
    +reports: Doctrine\ORM\PersistentCollection {#2553 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2555 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2557 …}
    +badges: Doctrine\ORM\PersistentCollection {#2559 …}
    +children: [
      App\Entity\EntryComment {#1616}
    ]
    -id: 9083
    -titleTs: "'6.7':6 'bcachef':1 'kernel':7 'linux':5 'merg':2"
    -bodyTs: "'/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':3 'www.phoronix.com':2 'www.phoronix.com/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698838224
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13374111"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698756224 {#2530
      date: 2023-10-31 13:43:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Can’t BTRFS be used on a LUKS volume? Or does it have disadvantages?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698863799 {#1705
    date: 2023-11-01 19:36:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@clot27@lemm.ee"
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 89262
  -bodyTs: "'btrfs':3 'disadvantag':14 'luk':8 'use':5 'volum':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1538554"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698863799 {#1711
    date: 2023-11-01 19:36:39.0 +01:00
  }
  +"title": 89262
}
"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
75 DENIED edit
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#2508 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2547 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
    +slug: "Bcachefs-Merged-into-the-Linux-6-7-Kernel"
    +title: "Bcachefs Merged into the Linux 6.7 Kernel"
    +url: "https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7"
    +body: "[www.phoronix.com/news/Bcachefs-Merged-Linux-6.7](https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7)"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699096982 {#2542
      date: 2023-11-04 12:23:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2549 …}
    +votes: Doctrine\ORM\PersistentCollection {#2551 …}
    +reports: Doctrine\ORM\PersistentCollection {#2553 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2555 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2557 …}
    +badges: Doctrine\ORM\PersistentCollection {#2559 …}
    +children: [
      App\Entity\EntryComment {#1616}
    ]
    -id: 9083
    -titleTs: "'6.7':6 'bcachef':1 'kernel':7 'linux':5 'merg':2"
    -bodyTs: "'/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':3 'www.phoronix.com':2 'www.phoronix.com/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698838224
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13374111"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698756224 {#2530
      date: 2023-10-31 13:43:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Can’t BTRFS be used on a LUKS volume? Or does it have disadvantages?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698863799 {#1705
    date: 2023-11-01 19:36:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@clot27@lemm.ee"
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 89262
  -bodyTs: "'btrfs':3 'disadvantag':14 'luk':8 'use':5 'volum':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1538554"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698863799 {#1711
    date: 2023-11-01 19:36:39.0 +01:00
  }
  +"title": 89262
}
"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
76 DENIED moderate
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#2508 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
    +image: Proxies\__CG__\App\Entity\Image {#2547 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2153 …}
    +slug: "Bcachefs-Merged-into-the-Linux-6-7-Kernel"
    +title: "Bcachefs Merged into the Linux 6.7 Kernel"
    +url: "https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7"
    +body: "[www.phoronix.com/news/Bcachefs-Merged-Linux-6.7](https://www.phoronix.com/news/Bcachefs-Merged-Linux-6.7)"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 3
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699096982 {#2542
      date: 2023-11-04 12:23:02.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2549 …}
    +votes: Doctrine\ORM\PersistentCollection {#2551 …}
    +reports: Doctrine\ORM\PersistentCollection {#2553 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2555 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2557 …}
    +badges: Doctrine\ORM\PersistentCollection {#2559 …}
    +children: [
      App\Entity\EntryComment {#1616}
    ]
    -id: 9083
    -titleTs: "'6.7':6 'bcachef':1 'kernel':7 'linux':5 'merg':2"
    -bodyTs: "'/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':3 'www.phoronix.com':2 'www.phoronix.com/news/bcachefs-merged-linux-6.7](https://www.phoronix.com/news/bcachefs-merged-linux-6.7)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698838224
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13374111"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698756224 {#2530
      date: 2023-10-31 13:43:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1613 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1598 …}
  +body: "Can’t BTRFS be used on a LUKS volume? Or does it have disadvantages?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698863799 {#1705
    date: 2023-11-01 19:36:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@clot27@lemm.ee"
    "@lemann@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1630 …}
  +nested: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1625 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1617 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1725 …}
  -id: 89262
  -bodyTs: "'btrfs':3 'disadvantag':14 'luk':8 'use':5 'volum':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1538554"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698863799 {#1711
    date: 2023-11-01 19:36:39.0 +01:00
  }
  +"title": 89262
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2545 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
  +slug: "Faking-Pixel-5a"
  +title: "Faking Pixel 5a"
  +url: null
  +body: "I’ve read on reddit that Google still provides unlimited photos backup if you own Pixel 5a and lower. On rooted Android you can fake that and get free backup storage, but who wants to give pictures to Google?! I was thinking if it’s possible or done by someone to create an environment on Docker by faking device info to access that free storage and backup rclone crypted files as images (by .jpeg fake extension or something)?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699050001 {#2581
    date: 2023-11-03 23:20:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2586 …}
  +votes: Doctrine\ORM\PersistentCollection {#2589 …}
  +reports: Doctrine\ORM\PersistentCollection {#2591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2595 …}
  +badges: Doctrine\ORM\PersistentCollection {#2597 …}
  +children: [
    App\Entity\EntryComment {#1525
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
      +body: """
        The hard part of the problem is not spoofing the pixel, but preserving your privacy.\n
        \n
        Your solution solves the easier problem, but it doesn’t preserve your privacy.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697924468 {#1578
        date: 2023-10-21 23:41:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gargari@lemmy.ml"
        "@randombullet@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 63661
      -bodyTs: "'doesn':24 'easier':20 'hard':2 'part':3 'pixel':11 'preserv':13,26 'privaci':15,28 'problem':6,21 'solut':17 'solv':18 'spoof':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1449295"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697924468 {#1561
        date: 2023-10-21 23:41:08.0 +02:00
      }
      +"title": 63661
    }
  ]
  -id: 6780
  -titleTs: "'5a':3 'fake':1 'pixel':2"
  -bodyTs: "'5a':17 'access':62 'android':22 'backup':12,30,67 'creat':52 'crypt':69 'devic':59 'docker':56 'done':48 'environ':54 'extens':76 'fake':25,58,75 'file':70 'free':29,64 'get':28 'give':36 'googl':7,39 'imag':72 'info':60 'jpeg':74 'lower':19 'photo':11 'pictur':37 'pixel':16 'possibl':46 'provid':9 'rclone':68 'read':3 'reddit':5 'root':21 'someon':50 'someth':78 'still':8 'storag':31,65 'think':42 'unlimit':10 've':2 'want':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697954371
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6795944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697867971 {#2567
    date: 2023-10-21 07:59:31.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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2545 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
  +slug: "Faking-Pixel-5a"
  +title: "Faking Pixel 5a"
  +url: null
  +body: "I’ve read on reddit that Google still provides unlimited photos backup if you own Pixel 5a and lower. On rooted Android you can fake that and get free backup storage, but who wants to give pictures to Google?! I was thinking if it’s possible or done by someone to create an environment on Docker by faking device info to access that free storage and backup rclone crypted files as images (by .jpeg fake extension or something)?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699050001 {#2581
    date: 2023-11-03 23:20:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2586 …}
  +votes: Doctrine\ORM\PersistentCollection {#2589 …}
  +reports: Doctrine\ORM\PersistentCollection {#2591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2595 …}
  +badges: Doctrine\ORM\PersistentCollection {#2597 …}
  +children: [
    App\Entity\EntryComment {#1525
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
      +body: """
        The hard part of the problem is not spoofing the pixel, but preserving your privacy.\n
        \n
        Your solution solves the easier problem, but it doesn’t preserve your privacy.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697924468 {#1578
        date: 2023-10-21 23:41:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gargari@lemmy.ml"
        "@randombullet@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 63661
      -bodyTs: "'doesn':24 'easier':20 'hard':2 'part':3 'pixel':11 'preserv':13,26 'privaci':15,28 'problem':6,21 'solut':17 'solv':18 'spoof':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1449295"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697924468 {#1561
        date: 2023-10-21 23:41:08.0 +02:00
      }
      +"title": 63661
    }
  ]
  -id: 6780
  -titleTs: "'5a':3 'fake':1 'pixel':2"
  -bodyTs: "'5a':17 'access':62 'android':22 'backup':12,30,67 'creat':52 'crypt':69 'devic':59 'docker':56 'done':48 'environ':54 'extens':76 'fake':25,58,75 'file':70 'free':29,64 'get':28 'give':36 'googl':7,39 'imag':72 'info':60 'jpeg':74 'lower':19 'photo':11 'pictur':37 'pixel':16 'possibl':46 'provid':9 'rclone':68 'read':3 'reddit':5 'root':21 'someon':50 'someth':78 'still':8 'storag':31,65 'think':42 'unlimit':10 've':2 'want':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697954371
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6795944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697867971 {#2567
    date: 2023-10-21 07:59:31.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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#2545 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
  +slug: "Faking-Pixel-5a"
  +title: "Faking Pixel 5a"
  +url: null
  +body: "I’ve read on reddit that Google still provides unlimited photos backup if you own Pixel 5a and lower. On rooted Android you can fake that and get free backup storage, but who wants to give pictures to Google?! I was thinking if it’s possible or done by someone to create an environment on Docker by faking device info to access that free storage and backup rclone crypted files as images (by .jpeg fake extension or something)?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 84
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699050001 {#2581
    date: 2023-11-03 23:20:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2586 …}
  +votes: Doctrine\ORM\PersistentCollection {#2589 …}
  +reports: Doctrine\ORM\PersistentCollection {#2591 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2595 …}
  +badges: Doctrine\ORM\PersistentCollection {#2597 …}
  +children: [
    App\Entity\EntryComment {#1525
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
      +body: """
        The hard part of the problem is not spoofing the pixel, but preserving your privacy.\n
        \n
        Your solution solves the easier problem, but it doesn’t preserve your privacy.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697924468 {#1578
        date: 2023-10-21 23:41:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gargari@lemmy.ml"
        "@randombullet@feddit.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1567 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 63661
      -bodyTs: "'doesn':24 'easier':20 'hard':2 'part':3 'pixel':11 'preserv':13,26 'privaci':15,28 'problem':6,21 'solut':17 'solv':18 'spoof':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1449295"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697924468 {#1561
        date: 2023-10-21 23:41:08.0 +02:00
      }
      +"title": 63661
    }
  ]
  -id: 6780
  -titleTs: "'5a':3 'fake':1 'pixel':2"
  -bodyTs: "'5a':17 'access':62 'android':22 'backup':12,30,67 'creat':52 'crypt':69 'devic':59 'docker':56 'done':48 'environ':54 'extens':76 'fake':25,58,75 'file':70 'free':29,64 'get':28 'give':36 'googl':7,39 'imag':72 'info':60 'jpeg':74 'lower':19 'photo':11 'pictur':37 'pixel':16 'possibl':46 'provid':9 'rclone':68 'read':3 'reddit':5 'root':21 'someon':50 'someth':78 'still':8 'storag':31,65 'think':42 'unlimit':10 've':2 'want':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697954371
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6795944"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697867971 {#2567
    date: 2023-10-21 07:59:31.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
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\EntryComment {#1525
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2545 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
    +slug: "Faking-Pixel-5a"
    +title: "Faking Pixel 5a"
    +url: null
    +body: "I’ve read on reddit that Google still provides unlimited photos backup if you own Pixel 5a and lower. On rooted Android you can fake that and get free backup storage, but who wants to give pictures to Google?! I was thinking if it’s possible or done by someone to create an environment on Docker by faking device info to access that free storage and backup rclone crypted files as images (by .jpeg fake extension or something)?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 84
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699050001 {#2581
      date: 2023-11-03 23:20:01.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2586 …}
    +votes: Doctrine\ORM\PersistentCollection {#2589 …}
    +reports: Doctrine\ORM\PersistentCollection {#2591 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2595 …}
    +badges: Doctrine\ORM\PersistentCollection {#2597 …}
    +children: [
      App\Entity\EntryComment {#1525}
    ]
    -id: 6780
    -titleTs: "'5a':3 'fake':1 'pixel':2"
    -bodyTs: "'5a':17 'access':62 'android':22 'backup':12,30,67 'creat':52 'crypt':69 'devic':59 'docker':56 'done':48 'environ':54 'extens':76 'fake':25,58,75 'file':70 'free':29,64 'get':28 'give':36 'googl':7,39 'imag':72 'info':60 'jpeg':74 'lower':19 'photo':11 'pictur':37 'pixel':16 'possibl':46 'provid':9 'rclone':68 'read':3 'reddit':5 'root':21 'someon':50 'someth':78 'still':8 'storag':31,65 'think':42 'unlimit':10 've':2 'want':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697954371
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6795944"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697867971 {#2567
      date: 2023-10-21 07:59:31.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
  +body: """
    The hard part of the problem is not spoofing the pixel, but preserving your privacy.\n
    \n
    Your solution solves the easier problem, but it doesn’t preserve your privacy.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697924468 {#1578
    date: 2023-10-21 23:41:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gargari@lemmy.ml"
    "@randombullet@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 63661
  -bodyTs: "'doesn':24 'easier':20 'hard':2 'part':3 'pixel':11 'preserv':13,26 'privaci':15,28 'problem':6,21 'solut':17 'solv':18 'spoof':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1449295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697924468 {#1561
    date: 2023-10-21 23:41:08.0 +02:00
  }
  +"title": 63661
}
"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
83 DENIED edit
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2545 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
    +slug: "Faking-Pixel-5a"
    +title: "Faking Pixel 5a"
    +url: null
    +body: "I’ve read on reddit that Google still provides unlimited photos backup if you own Pixel 5a and lower. On rooted Android you can fake that and get free backup storage, but who wants to give pictures to Google?! I was thinking if it’s possible or done by someone to create an environment on Docker by faking device info to access that free storage and backup rclone crypted files as images (by .jpeg fake extension or something)?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 84
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699050001 {#2581
      date: 2023-11-03 23:20:01.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2586 …}
    +votes: Doctrine\ORM\PersistentCollection {#2589 …}
    +reports: Doctrine\ORM\PersistentCollection {#2591 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2595 …}
    +badges: Doctrine\ORM\PersistentCollection {#2597 …}
    +children: [
      App\Entity\EntryComment {#1525}
    ]
    -id: 6780
    -titleTs: "'5a':3 'fake':1 'pixel':2"
    -bodyTs: "'5a':17 'access':62 'android':22 'backup':12,30,67 'creat':52 'crypt':69 'devic':59 'docker':56 'done':48 'environ':54 'extens':76 'fake':25,58,75 'file':70 'free':29,64 'get':28 'give':36 'googl':7,39 'imag':72 'info':60 'jpeg':74 'lower':19 'photo':11 'pictur':37 'pixel':16 'possibl':46 'provid':9 'rclone':68 'read':3 'reddit':5 'root':21 'someon':50 'someth':78 'still':8 'storag':31,65 'think':42 'unlimit':10 've':2 'want':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697954371
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6795944"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697867971 {#2567
      date: 2023-10-21 07:59:31.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
  +body: """
    The hard part of the problem is not spoofing the pixel, but preserving your privacy.\n
    \n
    Your solution solves the easier problem, but it doesn’t preserve your privacy.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697924468 {#1578
    date: 2023-10-21 23:41:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gargari@lemmy.ml"
    "@randombullet@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 63661
  -bodyTs: "'doesn':24 'easier':20 'hard':2 'part':3 'pixel':11 'preserv':13,26 'privaci':15,28 'problem':6,21 'solut':17 'solv':18 'spoof':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1449295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697924468 {#1561
    date: 2023-10-21 23:41:08.0 +02:00
  }
  +"title": 63661
}
"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
84 DENIED moderate
App\Entity\EntryComment {#1525
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1527
    +user: Proxies\__CG__\App\Entity\User {#2545 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1990 …}
    +slug: "Faking-Pixel-5a"
    +title: "Faking Pixel 5a"
    +url: null
    +body: "I’ve read on reddit that Google still provides unlimited photos backup if you own Pixel 5a and lower. On rooted Android you can fake that and get free backup storage, but who wants to give pictures to Google?! I was thinking if it’s possible or done by someone to create an environment on Docker by faking device info to access that free storage and backup rclone crypted files as images (by .jpeg fake extension or something)?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 84
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699050001 {#2581
      date: 2023-11-03 23:20:01.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2586 …}
    +votes: Doctrine\ORM\PersistentCollection {#2589 …}
    +reports: Doctrine\ORM\PersistentCollection {#2591 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2593 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2595 …}
    +badges: Doctrine\ORM\PersistentCollection {#2597 …}
    +children: [
      App\Entity\EntryComment {#1525}
    ]
    -id: 6780
    -titleTs: "'5a':3 'fake':1 'pixel':2"
    -bodyTs: "'5a':17 'access':62 'android':22 'backup':12,30,67 'creat':52 'crypt':69 'devic':59 'docker':56 'done':48 'environ':54 'extens':76 'fake':25,58,75 'file':70 'free':29,64 'get':28 'give':36 'googl':7,39 'imag':72 'info':60 'jpeg':74 'lower':19 'photo':11 'pictur':37 'pixel':16 'possibl':46 'provid':9 'rclone':68 'read':3 'reddit':5 'root':21 'someon':50 'someth':78 'still':8 'storag':31,65 'think':42 'unlimit':10 've':2 'want':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697954371
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6795944"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697867971 {#2567
      date: 2023-10-21 07:59:31.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1526 …}
  +body: """
    The hard part of the problem is not spoofing the pixel, but preserving your privacy.\n
    \n
    Your solution solves the easier problem, but it doesn’t preserve your privacy.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697924468 {#1578
    date: 2023-10-21 23:41:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gargari@lemmy.ml"
    "@randombullet@feddit.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1567 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 63661
  -bodyTs: "'doesn':24 'easier':20 'hard':2 'part':3 'pixel':11 'preserv':13,26 'privaci':15,28 'problem':6,21 'solut':17 'solv':18 'spoof':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1449295"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697924468 {#1561
    date: 2023-10-21 23:41:08.0 +02:00
  }
  +"title": 63661
}
"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
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 {#1591
  +user: Proxies\__CG__\App\Entity\User {#2604 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2606 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
  +slug: "How-the-EU-Feels-about"
  +title: "🇪🇺 How the EU Feels about"
  +url: "https://lemmy.ml/pictrs/image/54df897f-14d1-4215-866f-ea3fa07955ee.jpeg"
  +body: """
    Context: **Chat Control 2.0**: EU governments set to approve the end of private messaging and secure encryption\n
    \n
    *“By making a minor concession EU governments hope to find a majority next week to approve the controversial ‘chat control’ bill. According to the proposed child sexual abuse regulation (CSAR), providers of messengers, e-mail and chat services would be forced to automatically search all private messages and photos for suspicious content and report it to the EU. To find a majority for this unprecedented mass surveillance, the EU Council Presidency proposed Tuesday that the scanners would initially search for previously classified CSAM only, and even less reliable technology to classify unknown imagery or conversations would be reserved to a later stage. The proposed „deal“ will be discussed by ambassadors tomorrow and could be adopted by ministers next week.”*\n
    \n
    Source: [patrick-breyer.de/…/chat-control-2-0-eu-governmen…](https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 63
  +favouriteCount: 1173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697755048 {#2599
    date: 2023-10-20 00:37:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2607 …}
  +votes: Doctrine\ORM\PersistentCollection {#2609 …}
  +reports: Doctrine\ORM\PersistentCollection {#2611 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
  +badges: Doctrine\ORM\PersistentCollection {#2617 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: "Not really surprising, though"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697303360 {#1433
        date: 2023-10-14 19:09:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@makeasnek@lemmy.ml"
        "@MentalEdge@ani.social"
        "@Dra@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 48908
      -bodyTs: "'realli':2 'surpris':3 'though':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1390547"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697303360 {#1430
        date: 2023-10-14 19:09:20.0 +02:00
      }
      +"title": 48908
    }
  ]
  -id: 5286
  -titleTs: "'eu':3 'feel':4"
  -bodyTs: "'/chat-control-2-0-eu-governmen':140 '/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':143 '2.0':4 'abus':45 'accord':39 'adopt':133 'ambassador':128 'approv':9,33 'automat':61 'bill':38 'chat':2,36,55 'child':43 'classifi':100,109 'concess':22 'content':70 'context':1 'control':3,37 'controversi':35 'convers':113 'could':131 'council':88 'csam':101 'csar':47 'deal':123 'discuss':126 'e':52 'e-mail':51 'encrypt':17 'end':11 'eu':5,23,76,87 'even':104 'find':27,78 'forc':59 'govern':6,24 'hope':25 'imageri':111 'initi':96 'later':119 'less':105 'mail':53 'major':29,80 'make':19 'mass':84 'messag':14,65 'messeng':50 'minist':135 'minor':21 'next':30,136 'patrick-breyer.de':139 'photo':67 'presid':89 'previous':99 'privat':13,64 'propos':42,90,122 'provid':48 'regul':46 'reliabl':106 'report':72 'reserv':116 'scanner':94 'search':62,97 'secur':16 'servic':56 'set':7 'sexual':44 'sourc':138 'stage':120 'surveil':85 'suspici':69 'technolog':107 'tomorrow':129 'tuesday':91 'unknown':110 'unpreced':83 'week':31,137 'would':57,95,114 'www.patrick-breyer.de':142 'www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':141"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697365870
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6470126"
  +editedAt: DateTimeImmutable @1697279582 {#2587
    date: 2023-10-14 12:33:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697279470 {#2564
    date: 2023-10-14 12:31:10.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
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2604 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2606 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
  +slug: "How-the-EU-Feels-about"
  +title: "🇪🇺 How the EU Feels about"
  +url: "https://lemmy.ml/pictrs/image/54df897f-14d1-4215-866f-ea3fa07955ee.jpeg"
  +body: """
    Context: **Chat Control 2.0**: EU governments set to approve the end of private messaging and secure encryption\n
    \n
    *“By making a minor concession EU governments hope to find a majority next week to approve the controversial ‘chat control’ bill. According to the proposed child sexual abuse regulation (CSAR), providers of messengers, e-mail and chat services would be forced to automatically search all private messages and photos for suspicious content and report it to the EU. To find a majority for this unprecedented mass surveillance, the EU Council Presidency proposed Tuesday that the scanners would initially search for previously classified CSAM only, and even less reliable technology to classify unknown imagery or conversations would be reserved to a later stage. The proposed „deal“ will be discussed by ambassadors tomorrow and could be adopted by ministers next week.”*\n
    \n
    Source: [patrick-breyer.de/…/chat-control-2-0-eu-governmen…](https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 63
  +favouriteCount: 1173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697755048 {#2599
    date: 2023-10-20 00:37:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2607 …}
  +votes: Doctrine\ORM\PersistentCollection {#2609 …}
  +reports: Doctrine\ORM\PersistentCollection {#2611 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
  +badges: Doctrine\ORM\PersistentCollection {#2617 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: "Not really surprising, though"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697303360 {#1433
        date: 2023-10-14 19:09:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@makeasnek@lemmy.ml"
        "@MentalEdge@ani.social"
        "@Dra@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 48908
      -bodyTs: "'realli':2 'surpris':3 'though':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1390547"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697303360 {#1430
        date: 2023-10-14 19:09:20.0 +02:00
      }
      +"title": 48908
    }
  ]
  -id: 5286
  -titleTs: "'eu':3 'feel':4"
  -bodyTs: "'/chat-control-2-0-eu-governmen':140 '/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':143 '2.0':4 'abus':45 'accord':39 'adopt':133 'ambassador':128 'approv':9,33 'automat':61 'bill':38 'chat':2,36,55 'child':43 'classifi':100,109 'concess':22 'content':70 'context':1 'control':3,37 'controversi':35 'convers':113 'could':131 'council':88 'csam':101 'csar':47 'deal':123 'discuss':126 'e':52 'e-mail':51 'encrypt':17 'end':11 'eu':5,23,76,87 'even':104 'find':27,78 'forc':59 'govern':6,24 'hope':25 'imageri':111 'initi':96 'later':119 'less':105 'mail':53 'major':29,80 'make':19 'mass':84 'messag':14,65 'messeng':50 'minist':135 'minor':21 'next':30,136 'patrick-breyer.de':139 'photo':67 'presid':89 'previous':99 'privat':13,64 'propos':42,90,122 'provid':48 'regul':46 'reliabl':106 'report':72 'reserv':116 'scanner':94 'search':62,97 'secur':16 'servic':56 'set':7 'sexual':44 'sourc':138 'stage':120 'surveil':85 'suspici':69 'technolog':107 'tomorrow':129 'tuesday':91 'unknown':110 'unpreced':83 'week':31,137 'would':57,95,114 'www.patrick-breyer.de':142 'www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':141"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697365870
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6470126"
  +editedAt: DateTimeImmutable @1697279582 {#2587
    date: 2023-10-14 12:33:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697279470 {#2564
    date: 2023-10-14 12:31:10.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
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#2604 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: Proxies\__CG__\App\Entity\Image {#2606 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
  +slug: "How-the-EU-Feels-about"
  +title: "🇪🇺 How the EU Feels about"
  +url: "https://lemmy.ml/pictrs/image/54df897f-14d1-4215-866f-ea3fa07955ee.jpeg"
  +body: """
    Context: **Chat Control 2.0**: EU governments set to approve the end of private messaging and secure encryption\n
    \n
    *“By making a minor concession EU governments hope to find a majority next week to approve the controversial ‘chat control’ bill. According to the proposed child sexual abuse regulation (CSAR), providers of messengers, e-mail and chat services would be forced to automatically search all private messages and photos for suspicious content and report it to the EU. To find a majority for this unprecedented mass surveillance, the EU Council Presidency proposed Tuesday that the scanners would initially search for previously classified CSAM only, and even less reliable technology to classify unknown imagery or conversations would be reserved to a later stage. The proposed „deal“ will be discussed by ambassadors tomorrow and could be adopted by ministers next week.”*\n
    \n
    Source: [patrick-breyer.de/…/chat-control-2-0-eu-governmen…](https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 63
  +favouriteCount: 1173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697755048 {#2599
    date: 2023-10-20 00:37:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2607 …}
  +votes: Doctrine\ORM\PersistentCollection {#2609 …}
  +reports: Doctrine\ORM\PersistentCollection {#2611 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
  +badges: Doctrine\ORM\PersistentCollection {#2617 …}
  +children: [
    App\Entity\EntryComment {#1695
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1591 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +body: "Not really surprising, though"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1697303360 {#1433
        date: 2023-10-14 19:09:20.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@makeasnek@lemmy.ml"
        "@MentalEdge@ani.social"
        "@Dra@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1670 …}
      +nested: Doctrine\ORM\PersistentCollection {#1678 …}
      +votes: Doctrine\ORM\PersistentCollection {#1673 …}
      +reports: Doctrine\ORM\PersistentCollection {#1676 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
      -id: 48908
      -bodyTs: "'realli':2 'surpris':3 'though':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/1390547"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697303360 {#1430
        date: 2023-10-14 19:09:20.0 +02:00
      }
      +"title": 48908
    }
  ]
  -id: 5286
  -titleTs: "'eu':3 'feel':4"
  -bodyTs: "'/chat-control-2-0-eu-governmen':140 '/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':143 '2.0':4 'abus':45 'accord':39 'adopt':133 'ambassador':128 'approv':9,33 'automat':61 'bill':38 'chat':2,36,55 'child':43 'classifi':100,109 'concess':22 'content':70 'context':1 'control':3,37 'controversi':35 'convers':113 'could':131 'council':88 'csam':101 'csar':47 'deal':123 'discuss':126 'e':52 'e-mail':51 'encrypt':17 'end':11 'eu':5,23,76,87 'even':104 'find':27,78 'forc':59 'govern':6,24 'hope':25 'imageri':111 'initi':96 'later':119 'less':105 'mail':53 'major':29,80 'make':19 'mass':84 'messag':14,65 'messeng':50 'minist':135 'minor':21 'next':30,136 'patrick-breyer.de':139 'photo':67 'presid':89 'previous':99 'privat':13,64 'propos':42,90,122 'provid':48 'regul':46 'reliabl':106 'report':72 'reserv':116 'scanner':94 'search':62,97 'secur':16 'servic':56 'set':7 'sexual':44 'sourc':138 'stage':120 'surveil':85 'suspici':69 'technolog':107 'tomorrow':129 'tuesday':91 'unknown':110 'unpreced':83 'week':31,137 'would':57,95,114 'www.patrick-breyer.de':142 'www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':141"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697365870
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6470126"
  +editedAt: DateTimeImmutable @1697279582 {#2587
    date: 2023-10-14 12:33:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697279470 {#2564
    date: 2023-10-14 12:31:10.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
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 {#1695
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2604 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2606 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
    +slug: "How-the-EU-Feels-about"
    +title: "🇪🇺 How the EU Feels about"
    +url: "https://lemmy.ml/pictrs/image/54df897f-14d1-4215-866f-ea3fa07955ee.jpeg"
    +body: """
      Context: **Chat Control 2.0**: EU governments set to approve the end of private messaging and secure encryption\n
      \n
      *“By making a minor concession EU governments hope to find a majority next week to approve the controversial ‘chat control’ bill. According to the proposed child sexual abuse regulation (CSAR), providers of messengers, e-mail and chat services would be forced to automatically search all private messages and photos for suspicious content and report it to the EU. To find a majority for this unprecedented mass surveillance, the EU Council Presidency proposed Tuesday that the scanners would initially search for previously classified CSAM only, and even less reliable technology to classify unknown imagery or conversations would be reserved to a later stage. The proposed „deal“ will be discussed by ambassadors tomorrow and could be adopted by ministers next week.”*\n
      \n
      Source: [patrick-breyer.de/…/chat-control-2-0-eu-governmen…](https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 63
    +favouriteCount: 1173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697755048 {#2599
      date: 2023-10-20 00:37:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2607 …}
    +votes: Doctrine\ORM\PersistentCollection {#2609 …}
    +reports: Doctrine\ORM\PersistentCollection {#2611 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 5286
    -titleTs: "'eu':3 'feel':4"
    -bodyTs: "'/chat-control-2-0-eu-governmen':140 '/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':143 '2.0':4 'abus':45 'accord':39 'adopt':133 'ambassador':128 'approv':9,33 'automat':61 'bill':38 'chat':2,36,55 'child':43 'classifi':100,109 'concess':22 'content':70 'context':1 'control':3,37 'controversi':35 'convers':113 'could':131 'council':88 'csam':101 'csar':47 'deal':123 'discuss':126 'e':52 'e-mail':51 'encrypt':17 'end':11 'eu':5,23,76,87 'even':104 'find':27,78 'forc':59 'govern':6,24 'hope':25 'imageri':111 'initi':96 'later':119 'less':105 'mail':53 'major':29,80 'make':19 'mass':84 'messag':14,65 'messeng':50 'minist':135 'minor':21 'next':30,136 'patrick-breyer.de':139 'photo':67 'presid':89 'previous':99 'privat':13,64 'propos':42,90,122 'provid':48 'regul':46 'reliabl':106 'report':72 'reserv':116 'scanner':94 'search':62,97 'secur':16 'servic':56 'set':7 'sexual':44 'sourc':138 'stage':120 'surveil':85 'suspici':69 'technolog':107 'tomorrow':129 'tuesday':91 'unknown':110 'unpreced':83 'week':31,137 'would':57,95,114 'www.patrick-breyer.de':142 'www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':141"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697365870
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6470126"
    +editedAt: DateTimeImmutable @1697279582 {#2587
      date: 2023-10-14 12:33:02.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697279470 {#2564
      date: 2023-10-14 12:31:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: "Not really surprising, though"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697303360 {#1433
    date: 2023-10-14 19:09:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@makeasnek@lemmy.ml"
    "@MentalEdge@ani.social"
    "@Dra@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 48908
  -bodyTs: "'realli':2 'surpris':3 'though':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1390547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697303360 {#1430
    date: 2023-10-14 19:09:20.0 +02:00
  }
  +"title": 48908
}
"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 {#1695
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2604 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2606 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
    +slug: "How-the-EU-Feels-about"
    +title: "🇪🇺 How the EU Feels about"
    +url: "https://lemmy.ml/pictrs/image/54df897f-14d1-4215-866f-ea3fa07955ee.jpeg"
    +body: """
      Context: **Chat Control 2.0**: EU governments set to approve the end of private messaging and secure encryption\n
      \n
      *“By making a minor concession EU governments hope to find a majority next week to approve the controversial ‘chat control’ bill. According to the proposed child sexual abuse regulation (CSAR), providers of messengers, e-mail and chat services would be forced to automatically search all private messages and photos for suspicious content and report it to the EU. To find a majority for this unprecedented mass surveillance, the EU Council Presidency proposed Tuesday that the scanners would initially search for previously classified CSAM only, and even less reliable technology to classify unknown imagery or conversations would be reserved to a later stage. The proposed „deal“ will be discussed by ambassadors tomorrow and could be adopted by ministers next week.”*\n
      \n
      Source: [patrick-breyer.de/…/chat-control-2-0-eu-governmen…](https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 63
    +favouriteCount: 1173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697755048 {#2599
      date: 2023-10-20 00:37:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2607 …}
    +votes: Doctrine\ORM\PersistentCollection {#2609 …}
    +reports: Doctrine\ORM\PersistentCollection {#2611 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 5286
    -titleTs: "'eu':3 'feel':4"
    -bodyTs: "'/chat-control-2-0-eu-governmen':140 '/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':143 '2.0':4 'abus':45 'accord':39 'adopt':133 'ambassador':128 'approv':9,33 'automat':61 'bill':38 'chat':2,36,55 'child':43 'classifi':100,109 'concess':22 'content':70 'context':1 'control':3,37 'controversi':35 'convers':113 'could':131 'council':88 'csam':101 'csar':47 'deal':123 'discuss':126 'e':52 'e-mail':51 'encrypt':17 'end':11 'eu':5,23,76,87 'even':104 'find':27,78 'forc':59 'govern':6,24 'hope':25 'imageri':111 'initi':96 'later':119 'less':105 'mail':53 'major':29,80 'make':19 'mass':84 'messag':14,65 'messeng':50 'minist':135 'minor':21 'next':30,136 'patrick-breyer.de':139 'photo':67 'presid':89 'previous':99 'privat':13,64 'propos':42,90,122 'provid':48 'regul':46 'reliabl':106 'report':72 'reserv':116 'scanner':94 'search':62,97 'secur':16 'servic':56 'set':7 'sexual':44 'sourc':138 'stage':120 'surveil':85 'suspici':69 'technolog':107 'tomorrow':129 'tuesday':91 'unknown':110 'unpreced':83 'week':31,137 'would':57,95,114 'www.patrick-breyer.de':142 'www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':141"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697365870
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6470126"
    +editedAt: DateTimeImmutable @1697279582 {#2587
      date: 2023-10-14 12:33:02.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697279470 {#2564
      date: 2023-10-14 12:31:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: "Not really surprising, though"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697303360 {#1433
    date: 2023-10-14 19:09:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@makeasnek@lemmy.ml"
    "@MentalEdge@ani.social"
    "@Dra@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 48908
  -bodyTs: "'realli':2 'surpris':3 'though':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1390547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697303360 {#1430
    date: 2023-10-14 19:09:20.0 +02:00
  }
  +"title": 48908
}
"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 {#1695
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1591
    +user: Proxies\__CG__\App\Entity\User {#2604 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
    +image: Proxies\__CG__\App\Entity\Image {#2606 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2568 …}
    +slug: "How-the-EU-Feels-about"
    +title: "🇪🇺 How the EU Feels about"
    +url: "https://lemmy.ml/pictrs/image/54df897f-14d1-4215-866f-ea3fa07955ee.jpeg"
    +body: """
      Context: **Chat Control 2.0**: EU governments set to approve the end of private messaging and secure encryption\n
      \n
      *“By making a minor concession EU governments hope to find a majority next week to approve the controversial ‘chat control’ bill. According to the proposed child sexual abuse regulation (CSAR), providers of messengers, e-mail and chat services would be forced to automatically search all private messages and photos for suspicious content and report it to the EU. To find a majority for this unprecedented mass surveillance, the EU Council Presidency proposed Tuesday that the scanners would initially search for previously classified CSAM only, and even less reliable technology to classify unknown imagery or conversations would be reserved to a later stage. The proposed „deal“ will be discussed by ambassadors tomorrow and could be adopted by ministers next week.”*\n
      \n
      Source: [patrick-breyer.de/…/chat-control-2-0-eu-governmen…](https://www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 63
    +favouriteCount: 1173
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697755048 {#2599
      date: 2023-10-20 00:37:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2607 …}
    +votes: Doctrine\ORM\PersistentCollection {#2609 …}
    +reports: Doctrine\ORM\PersistentCollection {#2611 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2613 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2615 …}
    +badges: Doctrine\ORM\PersistentCollection {#2617 …}
    +children: [
      App\Entity\EntryComment {#1695}
    ]
    -id: 5286
    -titleTs: "'eu':3 'feel':4"
    -bodyTs: "'/chat-control-2-0-eu-governmen':140 '/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':143 '2.0':4 'abus':45 'accord':39 'adopt':133 'ambassador':128 'approv':9,33 'automat':61 'bill':38 'chat':2,36,55 'child':43 'classifi':100,109 'concess':22 'content':70 'context':1 'control':3,37 'controversi':35 'convers':113 'could':131 'council':88 'csam':101 'csar':47 'deal':123 'discuss':126 'e':52 'e-mail':51 'encrypt':17 'end':11 'eu':5,23,76,87 'even':104 'find':27,78 'forc':59 'govern':6,24 'hope':25 'imageri':111 'initi':96 'later':119 'less':105 'mail':53 'major':29,80 'make':19 'mass':84 'messag':14,65 'messeng':50 'minist':135 'minor':21 'next':30,136 'patrick-breyer.de':139 'photo':67 'presid':89 'previous':99 'privat':13,64 'propos':42,90,122 'provid':48 'regul':46 'reliabl':106 'report':72 'reserv':116 'scanner':94 'search':62,97 'secur':16 'servic':56 'set':7 'sexual':44 'sourc':138 'stage':120 'surveil':85 'suspici':69 'technolog':107 'tomorrow':129 'tuesday':91 'unknown':110 'unpreced':83 'week':31,137 'would':57,95,114 'www.patrick-breyer.de':142 'www.patrick-breyer.de/en/chat-control-2-0-eu-governments-set-to-approve-the-end-of-private-messaging-and-secure-encryption/)':141"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697365870
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6470126"
    +editedAt: DateTimeImmutable @1697279582 {#2587
      date: 2023-10-14 12:33:02.0 +02:00
    }
    +createdAt: DateTimeImmutable @1697279470 {#2564
      date: 2023-10-14 12:31:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1584 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +body: "Not really surprising, though"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1697303360 {#1433
    date: 2023-10-14 19:09:20.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@makeasnek@lemmy.ml"
    "@MentalEdge@ani.social"
    "@Dra@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1670 …}
  +nested: Doctrine\ORM\PersistentCollection {#1678 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1676 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1572 …}
  -id: 48908
  -bodyTs: "'realli':2 'surpris':3 'though':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/1390547"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697303360 {#1430
    date: 2023-10-14 19:09:20.0 +02:00
  }
  +"title": 48908
}
"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