GET https://kbin.spritesserver.nl/u/@ExtremeDullard@lemmy.sdf.org/top?p=2

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2296
  +user: Proxies\__CG__\App\Entity\User {#2996 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +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 {#3030
    date: 2023-11-21 21:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3035 …}
  +votes: Doctrine\ORM\PersistentCollection {#3038 …}
  +reports: Doctrine\ORM\PersistentCollection {#3040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3044 …}
  +badges: Doctrine\ORM\PersistentCollection {#3046 …}
  +children: [
    App\Entity\EntryComment {#2290
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2296 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If you’re in Linux, you can use [eCryptfs to setup a private encrypted directory](https://wiki.archlinux.org/title/ECryptfs), move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.\n
        \n
        It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.\n
        \n
        Both my Thunderbird and Firefox directories are stored in my private directory.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1699449895 {#2316
        date: 2023-11-08 14:24:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@spookedbyroaches@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2295 …}
      +nested: Doctrine\ORM\PersistentCollection {#2283 …}
      +votes: Doctrine\ORM\PersistentCollection {#2282 …}
      +reports: Doctrine\ORM\PersistentCollection {#2276 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2275 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2261 …}
      -id: 99989
      -bodyTs: "'/.thunderbird':21 '/title/ecryptfs),':18 'automount':70 'becom':87 'complic':55 'data':80 'directori':15,22,36,50,68,99,105 'distribut':61 'ecryptf':9 'email':42 'encrypt':14,48,84 'even':54 'firefox':98 'home':35 'leav':27 'linux':5,60 'log':77,92 'login':72 'move':19 'plain':44 'privat':13,49,67,104 're':3,75,91 'readabl':88 'rest':82 'set':57 'setup':11,63 'store':40,101 'symlink':29 'text':45 'thunderbird':96 'unencrypt':34 'upon':71 'use':8 'wiki.archlinux.org':17 'wiki.archlinux.org/title/ecryptfs),':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/5205489"
      +editedAt: DateTimeImmutable @1699439778 {#2292
        date: 2023-11-08 11:36:18.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394648 {#2294
        date: 2023-11-07 23:04:08.0 +01:00
      }
      +"title": 99989
    }
  ]
  -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 {#3018
    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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2296
  +user: Proxies\__CG__\App\Entity\User {#2996 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +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 {#3030
    date: 2023-11-21 21:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3035 …}
  +votes: Doctrine\ORM\PersistentCollection {#3038 …}
  +reports: Doctrine\ORM\PersistentCollection {#3040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3044 …}
  +badges: Doctrine\ORM\PersistentCollection {#3046 …}
  +children: [
    App\Entity\EntryComment {#2290
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2296 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If you’re in Linux, you can use [eCryptfs to setup a private encrypted directory](https://wiki.archlinux.org/title/ECryptfs), move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.\n
        \n
        It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.\n
        \n
        Both my Thunderbird and Firefox directories are stored in my private directory.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1699449895 {#2316
        date: 2023-11-08 14:24:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@spookedbyroaches@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2295 …}
      +nested: Doctrine\ORM\PersistentCollection {#2283 …}
      +votes: Doctrine\ORM\PersistentCollection {#2282 …}
      +reports: Doctrine\ORM\PersistentCollection {#2276 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2275 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2261 …}
      -id: 99989
      -bodyTs: "'/.thunderbird':21 '/title/ecryptfs),':18 'automount':70 'becom':87 'complic':55 'data':80 'directori':15,22,36,50,68,99,105 'distribut':61 'ecryptf':9 'email':42 'encrypt':14,48,84 'even':54 'firefox':98 'home':35 'leav':27 'linux':5,60 'log':77,92 'login':72 'move':19 'plain':44 'privat':13,49,67,104 're':3,75,91 'readabl':88 'rest':82 'set':57 'setup':11,63 'store':40,101 'symlink':29 'text':45 'thunderbird':96 'unencrypt':34 'upon':71 'use':8 'wiki.archlinux.org':17 'wiki.archlinux.org/title/ecryptfs),':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/5205489"
      +editedAt: DateTimeImmutable @1699439778 {#2292
        date: 2023-11-08 11:36:18.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394648 {#2294
        date: 2023-11-07 23:04:08.0 +01:00
      }
      +"title": 99989
    }
  ]
  -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 {#3018
    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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2296
  +user: Proxies\__CG__\App\Entity\User {#2996 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +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 {#3030
    date: 2023-11-21 21:16:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3035 …}
  +votes: Doctrine\ORM\PersistentCollection {#3038 …}
  +reports: Doctrine\ORM\PersistentCollection {#3040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3044 …}
  +badges: Doctrine\ORM\PersistentCollection {#3046 …}
  +children: [
    App\Entity\EntryComment {#2290
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2296 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If you’re in Linux, you can use [eCryptfs to setup a private encrypted directory](https://wiki.archlinux.org/title/ECryptfs), move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.\n
        \n
        It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.\n
        \n
        Both my Thunderbird and Firefox directories are stored in my private directory.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1699449895 {#2316
        date: 2023-11-08 14:24:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@spookedbyroaches@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2295 …}
      +nested: Doctrine\ORM\PersistentCollection {#2283 …}
      +votes: Doctrine\ORM\PersistentCollection {#2282 …}
      +reports: Doctrine\ORM\PersistentCollection {#2276 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2275 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2261 …}
      -id: 99989
      -bodyTs: "'/.thunderbird':21 '/title/ecryptfs),':18 'automount':70 'becom':87 'complic':55 'data':80 'directori':15,22,36,50,68,99,105 'distribut':61 'ecryptf':9 'email':42 'encrypt':14,48,84 'even':54 'firefox':98 'home':35 'leav':27 'linux':5,60 'log':77,92 'login':72 'move':19 'plain':44 'privat':13,49,67,104 're':3,75,91 'readabl':88 'rest':82 'set':57 'setup':11,63 'store':40,101 'symlink':29 'text':45 'thunderbird':96 'unencrypt':34 'upon':71 'use':8 'wiki.archlinux.org':17 'wiki.archlinux.org/title/ecryptfs),':16"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/5205489"
      +editedAt: DateTimeImmutable @1699439778 {#2292
        date: 2023-11-08 11:36:18.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394648 {#2294
        date: 2023-11-07 23:04:08.0 +01:00
      }
      +"title": 99989
    }
  ]
  -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 {#3018
    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
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 {#2290
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296
    +user: Proxies\__CG__\App\Entity\User {#2996 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +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 {#3030
      date: 2023-11-21 21:16:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3035 …}
    +votes: Doctrine\ORM\PersistentCollection {#3038 …}
    +reports: Doctrine\ORM\PersistentCollection {#3040 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3042 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3044 …}
    +badges: Doctrine\ORM\PersistentCollection {#3046 …}
    +children: [
      App\Entity\EntryComment {#2290}
    ]
    -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 {#3018
      date: 2023-11-07 18:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If you’re in Linux, you can use [eCryptfs to setup a private encrypted directory](https://wiki.archlinux.org/title/ECryptfs), move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.\n
    \n
    It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.\n
    \n
    Both my Thunderbird and Firefox directories are stored in my private directory.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1699449895 {#2316
    date: 2023-11-08 14:24:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@spookedbyroaches@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2295 …}
  +nested: Doctrine\ORM\PersistentCollection {#2283 …}
  +votes: Doctrine\ORM\PersistentCollection {#2282 …}
  +reports: Doctrine\ORM\PersistentCollection {#2276 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2275 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2261 …}
  -id: 99989
  -bodyTs: "'/.thunderbird':21 '/title/ecryptfs),':18 'automount':70 'becom':87 'complic':55 'data':80 'directori':15,22,36,50,68,99,105 'distribut':61 'ecryptf':9 'email':42 'encrypt':14,48,84 'even':54 'firefox':98 'home':35 'leav':27 'linux':5,60 'log':77,92 'login':72 'move':19 'plain':44 'privat':13,49,67,104 're':3,75,91 'readabl':88 'rest':82 'set':57 'setup':11,63 'store':40,101 'symlink':29 'text':45 'thunderbird':96 'unencrypt':34 'upon':71 'use':8 'wiki.archlinux.org':17 'wiki.archlinux.org/title/ecryptfs),':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/5205489"
  +editedAt: DateTimeImmutable @1699439778 {#2292
    date: 2023-11-08 11:36:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394648 {#2294
    date: 2023-11-07 23:04:08.0 +01:00
  }
  +"title": 99989
}
"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 {#2290
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296
    +user: Proxies\__CG__\App\Entity\User {#2996 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +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 {#3030
      date: 2023-11-21 21:16:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3035 …}
    +votes: Doctrine\ORM\PersistentCollection {#3038 …}
    +reports: Doctrine\ORM\PersistentCollection {#3040 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3042 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3044 …}
    +badges: Doctrine\ORM\PersistentCollection {#3046 …}
    +children: [
      App\Entity\EntryComment {#2290}
    ]
    -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 {#3018
      date: 2023-11-07 18:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If you’re in Linux, you can use [eCryptfs to setup a private encrypted directory](https://wiki.archlinux.org/title/ECryptfs), move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.\n
    \n
    It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.\n
    \n
    Both my Thunderbird and Firefox directories are stored in my private directory.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1699449895 {#2316
    date: 2023-11-08 14:24:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@spookedbyroaches@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2295 …}
  +nested: Doctrine\ORM\PersistentCollection {#2283 …}
  +votes: Doctrine\ORM\PersistentCollection {#2282 …}
  +reports: Doctrine\ORM\PersistentCollection {#2276 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2275 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2261 …}
  -id: 99989
  -bodyTs: "'/.thunderbird':21 '/title/ecryptfs),':18 'automount':70 'becom':87 'complic':55 'data':80 'directori':15,22,36,50,68,99,105 'distribut':61 'ecryptf':9 'email':42 'encrypt':14,48,84 'even':54 'firefox':98 'home':35 'leav':27 'linux':5,60 'log':77,92 'login':72 'move':19 'plain':44 'privat':13,49,67,104 're':3,75,91 'readabl':88 'rest':82 'set':57 'setup':11,63 'store':40,101 'symlink':29 'text':45 'thunderbird':96 'unencrypt':34 'upon':71 'use':8 'wiki.archlinux.org':17 'wiki.archlinux.org/title/ecryptfs),':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/5205489"
  +editedAt: DateTimeImmutable @1699439778 {#2292
    date: 2023-11-08 11:36:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394648 {#2294
    date: 2023-11-07 23:04:08.0 +01:00
  }
  +"title": 99989
}
"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 {#2290
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2296
    +user: Proxies\__CG__\App\Entity\User {#2996 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +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 {#3030
      date: 2023-11-21 21:16:05.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3035 …}
    +votes: Doctrine\ORM\PersistentCollection {#3038 …}
    +reports: Doctrine\ORM\PersistentCollection {#3040 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3042 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3044 …}
    +badges: Doctrine\ORM\PersistentCollection {#3046 …}
    +children: [
      App\Entity\EntryComment {#2290}
    ]
    -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 {#3018
      date: 2023-11-07 18:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If you’re in Linux, you can use [eCryptfs to setup a private encrypted directory](https://wiki.archlinux.org/title/ECryptfs), move the ~/.thunderbird directory into it and just leave a symlink to it in your unencrypted home directory. Then you can store your emails in plain text in the encrypted private directory.\n
    \n
    It’s not even complicated to set up: most Linux distributions are setup so that the private directory is automounted upon login: when you’re not logged in, your data at rest is encrypted. It only becomes readable when you’re logged in.\n
    \n
    Both my Thunderbird and Firefox directories are stored in my private directory.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1699449895 {#2316
    date: 2023-11-08 14:24:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@spookedbyroaches@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2295 …}
  +nested: Doctrine\ORM\PersistentCollection {#2283 …}
  +votes: Doctrine\ORM\PersistentCollection {#2282 …}
  +reports: Doctrine\ORM\PersistentCollection {#2276 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2275 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2261 …}
  -id: 99989
  -bodyTs: "'/.thunderbird':21 '/title/ecryptfs),':18 'automount':70 'becom':87 'complic':55 'data':80 'directori':15,22,36,50,68,99,105 'distribut':61 'ecryptf':9 'email':42 'encrypt':14,48,84 'even':54 'firefox':98 'home':35 'leav':27 'linux':5,60 'log':77,92 'login':72 'move':19 'plain':44 'privat':13,49,67,104 're':3,75,91 'readabl':88 'rest':82 'set':57 'setup':11,63 'store':40,101 'symlink':29 'text':45 'thunderbird':96 'unencrypt':34 'upon':71 'use':8 'wiki.archlinux.org':17 'wiki.archlinux.org/title/ecryptfs),':16"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/5205489"
  +editedAt: DateTimeImmutable @1699439778 {#2292
    date: 2023-11-08 11:36:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394648 {#2294
    date: 2023-11-07 23:04:08.0 +01:00
  }
  +"title": 99989
}
"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 {#2208
  +user: Proxies\__CG__\App\Entity\User {#3015 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "What-are-your-preferred-methods-of-file-encryption"
  +title: "What are your preferred methods of file encryption?"
  +url: null
  +body: "I usually use Age, I’d like to hear your opinions."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698665024 {#3048
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3053 …}
  +votes: Doctrine\ORM\PersistentCollection {#3056 …}
  +reports: Doctrine\ORM\PersistentCollection {#3058 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3062 …}
  +badges: Doctrine\ORM\PersistentCollection {#3064 …}
  +children: [
    App\Entity\EntryComment {#2212
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2208 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        My volumes are PLAIN dm-crypt encrypted (i.e. LUKS without the LUKS bells and whistles) and the key is stored on my [Vivokey Flex implant](https://vivokey.com/flex/).\n
        \n
        I mount them using scripts that combine [crypsetup and vivokey_pam](https://github.com/Giraut/vivokey-pam/blob/master/README.cryptsetup), with the ubiquitous [ACR122U](https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/) RFID reader: the systemd service file calls my script, I present my implant to the reader and voila: the volume is mounted.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698665024 {#2203
        date: 2023-10-30 12:23:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wtry@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 240237
      -bodyTs: "'/en/products/3/acr122u-usb-nfc-reader/)':50 '/flex/).':29 '/giraut/vivokey-pam/blob/master/readme.cryptsetup),':43 'acr122u':47 'bell':14 'call':57 'combin':36 'crypsetup':37 'crypt':7 'dm':6 'dm-crypt':5 'encrypt':8 'file':56 'flex':25 'github.com':42 'github.com/giraut/vivokey-pam/blob/master/readme.cryptsetup),':41 'i.e':9 'implant':26,63 'key':19 'luk':10,13 'mount':31,72 'pam':40 'plain':4 'present':61 'reader':52,66 'rfid':51 'script':34,59 'servic':55 'store':21 'systemd':54 'ubiquit':46 'use':33 'vivokey':24,39 'vivokey.com':28 'vivokey.com/flex/).':27 'voila':68 'volum':2,70 'whistl':16 'without':11 'www.acs.com.hk':49 'www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/)':48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4906665"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698665024 {#2207
        date: 2023-10-30 12:23:44.0 +01:00
      }
      +"title": 240237
    }
  ]
  -id: 20568
  -titleTs: "'encrypt':8 'file':7 'method':5 'prefer':4"
  -bodyTs: "'age':4 'd':6 'hear':9 'like':7 'opinion':11 'use':3 'usual':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698635380
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13205241"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698622380 {#3036
    date: 2023-10-30 00:33:00.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 {#2208
  +user: Proxies\__CG__\App\Entity\User {#3015 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "What-are-your-preferred-methods-of-file-encryption"
  +title: "What are your preferred methods of file encryption?"
  +url: null
  +body: "I usually use Age, I’d like to hear your opinions."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698665024 {#3048
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3053 …}
  +votes: Doctrine\ORM\PersistentCollection {#3056 …}
  +reports: Doctrine\ORM\PersistentCollection {#3058 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3062 …}
  +badges: Doctrine\ORM\PersistentCollection {#3064 …}
  +children: [
    App\Entity\EntryComment {#2212
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2208 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        My volumes are PLAIN dm-crypt encrypted (i.e. LUKS without the LUKS bells and whistles) and the key is stored on my [Vivokey Flex implant](https://vivokey.com/flex/).\n
        \n
        I mount them using scripts that combine [crypsetup and vivokey_pam](https://github.com/Giraut/vivokey-pam/blob/master/README.cryptsetup), with the ubiquitous [ACR122U](https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/) RFID reader: the systemd service file calls my script, I present my implant to the reader and voila: the volume is mounted.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698665024 {#2203
        date: 2023-10-30 12:23:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wtry@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 240237
      -bodyTs: "'/en/products/3/acr122u-usb-nfc-reader/)':50 '/flex/).':29 '/giraut/vivokey-pam/blob/master/readme.cryptsetup),':43 'acr122u':47 'bell':14 'call':57 'combin':36 'crypsetup':37 'crypt':7 'dm':6 'dm-crypt':5 'encrypt':8 'file':56 'flex':25 'github.com':42 'github.com/giraut/vivokey-pam/blob/master/readme.cryptsetup),':41 'i.e':9 'implant':26,63 'key':19 'luk':10,13 'mount':31,72 'pam':40 'plain':4 'present':61 'reader':52,66 'rfid':51 'script':34,59 'servic':55 'store':21 'systemd':54 'ubiquit':46 'use':33 'vivokey':24,39 'vivokey.com':28 'vivokey.com/flex/).':27 'voila':68 'volum':2,70 'whistl':16 'without':11 'www.acs.com.hk':49 'www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/)':48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4906665"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698665024 {#2207
        date: 2023-10-30 12:23:44.0 +01:00
      }
      +"title": 240237
    }
  ]
  -id: 20568
  -titleTs: "'encrypt':8 'file':7 'method':5 'prefer':4"
  -bodyTs: "'age':4 'd':6 'hear':9 'like':7 'opinion':11 'use':3 'usual':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698635380
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13205241"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698622380 {#3036
    date: 2023-10-30 00:33:00.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 {#2208
  +user: Proxies\__CG__\App\Entity\User {#3015 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "What-are-your-preferred-methods-of-file-encryption"
  +title: "What are your preferred methods of file encryption?"
  +url: null
  +body: "I usually use Age, I’d like to hear your opinions."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698665024 {#3048
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3053 …}
  +votes: Doctrine\ORM\PersistentCollection {#3056 …}
  +reports: Doctrine\ORM\PersistentCollection {#3058 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3062 …}
  +badges: Doctrine\ORM\PersistentCollection {#3064 …}
  +children: [
    App\Entity\EntryComment {#2212
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2208 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        My volumes are PLAIN dm-crypt encrypted (i.e. LUKS without the LUKS bells and whistles) and the key is stored on my [Vivokey Flex implant](https://vivokey.com/flex/).\n
        \n
        I mount them using scripts that combine [crypsetup and vivokey_pam](https://github.com/Giraut/vivokey-pam/blob/master/README.cryptsetup), with the ubiquitous [ACR122U](https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/) RFID reader: the systemd service file calls my script, I present my implant to the reader and voila: the volume is mounted.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698665024 {#2203
        date: 2023-10-30 12:23:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wtry@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2209 …}
      +nested: Doctrine\ORM\PersistentCollection {#2200 …}
      +votes: Doctrine\ORM\PersistentCollection {#2270 …}
      +reports: Doctrine\ORM\PersistentCollection {#2257 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
      -id: 240237
      -bodyTs: "'/en/products/3/acr122u-usb-nfc-reader/)':50 '/flex/).':29 '/giraut/vivokey-pam/blob/master/readme.cryptsetup),':43 'acr122u':47 'bell':14 'call':57 'combin':36 'crypsetup':37 'crypt':7 'dm':6 'dm-crypt':5 'encrypt':8 'file':56 'flex':25 'github.com':42 'github.com/giraut/vivokey-pam/blob/master/readme.cryptsetup),':41 'i.e':9 'implant':26,63 'key':19 'luk':10,13 'mount':31,72 'pam':40 'plain':4 'present':61 'reader':52,66 'rfid':51 'script':34,59 'servic':55 'store':21 'systemd':54 'ubiquit':46 'use':33 'vivokey':24,39 'vivokey.com':28 'vivokey.com/flex/).':27 'voila':68 'volum':2,70 'whistl':16 'without':11 'www.acs.com.hk':49 'www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/)':48"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4906665"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698665024 {#2207
        date: 2023-10-30 12:23:44.0 +01:00
      }
      +"title": 240237
    }
  ]
  -id: 20568
  -titleTs: "'encrypt':8 'file':7 'method':5 'prefer':4"
  -bodyTs: "'age':4 'd':6 'hear':9 'like':7 'opinion':11 'use':3 'usual':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698635380
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/13205241"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698622380 {#3036
    date: 2023-10-30 00:33:00.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 {#2212
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2208
    +user: Proxies\__CG__\App\Entity\User {#3015 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "What-are-your-preferred-methods-of-file-encryption"
    +title: "What are your preferred methods of file encryption?"
    +url: null
    +body: "I usually use Age, I’d like to hear your opinions."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698665024 {#3048
      date: 2023-10-30 12:23:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3056 …}
    +reports: Doctrine\ORM\PersistentCollection {#3058 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3060 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3062 …}
    +badges: Doctrine\ORM\PersistentCollection {#3064 …}
    +children: [
      App\Entity\EntryComment {#2212}
    ]
    -id: 20568
    -titleTs: "'encrypt':8 'file':7 'method':5 'prefer':4"
    -bodyTs: "'age':4 'd':6 'hear':9 'like':7 'opinion':11 'use':3 'usual':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698635380
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13205241"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698622380 {#3036
      date: 2023-10-30 00:33:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My volumes are PLAIN dm-crypt encrypted (i.e. LUKS without the LUKS bells and whistles) and the key is stored on my [Vivokey Flex implant](https://vivokey.com/flex/).\n
    \n
    I mount them using scripts that combine [crypsetup and vivokey_pam](https://github.com/Giraut/vivokey-pam/blob/master/README.cryptsetup), with the ubiquitous [ACR122U](https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/) RFID reader: the systemd service file calls my script, I present my implant to the reader and voila: the volume is mounted.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698665024 {#2203
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wtry@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 240237
  -bodyTs: "'/en/products/3/acr122u-usb-nfc-reader/)':50 '/flex/).':29 '/giraut/vivokey-pam/blob/master/readme.cryptsetup),':43 'acr122u':47 'bell':14 'call':57 'combin':36 'crypsetup':37 'crypt':7 'dm':6 'dm-crypt':5 'encrypt':8 'file':56 'flex':25 'github.com':42 'github.com/giraut/vivokey-pam/blob/master/readme.cryptsetup),':41 'i.e':9 'implant':26,63 'key':19 'luk':10,13 'mount':31,72 'pam':40 'plain':4 'present':61 'reader':52,66 'rfid':51 'script':34,59 'servic':55 'store':21 'systemd':54 'ubiquit':46 'use':33 'vivokey':24,39 'vivokey.com':28 'vivokey.com/flex/).':27 'voila':68 'volum':2,70 'whistl':16 'without':11 'www.acs.com.hk':49 'www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/)':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4906665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698665024 {#2207
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +"title": 240237
}
"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 {#2212
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2208
    +user: Proxies\__CG__\App\Entity\User {#3015 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "What-are-your-preferred-methods-of-file-encryption"
    +title: "What are your preferred methods of file encryption?"
    +url: null
    +body: "I usually use Age, I’d like to hear your opinions."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698665024 {#3048
      date: 2023-10-30 12:23:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3056 …}
    +reports: Doctrine\ORM\PersistentCollection {#3058 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3060 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3062 …}
    +badges: Doctrine\ORM\PersistentCollection {#3064 …}
    +children: [
      App\Entity\EntryComment {#2212}
    ]
    -id: 20568
    -titleTs: "'encrypt':8 'file':7 'method':5 'prefer':4"
    -bodyTs: "'age':4 'd':6 'hear':9 'like':7 'opinion':11 'use':3 'usual':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698635380
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13205241"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698622380 {#3036
      date: 2023-10-30 00:33:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My volumes are PLAIN dm-crypt encrypted (i.e. LUKS without the LUKS bells and whistles) and the key is stored on my [Vivokey Flex implant](https://vivokey.com/flex/).\n
    \n
    I mount them using scripts that combine [crypsetup and vivokey_pam](https://github.com/Giraut/vivokey-pam/blob/master/README.cryptsetup), with the ubiquitous [ACR122U](https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/) RFID reader: the systemd service file calls my script, I present my implant to the reader and voila: the volume is mounted.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698665024 {#2203
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wtry@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 240237
  -bodyTs: "'/en/products/3/acr122u-usb-nfc-reader/)':50 '/flex/).':29 '/giraut/vivokey-pam/blob/master/readme.cryptsetup),':43 'acr122u':47 'bell':14 'call':57 'combin':36 'crypsetup':37 'crypt':7 'dm':6 'dm-crypt':5 'encrypt':8 'file':56 'flex':25 'github.com':42 'github.com/giraut/vivokey-pam/blob/master/readme.cryptsetup),':41 'i.e':9 'implant':26,63 'key':19 'luk':10,13 'mount':31,72 'pam':40 'plain':4 'present':61 'reader':52,66 'rfid':51 'script':34,59 'servic':55 'store':21 'systemd':54 'ubiquit':46 'use':33 'vivokey':24,39 'vivokey.com':28 'vivokey.com/flex/).':27 'voila':68 'volum':2,70 'whistl':16 'without':11 'www.acs.com.hk':49 'www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/)':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4906665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698665024 {#2207
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +"title": 240237
}
"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 {#2212
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2208
    +user: Proxies\__CG__\App\Entity\User {#3015 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "What-are-your-preferred-methods-of-file-encryption"
    +title: "What are your preferred methods of file encryption?"
    +url: null
    +body: "I usually use Age, I’d like to hear your opinions."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 0
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698665024 {#3048
      date: 2023-10-30 12:23:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3053 …}
    +votes: Doctrine\ORM\PersistentCollection {#3056 …}
    +reports: Doctrine\ORM\PersistentCollection {#3058 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3060 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3062 …}
    +badges: Doctrine\ORM\PersistentCollection {#3064 …}
    +children: [
      App\Entity\EntryComment {#2212}
    ]
    -id: 20568
    -titleTs: "'encrypt':8 'file':7 'method':5 'prefer':4"
    -bodyTs: "'age':4 'd':6 'hear':9 'like':7 'opinion':11 'use':3 'usual':2"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698635380
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/13205241"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698622380 {#3036
      date: 2023-10-30 00:33:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    My volumes are PLAIN dm-crypt encrypted (i.e. LUKS without the LUKS bells and whistles) and the key is stored on my [Vivokey Flex implant](https://vivokey.com/flex/).\n
    \n
    I mount them using scripts that combine [crypsetup and vivokey_pam](https://github.com/Giraut/vivokey-pam/blob/master/README.cryptsetup), with the ubiquitous [ACR122U](https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/) RFID reader: the systemd service file calls my script, I present my implant to the reader and voila: the volume is mounted.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698665024 {#2203
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wtry@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2209 …}
  +nested: Doctrine\ORM\PersistentCollection {#2200 …}
  +votes: Doctrine\ORM\PersistentCollection {#2270 …}
  +reports: Doctrine\ORM\PersistentCollection {#2257 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2267 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2271 …}
  -id: 240237
  -bodyTs: "'/en/products/3/acr122u-usb-nfc-reader/)':50 '/flex/).':29 '/giraut/vivokey-pam/blob/master/readme.cryptsetup),':43 'acr122u':47 'bell':14 'call':57 'combin':36 'crypsetup':37 'crypt':7 'dm':6 'dm-crypt':5 'encrypt':8 'file':56 'flex':25 'github.com':42 'github.com/giraut/vivokey-pam/blob/master/readme.cryptsetup),':41 'i.e':9 'implant':26,63 'key':19 'luk':10,13 'mount':31,72 'pam':40 'plain':4 'present':61 'reader':52,66 'rfid':51 'script':34,59 'servic':55 'store':21 'systemd':54 'ubiquit':46 'use':33 'vivokey':24,39 'vivokey.com':28 'vivokey.com/flex/).':27 'voila':68 'volum':2,70 'whistl':16 'without':11 'www.acs.com.hk':49 'www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/)':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4906665"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698665024 {#2207
    date: 2023-10-30 12:23:44.0 +01:00
  }
  +"title": 240237
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2127
  +user: Proxies\__CG__\App\Entity\User {#2682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2998 …}
  +slug: "Google-privacy-button-doesn-t-work-it-s-claimed"
  +title: "Google privacy button doesn't work, it's claimed"
  +url: "https://www.theregister.com/2023/10/24/google_privacy_button/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698646966 {#2993
    date: 2023-10-30 07:22:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3000 …}
  +votes: Doctrine\ORM\PersistentCollection {#3002 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#2128
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2127 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        From TFA:\n
        \n
        > lawsuit that claims the company has a misleading menu that promises privacy but fails to provide it.\n
        \n
        Really? What a shocker…\n
        \n
        Google gave users a placebo button that doesn’t work to make them feel in control. But rest assured Google has no intention of giving anybody control of their privacy if they’re not legally obliged to do so - or if they can get the law rewritten to their advantage.\n
        \n
        Fake buttons are a very common psychological trick. You can read more about it [here](https://edition.cnn.com/style/article/placebo-buttons-design/index.html).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 26
      +score: 0
      +lastActive: DateTime @1698375359 {#2163
        date: 2023-10-27 04:55:59.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2126 …}
      +nested: Doctrine\ORM\PersistentCollection {#2139 …}
      +votes: Doctrine\ORM\PersistentCollection {#2224 …}
      +reports: Doctrine\ORM\PersistentCollection {#2223 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
      -id: 74082
      -bodyTs: "'/style/article/placebo-buttons-design/index.html).':91 'advantag':73 'anybodi':49 'assur':42 'button':29,75 'claim':5 'common':79 'compani':7 'control':39,50 'doesn':31 'edition.cnn.com':90 'edition.cnn.com/style/article/placebo-buttons-design/index.html).':89 'fail':16 'fake':74 'feel':37 'gave':25 'get':67 'give':48 'googl':24,43 'intent':46 'law':69 'lawsuit':3 'legal':58 'make':35 'menu':11 'mislead':10 'oblig':59 'placebo':28 'privaci':14,53 'promis':13 'provid':18 'psycholog':80 're':56 'read':84 'realli':20 'rest':41 'rewritten':70 'shocker':23 'tfa':2 'trick':81 'user':26 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4795760"
      +editedAt: DateTimeImmutable @1698376030 {#2162
        date: 2023-10-27 05:07:10.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698375359 {#2044
        date: 2023-10-27 04:55:59.0 +02:00
      }
      +"title": 74082
    }
  ]
  -id: 7943
  -titleTs: "'button':3 'claim':9 'doesn':4 'googl':1 'privaci':2 'work':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698458957
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2738924"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698372557 {#2981
    date: 2023-10-27 04:09:17.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
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2127
  +user: Proxies\__CG__\App\Entity\User {#2682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2998 …}
  +slug: "Google-privacy-button-doesn-t-work-it-s-claimed"
  +title: "Google privacy button doesn't work, it's claimed"
  +url: "https://www.theregister.com/2023/10/24/google_privacy_button/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698646966 {#2993
    date: 2023-10-30 07:22:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3000 …}
  +votes: Doctrine\ORM\PersistentCollection {#3002 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#2128
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2127 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        From TFA:\n
        \n
        > lawsuit that claims the company has a misleading menu that promises privacy but fails to provide it.\n
        \n
        Really? What a shocker…\n
        \n
        Google gave users a placebo button that doesn’t work to make them feel in control. But rest assured Google has no intention of giving anybody control of their privacy if they’re not legally obliged to do so - or if they can get the law rewritten to their advantage.\n
        \n
        Fake buttons are a very common psychological trick. You can read more about it [here](https://edition.cnn.com/style/article/placebo-buttons-design/index.html).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 26
      +score: 0
      +lastActive: DateTime @1698375359 {#2163
        date: 2023-10-27 04:55:59.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2126 …}
      +nested: Doctrine\ORM\PersistentCollection {#2139 …}
      +votes: Doctrine\ORM\PersistentCollection {#2224 …}
      +reports: Doctrine\ORM\PersistentCollection {#2223 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
      -id: 74082
      -bodyTs: "'/style/article/placebo-buttons-design/index.html).':91 'advantag':73 'anybodi':49 'assur':42 'button':29,75 'claim':5 'common':79 'compani':7 'control':39,50 'doesn':31 'edition.cnn.com':90 'edition.cnn.com/style/article/placebo-buttons-design/index.html).':89 'fail':16 'fake':74 'feel':37 'gave':25 'get':67 'give':48 'googl':24,43 'intent':46 'law':69 'lawsuit':3 'legal':58 'make':35 'menu':11 'mislead':10 'oblig':59 'placebo':28 'privaci':14,53 'promis':13 'provid':18 'psycholog':80 're':56 'read':84 'realli':20 'rest':41 'rewritten':70 'shocker':23 'tfa':2 'trick':81 'user':26 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4795760"
      +editedAt: DateTimeImmutable @1698376030 {#2162
        date: 2023-10-27 05:07:10.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698375359 {#2044
        date: 2023-10-27 04:55:59.0 +02:00
      }
      +"title": 74082
    }
  ]
  -id: 7943
  -titleTs: "'button':3 'claim':9 'doesn':4 'googl':1 'privaci':2 'work':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698458957
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2738924"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698372557 {#2981
    date: 2023-10-27 04:09:17.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
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2127
  +user: Proxies\__CG__\App\Entity\User {#2682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2960 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2998 …}
  +slug: "Google-privacy-button-doesn-t-work-it-s-claimed"
  +title: "Google privacy button doesn't work, it's claimed"
  +url: "https://www.theregister.com/2023/10/24/google_privacy_button/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698646966 {#2993
    date: 2023-10-30 07:22:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3000 …}
  +votes: Doctrine\ORM\PersistentCollection {#3002 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
  +badges: Doctrine\ORM\PersistentCollection {#3010 …}
  +children: [
    App\Entity\EntryComment {#2128
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2127 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        From TFA:\n
        \n
        > lawsuit that claims the company has a misleading menu that promises privacy but fails to provide it.\n
        \n
        Really? What a shocker…\n
        \n
        Google gave users a placebo button that doesn’t work to make them feel in control. But rest assured Google has no intention of giving anybody control of their privacy if they’re not legally obliged to do so - or if they can get the law rewritten to their advantage.\n
        \n
        Fake buttons are a very common psychological trick. You can read more about it [here](https://edition.cnn.com/style/article/placebo-buttons-design/index.html).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 26
      +score: 0
      +lastActive: DateTime @1698375359 {#2163
        date: 2023-10-27 04:55:59.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2126 …}
      +nested: Doctrine\ORM\PersistentCollection {#2139 …}
      +votes: Doctrine\ORM\PersistentCollection {#2224 …}
      +reports: Doctrine\ORM\PersistentCollection {#2223 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
      -id: 74082
      -bodyTs: "'/style/article/placebo-buttons-design/index.html).':91 'advantag':73 'anybodi':49 'assur':42 'button':29,75 'claim':5 'common':79 'compani':7 'control':39,50 'doesn':31 'edition.cnn.com':90 'edition.cnn.com/style/article/placebo-buttons-design/index.html).':89 'fail':16 'fake':74 'feel':37 'gave':25 'get':67 'give':48 'googl':24,43 'intent':46 'law':69 'lawsuit':3 'legal':58 'make':35 'menu':11 'mislead':10 'oblig':59 'placebo':28 'privaci':14,53 'promis':13 'provid':18 'psycholog':80 're':56 'read':84 'realli':20 'rest':41 'rewritten':70 'shocker':23 'tfa':2 'trick':81 'user':26 'work':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4795760"
      +editedAt: DateTimeImmutable @1698376030 {#2162
        date: 2023-10-27 05:07:10.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698375359 {#2044
        date: 2023-10-27 04:55:59.0 +02:00
      }
      +"title": 74082
    }
  ]
  -id: 7943
  -titleTs: "'button':3 'claim':9 'doesn':4 'googl':1 'privaci':2 'work':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698458957
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2738924"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698372557 {#2981
    date: 2023-10-27 04:09:17.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
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2128
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2127
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2998 …}
    +slug: "Google-privacy-button-doesn-t-work-it-s-claimed"
    +title: "Google privacy button doesn't work, it's claimed"
    +url: "https://www.theregister.com/2023/10/24/google_privacy_button/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698646966 {#2993
      date: 2023-10-30 07:22:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3000 …}
    +votes: Doctrine\ORM\PersistentCollection {#3002 …}
    +reports: Doctrine\ORM\PersistentCollection {#3004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#2128}
    ]
    -id: 7943
    -titleTs: "'button':3 'claim':9 'doesn':4 'googl':1 'privaci':2 'work':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698458957
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2738924"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698372557 {#2981
      date: 2023-10-27 04:09:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    From TFA:\n
    \n
    > lawsuit that claims the company has a misleading menu that promises privacy but fails to provide it.\n
    \n
    Really? What a shocker…\n
    \n
    Google gave users a placebo button that doesn’t work to make them feel in control. But rest assured Google has no intention of giving anybody control of their privacy if they’re not legally obliged to do so - or if they can get the law rewritten to their advantage.\n
    \n
    Fake buttons are a very common psychological trick. You can read more about it [here](https://edition.cnn.com/style/article/placebo-buttons-design/index.html).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 26
  +score: 0
  +lastActive: DateTime @1698375359 {#2163
    date: 2023-10-27 04:55:59.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2126 …}
  +nested: Doctrine\ORM\PersistentCollection {#2139 …}
  +votes: Doctrine\ORM\PersistentCollection {#2224 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
  -id: 74082
  -bodyTs: "'/style/article/placebo-buttons-design/index.html).':91 'advantag':73 'anybodi':49 'assur':42 'button':29,75 'claim':5 'common':79 'compani':7 'control':39,50 'doesn':31 'edition.cnn.com':90 'edition.cnn.com/style/article/placebo-buttons-design/index.html).':89 'fail':16 'fake':74 'feel':37 'gave':25 'get':67 'give':48 'googl':24,43 'intent':46 'law':69 'lawsuit':3 'legal':58 'make':35 'menu':11 'mislead':10 'oblig':59 'placebo':28 'privaci':14,53 'promis':13 'provid':18 'psycholog':80 're':56 'read':84 'realli':20 'rest':41 'rewritten':70 'shocker':23 'tfa':2 'trick':81 'user':26 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4795760"
  +editedAt: DateTimeImmutable @1698376030 {#2162
    date: 2023-10-27 05:07:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698375359 {#2044
    date: 2023-10-27 04:55:59.0 +02:00
  }
  +"title": 74082
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2128
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2127
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2998 …}
    +slug: "Google-privacy-button-doesn-t-work-it-s-claimed"
    +title: "Google privacy button doesn't work, it's claimed"
    +url: "https://www.theregister.com/2023/10/24/google_privacy_button/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698646966 {#2993
      date: 2023-10-30 07:22:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3000 …}
    +votes: Doctrine\ORM\PersistentCollection {#3002 …}
    +reports: Doctrine\ORM\PersistentCollection {#3004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#2128}
    ]
    -id: 7943
    -titleTs: "'button':3 'claim':9 'doesn':4 'googl':1 'privaci':2 'work':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698458957
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2738924"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698372557 {#2981
      date: 2023-10-27 04:09:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    From TFA:\n
    \n
    > lawsuit that claims the company has a misleading menu that promises privacy but fails to provide it.\n
    \n
    Really? What a shocker…\n
    \n
    Google gave users a placebo button that doesn’t work to make them feel in control. But rest assured Google has no intention of giving anybody control of their privacy if they’re not legally obliged to do so - or if they can get the law rewritten to their advantage.\n
    \n
    Fake buttons are a very common psychological trick. You can read more about it [here](https://edition.cnn.com/style/article/placebo-buttons-design/index.html).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 26
  +score: 0
  +lastActive: DateTime @1698375359 {#2163
    date: 2023-10-27 04:55:59.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2126 …}
  +nested: Doctrine\ORM\PersistentCollection {#2139 …}
  +votes: Doctrine\ORM\PersistentCollection {#2224 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
  -id: 74082
  -bodyTs: "'/style/article/placebo-buttons-design/index.html).':91 'advantag':73 'anybodi':49 'assur':42 'button':29,75 'claim':5 'common':79 'compani':7 'control':39,50 'doesn':31 'edition.cnn.com':90 'edition.cnn.com/style/article/placebo-buttons-design/index.html).':89 'fail':16 'fake':74 'feel':37 'gave':25 'get':67 'give':48 'googl':24,43 'intent':46 'law':69 'lawsuit':3 'legal':58 'make':35 'menu':11 'mislead':10 'oblig':59 'placebo':28 'privaci':14,53 'promis':13 'provid':18 'psycholog':80 're':56 'read':84 'realli':20 'rest':41 'rewritten':70 'shocker':23 'tfa':2 'trick':81 'user':26 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4795760"
  +editedAt: DateTimeImmutable @1698376030 {#2162
    date: 2023-10-27 05:07:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698375359 {#2044
    date: 2023-10-27 04:55:59.0 +02:00
  }
  +"title": 74082
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2128
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2127
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2960 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2998 …}
    +slug: "Google-privacy-button-doesn-t-work-it-s-claimed"
    +title: "Google privacy button doesn't work, it's claimed"
    +url: "https://www.theregister.com/2023/10/24/google_privacy_button/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 3
    +favouriteCount: 79
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698646966 {#2993
      date: 2023-10-30 07:22:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3000 …}
    +votes: Doctrine\ORM\PersistentCollection {#3002 …}
    +reports: Doctrine\ORM\PersistentCollection {#3004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3006 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3008 …}
    +badges: Doctrine\ORM\PersistentCollection {#3010 …}
    +children: [
      App\Entity\EntryComment {#2128}
    ]
    -id: 7943
    -titleTs: "'button':3 'claim':9 'doesn':4 'googl':1 'privaci':2 'work':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698458957
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2738924"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698372557 {#2981
      date: 2023-10-27 04:09:17.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    From TFA:\n
    \n
    > lawsuit that claims the company has a misleading menu that promises privacy but fails to provide it.\n
    \n
    Really? What a shocker…\n
    \n
    Google gave users a placebo button that doesn’t work to make them feel in control. But rest assured Google has no intention of giving anybody control of their privacy if they’re not legally obliged to do so - or if they can get the law rewritten to their advantage.\n
    \n
    Fake buttons are a very common psychological trick. You can read more about it [here](https://edition.cnn.com/style/article/placebo-buttons-design/index.html).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 26
  +score: 0
  +lastActive: DateTime @1698375359 {#2163
    date: 2023-10-27 04:55:59.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2126 …}
  +nested: Doctrine\ORM\PersistentCollection {#2139 …}
  +votes: Doctrine\ORM\PersistentCollection {#2224 …}
  +reports: Doctrine\ORM\PersistentCollection {#2223 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2216 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2213 …}
  -id: 74082
  -bodyTs: "'/style/article/placebo-buttons-design/index.html).':91 'advantag':73 'anybodi':49 'assur':42 'button':29,75 'claim':5 'common':79 'compani':7 'control':39,50 'doesn':31 'edition.cnn.com':90 'edition.cnn.com/style/article/placebo-buttons-design/index.html).':89 'fail':16 'fake':74 'feel':37 'gave':25 'get':67 'give':48 'googl':24,43 'intent':46 'law':69 'lawsuit':3 'legal':58 'make':35 'menu':11 'mislead':10 'oblig':59 'placebo':28 'privaci':14,53 'promis':13 'provid':18 'psycholog':80 're':56 'read':84 'realli':20 'rest':41 'rewritten':70 'shocker':23 'tfa':2 'trick':81 'user':26 'work':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4795760"
  +editedAt: DateTimeImmutable @1698376030 {#2162
    date: 2023-10-27 05:07:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698375359 {#2044
    date: 2023-10-27 04:55:59.0 +02:00
  }
  +"title": 74082
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2978 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Lemmy-is-most-censored-social-media-than-instagram-facebook-reddit-etc"
  +title: "Lemmy is most censored social media than instagram,facebook,reddit,etc..."
  +url: null
  +body: """
    cross-posted from: [lemmings.world/post/2307677](https://lemmings.world/post/2307677)\n
    \n
    > cross-posted from: [lemmings.world/post/2307525](https://lemmings.world/post/2307525)\n
    > \n
    > > Be careful guys…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698519312 {#3012
    date: 2023-10-28 20:55:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3017 …}
  +votes: Doctrine\ORM\PersistentCollection {#3020 …}
  +reports: Doctrine\ORM\PersistentCollection {#3022 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
  +badges: Doctrine\ORM\PersistentCollection {#3028 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: "Troll"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1698486054 {#2230
        date: 2023-10-28 11:40:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Alby003@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2228 …}
      +nested: Doctrine\ORM\PersistentCollection {#2192 …}
      +votes: Doctrine\ORM\PersistentCollection {#2299 …}
      +reports: Doctrine\ORM\PersistentCollection {#2298 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2291 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2301 …}
      -id: 76065
      -bodyTs: "'troll':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4840014"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698486054 {#2231
        date: 2023-10-28 11:40:54.0 +02:00
      }
      +"title": 76065
    }
  ]
  -id: 8111
  -titleTs: "'censor':4 'etc':11 'facebook':9 'instagram':8 'lemmi':1 'media':6 'reddit':10 'social':5"
  -bodyTs: "'/post/2307525](https://lemmings.world/post/2307525)':14 '/post/2307677](https://lemmings.world/post/2307677)':7 'care':16 'cross':2,9 'cross-post':1,8 'guy':17 'lemmings.world':6,13 'lemmings.world/post/2307525](https://lemmings.world/post/2307525)':12 'lemmings.world/post/2307677](https://lemmings.world/post/2307677)':5 'post':3,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698546827
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/2307679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698460427 {#2999
    date: 2023-10-28 04:33:47.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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2978 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Lemmy-is-most-censored-social-media-than-instagram-facebook-reddit-etc"
  +title: "Lemmy is most censored social media than instagram,facebook,reddit,etc..."
  +url: null
  +body: """
    cross-posted from: [lemmings.world/post/2307677](https://lemmings.world/post/2307677)\n
    \n
    > cross-posted from: [lemmings.world/post/2307525](https://lemmings.world/post/2307525)\n
    > \n
    > > Be careful guys…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698519312 {#3012
    date: 2023-10-28 20:55:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3017 …}
  +votes: Doctrine\ORM\PersistentCollection {#3020 …}
  +reports: Doctrine\ORM\PersistentCollection {#3022 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
  +badges: Doctrine\ORM\PersistentCollection {#3028 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: "Troll"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1698486054 {#2230
        date: 2023-10-28 11:40:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Alby003@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2228 …}
      +nested: Doctrine\ORM\PersistentCollection {#2192 …}
      +votes: Doctrine\ORM\PersistentCollection {#2299 …}
      +reports: Doctrine\ORM\PersistentCollection {#2298 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2291 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2301 …}
      -id: 76065
      -bodyTs: "'troll':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4840014"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698486054 {#2231
        date: 2023-10-28 11:40:54.0 +02:00
      }
      +"title": 76065
    }
  ]
  -id: 8111
  -titleTs: "'censor':4 'etc':11 'facebook':9 'instagram':8 'lemmi':1 'media':6 'reddit':10 'social':5"
  -bodyTs: "'/post/2307525](https://lemmings.world/post/2307525)':14 '/post/2307677](https://lemmings.world/post/2307677)':7 'care':16 'cross':2,9 'cross-post':1,8 'guy':17 'lemmings.world':6,13 'lemmings.world/post/2307525](https://lemmings.world/post/2307525)':12 'lemmings.world/post/2307677](https://lemmings.world/post/2307677)':5 'post':3,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698546827
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/2307679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698460427 {#2999
    date: 2023-10-28 04:33:47.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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2229
  +user: Proxies\__CG__\App\Entity\User {#2978 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Lemmy-is-most-censored-social-media-than-instagram-facebook-reddit-etc"
  +title: "Lemmy is most censored social media than instagram,facebook,reddit,etc..."
  +url: null
  +body: """
    cross-posted from: [lemmings.world/post/2307677](https://lemmings.world/post/2307677)\n
    \n
    > cross-posted from: [lemmings.world/post/2307525](https://lemmings.world/post/2307525)\n
    > \n
    > > Be careful guys…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698519312 {#3012
    date: 2023-10-28 20:55:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3017 …}
  +votes: Doctrine\ORM\PersistentCollection {#3020 …}
  +reports: Doctrine\ORM\PersistentCollection {#3022 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
  +badges: Doctrine\ORM\PersistentCollection {#3028 …}
  +children: [
    App\Entity\EntryComment {#2232
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2229 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: "Troll"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1698486054 {#2230
        date: 2023-10-28 11:40:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Alby003@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2228 …}
      +nested: Doctrine\ORM\PersistentCollection {#2192 …}
      +votes: Doctrine\ORM\PersistentCollection {#2299 …}
      +reports: Doctrine\ORM\PersistentCollection {#2298 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2291 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2301 …}
      -id: 76065
      -bodyTs: "'troll':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4840014"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698486054 {#2231
        date: 2023-10-28 11:40:54.0 +02:00
      }
      +"title": 76065
    }
  ]
  -id: 8111
  -titleTs: "'censor':4 'etc':11 'facebook':9 'instagram':8 'lemmi':1 'media':6 'reddit':10 'social':5"
  -bodyTs: "'/post/2307525](https://lemmings.world/post/2307525)':14 '/post/2307677](https://lemmings.world/post/2307677)':7 'care':16 'cross':2,9 'cross-post':1,8 'guy':17 'lemmings.world':6,13 'lemmings.world/post/2307525](https://lemmings.world/post/2307525)':12 'lemmings.world/post/2307677](https://lemmings.world/post/2307677)':5 'post':3,10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698546827
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/2307679"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698460427 {#2999
    date: 2023-10-28 04:33:47.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
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2978 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Lemmy-is-most-censored-social-media-than-instagram-facebook-reddit-etc"
    +title: "Lemmy is most censored social media than instagram,facebook,reddit,etc..."
    +url: null
    +body: """
      cross-posted from: [lemmings.world/post/2307677](https://lemmings.world/post/2307677)\n
      \n
      > cross-posted from: [lemmings.world/post/2307525](https://lemmings.world/post/2307525)\n
      > \n
      > > Be careful guys…
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698519312 {#3012
      date: 2023-10-28 20:55:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3017 …}
    +votes: Doctrine\ORM\PersistentCollection {#3020 …}
    +reports: Doctrine\ORM\PersistentCollection {#3022 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
    +badges: Doctrine\ORM\PersistentCollection {#3028 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 8111
    -titleTs: "'censor':4 'etc':11 'facebook':9 'instagram':8 'lemmi':1 'media':6 'reddit':10 'social':5"
    -bodyTs: "'/post/2307525](https://lemmings.world/post/2307525)':14 '/post/2307677](https://lemmings.world/post/2307677)':7 'care':16 'cross':2,9 'cross-post':1,8 'guy':17 'lemmings.world':6,13 'lemmings.world/post/2307525](https://lemmings.world/post/2307525)':12 'lemmings.world/post/2307677](https://lemmings.world/post/2307677)':5 'post':3,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698546827
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/2307679"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698460427 {#2999
      date: 2023-10-28 04:33:47.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "Troll"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1698486054 {#2230
    date: 2023-10-28 11:40:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Alby003@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2228 …}
  +nested: Doctrine\ORM\PersistentCollection {#2192 …}
  +votes: Doctrine\ORM\PersistentCollection {#2299 …}
  +reports: Doctrine\ORM\PersistentCollection {#2298 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2291 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2301 …}
  -id: 76065
  -bodyTs: "'troll':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4840014"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698486054 {#2231
    date: 2023-10-28 11:40:54.0 +02:00
  }
  +"title": 76065
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2978 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Lemmy-is-most-censored-social-media-than-instagram-facebook-reddit-etc"
    +title: "Lemmy is most censored social media than instagram,facebook,reddit,etc..."
    +url: null
    +body: """
      cross-posted from: [lemmings.world/post/2307677](https://lemmings.world/post/2307677)\n
      \n
      > cross-posted from: [lemmings.world/post/2307525](https://lemmings.world/post/2307525)\n
      > \n
      > > Be careful guys…
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698519312 {#3012
      date: 2023-10-28 20:55:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3017 …}
    +votes: Doctrine\ORM\PersistentCollection {#3020 …}
    +reports: Doctrine\ORM\PersistentCollection {#3022 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
    +badges: Doctrine\ORM\PersistentCollection {#3028 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 8111
    -titleTs: "'censor':4 'etc':11 'facebook':9 'instagram':8 'lemmi':1 'media':6 'reddit':10 'social':5"
    -bodyTs: "'/post/2307525](https://lemmings.world/post/2307525)':14 '/post/2307677](https://lemmings.world/post/2307677)':7 'care':16 'cross':2,9 'cross-post':1,8 'guy':17 'lemmings.world':6,13 'lemmings.world/post/2307525](https://lemmings.world/post/2307525)':12 'lemmings.world/post/2307677](https://lemmings.world/post/2307677)':5 'post':3,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698546827
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/2307679"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698460427 {#2999
      date: 2023-10-28 04:33:47.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "Troll"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1698486054 {#2230
    date: 2023-10-28 11:40:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Alby003@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2228 …}
  +nested: Doctrine\ORM\PersistentCollection {#2192 …}
  +votes: Doctrine\ORM\PersistentCollection {#2299 …}
  +reports: Doctrine\ORM\PersistentCollection {#2298 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2291 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2301 …}
  -id: 76065
  -bodyTs: "'troll':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4840014"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698486054 {#2231
    date: 2023-10-28 11:40:54.0 +02:00
  }
  +"title": 76065
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2232
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2229
    +user: Proxies\__CG__\App\Entity\User {#2978 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Lemmy-is-most-censored-social-media-than-instagram-facebook-reddit-etc"
    +title: "Lemmy is most censored social media than instagram,facebook,reddit,etc..."
    +url: null
    +body: """
      cross-posted from: [lemmings.world/post/2307677](https://lemmings.world/post/2307677)\n
      \n
      > cross-posted from: [lemmings.world/post/2307525](https://lemmings.world/post/2307525)\n
      > \n
      > > Be careful guys…
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698519312 {#3012
      date: 2023-10-28 20:55:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3017 …}
    +votes: Doctrine\ORM\PersistentCollection {#3020 …}
    +reports: Doctrine\ORM\PersistentCollection {#3022 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
    +badges: Doctrine\ORM\PersistentCollection {#3028 …}
    +children: [
      App\Entity\EntryComment {#2232}
    ]
    -id: 8111
    -titleTs: "'censor':4 'etc':11 'facebook':9 'instagram':8 'lemmi':1 'media':6 'reddit':10 'social':5"
    -bodyTs: "'/post/2307525](https://lemmings.world/post/2307525)':14 '/post/2307677](https://lemmings.world/post/2307677)':7 'care':16 'cross':2,9 'cross-post':1,8 'guy':17 'lemmings.world':6,13 'lemmings.world/post/2307525](https://lemmings.world/post/2307525)':12 'lemmings.world/post/2307677](https://lemmings.world/post/2307677)':5 'post':3,10"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698546827
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/2307679"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698460427 {#2999
      date: 2023-10-28 04:33:47.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "Troll"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1698486054 {#2230
    date: 2023-10-28 11:40:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Alby003@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2228 …}
  +nested: Doctrine\ORM\PersistentCollection {#2192 …}
  +votes: Doctrine\ORM\PersistentCollection {#2299 …}
  +reports: Doctrine\ORM\PersistentCollection {#2298 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2291 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2301 …}
  -id: 76065
  -bodyTs: "'troll':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4840014"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698486054 {#2231
    date: 2023-10-28 11:40:54.0 +02:00
  }
  +"title": 76065
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2219
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Am-I-running-the-risk-of-getting-my-Google-account"
  +title: "Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?"
  +url: null
  +body: """
    I guess there is no need to introduce what a Degoogled phone is (or a custom ROM without google services, like GrapheneOS is) and the Aurora Store is basically said in a crude way the Google Playstore but without the need to log in to your Google account, quite useful in my opinion.\n
    \n
    At first, what really concerns me is to run the risk of violating Google’s TOS by logging in with my Google account on the Aurora Store to access my purchased apps, but at the same time I think, since Android is Google’s operating system, can’t they also retaliate against people using a modified version of their OS? And I know that sounds especially stupid when your phone is your phone and not Google’s, but we all know how companies like Google work.\n
    \n
    I don’t use Google services on my device, but I do use it as a secondary email that I don’t want to lose, hence the question, I know I can create another email but I don’t want to have so many email accounts.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 65
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699906764 {#2957
    date: 2023-11-13 21:19:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2962 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2221
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2219 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: "What’s a Google account?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1699966254 {#2218
        date: 2023-11-14 13:50:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Xirup@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2217 …}
      +nested: Doctrine\ORM\PersistentCollection {#2199 …}
      +votes: Doctrine\ORM\PersistentCollection {#2195 …}
      +reports: Doctrine\ORM\PersistentCollection {#2197 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
      -id: 116942
      -bodyTs: "'account':5 'googl':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/5376996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699818629 {#2222
        date: 2023-11-12 20:50:29.0 +01:00
      }
      +"title": 116942
    }
  ]
  -id: 12336
  -titleTs: "'account':10 'aurora':16 'ban':11 'custom':20 'get':7 'googl':9 'grapheneo':23 'like':22 'log':13 'risk':5 'rom':21 'run':3 'store':17"
  -bodyTs: "'access':82 'account':48,76,185 'also':103 'android':94 'anoth':173 'app':85 'aurora':26,79 'basic':29 'compani':136 'concern':58 'creat':172 'crude':33 'custom':16 'degoogl':11 'devic':148 'email':157,174,184 'especi':119 'first':55 'googl':19,36,47,67,75,96,129,138,144 'grapheneo':22 'guess':2 'henc':165 'introduc':8 'know':116,134,169 'like':21,137 'log':43,71 'lose':164 'mani':183 'modifi':109 'need':6,41 'oper':98 'opinion':53 'os':113 'peopl':106 'phone':12,123,126 'playstor':37 'purchas':84 'question':167 'quit':49 'realli':57 'retali':104 'risk':64 'rom':17 'run':62 'said':30 'secondari':156 'servic':20,145 'sinc':93 'sound':118 'store':27,80 'stupid':120 'system':99 'think':92 'time':90 'tos':69 'use':50,107,143,152 'version':110 'violat':66 'want':162,179 'way':34 'without':18,39 'work':139"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699904323
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/8259827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699817923 {#2945
    date: 2023-11-12 20:38:43.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
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2219
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Am-I-running-the-risk-of-getting-my-Google-account"
  +title: "Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?"
  +url: null
  +body: """
    I guess there is no need to introduce what a Degoogled phone is (or a custom ROM without google services, like GrapheneOS is) and the Aurora Store is basically said in a crude way the Google Playstore but without the need to log in to your Google account, quite useful in my opinion.\n
    \n
    At first, what really concerns me is to run the risk of violating Google’s TOS by logging in with my Google account on the Aurora Store to access my purchased apps, but at the same time I think, since Android is Google’s operating system, can’t they also retaliate against people using a modified version of their OS? And I know that sounds especially stupid when your phone is your phone and not Google’s, but we all know how companies like Google work.\n
    \n
    I don’t use Google services on my device, but I do use it as a secondary email that I don’t want to lose, hence the question, I know I can create another email but I don’t want to have so many email accounts.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 65
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699906764 {#2957
    date: 2023-11-13 21:19:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2962 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2221
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2219 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: "What’s a Google account?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1699966254 {#2218
        date: 2023-11-14 13:50:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Xirup@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2217 …}
      +nested: Doctrine\ORM\PersistentCollection {#2199 …}
      +votes: Doctrine\ORM\PersistentCollection {#2195 …}
      +reports: Doctrine\ORM\PersistentCollection {#2197 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
      -id: 116942
      -bodyTs: "'account':5 'googl':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/5376996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699818629 {#2222
        date: 2023-11-12 20:50:29.0 +01:00
      }
      +"title": 116942
    }
  ]
  -id: 12336
  -titleTs: "'account':10 'aurora':16 'ban':11 'custom':20 'get':7 'googl':9 'grapheneo':23 'like':22 'log':13 'risk':5 'rom':21 'run':3 'store':17"
  -bodyTs: "'access':82 'account':48,76,185 'also':103 'android':94 'anoth':173 'app':85 'aurora':26,79 'basic':29 'compani':136 'concern':58 'creat':172 'crude':33 'custom':16 'degoogl':11 'devic':148 'email':157,174,184 'especi':119 'first':55 'googl':19,36,47,67,75,96,129,138,144 'grapheneo':22 'guess':2 'henc':165 'introduc':8 'know':116,134,169 'like':21,137 'log':43,71 'lose':164 'mani':183 'modifi':109 'need':6,41 'oper':98 'opinion':53 'os':113 'peopl':106 'phone':12,123,126 'playstor':37 'purchas':84 'question':167 'quit':49 'realli':57 'retali':104 'risk':64 'rom':17 'run':62 'said':30 'secondari':156 'servic':20,145 'sinc':93 'sound':118 'store':27,80 'stupid':120 'system':99 'think':92 'time':90 'tos':69 'use':50,107,143,152 'version':110 'violat':66 'want':162,179 'way':34 'without':18,39 'work':139"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699904323
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/8259827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699817923 {#2945
    date: 2023-11-12 20:38:43.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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2219
  +user: Proxies\__CG__\App\Entity\User {#2922 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Am-I-running-the-risk-of-getting-my-Google-account"
  +title: "Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?"
  +url: null
  +body: """
    I guess there is no need to introduce what a Degoogled phone is (or a custom ROM without google services, like GrapheneOS is) and the Aurora Store is basically said in a crude way the Google Playstore but without the need to log in to your Google account, quite useful in my opinion.\n
    \n
    At first, what really concerns me is to run the risk of violating Google’s TOS by logging in with my Google account on the Aurora Store to access my purchased apps, but at the same time I think, since Android is Google’s operating system, can’t they also retaliate against people using a modified version of their OS? And I know that sounds especially stupid when your phone is your phone and not Google’s, but we all know how companies like Google work.\n
    \n
    I don’t use Google services on my device, but I do use it as a secondary email that I don’t want to lose, hence the question, I know I can create another email but I don’t want to have so many email accounts.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 65
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699906764 {#2957
    date: 2023-11-13 21:19:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2962 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2221
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2219 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
      +image: null
      +parent: null
      +root: null
      +body: "What’s a Google account?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1699966254 {#2218
        date: 2023-11-14 13:50:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Xirup@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2217 …}
      +nested: Doctrine\ORM\PersistentCollection {#2199 …}
      +votes: Doctrine\ORM\PersistentCollection {#2195 …}
      +reports: Doctrine\ORM\PersistentCollection {#2197 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
      -id: 116942
      -bodyTs: "'account':5 'googl':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/5376996"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699818629 {#2222
        date: 2023-11-12 20:50:29.0 +01:00
      }
      +"title": 116942
    }
  ]
  -id: 12336
  -titleTs: "'account':10 'aurora':16 'ban':11 'custom':20 'get':7 'googl':9 'grapheneo':23 'like':22 'log':13 'risk':5 'rom':21 'run':3 'store':17"
  -bodyTs: "'access':82 'account':48,76,185 'also':103 'android':94 'anoth':173 'app':85 'aurora':26,79 'basic':29 'compani':136 'concern':58 'creat':172 'crude':33 'custom':16 'degoogl':11 'devic':148 'email':157,174,184 'especi':119 'first':55 'googl':19,36,47,67,75,96,129,138,144 'grapheneo':22 'guess':2 'henc':165 'introduc':8 'know':116,134,169 'like':21,137 'log':43,71 'lose':164 'mani':183 'modifi':109 'need':6,41 'oper':98 'opinion':53 'os':113 'peopl':106 'phone':12,123,126 'playstor':37 'purchas':84 'question':167 'quit':49 'realli':57 'retali':104 'risk':64 'rom':17 'run':62 'said':30 'secondari':156 'servic':20,145 'sinc':93 'sound':118 'store':27,80 'stupid':120 'system':99 'think':92 'time':90 'tos':69 'use':50,107,143,152 'version':110 'violat':66 'want':162,179 'way':34 'without':18,39 'work':139"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699904323
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/8259827"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699817923 {#2945
    date: 2023-11-12 20:38:43.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
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#2221
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2219
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Am-I-running-the-risk-of-getting-my-Google-account"
    +title: "Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?"
    +url: null
    +body: """
      I guess there is no need to introduce what a Degoogled phone is (or a custom ROM without google services, like GrapheneOS is) and the Aurora Store is basically said in a crude way the Google Playstore but without the need to log in to your Google account, quite useful in my opinion.\n
      \n
      At first, what really concerns me is to run the risk of violating Google’s TOS by logging in with my Google account on the Aurora Store to access my purchased apps, but at the same time I think, since Android is Google’s operating system, can’t they also retaliate against people using a modified version of their OS? And I know that sounds especially stupid when your phone is your phone and not Google’s, but we all know how companies like Google work.\n
      \n
      I don’t use Google services on my device, but I do use it as a secondary email that I don’t want to lose, hence the question, I know I can create another email but I don’t want to have so many email accounts.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 65
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699906764 {#2957
      date: 2023-11-13 21:19:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2962 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2221}
    ]
    -id: 12336
    -titleTs: "'account':10 'aurora':16 'ban':11 'custom':20 'get':7 'googl':9 'grapheneo':23 'like':22 'log':13 'risk':5 'rom':21 'run':3 'store':17"
    -bodyTs: "'access':82 'account':48,76,185 'also':103 'android':94 'anoth':173 'app':85 'aurora':26,79 'basic':29 'compani':136 'concern':58 'creat':172 'crude':33 'custom':16 'degoogl':11 'devic':148 'email':157,174,184 'especi':119 'first':55 'googl':19,36,47,67,75,96,129,138,144 'grapheneo':22 'guess':2 'henc':165 'introduc':8 'know':116,134,169 'like':21,137 'log':43,71 'lose':164 'mani':183 'modifi':109 'need':6,41 'oper':98 'opinion':53 'os':113 'peopl':106 'phone':12,123,126 'playstor':37 'purchas':84 'question':167 'quit':49 'realli':57 'retali':104 'risk':64 'rom':17 'run':62 'said':30 'secondari':156 'servic':20,145 'sinc':93 'sound':118 'store':27,80 'stupid':120 'system':99 'think':92 'time':90 'tos':69 'use':50,107,143,152 'version':110 'violat':66 'want':162,179 'way':34 'without':18,39 'work':139"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699904323
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/8259827"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699817923 {#2945
      date: 2023-11-12 20:38:43.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: "What’s a Google account?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1699966254 {#2218
    date: 2023-11-14 13:50:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Xirup@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2217 …}
  +nested: Doctrine\ORM\PersistentCollection {#2199 …}
  +votes: Doctrine\ORM\PersistentCollection {#2195 …}
  +reports: Doctrine\ORM\PersistentCollection {#2197 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
  -id: 116942
  -bodyTs: "'account':5 'googl':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/5376996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699818629 {#2222
    date: 2023-11-12 20:50:29.0 +01:00
  }
  +"title": 116942
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#2221
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2219
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Am-I-running-the-risk-of-getting-my-Google-account"
    +title: "Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?"
    +url: null
    +body: """
      I guess there is no need to introduce what a Degoogled phone is (or a custom ROM without google services, like GrapheneOS is) and the Aurora Store is basically said in a crude way the Google Playstore but without the need to log in to your Google account, quite useful in my opinion.\n
      \n
      At first, what really concerns me is to run the risk of violating Google’s TOS by logging in with my Google account on the Aurora Store to access my purchased apps, but at the same time I think, since Android is Google’s operating system, can’t they also retaliate against people using a modified version of their OS? And I know that sounds especially stupid when your phone is your phone and not Google’s, but we all know how companies like Google work.\n
      \n
      I don’t use Google services on my device, but I do use it as a secondary email that I don’t want to lose, hence the question, I know I can create another email but I don’t want to have so many email accounts.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 65
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699906764 {#2957
      date: 2023-11-13 21:19:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2962 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2221}
    ]
    -id: 12336
    -titleTs: "'account':10 'aurora':16 'ban':11 'custom':20 'get':7 'googl':9 'grapheneo':23 'like':22 'log':13 'risk':5 'rom':21 'run':3 'store':17"
    -bodyTs: "'access':82 'account':48,76,185 'also':103 'android':94 'anoth':173 'app':85 'aurora':26,79 'basic':29 'compani':136 'concern':58 'creat':172 'crude':33 'custom':16 'degoogl':11 'devic':148 'email':157,174,184 'especi':119 'first':55 'googl':19,36,47,67,75,96,129,138,144 'grapheneo':22 'guess':2 'henc':165 'introduc':8 'know':116,134,169 'like':21,137 'log':43,71 'lose':164 'mani':183 'modifi':109 'need':6,41 'oper':98 'opinion':53 'os':113 'peopl':106 'phone':12,123,126 'playstor':37 'purchas':84 'question':167 'quit':49 'realli':57 'retali':104 'risk':64 'rom':17 'run':62 'said':30 'secondari':156 'servic':20,145 'sinc':93 'sound':118 'store':27,80 'stupid':120 'system':99 'think':92 'time':90 'tos':69 'use':50,107,143,152 'version':110 'violat':66 'want':162,179 'way':34 'without':18,39 'work':139"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699904323
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/8259827"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699817923 {#2945
      date: 2023-11-12 20:38:43.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: "What’s a Google account?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1699966254 {#2218
    date: 2023-11-14 13:50:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Xirup@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2217 …}
  +nested: Doctrine\ORM\PersistentCollection {#2199 …}
  +votes: Doctrine\ORM\PersistentCollection {#2195 …}
  +reports: Doctrine\ORM\PersistentCollection {#2197 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
  -id: 116942
  -bodyTs: "'account':5 'googl':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/5376996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699818629 {#2222
    date: 2023-11-12 20:50:29.0 +01:00
  }
  +"title": 116942
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#2221
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2219
    +user: Proxies\__CG__\App\Entity\User {#2922 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Am-I-running-the-risk-of-getting-my-Google-account"
    +title: "Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?"
    +url: null
    +body: """
      I guess there is no need to introduce what a Degoogled phone is (or a custom ROM without google services, like GrapheneOS is) and the Aurora Store is basically said in a crude way the Google Playstore but without the need to log in to your Google account, quite useful in my opinion.\n
      \n
      At first, what really concerns me is to run the risk of violating Google’s TOS by logging in with my Google account on the Aurora Store to access my purchased apps, but at the same time I think, since Android is Google’s operating system, can’t they also retaliate against people using a modified version of their OS? And I know that sounds especially stupid when your phone is your phone and not Google’s, but we all know how companies like Google work.\n
      \n
      I don’t use Google services on my device, but I do use it as a secondary email that I don’t want to lose, hence the question, I know I can create another email but I don’t want to have so many email accounts.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 65
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699906764 {#2957
      date: 2023-11-13 21:19:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2962 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2221}
    ]
    -id: 12336
    -titleTs: "'account':10 'aurora':16 'ban':11 'custom':20 'get':7 'googl':9 'grapheneo':23 'like':22 'log':13 'risk':5 'rom':21 'run':3 'store':17"
    -bodyTs: "'access':82 'account':48,76,185 'also':103 'android':94 'anoth':173 'app':85 'aurora':26,79 'basic':29 'compani':136 'concern':58 'creat':172 'crude':33 'custom':16 'degoogl':11 'devic':148 'email':157,174,184 'especi':119 'first':55 'googl':19,36,47,67,75,96,129,138,144 'grapheneo':22 'guess':2 'henc':165 'introduc':8 'know':116,134,169 'like':21,137 'log':43,71 'lose':164 'mani':183 'modifi':109 'need':6,41 'oper':98 'opinion':53 'os':113 'peopl':106 'phone':12,123,126 'playstor':37 'purchas':84 'question':167 'quit':49 'realli':57 'retali':104 'risk':64 'rom':17 'run':62 'said':30 'secondari':156 'servic':20,145 'sinc':93 'sound':118 'store':27,80 'stupid':120 'system':99 'think':92 'time':90 'tos':69 'use':50,107,143,152 'version':110 'violat':66 'want':162,179 'way':34 'without':18,39 'work':139"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699904323
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/8259827"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699817923 {#2945
      date: 2023-11-12 20:38:43.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +parent: null
  +root: null
  +body: "What’s a Google account?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1699966254 {#2218
    date: 2023-11-14 13:50:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Xirup@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2217 …}
  +nested: Doctrine\ORM\PersistentCollection {#2199 …}
  +votes: Doctrine\ORM\PersistentCollection {#2195 …}
  +reports: Doctrine\ORM\PersistentCollection {#2197 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2206 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2201 …}
  -id: 116942
  -bodyTs: "'account':5 'googl':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/5376996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699818629 {#2222
    date: 2023-11-12 20:50:29.0 +01:00
  }
  +"title": 116942
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2322
  +user: Proxies\__CG__\App\Entity\User {#2942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Wrf-is-wrong-with-UK"
  +title: "Wrf is wrong with UK?"
  +url: null
  +body: "[communism 2.0](https://www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698525469 {#2975
    date: 2023-10-28 22:37:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2315
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2322 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: """
        So is it like communism 1.0?\n
        \n
        Communism is the oppression of man by man. Capitalism is the reverse.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698486501 {#2297
        date: 2023-10-28 11:48:21.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@badgrandpa@lemmy.world"
        "@moreeni@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2312 …}
      +nested: Doctrine\ORM\PersistentCollection {#2307 …}
      +votes: Doctrine\ORM\PersistentCollection {#2308 …}
      +reports: Doctrine\ORM\PersistentCollection {#2304 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
      -id: 76075
      -bodyTs: "'1.0':6 'capit':15 'communism':5,7 'like':4 'man':12,14 'oppress':10 'revers':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4840129"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698486501 {#2320
        date: 2023-10-28 11:48:21.0 +02:00
      }
      +"title": 76075
    }
  ]
  -id: 8058
  -titleTs: "'uk':5 'wrf':1 'wrong':3"
  -bodyTs: "'/article/the-uks-controversial-online-safety-act-is-now-law)':5 '2.0':2 'communism':1 'www.wired.co.uk':4 'www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698522582
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7421036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698436182 {#2963
    date: 2023-10-27 21:49:42.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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2322
  +user: Proxies\__CG__\App\Entity\User {#2942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Wrf-is-wrong-with-UK"
  +title: "Wrf is wrong with UK?"
  +url: null
  +body: "[communism 2.0](https://www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698525469 {#2975
    date: 2023-10-28 22:37:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2315
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2322 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: """
        So is it like communism 1.0?\n
        \n
        Communism is the oppression of man by man. Capitalism is the reverse.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698486501 {#2297
        date: 2023-10-28 11:48:21.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@badgrandpa@lemmy.world"
        "@moreeni@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2312 …}
      +nested: Doctrine\ORM\PersistentCollection {#2307 …}
      +votes: Doctrine\ORM\PersistentCollection {#2308 …}
      +reports: Doctrine\ORM\PersistentCollection {#2304 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
      -id: 76075
      -bodyTs: "'1.0':6 'capit':15 'communism':5,7 'like':4 'man':12,14 'oppress':10 'revers':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4840129"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698486501 {#2320
        date: 2023-10-28 11:48:21.0 +02:00
      }
      +"title": 76075
    }
  ]
  -id: 8058
  -titleTs: "'uk':5 'wrf':1 'wrong':3"
  -bodyTs: "'/article/the-uks-controversial-online-safety-act-is-now-law)':5 '2.0':2 'communism':1 'www.wired.co.uk':4 'www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698522582
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7421036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698436182 {#2963
    date: 2023-10-27 21:49:42.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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2322
  +user: Proxies\__CG__\App\Entity\User {#2942 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Wrf-is-wrong-with-UK"
  +title: "Wrf is wrong with UK?"
  +url: null
  +body: "[communism 2.0](https://www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698525469 {#2975
    date: 2023-10-28 22:37:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2315
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2322 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
      +body: """
        So is it like communism 1.0?\n
        \n
        Communism is the oppression of man by man. Capitalism is the reverse.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698486501 {#2297
        date: 2023-10-28 11:48:21.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@badgrandpa@lemmy.world"
        "@moreeni@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2312 …}
      +nested: Doctrine\ORM\PersistentCollection {#2307 …}
      +votes: Doctrine\ORM\PersistentCollection {#2308 …}
      +reports: Doctrine\ORM\PersistentCollection {#2304 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
      -id: 76075
      -bodyTs: "'1.0':6 'capit':15 'communism':5,7 'like':4 'man':12,14 'oppress':10 'revers':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4840129"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698486501 {#2320
        date: 2023-10-28 11:48:21.0 +02:00
      }
      +"title": 76075
    }
  ]
  -id: 8058
  -titleTs: "'uk':5 'wrf':1 'wrong':3"
  -bodyTs: "'/article/the-uks-controversial-online-safety-act-is-now-law)':5 '2.0':2 'communism':1 'www.wired.co.uk':4 'www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698522582
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7421036"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698436182 {#2963
    date: 2023-10-27 21:49:42.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
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2315
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2322
    +user: Proxies\__CG__\App\Entity\User {#2942 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Wrf-is-wrong-with-UK"
    +title: "Wrf is wrong with UK?"
    +url: null
    +body: "[communism 2.0](https://www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698525469 {#2975
      date: 2023-10-28 22:37:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2315}
    ]
    -id: 8058
    -titleTs: "'uk':5 'wrf':1 'wrong':3"
    -bodyTs: "'/article/the-uks-controversial-online-safety-act-is-now-law)':5 '2.0':2 'communism':1 'www.wired.co.uk':4 'www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698522582
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7421036"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698436182 {#2963
      date: 2023-10-27 21:49:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: """
    So is it like communism 1.0?\n
    \n
    Communism is the oppression of man by man. Capitalism is the reverse.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698486501 {#2297
    date: 2023-10-28 11:48:21.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@badgrandpa@lemmy.world"
    "@moreeni@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2312 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2308 …}
  +reports: Doctrine\ORM\PersistentCollection {#2304 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
  -id: 76075
  -bodyTs: "'1.0':6 'capit':15 'communism':5,7 'like':4 'man':12,14 'oppress':10 'revers':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4840129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698486501 {#2320
    date: 2023-10-28 11:48:21.0 +02:00
  }
  +"title": 76075
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2315
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2322
    +user: Proxies\__CG__\App\Entity\User {#2942 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Wrf-is-wrong-with-UK"
    +title: "Wrf is wrong with UK?"
    +url: null
    +body: "[communism 2.0](https://www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698525469 {#2975
      date: 2023-10-28 22:37:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2315}
    ]
    -id: 8058
    -titleTs: "'uk':5 'wrf':1 'wrong':3"
    -bodyTs: "'/article/the-uks-controversial-online-safety-act-is-now-law)':5 '2.0':2 'communism':1 'www.wired.co.uk':4 'www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698522582
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7421036"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698436182 {#2963
      date: 2023-10-27 21:49:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: """
    So is it like communism 1.0?\n
    \n
    Communism is the oppression of man by man. Capitalism is the reverse.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698486501 {#2297
    date: 2023-10-28 11:48:21.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@badgrandpa@lemmy.world"
    "@moreeni@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2312 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2308 …}
  +reports: Doctrine\ORM\PersistentCollection {#2304 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
  -id: 76075
  -bodyTs: "'1.0':6 'capit':15 'communism':5,7 'like':4 'man':12,14 'oppress':10 'revers':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4840129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698486501 {#2320
    date: 2023-10-28 11:48:21.0 +02:00
  }
  +"title": 76075
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2315
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2322
    +user: Proxies\__CG__\App\Entity\User {#2942 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Wrf-is-wrong-with-UK"
    +title: "Wrf is wrong with UK?"
    +url: null
    +body: "[communism 2.0](https://www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698525469 {#2975
      date: 2023-10-28 22:37:49.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2315}
    ]
    -id: 8058
    -titleTs: "'uk':5 'wrf':1 'wrong':3"
    -bodyTs: "'/article/the-uks-controversial-online-safety-act-is-now-law)':5 '2.0':2 'communism':1 'www.wired.co.uk':4 'www.wired.co.uk/article/the-uks-controversial-online-safety-act-is-now-law)':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698522582
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7421036"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698436182 {#2963
      date: 2023-10-27 21:49:42.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2321 …}
  +body: """
    So is it like communism 1.0?\n
    \n
    Communism is the oppression of man by man. Capitalism is the reverse.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698486501 {#2297
    date: 2023-10-28 11:48:21.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@badgrandpa@lemmy.world"
    "@moreeni@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2312 …}
  +nested: Doctrine\ORM\PersistentCollection {#2307 …}
  +votes: Doctrine\ORM\PersistentCollection {#2308 …}
  +reports: Doctrine\ORM\PersistentCollection {#2304 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2319 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2318 …}
  -id: 76075
  -bodyTs: "'1.0':6 'capit':15 'communism':5,7 'like':4 'man':12,14 'oppress':10 'revers':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4840129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698486501 {#2320
    date: 2023-10-28 11:48:21.0 +02:00
  }
  +"title": 76075
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2048
  +user: Proxies\__CG__\App\Entity\User {#2900 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "What-is-this-Brave-domain"
  +title: "What is this Brave domain"
  +url: null
  +body: """
    I turned off telemetry and “privacy preserving analytics” but saw the URL below in my DNS logs. Does anybody know what it is? I found [this repo](https://github.com/brave/star-randsrv) but don’t know what it means.\n
    \n
    `star-randsrv.bsg.brave.com`
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698097231 {#2939
    date: 2023-10-23 23:40:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2944 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    App\Entity\EntryComment {#2049
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2048 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: "Brave does crypto… Need I say more?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698081219 {#2071
        date: 2023-10-23 19:13:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AdventuringAardvark@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2051 …}
      +nested: Doctrine\ORM\PersistentCollection {#2059 …}
      +votes: Doctrine\ORM\PersistentCollection {#2047 …}
      +reports: Doctrine\ORM\PersistentCollection {#2057 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
      -id: 67619
      -bodyTs: "'brave':1 'crypto':3 'need':4 'say':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4667204"
      +editedAt: DateTimeImmutable @1698081287 {#2067
        date: 2023-10-23 19:14:47.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698081219 {#2070
        date: 2023-10-23 19:13:39.0 +02:00
      }
      +"title": 67619
    }
  ]
  -id: 7130
  -titleTs: "'brave':4 'domain':5"
  -bodyTs: "'/brave/star-randsrv)':30 'analyt':8 'anybodi':19 'dns':16 'found':25 'github.com':29 'github.com/brave/star-randsrv)':28 'know':20,34 'log':17 'mean':37 'preserv':7 'privaci':6 'repo':27 'saw':10 'star-randsrv.bsg.brave.com':38 'telemetri':4 'turn':2 'url':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698070387
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5760708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698019887 {#2925
    date: 2023-10-23 02:11:27.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2048
  +user: Proxies\__CG__\App\Entity\User {#2900 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "What-is-this-Brave-domain"
  +title: "What is this Brave domain"
  +url: null
  +body: """
    I turned off telemetry and “privacy preserving analytics” but saw the URL below in my DNS logs. Does anybody know what it is? I found [this repo](https://github.com/brave/star-randsrv) but don’t know what it means.\n
    \n
    `star-randsrv.bsg.brave.com`
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698097231 {#2939
    date: 2023-10-23 23:40:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2944 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    App\Entity\EntryComment {#2049
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2048 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: "Brave does crypto… Need I say more?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698081219 {#2071
        date: 2023-10-23 19:13:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AdventuringAardvark@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2051 …}
      +nested: Doctrine\ORM\PersistentCollection {#2059 …}
      +votes: Doctrine\ORM\PersistentCollection {#2047 …}
      +reports: Doctrine\ORM\PersistentCollection {#2057 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
      -id: 67619
      -bodyTs: "'brave':1 'crypto':3 'need':4 'say':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4667204"
      +editedAt: DateTimeImmutable @1698081287 {#2067
        date: 2023-10-23 19:14:47.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698081219 {#2070
        date: 2023-10-23 19:13:39.0 +02:00
      }
      +"title": 67619
    }
  ]
  -id: 7130
  -titleTs: "'brave':4 'domain':5"
  -bodyTs: "'/brave/star-randsrv)':30 'analyt':8 'anybodi':19 'dns':16 'found':25 'github.com':29 'github.com/brave/star-randsrv)':28 'know':20,34 'log':17 'mean':37 'preserv':7 'privaci':6 'repo':27 'saw':10 'star-randsrv.bsg.brave.com':38 'telemetri':4 'turn':2 'url':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698070387
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5760708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698019887 {#2925
    date: 2023-10-23 02:11:27.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2048
  +user: Proxies\__CG__\App\Entity\User {#2900 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "What-is-this-Brave-domain"
  +title: "What is this Brave domain"
  +url: null
  +body: """
    I turned off telemetry and “privacy preserving analytics” but saw the URL below in my DNS logs. Does anybody know what it is? I found [this repo](https://github.com/brave/star-randsrv) but don’t know what it means.\n
    \n
    `star-randsrv.bsg.brave.com`
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698097231 {#2939
    date: 2023-10-23 23:40:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2944 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    App\Entity\EntryComment {#2049
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2048 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: "Brave does crypto… Need I say more?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1698081219 {#2071
        date: 2023-10-23 19:13:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@AdventuringAardvark@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2051 …}
      +nested: Doctrine\ORM\PersistentCollection {#2059 …}
      +votes: Doctrine\ORM\PersistentCollection {#2047 …}
      +reports: Doctrine\ORM\PersistentCollection {#2057 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
      -id: 67619
      -bodyTs: "'brave':1 'crypto':3 'need':4 'say':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4667204"
      +editedAt: DateTimeImmutable @1698081287 {#2067
        date: 2023-10-23 19:14:47.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698081219 {#2070
        date: 2023-10-23 19:13:39.0 +02:00
      }
      +"title": 67619
    }
  ]
  -id: 7130
  -titleTs: "'brave':4 'domain':5"
  -bodyTs: "'/brave/star-randsrv)':30 'analyt':8 'anybodi':19 'dns':16 'found':25 'github.com':29 'github.com/brave/star-randsrv)':28 'know':20,34 'log':17 'mean':37 'preserv':7 'privaci':6 'repo':27 'saw':10 'star-randsrv.bsg.brave.com':38 'telemetri':4 'turn':2 'url':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698070387
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/5760708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698019887 {#2925
    date: 2023-10-23 02:11:27.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#2049
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2048
    +user: Proxies\__CG__\App\Entity\User {#2900 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "What-is-this-Brave-domain"
    +title: "What is this Brave domain"
    +url: null
    +body: """
      I turned off telemetry and “privacy preserving analytics” but saw the URL below in my DNS logs. Does anybody know what it is? I found [this repo](https://github.com/brave/star-randsrv) but don’t know what it means.\n
      \n
      `star-randsrv.bsg.brave.com`
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698097231 {#2939
      date: 2023-10-23 23:40:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2944 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      App\Entity\EntryComment {#2049}
    ]
    -id: 7130
    -titleTs: "'brave':4 'domain':5"
    -bodyTs: "'/brave/star-randsrv)':30 'analyt':8 'anybodi':19 'dns':16 'found':25 'github.com':29 'github.com/brave/star-randsrv)':28 'know':20,34 'log':17 'mean':37 'preserv':7 'privaci':6 'repo':27 'saw':10 'star-randsrv.bsg.brave.com':38 'telemetri':4 'turn':2 'url':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698070387
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/5760708"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698019887 {#2925
      date: 2023-10-23 02:11:27.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "Brave does crypto… Need I say more?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698081219 {#2071
    date: 2023-10-23 19:13:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AdventuringAardvark@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2051 …}
  +nested: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2047 …}
  +reports: Doctrine\ORM\PersistentCollection {#2057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
  -id: 67619
  -bodyTs: "'brave':1 'crypto':3 'need':4 'say':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4667204"
  +editedAt: DateTimeImmutable @1698081287 {#2067
    date: 2023-10-23 19:14:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698081219 {#2070
    date: 2023-10-23 19:13:39.0 +02:00
  }
  +"title": 67619
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#2049
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2048
    +user: Proxies\__CG__\App\Entity\User {#2900 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "What-is-this-Brave-domain"
    +title: "What is this Brave domain"
    +url: null
    +body: """
      I turned off telemetry and “privacy preserving analytics” but saw the URL below in my DNS logs. Does anybody know what it is? I found [this repo](https://github.com/brave/star-randsrv) but don’t know what it means.\n
      \n
      `star-randsrv.bsg.brave.com`
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698097231 {#2939
      date: 2023-10-23 23:40:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2944 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      App\Entity\EntryComment {#2049}
    ]
    -id: 7130
    -titleTs: "'brave':4 'domain':5"
    -bodyTs: "'/brave/star-randsrv)':30 'analyt':8 'anybodi':19 'dns':16 'found':25 'github.com':29 'github.com/brave/star-randsrv)':28 'know':20,34 'log':17 'mean':37 'preserv':7 'privaci':6 'repo':27 'saw':10 'star-randsrv.bsg.brave.com':38 'telemetri':4 'turn':2 'url':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698070387
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/5760708"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698019887 {#2925
      date: 2023-10-23 02:11:27.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "Brave does crypto… Need I say more?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698081219 {#2071
    date: 2023-10-23 19:13:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AdventuringAardvark@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2051 …}
  +nested: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2047 …}
  +reports: Doctrine\ORM\PersistentCollection {#2057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
  -id: 67619
  -bodyTs: "'brave':1 'crypto':3 'need':4 'say':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4667204"
  +editedAt: DateTimeImmutable @1698081287 {#2067
    date: 2023-10-23 19:14:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698081219 {#2070
    date: 2023-10-23 19:13:39.0 +02:00
  }
  +"title": 67619
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#2049
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2048
    +user: Proxies\__CG__\App\Entity\User {#2900 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "What-is-this-Brave-domain"
    +title: "What is this Brave domain"
    +url: null
    +body: """
      I turned off telemetry and “privacy preserving analytics” but saw the URL below in my DNS logs. Does anybody know what it is? I found [this repo](https://github.com/brave/star-randsrv) but don’t know what it means.\n
      \n
      `star-randsrv.bsg.brave.com`
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 8
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698097231 {#2939
      date: 2023-10-23 23:40:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2944 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      App\Entity\EntryComment {#2049}
    ]
    -id: 7130
    -titleTs: "'brave':4 'domain':5"
    -bodyTs: "'/brave/star-randsrv)':30 'analyt':8 'anybodi':19 'dns':16 'found':25 'github.com':29 'github.com/brave/star-randsrv)':28 'know':20,34 'log':17 'mean':37 'preserv':7 'privaci':6 'repo':27 'saw':10 'star-randsrv.bsg.brave.com':38 'telemetri':4 'turn':2 'url':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698070387
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/5760708"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698019887 {#2925
      date: 2023-10-23 02:11:27.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "Brave does crypto… Need I say more?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1698081219 {#2071
    date: 2023-10-23 19:13:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@AdventuringAardvark@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2051 …}
  +nested: Doctrine\ORM\PersistentCollection {#2059 …}
  +votes: Doctrine\ORM\PersistentCollection {#2047 …}
  +reports: Doctrine\ORM\PersistentCollection {#2057 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2055 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2054 …}
  -id: 67619
  -bodyTs: "'brave':1 'crypto':3 'need':4 'say':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4667204"
  +editedAt: DateTimeImmutable @1698081287 {#2067
    date: 2023-10-23 19:14:47.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698081219 {#2070
    date: 2023-10-23 19:13:39.0 +02:00
  }
  +"title": 67619
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#2691 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2924 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2926 …}
  +slug: "Why-is-r-PrivacyGuides-Private-Subreddit-Blackout-Announcement"
  +title: "Why is r/PrivacyGuides Private? [Subreddit Blackout Announcement]"
  +url: "https://discuss.privacyguides.net/t/why-is-r-privacyguides-private/12839"
  +body: """
    TL;DR: Reddit is making their tracker-filled mobile app the only way to access Reddit on mobile devices, they are falsely accusing third-party developers of blackmail, and they are on a path to severely lower the quality of content posted on Reddit and increase the amount of spam you see. To stand against these changes, alongside numerous large subreddits, Privacy Guides is not currently available on Reddit. Join us on Lemmy at `!privacyguides@lemmy.one` :)\n
    \n
    ---\n
    \n
    As we [discussed](https://web.archive.org/web/20230612031819/https://old.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/) and announced a week ago on Reddit, the Privacy Guides subreddit is being made private from June 12 to June 14th to call attention to Reddit’s most recent anti-consumer behavior.\n
    \n
    What is Reddit doing?\n
    ---------------------\n
    \n
    A few weeks ago, Reddit unveiled plans to change the pricing for their API from $0 to $12,000 for 50 million requests. For third-party clients like Apollo on iOS or Sync on Android, this suddenly put the cost to create such an app in the realm of [$20,000,000 per year](https://web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/), a figure clearly unsustainable for third-party Reddit client developers. For comparison, Imgur—a website with a similar userbase and size to Reddit—charges developers approximately $166 for every 50 million requests. This change in Reddit’s pricing to far beyond any reasonable market value was driven solely to eliminate third-party clients from the market, in order to force Reddit users to use the official app instead, a plan which was successful given that most major third-party Reddit clients have now announced they are shutting down by the end of this month.\n
    \n
    Reddit’s API changes also affect a number of bots which are critical for moderation. Reddit cutting off access to clients and bots which moderators require to effectively care for their communities will only result in Reddit being overtaken by spam and low-quality content.\n
    \n
    Why does Privacy Guides care?\n
    -----------------------------\n
    \n
    The internet is supposed to be an open standard, and information on the internet **cannot** be funneled solely through proprietary first-party clients. The difficulty I had in merely archiving the r/PrivacyGuides announcement post on the New Reddit design (note [everything missing here on internet archive](https://web.archive.org/web/20230612025445/https://www.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)) clearly demonstrates the danger of locking information into closed ecosystems like Reddit, where merely accessing this information is subject to their whims.\n
    \n
    Open APIs and third-party clients are paramount to enabling privacy-friendly access to otherwise proprietary silos on the web. Through the use of those APIs and clients, it was possible to interact with Reddit in an entirely user-controlled, privacy-friendly way. Reddit’s restrictions take that choice away, making their official app virtually the only portal to the information on their platform available to mobile users.\n
    \n
    While Reddit is certainly within their rights to make these changes, *Reddit users* are certainly within their rights to reject these changes and choose an alternative.\n
    \n
    We—obviously—think that the r/PrivacyGuides community is hugely beneficial to the internet at large, and a lot of great discussions take place informing people about privacy and protecting their data online. All of this taking place on Reddit was a necessary price to pay in order to reach a ton of new people and get them interested in private, open-source technologies, but if Reddit is going to abuse that power and try to control those people into using privacy-invasive clients, the cost of that might outweigh any benefit to us remaining on the platform.\n
    \n
    Reddit’s Current Response (Unmitigated Disaster)\n
    ------------------------------------------------\n
    \n
    In the past week, Reddit has largely made two real announcements about this change:\n
    \n
    Firstly, they announced that they would keep the API free to certain clients which provide accessibility features. It should go without saying that this is just another way of Reddit saying: *Because we are unwilling to make our website and apps accessibility-friendly ourselves, we will very generously let third-party developers do it for us for free.*\n
    \n
    Their second response has been to [falsely accuse a prominent developer of blackmail](https://web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/), and then [double down on their false accusations when confronted with irrefutable proof of their behavior](https://web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3). Threatening and accusing people in private messages, and then acting like the victim when those people publish those messages to refute your claims is incredibly toxic and inappropriate behavior from anybody working on any project, much less the CEO of Reddit.com.\n
    \n
    In my view, this childish behavior from Reddit moves this situation far past the typical money-grabbing moves you should expect from Big Tech corporations and into legitimate concerns about integrity and stability at Reddit. If their leadership is going to devolve into Twitter-esque, dictatorship-fueled decision making, the entire platform can no longer be trusted as a source of knowledge at all.\n
    \n
    What happens on June 15th?\n
    --------------------------\n
    \n
    I don’t know what Reddit’s response to this [widespread protest](https://reddark.untone.uk/) will be. In any event, the Subreddit will re-open, but if Reddit’s response is to do nothing, then r/PrivacyGuides will re-open in **restricted**, mod-only posting mode. Then we will have a community discussion about our next steps.\n
    \n
    Reddit choosing to do nothing is—in my opinion—an untenable solution. While we will re-open r/PrivacyGuides in order to allow people to access the vast community knowledge that is already there (while you still can), **it is entirely possible that the subreddit will remain restricted indefinitely.** It is hard to imagine a reason why we should encourage our incredibly helpful and generous community to continue to provide valuable content to Reddit for free, only for Reddit to go down this privacy-invasive, ad-first path.\n
    \n
    What’s Next?\n
    ------------\n
    \n
    In any case, I would strongly encourage you to stop using Reddit going forward. The fiascos at Twitter and now Reddit clearly demonstrate that centralized big tech companies can no longer be trusted with being the gatekeepers to user-generated information (as if they ever could, hah!).\n
    \n
    I think that smaller, federated communities like Lemmy/Kbin/Mastodon are the future of knowledge-sharing on the internet, and the new Privacy Guides community on the fediverse can be joined from any ActivityPub enabled instance, such as:\n
    \n
    - On **Kbin.social**: [kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)\n
    - On **Lemmy.world**: [lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)\n
    - On **Beehaw.org**: [beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)\n
    - On **Lemmy.one**: [lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)\n
    - On **Lemmy.ml**: [lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)\n
    - On **any [other Lemmy instance](https://join-lemmy.org/)**, search for `!privacyguides@lemmy.one`\n
    \n
    *All of these are links to **the same community**, just pick whichever site you already have an account on.*\n
    \n
    [Privacy Guides](https://www.privacyguides.org) additionally hosts a Discourse forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) where we have discussions about and analyze various privacy tools.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698081002 {#2919
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2927 …}
  +votes: Doctrine\ORM\PersistentCollection {#2929 …}
  +reports: Doctrine\ORM\PersistentCollection {#2931 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
  +badges: Doctrine\ORM\PersistentCollection {#2937 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Well it’s point #1 of the Privacy Guide: keep your private stuff private.\n
        \n
        They walk the talk, is all.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698081002 {#2336
        date: 2023-10-23 19:10:02.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jonah@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 67614
      -bodyTs: "'1':5 'guid':9 'keep':10 'point':4 'privaci':8 'privat':12,14 'stuff':13 'talk':18 'walk':16 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4667017"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698081002 {#2335
        date: 2023-10-23 19:10:02.0 +02:00
      }
      +"title": 67614
    }
  ]
  -id: 7254
  -titleTs: "'announc':7 'blackout':6 'privat':4 'r/privacyguides':3 'subreddit':5"
  -bodyTs: "'/)':838 '/)**,':1093 '/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1075 '/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1085 '/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1070 '/c/privacyguides](https://lemmy.one/c/privacyguides)':1080 '/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1065 '/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':710 '/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':178 '/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':691 '/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':376 '/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':83 '0':136 '000':139,172,173 '12':101,138 '14th':104 '15th':823 '166':206 '20':171 '50':141,209 'abus':567 'access':16,294,391,413,631,658,908 'accessibility-friend':657 'account':1114 'accus':24,683,699,713 'act':720 'activitypub':1056 'ad':970 'ad-first':969 'addit':1119 'affect':281 'ago':88,124 'allow':905 'alongsid':60 'alreadi':915,1111 'also':280 'altern':496 'amount':50 'analyz':1133 'android':156 'announc':85,265,360,612,618 'anoth':642 'anti':114 'anti-consum':113 'anybodi':741 'api':134,278,400,426,624 'apollo':150 'app':11,166,247,456,656 'approxim':205 'archiv':357,373 'attent':107 'avail':69,467 'away':452 'beehaw.org':1072,1074 'beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1073 'behavior':116,707,739,757 'benefici':506 'benefit':589 'beyond':220 'big':775,1001 'blackmail':30,688 'bot':285,298 'call':106 'cannot':341 'care':304,326 'case':978 'central':1000 'ceo':749 'certain':474,485,627 'chang':59,129,213,279,481,492,615 'charg':203 'childish':756 'choic':451 'choos':494,884 'claim':733 'clear':181,377,997 'client':148,188,233,262,296,350,405,428,581,628 'close':385 'communiti':307,503,877,911,948,1029,1047,1105 'compani':1003 'comparison':191 'concern':781 'confront':701 'consum':115 'content':43,321,954 'continu':950 'control':441,573 'corpor':777 'cost':161,583 'could':1022 'creat':163 'critic':288 'current':68,598 'cut':292 'danger':380 'data':527 'decis':802 'demonstr':378,998 'design':366 'develop':28,189,204,669,686 'devic':20 'devolv':794 'dictatorship':800 'dictatorship-fuel':799 'difficulti':352 'disast':601 'discours':1122 'discuss':80,517,878,1130 'discuss.privacyguides.net':1125,1126 'doubl':694 'dr':2 'driven':226 'ecosystem':386 'effect':303 'elimin':229 'enabl':409,1057 'encourag':942,982 'end':272 'entir':438,805,923 'esqu':798 'event':843 'ever':1021 'everi':208 'everyth':368 'expect':773 'fals':23,682,698 'far':219,763 'featur':632 'feder':1028 'fedivers':1050 'fiasco':991 'figur':180 'fill':9 'first':348,616,971 'first-parti':347 'forc':240 'forum':1123 'forward':989 'free':625,675,958 'friend':412,444,659 'fuel':801 'funnel':343 'futur':1034 'gatekeep':1012 'generat':1016 'generous':664,947 'get':552 'given':254 'go':565,635,792,963,988 'grab':769 'great':516 'guid':65,93,325,1046,1117 'hah':1023 'happen':820 'hard':934 'help':945 'host':1120 'huge':505 'imagin':936 'imgur':192 'inappropri':738 'increas':48 'incred':735,944 'indefinit':931 'inform':337,383,393,463,520,1017 'instanc':1058,1090 'instead':248 'integr':783 'interact':433 'interest':554 'internet':328,340,372,509,1041 'invas':580,968 'io':152 'irrefut':703 'join':72,1053 'join-lemmy.org':1092 'join-lemmy.org/)**,':1091 'june':100,103,822 'kbin.social':1062,1064 'kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1063 'keep':622 'know':827 'knowledg':816,912,1037 'knowledge-shar':1036 'larg':62,511,608 'leadership':790 'legitim':780 'lemmi':75,1089 'lemmy.ml':1082,1084 'lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1083 'lemmy.one':1077,1079 'lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)':1078 'lemmy.world':1067,1069 'lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1068 'lemmy/kbin/mastodon':1031 'less':747 'let':665 'like':149,387,721,1030 'link':1101 'lock':382 'longer':809,1006 'lot':514 'low':319 'low-qual':318 'lower':39 'made':97,609 'major':257 'make':5,453,479,652,803 'market':223,236 'mere':356,390 'messag':717,729 'might':586 'million':142,210 'miss':369 'mobil':10,19,469 'mod':868 'mod-on':867 'mode':871 'moder':290,300 'money':768 'money-grab':767 'month':275 'move':760,770 'much':746 'necessari':538 'new':364,549,1044 'next':881,975 'note':367 'noth':858,887 'number':283 'numer':61 'obvious':498 'offici':246,455 'onlin':528 'open':334,399,558,849,864,900 'open-sourc':557 'opinion':891 'order':238,543,903 'otherwis':415 'outweigh':587 'overtaken':314 'paramount':407 'parti':27,147,186,232,260,349,404,668 'past':604,764 'path':36,972 'pay':541 'peopl':521,550,575,714,726,906 'per':174 'pick':1107 'place':519,533 'plan':127,250 'platform':466,595,806 'portal':460 'possibl':431,924 'post':44,361,870 'power':569 'price':131,217,539 'privaci':64,92,324,411,443,523,579,967,1045,1116,1135 'privacy-friend':410,442 'privacy-invas':578,966 'privacyguides@lemmy.one':77,1096 'privat':98,556,716 'project':745 'promin':685 'proof':704 'proprietari':346,416 'protect':525 'protest':835 'provid':630,952 'publish':727 'put':159 'qualiti':41,320 'r/privacyguides':359,502,860,901 're':848,863,899 're-open':847,862,898 'reach':545 'real':611 'realm':169 'reason':222,938 'recent':112 'reddark.untone.uk':837 'reddark.untone.uk/)':836 'reddit':3,17,46,71,90,109,119,125,187,202,215,241,261,276,291,312,365,388,435,446,472,482,535,563,596,606,645,759,787,829,852,883,956,961,987,996 'reddit.com':751 'refut':731 'reject':490 'remain':592,929 'request':143,211 'requir':301 'respons':599,678,831,854 'restrict':448,866,930 'result':310 'right':477,488 'say':637,646 'search':1094 'second':677 'see':54 'sever':38 'share':1038 'shut':268 'silo':417 'similar':197 'site':1109 'situat':762 'size':200 'smaller':1027 'sole':227,344 'solut':894 'sourc':559,814 'spam':52,316 'stabil':785 'stand':56 'standard':335 'step':882 'still':919 'stop':985 'strong':981 'subject':395 'subreddit':63,94,845,927 'success':253 'sudden':158 'suppos':330 'sync':154 'take':449,518,532 'tech':776,1002 'technolog':560 'think':499,1025 'third':26,146,185,231,259,403,667 'third-parti':25,145,184,230,258,402,666 'threaten':711 'tl':1 'ton':547 'tool':1136 'toxic':736 'tracker':8 'tracker-fil':7 'tri':571 'trust':811,1008 'twitter':797,993 'twitter-esqu':796 'two':610 'typic':766 'unmitig':600 'unsustain':182 'unten':893 'unveil':126 'unwil':650 'us':73,591,673 'use':244,423,577,986 'user':242,440,470,483,1015 'user-control':439 'user-gener':1014 'userbas':198 'valu':224 'valuabl':953 'various':1134 'vast':910 'victim':723 'view':754 'virtual':457 'way':14,445,643 'web':420 'web.archive.org':82,177,375,690,709 'web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':708 'web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':176 'web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':689 'web.archive.org/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':374 'web.archive.org/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':81 'websit':194,654 'week':87,123,605 'whichev':1108 'whim':398 'widespread':834 'within':475,486 'without':636 'work':742 'would':621,980 'www.privacyguides.org':1118 'year':175"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686549559
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/74432"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686543059 {#2904
    date: 2023-06-12 06:10:59.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#2691 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2924 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2926 …}
  +slug: "Why-is-r-PrivacyGuides-Private-Subreddit-Blackout-Announcement"
  +title: "Why is r/PrivacyGuides Private? [Subreddit Blackout Announcement]"
  +url: "https://discuss.privacyguides.net/t/why-is-r-privacyguides-private/12839"
  +body: """
    TL;DR: Reddit is making their tracker-filled mobile app the only way to access Reddit on mobile devices, they are falsely accusing third-party developers of blackmail, and they are on a path to severely lower the quality of content posted on Reddit and increase the amount of spam you see. To stand against these changes, alongside numerous large subreddits, Privacy Guides is not currently available on Reddit. Join us on Lemmy at `!privacyguides@lemmy.one` :)\n
    \n
    ---\n
    \n
    As we [discussed](https://web.archive.org/web/20230612031819/https://old.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/) and announced a week ago on Reddit, the Privacy Guides subreddit is being made private from June 12 to June 14th to call attention to Reddit’s most recent anti-consumer behavior.\n
    \n
    What is Reddit doing?\n
    ---------------------\n
    \n
    A few weeks ago, Reddit unveiled plans to change the pricing for their API from $0 to $12,000 for 50 million requests. For third-party clients like Apollo on iOS or Sync on Android, this suddenly put the cost to create such an app in the realm of [$20,000,000 per year](https://web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/), a figure clearly unsustainable for third-party Reddit client developers. For comparison, Imgur—a website with a similar userbase and size to Reddit—charges developers approximately $166 for every 50 million requests. This change in Reddit’s pricing to far beyond any reasonable market value was driven solely to eliminate third-party clients from the market, in order to force Reddit users to use the official app instead, a plan which was successful given that most major third-party Reddit clients have now announced they are shutting down by the end of this month.\n
    \n
    Reddit’s API changes also affect a number of bots which are critical for moderation. Reddit cutting off access to clients and bots which moderators require to effectively care for their communities will only result in Reddit being overtaken by spam and low-quality content.\n
    \n
    Why does Privacy Guides care?\n
    -----------------------------\n
    \n
    The internet is supposed to be an open standard, and information on the internet **cannot** be funneled solely through proprietary first-party clients. The difficulty I had in merely archiving the r/PrivacyGuides announcement post on the New Reddit design (note [everything missing here on internet archive](https://web.archive.org/web/20230612025445/https://www.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)) clearly demonstrates the danger of locking information into closed ecosystems like Reddit, where merely accessing this information is subject to their whims.\n
    \n
    Open APIs and third-party clients are paramount to enabling privacy-friendly access to otherwise proprietary silos on the web. Through the use of those APIs and clients, it was possible to interact with Reddit in an entirely user-controlled, privacy-friendly way. Reddit’s restrictions take that choice away, making their official app virtually the only portal to the information on their platform available to mobile users.\n
    \n
    While Reddit is certainly within their rights to make these changes, *Reddit users* are certainly within their rights to reject these changes and choose an alternative.\n
    \n
    We—obviously—think that the r/PrivacyGuides community is hugely beneficial to the internet at large, and a lot of great discussions take place informing people about privacy and protecting their data online. All of this taking place on Reddit was a necessary price to pay in order to reach a ton of new people and get them interested in private, open-source technologies, but if Reddit is going to abuse that power and try to control those people into using privacy-invasive clients, the cost of that might outweigh any benefit to us remaining on the platform.\n
    \n
    Reddit’s Current Response (Unmitigated Disaster)\n
    ------------------------------------------------\n
    \n
    In the past week, Reddit has largely made two real announcements about this change:\n
    \n
    Firstly, they announced that they would keep the API free to certain clients which provide accessibility features. It should go without saying that this is just another way of Reddit saying: *Because we are unwilling to make our website and apps accessibility-friendly ourselves, we will very generously let third-party developers do it for us for free.*\n
    \n
    Their second response has been to [falsely accuse a prominent developer of blackmail](https://web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/), and then [double down on their false accusations when confronted with irrefutable proof of their behavior](https://web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3). Threatening and accusing people in private messages, and then acting like the victim when those people publish those messages to refute your claims is incredibly toxic and inappropriate behavior from anybody working on any project, much less the CEO of Reddit.com.\n
    \n
    In my view, this childish behavior from Reddit moves this situation far past the typical money-grabbing moves you should expect from Big Tech corporations and into legitimate concerns about integrity and stability at Reddit. If their leadership is going to devolve into Twitter-esque, dictatorship-fueled decision making, the entire platform can no longer be trusted as a source of knowledge at all.\n
    \n
    What happens on June 15th?\n
    --------------------------\n
    \n
    I don’t know what Reddit’s response to this [widespread protest](https://reddark.untone.uk/) will be. In any event, the Subreddit will re-open, but if Reddit’s response is to do nothing, then r/PrivacyGuides will re-open in **restricted**, mod-only posting mode. Then we will have a community discussion about our next steps.\n
    \n
    Reddit choosing to do nothing is—in my opinion—an untenable solution. While we will re-open r/PrivacyGuides in order to allow people to access the vast community knowledge that is already there (while you still can), **it is entirely possible that the subreddit will remain restricted indefinitely.** It is hard to imagine a reason why we should encourage our incredibly helpful and generous community to continue to provide valuable content to Reddit for free, only for Reddit to go down this privacy-invasive, ad-first path.\n
    \n
    What’s Next?\n
    ------------\n
    \n
    In any case, I would strongly encourage you to stop using Reddit going forward. The fiascos at Twitter and now Reddit clearly demonstrate that centralized big tech companies can no longer be trusted with being the gatekeepers to user-generated information (as if they ever could, hah!).\n
    \n
    I think that smaller, federated communities like Lemmy/Kbin/Mastodon are the future of knowledge-sharing on the internet, and the new Privacy Guides community on the fediverse can be joined from any ActivityPub enabled instance, such as:\n
    \n
    - On **Kbin.social**: [kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)\n
    - On **Lemmy.world**: [lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)\n
    - On **Beehaw.org**: [beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)\n
    - On **Lemmy.one**: [lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)\n
    - On **Lemmy.ml**: [lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)\n
    - On **any [other Lemmy instance](https://join-lemmy.org/)**, search for `!privacyguides@lemmy.one`\n
    \n
    *All of these are links to **the same community**, just pick whichever site you already have an account on.*\n
    \n
    [Privacy Guides](https://www.privacyguides.org) additionally hosts a Discourse forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) where we have discussions about and analyze various privacy tools.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698081002 {#2919
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2927 …}
  +votes: Doctrine\ORM\PersistentCollection {#2929 …}
  +reports: Doctrine\ORM\PersistentCollection {#2931 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
  +badges: Doctrine\ORM\PersistentCollection {#2937 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Well it’s point #1 of the Privacy Guide: keep your private stuff private.\n
        \n
        They walk the talk, is all.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698081002 {#2336
        date: 2023-10-23 19:10:02.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jonah@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 67614
      -bodyTs: "'1':5 'guid':9 'keep':10 'point':4 'privaci':8 'privat':12,14 'stuff':13 'talk':18 'walk':16 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4667017"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698081002 {#2335
        date: 2023-10-23 19:10:02.0 +02:00
      }
      +"title": 67614
    }
  ]
  -id: 7254
  -titleTs: "'announc':7 'blackout':6 'privat':4 'r/privacyguides':3 'subreddit':5"
  -bodyTs: "'/)':838 '/)**,':1093 '/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1075 '/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1085 '/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1070 '/c/privacyguides](https://lemmy.one/c/privacyguides)':1080 '/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1065 '/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':710 '/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':178 '/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':691 '/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':376 '/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':83 '0':136 '000':139,172,173 '12':101,138 '14th':104 '15th':823 '166':206 '20':171 '50':141,209 'abus':567 'access':16,294,391,413,631,658,908 'accessibility-friend':657 'account':1114 'accus':24,683,699,713 'act':720 'activitypub':1056 'ad':970 'ad-first':969 'addit':1119 'affect':281 'ago':88,124 'allow':905 'alongsid':60 'alreadi':915,1111 'also':280 'altern':496 'amount':50 'analyz':1133 'android':156 'announc':85,265,360,612,618 'anoth':642 'anti':114 'anti-consum':113 'anybodi':741 'api':134,278,400,426,624 'apollo':150 'app':11,166,247,456,656 'approxim':205 'archiv':357,373 'attent':107 'avail':69,467 'away':452 'beehaw.org':1072,1074 'beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1073 'behavior':116,707,739,757 'benefici':506 'benefit':589 'beyond':220 'big':775,1001 'blackmail':30,688 'bot':285,298 'call':106 'cannot':341 'care':304,326 'case':978 'central':1000 'ceo':749 'certain':474,485,627 'chang':59,129,213,279,481,492,615 'charg':203 'childish':756 'choic':451 'choos':494,884 'claim':733 'clear':181,377,997 'client':148,188,233,262,296,350,405,428,581,628 'close':385 'communiti':307,503,877,911,948,1029,1047,1105 'compani':1003 'comparison':191 'concern':781 'confront':701 'consum':115 'content':43,321,954 'continu':950 'control':441,573 'corpor':777 'cost':161,583 'could':1022 'creat':163 'critic':288 'current':68,598 'cut':292 'danger':380 'data':527 'decis':802 'demonstr':378,998 'design':366 'develop':28,189,204,669,686 'devic':20 'devolv':794 'dictatorship':800 'dictatorship-fuel':799 'difficulti':352 'disast':601 'discours':1122 'discuss':80,517,878,1130 'discuss.privacyguides.net':1125,1126 'doubl':694 'dr':2 'driven':226 'ecosystem':386 'effect':303 'elimin':229 'enabl':409,1057 'encourag':942,982 'end':272 'entir':438,805,923 'esqu':798 'event':843 'ever':1021 'everi':208 'everyth':368 'expect':773 'fals':23,682,698 'far':219,763 'featur':632 'feder':1028 'fedivers':1050 'fiasco':991 'figur':180 'fill':9 'first':348,616,971 'first-parti':347 'forc':240 'forum':1123 'forward':989 'free':625,675,958 'friend':412,444,659 'fuel':801 'funnel':343 'futur':1034 'gatekeep':1012 'generat':1016 'generous':664,947 'get':552 'given':254 'go':565,635,792,963,988 'grab':769 'great':516 'guid':65,93,325,1046,1117 'hah':1023 'happen':820 'hard':934 'help':945 'host':1120 'huge':505 'imagin':936 'imgur':192 'inappropri':738 'increas':48 'incred':735,944 'indefinit':931 'inform':337,383,393,463,520,1017 'instanc':1058,1090 'instead':248 'integr':783 'interact':433 'interest':554 'internet':328,340,372,509,1041 'invas':580,968 'io':152 'irrefut':703 'join':72,1053 'join-lemmy.org':1092 'join-lemmy.org/)**,':1091 'june':100,103,822 'kbin.social':1062,1064 'kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1063 'keep':622 'know':827 'knowledg':816,912,1037 'knowledge-shar':1036 'larg':62,511,608 'leadership':790 'legitim':780 'lemmi':75,1089 'lemmy.ml':1082,1084 'lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1083 'lemmy.one':1077,1079 'lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)':1078 'lemmy.world':1067,1069 'lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1068 'lemmy/kbin/mastodon':1031 'less':747 'let':665 'like':149,387,721,1030 'link':1101 'lock':382 'longer':809,1006 'lot':514 'low':319 'low-qual':318 'lower':39 'made':97,609 'major':257 'make':5,453,479,652,803 'market':223,236 'mere':356,390 'messag':717,729 'might':586 'million':142,210 'miss':369 'mobil':10,19,469 'mod':868 'mod-on':867 'mode':871 'moder':290,300 'money':768 'money-grab':767 'month':275 'move':760,770 'much':746 'necessari':538 'new':364,549,1044 'next':881,975 'note':367 'noth':858,887 'number':283 'numer':61 'obvious':498 'offici':246,455 'onlin':528 'open':334,399,558,849,864,900 'open-sourc':557 'opinion':891 'order':238,543,903 'otherwis':415 'outweigh':587 'overtaken':314 'paramount':407 'parti':27,147,186,232,260,349,404,668 'past':604,764 'path':36,972 'pay':541 'peopl':521,550,575,714,726,906 'per':174 'pick':1107 'place':519,533 'plan':127,250 'platform':466,595,806 'portal':460 'possibl':431,924 'post':44,361,870 'power':569 'price':131,217,539 'privaci':64,92,324,411,443,523,579,967,1045,1116,1135 'privacy-friend':410,442 'privacy-invas':578,966 'privacyguides@lemmy.one':77,1096 'privat':98,556,716 'project':745 'promin':685 'proof':704 'proprietari':346,416 'protect':525 'protest':835 'provid':630,952 'publish':727 'put':159 'qualiti':41,320 'r/privacyguides':359,502,860,901 're':848,863,899 're-open':847,862,898 'reach':545 'real':611 'realm':169 'reason':222,938 'recent':112 'reddark.untone.uk':837 'reddark.untone.uk/)':836 'reddit':3,17,46,71,90,109,119,125,187,202,215,241,261,276,291,312,365,388,435,446,472,482,535,563,596,606,645,759,787,829,852,883,956,961,987,996 'reddit.com':751 'refut':731 'reject':490 'remain':592,929 'request':143,211 'requir':301 'respons':599,678,831,854 'restrict':448,866,930 'result':310 'right':477,488 'say':637,646 'search':1094 'second':677 'see':54 'sever':38 'share':1038 'shut':268 'silo':417 'similar':197 'site':1109 'situat':762 'size':200 'smaller':1027 'sole':227,344 'solut':894 'sourc':559,814 'spam':52,316 'stabil':785 'stand':56 'standard':335 'step':882 'still':919 'stop':985 'strong':981 'subject':395 'subreddit':63,94,845,927 'success':253 'sudden':158 'suppos':330 'sync':154 'take':449,518,532 'tech':776,1002 'technolog':560 'think':499,1025 'third':26,146,185,231,259,403,667 'third-parti':25,145,184,230,258,402,666 'threaten':711 'tl':1 'ton':547 'tool':1136 'toxic':736 'tracker':8 'tracker-fil':7 'tri':571 'trust':811,1008 'twitter':797,993 'twitter-esqu':796 'two':610 'typic':766 'unmitig':600 'unsustain':182 'unten':893 'unveil':126 'unwil':650 'us':73,591,673 'use':244,423,577,986 'user':242,440,470,483,1015 'user-control':439 'user-gener':1014 'userbas':198 'valu':224 'valuabl':953 'various':1134 'vast':910 'victim':723 'view':754 'virtual':457 'way':14,445,643 'web':420 'web.archive.org':82,177,375,690,709 'web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':708 'web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':176 'web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':689 'web.archive.org/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':374 'web.archive.org/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':81 'websit':194,654 'week':87,123,605 'whichev':1108 'whim':398 'widespread':834 'within':475,486 'without':636 'work':742 'would':621,980 'www.privacyguides.org':1118 'year':175"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686549559
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/74432"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686543059 {#2904
    date: 2023-06-12 06:10:59.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#2691 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2924 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2926 …}
  +slug: "Why-is-r-PrivacyGuides-Private-Subreddit-Blackout-Announcement"
  +title: "Why is r/PrivacyGuides Private? [Subreddit Blackout Announcement]"
  +url: "https://discuss.privacyguides.net/t/why-is-r-privacyguides-private/12839"
  +body: """
    TL;DR: Reddit is making their tracker-filled mobile app the only way to access Reddit on mobile devices, they are falsely accusing third-party developers of blackmail, and they are on a path to severely lower the quality of content posted on Reddit and increase the amount of spam you see. To stand against these changes, alongside numerous large subreddits, Privacy Guides is not currently available on Reddit. Join us on Lemmy at `!privacyguides@lemmy.one` :)\n
    \n
    ---\n
    \n
    As we [discussed](https://web.archive.org/web/20230612031819/https://old.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/) and announced a week ago on Reddit, the Privacy Guides subreddit is being made private from June 12 to June 14th to call attention to Reddit’s most recent anti-consumer behavior.\n
    \n
    What is Reddit doing?\n
    ---------------------\n
    \n
    A few weeks ago, Reddit unveiled plans to change the pricing for their API from $0 to $12,000 for 50 million requests. For third-party clients like Apollo on iOS or Sync on Android, this suddenly put the cost to create such an app in the realm of [$20,000,000 per year](https://web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/), a figure clearly unsustainable for third-party Reddit client developers. For comparison, Imgur—a website with a similar userbase and size to Reddit—charges developers approximately $166 for every 50 million requests. This change in Reddit’s pricing to far beyond any reasonable market value was driven solely to eliminate third-party clients from the market, in order to force Reddit users to use the official app instead, a plan which was successful given that most major third-party Reddit clients have now announced they are shutting down by the end of this month.\n
    \n
    Reddit’s API changes also affect a number of bots which are critical for moderation. Reddit cutting off access to clients and bots which moderators require to effectively care for their communities will only result in Reddit being overtaken by spam and low-quality content.\n
    \n
    Why does Privacy Guides care?\n
    -----------------------------\n
    \n
    The internet is supposed to be an open standard, and information on the internet **cannot** be funneled solely through proprietary first-party clients. The difficulty I had in merely archiving the r/PrivacyGuides announcement post on the New Reddit design (note [everything missing here on internet archive](https://web.archive.org/web/20230612025445/https://www.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)) clearly demonstrates the danger of locking information into closed ecosystems like Reddit, where merely accessing this information is subject to their whims.\n
    \n
    Open APIs and third-party clients are paramount to enabling privacy-friendly access to otherwise proprietary silos on the web. Through the use of those APIs and clients, it was possible to interact with Reddit in an entirely user-controlled, privacy-friendly way. Reddit’s restrictions take that choice away, making their official app virtually the only portal to the information on their platform available to mobile users.\n
    \n
    While Reddit is certainly within their rights to make these changes, *Reddit users* are certainly within their rights to reject these changes and choose an alternative.\n
    \n
    We—obviously—think that the r/PrivacyGuides community is hugely beneficial to the internet at large, and a lot of great discussions take place informing people about privacy and protecting their data online. All of this taking place on Reddit was a necessary price to pay in order to reach a ton of new people and get them interested in private, open-source technologies, but if Reddit is going to abuse that power and try to control those people into using privacy-invasive clients, the cost of that might outweigh any benefit to us remaining on the platform.\n
    \n
    Reddit’s Current Response (Unmitigated Disaster)\n
    ------------------------------------------------\n
    \n
    In the past week, Reddit has largely made two real announcements about this change:\n
    \n
    Firstly, they announced that they would keep the API free to certain clients which provide accessibility features. It should go without saying that this is just another way of Reddit saying: *Because we are unwilling to make our website and apps accessibility-friendly ourselves, we will very generously let third-party developers do it for us for free.*\n
    \n
    Their second response has been to [falsely accuse a prominent developer of blackmail](https://web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/), and then [double down on their false accusations when confronted with irrefutable proof of their behavior](https://web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3). Threatening and accusing people in private messages, and then acting like the victim when those people publish those messages to refute your claims is incredibly toxic and inappropriate behavior from anybody working on any project, much less the CEO of Reddit.com.\n
    \n
    In my view, this childish behavior from Reddit moves this situation far past the typical money-grabbing moves you should expect from Big Tech corporations and into legitimate concerns about integrity and stability at Reddit. If their leadership is going to devolve into Twitter-esque, dictatorship-fueled decision making, the entire platform can no longer be trusted as a source of knowledge at all.\n
    \n
    What happens on June 15th?\n
    --------------------------\n
    \n
    I don’t know what Reddit’s response to this [widespread protest](https://reddark.untone.uk/) will be. In any event, the Subreddit will re-open, but if Reddit’s response is to do nothing, then r/PrivacyGuides will re-open in **restricted**, mod-only posting mode. Then we will have a community discussion about our next steps.\n
    \n
    Reddit choosing to do nothing is—in my opinion—an untenable solution. While we will re-open r/PrivacyGuides in order to allow people to access the vast community knowledge that is already there (while you still can), **it is entirely possible that the subreddit will remain restricted indefinitely.** It is hard to imagine a reason why we should encourage our incredibly helpful and generous community to continue to provide valuable content to Reddit for free, only for Reddit to go down this privacy-invasive, ad-first path.\n
    \n
    What’s Next?\n
    ------------\n
    \n
    In any case, I would strongly encourage you to stop using Reddit going forward. The fiascos at Twitter and now Reddit clearly demonstrate that centralized big tech companies can no longer be trusted with being the gatekeepers to user-generated information (as if they ever could, hah!).\n
    \n
    I think that smaller, federated communities like Lemmy/Kbin/Mastodon are the future of knowledge-sharing on the internet, and the new Privacy Guides community on the fediverse can be joined from any ActivityPub enabled instance, such as:\n
    \n
    - On **Kbin.social**: [kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)\n
    - On **Lemmy.world**: [lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)\n
    - On **Beehaw.org**: [beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)\n
    - On **Lemmy.one**: [lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)\n
    - On **Lemmy.ml**: [lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)\n
    - On **any [other Lemmy instance](https://join-lemmy.org/)**, search for `!privacyguides@lemmy.one`\n
    \n
    *All of these are links to **the same community**, just pick whichever site you already have an account on.*\n
    \n
    [Privacy Guides](https://www.privacyguides.org) additionally hosts a Discourse forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) where we have discussions about and analyze various privacy tools.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698081002 {#2919
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2927 …}
  +votes: Doctrine\ORM\PersistentCollection {#2929 …}
  +reports: Doctrine\ORM\PersistentCollection {#2931 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
  +badges: Doctrine\ORM\PersistentCollection {#2937 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Well it’s point #1 of the Privacy Guide: keep your private stuff private.\n
        \n
        They walk the talk, is all.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698081002 {#2336
        date: 2023-10-23 19:10:02.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jonah@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2159 …}
      +nested: Doctrine\ORM\PersistentCollection {#2135 …}
      +votes: Doctrine\ORM\PersistentCollection {#2137 …}
      +reports: Doctrine\ORM\PersistentCollection {#2068 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
      -id: 67614
      -bodyTs: "'1':5 'guid':9 'keep':10 'point':4 'privaci':8 'privat':12,14 'stuff':13 'talk':18 'walk':16 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4667017"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698081002 {#2335
        date: 2023-10-23 19:10:02.0 +02:00
      }
      +"title": 67614
    }
  ]
  -id: 7254
  -titleTs: "'announc':7 'blackout':6 'privat':4 'r/privacyguides':3 'subreddit':5"
  -bodyTs: "'/)':838 '/)**,':1093 '/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1075 '/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1085 '/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1070 '/c/privacyguides](https://lemmy.one/c/privacyguides)':1080 '/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1065 '/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':710 '/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':178 '/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':691 '/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':376 '/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':83 '0':136 '000':139,172,173 '12':101,138 '14th':104 '15th':823 '166':206 '20':171 '50':141,209 'abus':567 'access':16,294,391,413,631,658,908 'accessibility-friend':657 'account':1114 'accus':24,683,699,713 'act':720 'activitypub':1056 'ad':970 'ad-first':969 'addit':1119 'affect':281 'ago':88,124 'allow':905 'alongsid':60 'alreadi':915,1111 'also':280 'altern':496 'amount':50 'analyz':1133 'android':156 'announc':85,265,360,612,618 'anoth':642 'anti':114 'anti-consum':113 'anybodi':741 'api':134,278,400,426,624 'apollo':150 'app':11,166,247,456,656 'approxim':205 'archiv':357,373 'attent':107 'avail':69,467 'away':452 'beehaw.org':1072,1074 'beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1073 'behavior':116,707,739,757 'benefici':506 'benefit':589 'beyond':220 'big':775,1001 'blackmail':30,688 'bot':285,298 'call':106 'cannot':341 'care':304,326 'case':978 'central':1000 'ceo':749 'certain':474,485,627 'chang':59,129,213,279,481,492,615 'charg':203 'childish':756 'choic':451 'choos':494,884 'claim':733 'clear':181,377,997 'client':148,188,233,262,296,350,405,428,581,628 'close':385 'communiti':307,503,877,911,948,1029,1047,1105 'compani':1003 'comparison':191 'concern':781 'confront':701 'consum':115 'content':43,321,954 'continu':950 'control':441,573 'corpor':777 'cost':161,583 'could':1022 'creat':163 'critic':288 'current':68,598 'cut':292 'danger':380 'data':527 'decis':802 'demonstr':378,998 'design':366 'develop':28,189,204,669,686 'devic':20 'devolv':794 'dictatorship':800 'dictatorship-fuel':799 'difficulti':352 'disast':601 'discours':1122 'discuss':80,517,878,1130 'discuss.privacyguides.net':1125,1126 'doubl':694 'dr':2 'driven':226 'ecosystem':386 'effect':303 'elimin':229 'enabl':409,1057 'encourag':942,982 'end':272 'entir':438,805,923 'esqu':798 'event':843 'ever':1021 'everi':208 'everyth':368 'expect':773 'fals':23,682,698 'far':219,763 'featur':632 'feder':1028 'fedivers':1050 'fiasco':991 'figur':180 'fill':9 'first':348,616,971 'first-parti':347 'forc':240 'forum':1123 'forward':989 'free':625,675,958 'friend':412,444,659 'fuel':801 'funnel':343 'futur':1034 'gatekeep':1012 'generat':1016 'generous':664,947 'get':552 'given':254 'go':565,635,792,963,988 'grab':769 'great':516 'guid':65,93,325,1046,1117 'hah':1023 'happen':820 'hard':934 'help':945 'host':1120 'huge':505 'imagin':936 'imgur':192 'inappropri':738 'increas':48 'incred':735,944 'indefinit':931 'inform':337,383,393,463,520,1017 'instanc':1058,1090 'instead':248 'integr':783 'interact':433 'interest':554 'internet':328,340,372,509,1041 'invas':580,968 'io':152 'irrefut':703 'join':72,1053 'join-lemmy.org':1092 'join-lemmy.org/)**,':1091 'june':100,103,822 'kbin.social':1062,1064 'kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1063 'keep':622 'know':827 'knowledg':816,912,1037 'knowledge-shar':1036 'larg':62,511,608 'leadership':790 'legitim':780 'lemmi':75,1089 'lemmy.ml':1082,1084 'lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1083 'lemmy.one':1077,1079 'lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)':1078 'lemmy.world':1067,1069 'lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1068 'lemmy/kbin/mastodon':1031 'less':747 'let':665 'like':149,387,721,1030 'link':1101 'lock':382 'longer':809,1006 'lot':514 'low':319 'low-qual':318 'lower':39 'made':97,609 'major':257 'make':5,453,479,652,803 'market':223,236 'mere':356,390 'messag':717,729 'might':586 'million':142,210 'miss':369 'mobil':10,19,469 'mod':868 'mod-on':867 'mode':871 'moder':290,300 'money':768 'money-grab':767 'month':275 'move':760,770 'much':746 'necessari':538 'new':364,549,1044 'next':881,975 'note':367 'noth':858,887 'number':283 'numer':61 'obvious':498 'offici':246,455 'onlin':528 'open':334,399,558,849,864,900 'open-sourc':557 'opinion':891 'order':238,543,903 'otherwis':415 'outweigh':587 'overtaken':314 'paramount':407 'parti':27,147,186,232,260,349,404,668 'past':604,764 'path':36,972 'pay':541 'peopl':521,550,575,714,726,906 'per':174 'pick':1107 'place':519,533 'plan':127,250 'platform':466,595,806 'portal':460 'possibl':431,924 'post':44,361,870 'power':569 'price':131,217,539 'privaci':64,92,324,411,443,523,579,967,1045,1116,1135 'privacy-friend':410,442 'privacy-invas':578,966 'privacyguides@lemmy.one':77,1096 'privat':98,556,716 'project':745 'promin':685 'proof':704 'proprietari':346,416 'protect':525 'protest':835 'provid':630,952 'publish':727 'put':159 'qualiti':41,320 'r/privacyguides':359,502,860,901 're':848,863,899 're-open':847,862,898 'reach':545 'real':611 'realm':169 'reason':222,938 'recent':112 'reddark.untone.uk':837 'reddark.untone.uk/)':836 'reddit':3,17,46,71,90,109,119,125,187,202,215,241,261,276,291,312,365,388,435,446,472,482,535,563,596,606,645,759,787,829,852,883,956,961,987,996 'reddit.com':751 'refut':731 'reject':490 'remain':592,929 'request':143,211 'requir':301 'respons':599,678,831,854 'restrict':448,866,930 'result':310 'right':477,488 'say':637,646 'search':1094 'second':677 'see':54 'sever':38 'share':1038 'shut':268 'silo':417 'similar':197 'site':1109 'situat':762 'size':200 'smaller':1027 'sole':227,344 'solut':894 'sourc':559,814 'spam':52,316 'stabil':785 'stand':56 'standard':335 'step':882 'still':919 'stop':985 'strong':981 'subject':395 'subreddit':63,94,845,927 'success':253 'sudden':158 'suppos':330 'sync':154 'take':449,518,532 'tech':776,1002 'technolog':560 'think':499,1025 'third':26,146,185,231,259,403,667 'third-parti':25,145,184,230,258,402,666 'threaten':711 'tl':1 'ton':547 'tool':1136 'toxic':736 'tracker':8 'tracker-fil':7 'tri':571 'trust':811,1008 'twitter':797,993 'twitter-esqu':796 'two':610 'typic':766 'unmitig':600 'unsustain':182 'unten':893 'unveil':126 'unwil':650 'us':73,591,673 'use':244,423,577,986 'user':242,440,470,483,1015 'user-control':439 'user-gener':1014 'userbas':198 'valu':224 'valuabl':953 'various':1134 'vast':910 'victim':723 'view':754 'virtual':457 'way':14,445,643 'web':420 'web.archive.org':82,177,375,690,709 'web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':708 'web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':176 'web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':689 'web.archive.org/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':374 'web.archive.org/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':81 'websit':194,654 'week':87,123,605 'whichev':1108 'whim':398 'widespread':834 'within':475,486 'without':636 'work':742 'would':621,980 'www.privacyguides.org':1118 'year':175"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686549559
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/74432"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686543059 {#2904
    date: 2023-06-12 06:10:59.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#2691 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2924 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2926 …}
    +slug: "Why-is-r-PrivacyGuides-Private-Subreddit-Blackout-Announcement"
    +title: "Why is r/PrivacyGuides Private? [Subreddit Blackout Announcement]"
    +url: "https://discuss.privacyguides.net/t/why-is-r-privacyguides-private/12839"
    +body: """
      TL;DR: Reddit is making their tracker-filled mobile app the only way to access Reddit on mobile devices, they are falsely accusing third-party developers of blackmail, and they are on a path to severely lower the quality of content posted on Reddit and increase the amount of spam you see. To stand against these changes, alongside numerous large subreddits, Privacy Guides is not currently available on Reddit. Join us on Lemmy at `!privacyguides@lemmy.one` :)\n
      \n
      ---\n
      \n
      As we [discussed](https://web.archive.org/web/20230612031819/https://old.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/) and announced a week ago on Reddit, the Privacy Guides subreddit is being made private from June 12 to June 14th to call attention to Reddit’s most recent anti-consumer behavior.\n
      \n
      What is Reddit doing?\n
      ---------------------\n
      \n
      A few weeks ago, Reddit unveiled plans to change the pricing for their API from $0 to $12,000 for 50 million requests. For third-party clients like Apollo on iOS or Sync on Android, this suddenly put the cost to create such an app in the realm of [$20,000,000 per year](https://web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/), a figure clearly unsustainable for third-party Reddit client developers. For comparison, Imgur—a website with a similar userbase and size to Reddit—charges developers approximately $166 for every 50 million requests. This change in Reddit’s pricing to far beyond any reasonable market value was driven solely to eliminate third-party clients from the market, in order to force Reddit users to use the official app instead, a plan which was successful given that most major third-party Reddit clients have now announced they are shutting down by the end of this month.\n
      \n
      Reddit’s API changes also affect a number of bots which are critical for moderation. Reddit cutting off access to clients and bots which moderators require to effectively care for their communities will only result in Reddit being overtaken by spam and low-quality content.\n
      \n
      Why does Privacy Guides care?\n
      -----------------------------\n
      \n
      The internet is supposed to be an open standard, and information on the internet **cannot** be funneled solely through proprietary first-party clients. The difficulty I had in merely archiving the r/PrivacyGuides announcement post on the New Reddit design (note [everything missing here on internet archive](https://web.archive.org/web/20230612025445/https://www.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)) clearly demonstrates the danger of locking information into closed ecosystems like Reddit, where merely accessing this information is subject to their whims.\n
      \n
      Open APIs and third-party clients are paramount to enabling privacy-friendly access to otherwise proprietary silos on the web. Through the use of those APIs and clients, it was possible to interact with Reddit in an entirely user-controlled, privacy-friendly way. Reddit’s restrictions take that choice away, making their official app virtually the only portal to the information on their platform available to mobile users.\n
      \n
      While Reddit is certainly within their rights to make these changes, *Reddit users* are certainly within their rights to reject these changes and choose an alternative.\n
      \n
      We—obviously—think that the r/PrivacyGuides community is hugely beneficial to the internet at large, and a lot of great discussions take place informing people about privacy and protecting their data online. All of this taking place on Reddit was a necessary price to pay in order to reach a ton of new people and get them interested in private, open-source technologies, but if Reddit is going to abuse that power and try to control those people into using privacy-invasive clients, the cost of that might outweigh any benefit to us remaining on the platform.\n
      \n
      Reddit’s Current Response (Unmitigated Disaster)\n
      ------------------------------------------------\n
      \n
      In the past week, Reddit has largely made two real announcements about this change:\n
      \n
      Firstly, they announced that they would keep the API free to certain clients which provide accessibility features. It should go without saying that this is just another way of Reddit saying: *Because we are unwilling to make our website and apps accessibility-friendly ourselves, we will very generously let third-party developers do it for us for free.*\n
      \n
      Their second response has been to [falsely accuse a prominent developer of blackmail](https://web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/), and then [double down on their false accusations when confronted with irrefutable proof of their behavior](https://web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3). Threatening and accusing people in private messages, and then acting like the victim when those people publish those messages to refute your claims is incredibly toxic and inappropriate behavior from anybody working on any project, much less the CEO of Reddit.com.\n
      \n
      In my view, this childish behavior from Reddit moves this situation far past the typical money-grabbing moves you should expect from Big Tech corporations and into legitimate concerns about integrity and stability at Reddit. If their leadership is going to devolve into Twitter-esque, dictatorship-fueled decision making, the entire platform can no longer be trusted as a source of knowledge at all.\n
      \n
      What happens on June 15th?\n
      --------------------------\n
      \n
      I don’t know what Reddit’s response to this [widespread protest](https://reddark.untone.uk/) will be. In any event, the Subreddit will re-open, but if Reddit’s response is to do nothing, then r/PrivacyGuides will re-open in **restricted**, mod-only posting mode. Then we will have a community discussion about our next steps.\n
      \n
      Reddit choosing to do nothing is—in my opinion—an untenable solution. While we will re-open r/PrivacyGuides in order to allow people to access the vast community knowledge that is already there (while you still can), **it is entirely possible that the subreddit will remain restricted indefinitely.** It is hard to imagine a reason why we should encourage our incredibly helpful and generous community to continue to provide valuable content to Reddit for free, only for Reddit to go down this privacy-invasive, ad-first path.\n
      \n
      What’s Next?\n
      ------------\n
      \n
      In any case, I would strongly encourage you to stop using Reddit going forward. The fiascos at Twitter and now Reddit clearly demonstrate that centralized big tech companies can no longer be trusted with being the gatekeepers to user-generated information (as if they ever could, hah!).\n
      \n
      I think that smaller, federated communities like Lemmy/Kbin/Mastodon are the future of knowledge-sharing on the internet, and the new Privacy Guides community on the fediverse can be joined from any ActivityPub enabled instance, such as:\n
      \n
      - On **Kbin.social**: [kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)\n
      - On **Lemmy.world**: [lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)\n
      - On **Beehaw.org**: [beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)\n
      - On **Lemmy.one**: [lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)\n
      - On **Lemmy.ml**: [lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)\n
      - On **any [other Lemmy instance](https://join-lemmy.org/)**, search for `!privacyguides@lemmy.one`\n
      \n
      *All of these are links to **the same community**, just pick whichever site you already have an account on.*\n
      \n
      [Privacy Guides](https://www.privacyguides.org) additionally hosts a Discourse forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) where we have discussions about and analyze various privacy tools.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698081002 {#2919
      date: 2023-10-23 19:10:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2927 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 7254
    -titleTs: "'announc':7 'blackout':6 'privat':4 'r/privacyguides':3 'subreddit':5"
    -bodyTs: "'/)':838 '/)**,':1093 '/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1075 '/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1085 '/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1070 '/c/privacyguides](https://lemmy.one/c/privacyguides)':1080 '/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1065 '/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':710 '/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':178 '/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':691 '/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':376 '/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':83 '0':136 '000':139,172,173 '12':101,138 '14th':104 '15th':823 '166':206 '20':171 '50':141,209 'abus':567 'access':16,294,391,413,631,658,908 'accessibility-friend':657 'account':1114 'accus':24,683,699,713 'act':720 'activitypub':1056 'ad':970 'ad-first':969 'addit':1119 'affect':281 'ago':88,124 'allow':905 'alongsid':60 'alreadi':915,1111 'also':280 'altern':496 'amount':50 'analyz':1133 'android':156 'announc':85,265,360,612,618 'anoth':642 'anti':114 'anti-consum':113 'anybodi':741 'api':134,278,400,426,624 'apollo':150 'app':11,166,247,456,656 'approxim':205 'archiv':357,373 'attent':107 'avail':69,467 'away':452 'beehaw.org':1072,1074 'beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1073 'behavior':116,707,739,757 'benefici':506 'benefit':589 'beyond':220 'big':775,1001 'blackmail':30,688 'bot':285,298 'call':106 'cannot':341 'care':304,326 'case':978 'central':1000 'ceo':749 'certain':474,485,627 'chang':59,129,213,279,481,492,615 'charg':203 'childish':756 'choic':451 'choos':494,884 'claim':733 'clear':181,377,997 'client':148,188,233,262,296,350,405,428,581,628 'close':385 'communiti':307,503,877,911,948,1029,1047,1105 'compani':1003 'comparison':191 'concern':781 'confront':701 'consum':115 'content':43,321,954 'continu':950 'control':441,573 'corpor':777 'cost':161,583 'could':1022 'creat':163 'critic':288 'current':68,598 'cut':292 'danger':380 'data':527 'decis':802 'demonstr':378,998 'design':366 'develop':28,189,204,669,686 'devic':20 'devolv':794 'dictatorship':800 'dictatorship-fuel':799 'difficulti':352 'disast':601 'discours':1122 'discuss':80,517,878,1130 'discuss.privacyguides.net':1125,1126 'doubl':694 'dr':2 'driven':226 'ecosystem':386 'effect':303 'elimin':229 'enabl':409,1057 'encourag':942,982 'end':272 'entir':438,805,923 'esqu':798 'event':843 'ever':1021 'everi':208 'everyth':368 'expect':773 'fals':23,682,698 'far':219,763 'featur':632 'feder':1028 'fedivers':1050 'fiasco':991 'figur':180 'fill':9 'first':348,616,971 'first-parti':347 'forc':240 'forum':1123 'forward':989 'free':625,675,958 'friend':412,444,659 'fuel':801 'funnel':343 'futur':1034 'gatekeep':1012 'generat':1016 'generous':664,947 'get':552 'given':254 'go':565,635,792,963,988 'grab':769 'great':516 'guid':65,93,325,1046,1117 'hah':1023 'happen':820 'hard':934 'help':945 'host':1120 'huge':505 'imagin':936 'imgur':192 'inappropri':738 'increas':48 'incred':735,944 'indefinit':931 'inform':337,383,393,463,520,1017 'instanc':1058,1090 'instead':248 'integr':783 'interact':433 'interest':554 'internet':328,340,372,509,1041 'invas':580,968 'io':152 'irrefut':703 'join':72,1053 'join-lemmy.org':1092 'join-lemmy.org/)**,':1091 'june':100,103,822 'kbin.social':1062,1064 'kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1063 'keep':622 'know':827 'knowledg':816,912,1037 'knowledge-shar':1036 'larg':62,511,608 'leadership':790 'legitim':780 'lemmi':75,1089 'lemmy.ml':1082,1084 'lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1083 'lemmy.one':1077,1079 'lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)':1078 'lemmy.world':1067,1069 'lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1068 'lemmy/kbin/mastodon':1031 'less':747 'let':665 'like':149,387,721,1030 'link':1101 'lock':382 'longer':809,1006 'lot':514 'low':319 'low-qual':318 'lower':39 'made':97,609 'major':257 'make':5,453,479,652,803 'market':223,236 'mere':356,390 'messag':717,729 'might':586 'million':142,210 'miss':369 'mobil':10,19,469 'mod':868 'mod-on':867 'mode':871 'moder':290,300 'money':768 'money-grab':767 'month':275 'move':760,770 'much':746 'necessari':538 'new':364,549,1044 'next':881,975 'note':367 'noth':858,887 'number':283 'numer':61 'obvious':498 'offici':246,455 'onlin':528 'open':334,399,558,849,864,900 'open-sourc':557 'opinion':891 'order':238,543,903 'otherwis':415 'outweigh':587 'overtaken':314 'paramount':407 'parti':27,147,186,232,260,349,404,668 'past':604,764 'path':36,972 'pay':541 'peopl':521,550,575,714,726,906 'per':174 'pick':1107 'place':519,533 'plan':127,250 'platform':466,595,806 'portal':460 'possibl':431,924 'post':44,361,870 'power':569 'price':131,217,539 'privaci':64,92,324,411,443,523,579,967,1045,1116,1135 'privacy-friend':410,442 'privacy-invas':578,966 'privacyguides@lemmy.one':77,1096 'privat':98,556,716 'project':745 'promin':685 'proof':704 'proprietari':346,416 'protect':525 'protest':835 'provid':630,952 'publish':727 'put':159 'qualiti':41,320 'r/privacyguides':359,502,860,901 're':848,863,899 're-open':847,862,898 'reach':545 'real':611 'realm':169 'reason':222,938 'recent':112 'reddark.untone.uk':837 'reddark.untone.uk/)':836 'reddit':3,17,46,71,90,109,119,125,187,202,215,241,261,276,291,312,365,388,435,446,472,482,535,563,596,606,645,759,787,829,852,883,956,961,987,996 'reddit.com':751 'refut':731 'reject':490 'remain':592,929 'request':143,211 'requir':301 'respons':599,678,831,854 'restrict':448,866,930 'result':310 'right':477,488 'say':637,646 'search':1094 'second':677 'see':54 'sever':38 'share':1038 'shut':268 'silo':417 'similar':197 'site':1109 'situat':762 'size':200 'smaller':1027 'sole':227,344 'solut':894 'sourc':559,814 'spam':52,316 'stabil':785 'stand':56 'standard':335 'step':882 'still':919 'stop':985 'strong':981 'subject':395 'subreddit':63,94,845,927 'success':253 'sudden':158 'suppos':330 'sync':154 'take':449,518,532 'tech':776,1002 'technolog':560 'think':499,1025 'third':26,146,185,231,259,403,667 'third-parti':25,145,184,230,258,402,666 'threaten':711 'tl':1 'ton':547 'tool':1136 'toxic':736 'tracker':8 'tracker-fil':7 'tri':571 'trust':811,1008 'twitter':797,993 'twitter-esqu':796 'two':610 'typic':766 'unmitig':600 'unsustain':182 'unten':893 'unveil':126 'unwil':650 'us':73,591,673 'use':244,423,577,986 'user':242,440,470,483,1015 'user-control':439 'user-gener':1014 'userbas':198 'valu':224 'valuabl':953 'various':1134 'vast':910 'victim':723 'view':754 'virtual':457 'way':14,445,643 'web':420 'web.archive.org':82,177,375,690,709 'web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':708 'web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':176 'web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':689 'web.archive.org/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':374 'web.archive.org/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':81 'websit':194,654 'week':87,123,605 'whichev':1108 'whim':398 'widespread':834 'within':475,486 'without':636 'work':742 'would':621,980 'www.privacyguides.org':1118 'year':175"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1686549559
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/74432"
    +editedAt: null
    +createdAt: DateTimeImmutable @1686543059 {#2904
      date: 2023-06-12 06:10:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Well it’s point #1 of the Privacy Guide: keep your private stuff private.\n
    \n
    They walk the talk, is all.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698081002 {#2336
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jonah@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 67614
  -bodyTs: "'1':5 'guid':9 'keep':10 'point':4 'privaci':8 'privat':12,14 'stuff':13 'talk':18 'walk':16 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4667017"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698081002 {#2335
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +"title": 67614
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#2691 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2924 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2926 …}
    +slug: "Why-is-r-PrivacyGuides-Private-Subreddit-Blackout-Announcement"
    +title: "Why is r/PrivacyGuides Private? [Subreddit Blackout Announcement]"
    +url: "https://discuss.privacyguides.net/t/why-is-r-privacyguides-private/12839"
    +body: """
      TL;DR: Reddit is making their tracker-filled mobile app the only way to access Reddit on mobile devices, they are falsely accusing third-party developers of blackmail, and they are on a path to severely lower the quality of content posted on Reddit and increase the amount of spam you see. To stand against these changes, alongside numerous large subreddits, Privacy Guides is not currently available on Reddit. Join us on Lemmy at `!privacyguides@lemmy.one` :)\n
      \n
      ---\n
      \n
      As we [discussed](https://web.archive.org/web/20230612031819/https://old.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/) and announced a week ago on Reddit, the Privacy Guides subreddit is being made private from June 12 to June 14th to call attention to Reddit’s most recent anti-consumer behavior.\n
      \n
      What is Reddit doing?\n
      ---------------------\n
      \n
      A few weeks ago, Reddit unveiled plans to change the pricing for their API from $0 to $12,000 for 50 million requests. For third-party clients like Apollo on iOS or Sync on Android, this suddenly put the cost to create such an app in the realm of [$20,000,000 per year](https://web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/), a figure clearly unsustainable for third-party Reddit client developers. For comparison, Imgur—a website with a similar userbase and size to Reddit—charges developers approximately $166 for every 50 million requests. This change in Reddit’s pricing to far beyond any reasonable market value was driven solely to eliminate third-party clients from the market, in order to force Reddit users to use the official app instead, a plan which was successful given that most major third-party Reddit clients have now announced they are shutting down by the end of this month.\n
      \n
      Reddit’s API changes also affect a number of bots which are critical for moderation. Reddit cutting off access to clients and bots which moderators require to effectively care for their communities will only result in Reddit being overtaken by spam and low-quality content.\n
      \n
      Why does Privacy Guides care?\n
      -----------------------------\n
      \n
      The internet is supposed to be an open standard, and information on the internet **cannot** be funneled solely through proprietary first-party clients. The difficulty I had in merely archiving the r/PrivacyGuides announcement post on the New Reddit design (note [everything missing here on internet archive](https://web.archive.org/web/20230612025445/https://www.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)) clearly demonstrates the danger of locking information into closed ecosystems like Reddit, where merely accessing this information is subject to their whims.\n
      \n
      Open APIs and third-party clients are paramount to enabling privacy-friendly access to otherwise proprietary silos on the web. Through the use of those APIs and clients, it was possible to interact with Reddit in an entirely user-controlled, privacy-friendly way. Reddit’s restrictions take that choice away, making their official app virtually the only portal to the information on their platform available to mobile users.\n
      \n
      While Reddit is certainly within their rights to make these changes, *Reddit users* are certainly within their rights to reject these changes and choose an alternative.\n
      \n
      We—obviously—think that the r/PrivacyGuides community is hugely beneficial to the internet at large, and a lot of great discussions take place informing people about privacy and protecting their data online. All of this taking place on Reddit was a necessary price to pay in order to reach a ton of new people and get them interested in private, open-source technologies, but if Reddit is going to abuse that power and try to control those people into using privacy-invasive clients, the cost of that might outweigh any benefit to us remaining on the platform.\n
      \n
      Reddit’s Current Response (Unmitigated Disaster)\n
      ------------------------------------------------\n
      \n
      In the past week, Reddit has largely made two real announcements about this change:\n
      \n
      Firstly, they announced that they would keep the API free to certain clients which provide accessibility features. It should go without saying that this is just another way of Reddit saying: *Because we are unwilling to make our website and apps accessibility-friendly ourselves, we will very generously let third-party developers do it for us for free.*\n
      \n
      Their second response has been to [falsely accuse a prominent developer of blackmail](https://web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/), and then [double down on their false accusations when confronted with irrefutable proof of their behavior](https://web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3). Threatening and accusing people in private messages, and then acting like the victim when those people publish those messages to refute your claims is incredibly toxic and inappropriate behavior from anybody working on any project, much less the CEO of Reddit.com.\n
      \n
      In my view, this childish behavior from Reddit moves this situation far past the typical money-grabbing moves you should expect from Big Tech corporations and into legitimate concerns about integrity and stability at Reddit. If their leadership is going to devolve into Twitter-esque, dictatorship-fueled decision making, the entire platform can no longer be trusted as a source of knowledge at all.\n
      \n
      What happens on June 15th?\n
      --------------------------\n
      \n
      I don’t know what Reddit’s response to this [widespread protest](https://reddark.untone.uk/) will be. In any event, the Subreddit will re-open, but if Reddit’s response is to do nothing, then r/PrivacyGuides will re-open in **restricted**, mod-only posting mode. Then we will have a community discussion about our next steps.\n
      \n
      Reddit choosing to do nothing is—in my opinion—an untenable solution. While we will re-open r/PrivacyGuides in order to allow people to access the vast community knowledge that is already there (while you still can), **it is entirely possible that the subreddit will remain restricted indefinitely.** It is hard to imagine a reason why we should encourage our incredibly helpful and generous community to continue to provide valuable content to Reddit for free, only for Reddit to go down this privacy-invasive, ad-first path.\n
      \n
      What’s Next?\n
      ------------\n
      \n
      In any case, I would strongly encourage you to stop using Reddit going forward. The fiascos at Twitter and now Reddit clearly demonstrate that centralized big tech companies can no longer be trusted with being the gatekeepers to user-generated information (as if they ever could, hah!).\n
      \n
      I think that smaller, federated communities like Lemmy/Kbin/Mastodon are the future of knowledge-sharing on the internet, and the new Privacy Guides community on the fediverse can be joined from any ActivityPub enabled instance, such as:\n
      \n
      - On **Kbin.social**: [kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)\n
      - On **Lemmy.world**: [lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)\n
      - On **Beehaw.org**: [beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)\n
      - On **Lemmy.one**: [lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)\n
      - On **Lemmy.ml**: [lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)\n
      - On **any [other Lemmy instance](https://join-lemmy.org/)**, search for `!privacyguides@lemmy.one`\n
      \n
      *All of these are links to **the same community**, just pick whichever site you already have an account on.*\n
      \n
      [Privacy Guides](https://www.privacyguides.org) additionally hosts a Discourse forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) where we have discussions about and analyze various privacy tools.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698081002 {#2919
      date: 2023-10-23 19:10:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2927 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 7254
    -titleTs: "'announc':7 'blackout':6 'privat':4 'r/privacyguides':3 'subreddit':5"
    -bodyTs: "'/)':838 '/)**,':1093 '/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1075 '/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1085 '/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1070 '/c/privacyguides](https://lemmy.one/c/privacyguides)':1080 '/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1065 '/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':710 '/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':178 '/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':691 '/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':376 '/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':83 '0':136 '000':139,172,173 '12':101,138 '14th':104 '15th':823 '166':206 '20':171 '50':141,209 'abus':567 'access':16,294,391,413,631,658,908 'accessibility-friend':657 'account':1114 'accus':24,683,699,713 'act':720 'activitypub':1056 'ad':970 'ad-first':969 'addit':1119 'affect':281 'ago':88,124 'allow':905 'alongsid':60 'alreadi':915,1111 'also':280 'altern':496 'amount':50 'analyz':1133 'android':156 'announc':85,265,360,612,618 'anoth':642 'anti':114 'anti-consum':113 'anybodi':741 'api':134,278,400,426,624 'apollo':150 'app':11,166,247,456,656 'approxim':205 'archiv':357,373 'attent':107 'avail':69,467 'away':452 'beehaw.org':1072,1074 'beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1073 'behavior':116,707,739,757 'benefici':506 'benefit':589 'beyond':220 'big':775,1001 'blackmail':30,688 'bot':285,298 'call':106 'cannot':341 'care':304,326 'case':978 'central':1000 'ceo':749 'certain':474,485,627 'chang':59,129,213,279,481,492,615 'charg':203 'childish':756 'choic':451 'choos':494,884 'claim':733 'clear':181,377,997 'client':148,188,233,262,296,350,405,428,581,628 'close':385 'communiti':307,503,877,911,948,1029,1047,1105 'compani':1003 'comparison':191 'concern':781 'confront':701 'consum':115 'content':43,321,954 'continu':950 'control':441,573 'corpor':777 'cost':161,583 'could':1022 'creat':163 'critic':288 'current':68,598 'cut':292 'danger':380 'data':527 'decis':802 'demonstr':378,998 'design':366 'develop':28,189,204,669,686 'devic':20 'devolv':794 'dictatorship':800 'dictatorship-fuel':799 'difficulti':352 'disast':601 'discours':1122 'discuss':80,517,878,1130 'discuss.privacyguides.net':1125,1126 'doubl':694 'dr':2 'driven':226 'ecosystem':386 'effect':303 'elimin':229 'enabl':409,1057 'encourag':942,982 'end':272 'entir':438,805,923 'esqu':798 'event':843 'ever':1021 'everi':208 'everyth':368 'expect':773 'fals':23,682,698 'far':219,763 'featur':632 'feder':1028 'fedivers':1050 'fiasco':991 'figur':180 'fill':9 'first':348,616,971 'first-parti':347 'forc':240 'forum':1123 'forward':989 'free':625,675,958 'friend':412,444,659 'fuel':801 'funnel':343 'futur':1034 'gatekeep':1012 'generat':1016 'generous':664,947 'get':552 'given':254 'go':565,635,792,963,988 'grab':769 'great':516 'guid':65,93,325,1046,1117 'hah':1023 'happen':820 'hard':934 'help':945 'host':1120 'huge':505 'imagin':936 'imgur':192 'inappropri':738 'increas':48 'incred':735,944 'indefinit':931 'inform':337,383,393,463,520,1017 'instanc':1058,1090 'instead':248 'integr':783 'interact':433 'interest':554 'internet':328,340,372,509,1041 'invas':580,968 'io':152 'irrefut':703 'join':72,1053 'join-lemmy.org':1092 'join-lemmy.org/)**,':1091 'june':100,103,822 'kbin.social':1062,1064 'kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1063 'keep':622 'know':827 'knowledg':816,912,1037 'knowledge-shar':1036 'larg':62,511,608 'leadership':790 'legitim':780 'lemmi':75,1089 'lemmy.ml':1082,1084 'lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1083 'lemmy.one':1077,1079 'lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)':1078 'lemmy.world':1067,1069 'lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1068 'lemmy/kbin/mastodon':1031 'less':747 'let':665 'like':149,387,721,1030 'link':1101 'lock':382 'longer':809,1006 'lot':514 'low':319 'low-qual':318 'lower':39 'made':97,609 'major':257 'make':5,453,479,652,803 'market':223,236 'mere':356,390 'messag':717,729 'might':586 'million':142,210 'miss':369 'mobil':10,19,469 'mod':868 'mod-on':867 'mode':871 'moder':290,300 'money':768 'money-grab':767 'month':275 'move':760,770 'much':746 'necessari':538 'new':364,549,1044 'next':881,975 'note':367 'noth':858,887 'number':283 'numer':61 'obvious':498 'offici':246,455 'onlin':528 'open':334,399,558,849,864,900 'open-sourc':557 'opinion':891 'order':238,543,903 'otherwis':415 'outweigh':587 'overtaken':314 'paramount':407 'parti':27,147,186,232,260,349,404,668 'past':604,764 'path':36,972 'pay':541 'peopl':521,550,575,714,726,906 'per':174 'pick':1107 'place':519,533 'plan':127,250 'platform':466,595,806 'portal':460 'possibl':431,924 'post':44,361,870 'power':569 'price':131,217,539 'privaci':64,92,324,411,443,523,579,967,1045,1116,1135 'privacy-friend':410,442 'privacy-invas':578,966 'privacyguides@lemmy.one':77,1096 'privat':98,556,716 'project':745 'promin':685 'proof':704 'proprietari':346,416 'protect':525 'protest':835 'provid':630,952 'publish':727 'put':159 'qualiti':41,320 'r/privacyguides':359,502,860,901 're':848,863,899 're-open':847,862,898 'reach':545 'real':611 'realm':169 'reason':222,938 'recent':112 'reddark.untone.uk':837 'reddark.untone.uk/)':836 'reddit':3,17,46,71,90,109,119,125,187,202,215,241,261,276,291,312,365,388,435,446,472,482,535,563,596,606,645,759,787,829,852,883,956,961,987,996 'reddit.com':751 'refut':731 'reject':490 'remain':592,929 'request':143,211 'requir':301 'respons':599,678,831,854 'restrict':448,866,930 'result':310 'right':477,488 'say':637,646 'search':1094 'second':677 'see':54 'sever':38 'share':1038 'shut':268 'silo':417 'similar':197 'site':1109 'situat':762 'size':200 'smaller':1027 'sole':227,344 'solut':894 'sourc':559,814 'spam':52,316 'stabil':785 'stand':56 'standard':335 'step':882 'still':919 'stop':985 'strong':981 'subject':395 'subreddit':63,94,845,927 'success':253 'sudden':158 'suppos':330 'sync':154 'take':449,518,532 'tech':776,1002 'technolog':560 'think':499,1025 'third':26,146,185,231,259,403,667 'third-parti':25,145,184,230,258,402,666 'threaten':711 'tl':1 'ton':547 'tool':1136 'toxic':736 'tracker':8 'tracker-fil':7 'tri':571 'trust':811,1008 'twitter':797,993 'twitter-esqu':796 'two':610 'typic':766 'unmitig':600 'unsustain':182 'unten':893 'unveil':126 'unwil':650 'us':73,591,673 'use':244,423,577,986 'user':242,440,470,483,1015 'user-control':439 'user-gener':1014 'userbas':198 'valu':224 'valuabl':953 'various':1134 'vast':910 'victim':723 'view':754 'virtual':457 'way':14,445,643 'web':420 'web.archive.org':82,177,375,690,709 'web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':708 'web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':176 'web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':689 'web.archive.org/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':374 'web.archive.org/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':81 'websit':194,654 'week':87,123,605 'whichev':1108 'whim':398 'widespread':834 'within':475,486 'without':636 'work':742 'would':621,980 'www.privacyguides.org':1118 'year':175"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1686549559
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/74432"
    +editedAt: null
    +createdAt: DateTimeImmutable @1686543059 {#2904
      date: 2023-06-12 06:10:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Well it’s point #1 of the Privacy Guide: keep your private stuff private.\n
    \n
    They walk the talk, is all.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698081002 {#2336
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jonah@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 67614
  -bodyTs: "'1':5 'guid':9 'keep':10 'point':4 'privaci':8 'privat':12,14 'stuff':13 'talk':18 'walk':16 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4667017"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698081002 {#2335
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +"title": 67614
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#2691 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2924 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2926 …}
    +slug: "Why-is-r-PrivacyGuides-Private-Subreddit-Blackout-Announcement"
    +title: "Why is r/PrivacyGuides Private? [Subreddit Blackout Announcement]"
    +url: "https://discuss.privacyguides.net/t/why-is-r-privacyguides-private/12839"
    +body: """
      TL;DR: Reddit is making their tracker-filled mobile app the only way to access Reddit on mobile devices, they are falsely accusing third-party developers of blackmail, and they are on a path to severely lower the quality of content posted on Reddit and increase the amount of spam you see. To stand against these changes, alongside numerous large subreddits, Privacy Guides is not currently available on Reddit. Join us on Lemmy at `!privacyguides@lemmy.one` :)\n
      \n
      ---\n
      \n
      As we [discussed](https://web.archive.org/web/20230612031819/https://old.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/) and announced a week ago on Reddit, the Privacy Guides subreddit is being made private from June 12 to June 14th to call attention to Reddit’s most recent anti-consumer behavior.\n
      \n
      What is Reddit doing?\n
      ---------------------\n
      \n
      A few weeks ago, Reddit unveiled plans to change the pricing for their API from $0 to $12,000 for 50 million requests. For third-party clients like Apollo on iOS or Sync on Android, this suddenly put the cost to create such an app in the realm of [$20,000,000 per year](https://web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/), a figure clearly unsustainable for third-party Reddit client developers. For comparison, Imgur—a website with a similar userbase and size to Reddit—charges developers approximately $166 for every 50 million requests. This change in Reddit’s pricing to far beyond any reasonable market value was driven solely to eliminate third-party clients from the market, in order to force Reddit users to use the official app instead, a plan which was successful given that most major third-party Reddit clients have now announced they are shutting down by the end of this month.\n
      \n
      Reddit’s API changes also affect a number of bots which are critical for moderation. Reddit cutting off access to clients and bots which moderators require to effectively care for their communities will only result in Reddit being overtaken by spam and low-quality content.\n
      \n
      Why does Privacy Guides care?\n
      -----------------------------\n
      \n
      The internet is supposed to be an open standard, and information on the internet **cannot** be funneled solely through proprietary first-party clients. The difficulty I had in merely archiving the r/PrivacyGuides announcement post on the New Reddit design (note [everything missing here on internet archive](https://web.archive.org/web/20230612025445/https://www.reddit.com/r/PrivacyGuides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)) clearly demonstrates the danger of locking information into closed ecosystems like Reddit, where merely accessing this information is subject to their whims.\n
      \n
      Open APIs and third-party clients are paramount to enabling privacy-friendly access to otherwise proprietary silos on the web. Through the use of those APIs and clients, it was possible to interact with Reddit in an entirely user-controlled, privacy-friendly way. Reddit’s restrictions take that choice away, making their official app virtually the only portal to the information on their platform available to mobile users.\n
      \n
      While Reddit is certainly within their rights to make these changes, *Reddit users* are certainly within their rights to reject these changes and choose an alternative.\n
      \n
      We—obviously—think that the r/PrivacyGuides community is hugely beneficial to the internet at large, and a lot of great discussions take place informing people about privacy and protecting their data online. All of this taking place on Reddit was a necessary price to pay in order to reach a ton of new people and get them interested in private, open-source technologies, but if Reddit is going to abuse that power and try to control those people into using privacy-invasive clients, the cost of that might outweigh any benefit to us remaining on the platform.\n
      \n
      Reddit’s Current Response (Unmitigated Disaster)\n
      ------------------------------------------------\n
      \n
      In the past week, Reddit has largely made two real announcements about this change:\n
      \n
      Firstly, they announced that they would keep the API free to certain clients which provide accessibility features. It should go without saying that this is just another way of Reddit saying: *Because we are unwilling to make our website and apps accessibility-friendly ourselves, we will very generously let third-party developers do it for us for free.*\n
      \n
      Their second response has been to [falsely accuse a prominent developer of blackmail](https://web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/), and then [double down on their false accusations when confronted with irrefutable proof of their behavior](https://web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3). Threatening and accusing people in private messages, and then acting like the victim when those people publish those messages to refute your claims is incredibly toxic and inappropriate behavior from anybody working on any project, much less the CEO of Reddit.com.\n
      \n
      In my view, this childish behavior from Reddit moves this situation far past the typical money-grabbing moves you should expect from Big Tech corporations and into legitimate concerns about integrity and stability at Reddit. If their leadership is going to devolve into Twitter-esque, dictatorship-fueled decision making, the entire platform can no longer be trusted as a source of knowledge at all.\n
      \n
      What happens on June 15th?\n
      --------------------------\n
      \n
      I don’t know what Reddit’s response to this [widespread protest](https://reddark.untone.uk/) will be. In any event, the Subreddit will re-open, but if Reddit’s response is to do nothing, then r/PrivacyGuides will re-open in **restricted**, mod-only posting mode. Then we will have a community discussion about our next steps.\n
      \n
      Reddit choosing to do nothing is—in my opinion—an untenable solution. While we will re-open r/PrivacyGuides in order to allow people to access the vast community knowledge that is already there (while you still can), **it is entirely possible that the subreddit will remain restricted indefinitely.** It is hard to imagine a reason why we should encourage our incredibly helpful and generous community to continue to provide valuable content to Reddit for free, only for Reddit to go down this privacy-invasive, ad-first path.\n
      \n
      What’s Next?\n
      ------------\n
      \n
      In any case, I would strongly encourage you to stop using Reddit going forward. The fiascos at Twitter and now Reddit clearly demonstrate that centralized big tech companies can no longer be trusted with being the gatekeepers to user-generated information (as if they ever could, hah!).\n
      \n
      I think that smaller, federated communities like Lemmy/Kbin/Mastodon are the future of knowledge-sharing on the internet, and the new Privacy Guides community on the fediverse can be joined from any ActivityPub enabled instance, such as:\n
      \n
      - On **Kbin.social**: [kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)\n
      - On **Lemmy.world**: [lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)\n
      - On **Beehaw.org**: [beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)\n
      - On **Lemmy.one**: [lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)\n
      - On **Lemmy.ml**: [lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)\n
      - On **any [other Lemmy instance](https://join-lemmy.org/)**, search for `!privacyguides@lemmy.one`\n
      \n
      *All of these are links to **the same community**, just pick whichever site you already have an account on.*\n
      \n
      [Privacy Guides](https://www.privacyguides.org) additionally hosts a Discourse forum at [discuss.privacyguides.net](https://discuss.privacyguides.net) where we have discussions about and analyze various privacy tools.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 1
    +favouriteCount: 1
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698081002 {#2919
      date: 2023-10-23 19:10:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2927 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 7254
    -titleTs: "'announc':7 'blackout':6 'privat':4 'r/privacyguides':3 'subreddit':5"
    -bodyTs: "'/)':838 '/)**,':1093 '/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1075 '/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1085 '/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1070 '/c/privacyguides](https://lemmy.one/c/privacyguides)':1080 '/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1065 '/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':710 '/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':178 '/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':691 '/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':376 '/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':83 '0':136 '000':139,172,173 '12':101,138 '14th':104 '15th':823 '166':206 '20':171 '50':141,209 'abus':567 'access':16,294,391,413,631,658,908 'accessibility-friend':657 'account':1114 'accus':24,683,699,713 'act':720 'activitypub':1056 'ad':970 'ad-first':969 'addit':1119 'affect':281 'ago':88,124 'allow':905 'alongsid':60 'alreadi':915,1111 'also':280 'altern':496 'amount':50 'analyz':1133 'android':156 'announc':85,265,360,612,618 'anoth':642 'anti':114 'anti-consum':113 'anybodi':741 'api':134,278,400,426,624 'apollo':150 'app':11,166,247,456,656 'approxim':205 'archiv':357,373 'attent':107 'avail':69,467 'away':452 'beehaw.org':1072,1074 'beehaw.org/c/privacyguides@lemmy.one](https://beehaw.org/c/privacyguides@lemmy.one)':1073 'behavior':116,707,739,757 'benefici':506 'benefit':589 'beyond':220 'big':775,1001 'blackmail':30,688 'bot':285,298 'call':106 'cannot':341 'care':304,326 'case':978 'central':1000 'ceo':749 'certain':474,485,627 'chang':59,129,213,279,481,492,615 'charg':203 'childish':756 'choic':451 'choos':494,884 'claim':733 'clear':181,377,997 'client':148,188,233,262,296,350,405,428,581,628 'close':385 'communiti':307,503,877,911,948,1029,1047,1105 'compani':1003 'comparison':191 'concern':781 'confront':701 'consum':115 'content':43,321,954 'continu':950 'control':441,573 'corpor':777 'cost':161,583 'could':1022 'creat':163 'critic':288 'current':68,598 'cut':292 'danger':380 'data':527 'decis':802 'demonstr':378,998 'design':366 'develop':28,189,204,669,686 'devic':20 'devolv':794 'dictatorship':800 'dictatorship-fuel':799 'difficulti':352 'disast':601 'discours':1122 'discuss':80,517,878,1130 'discuss.privacyguides.net':1125,1126 'doubl':694 'dr':2 'driven':226 'ecosystem':386 'effect':303 'elimin':229 'enabl':409,1057 'encourag':942,982 'end':272 'entir':438,805,923 'esqu':798 'event':843 'ever':1021 'everi':208 'everyth':368 'expect':773 'fals':23,682,698 'far':219,763 'featur':632 'feder':1028 'fedivers':1050 'fiasco':991 'figur':180 'fill':9 'first':348,616,971 'first-parti':347 'forc':240 'forum':1123 'forward':989 'free':625,675,958 'friend':412,444,659 'fuel':801 'funnel':343 'futur':1034 'gatekeep':1012 'generat':1016 'generous':664,947 'get':552 'given':254 'go':565,635,792,963,988 'grab':769 'great':516 'guid':65,93,325,1046,1117 'hah':1023 'happen':820 'hard':934 'help':945 'host':1120 'huge':505 'imagin':936 'imgur':192 'inappropri':738 'increas':48 'incred':735,944 'indefinit':931 'inform':337,383,393,463,520,1017 'instanc':1058,1090 'instead':248 'integr':783 'interact':433 'interest':554 'internet':328,340,372,509,1041 'invas':580,968 'io':152 'irrefut':703 'join':72,1053 'join-lemmy.org':1092 'join-lemmy.org/)**,':1091 'june':100,103,822 'kbin.social':1062,1064 'kbin.social/m/privacyguides@lemmy.one](https://kbin.social/m/privacyguides@lemmy.one)':1063 'keep':622 'know':827 'knowledg':816,912,1037 'knowledge-shar':1036 'larg':62,511,608 'leadership':790 'legitim':780 'lemmi':75,1089 'lemmy.ml':1082,1084 'lemmy.ml/c/privacyguides@lemmy.one](https://lemmy.ml/c/privacyguides@lemmy.one)':1083 'lemmy.one':1077,1079 'lemmy.one/c/privacyguides](https://lemmy.one/c/privacyguides)':1078 'lemmy.world':1067,1069 'lemmy.world/c/privacyguides@lemmy.one](https://lemmy.world/c/privacyguides@lemmy.one)':1068 'lemmy/kbin/mastodon':1031 'less':747 'let':665 'like':149,387,721,1030 'link':1101 'lock':382 'longer':809,1006 'lot':514 'low':319 'low-qual':318 'lower':39 'made':97,609 'major':257 'make':5,453,479,652,803 'market':223,236 'mere':356,390 'messag':717,729 'might':586 'million':142,210 'miss':369 'mobil':10,19,469 'mod':868 'mod-on':867 'mode':871 'moder':290,300 'money':768 'money-grab':767 'month':275 'move':760,770 'much':746 'necessari':538 'new':364,549,1044 'next':881,975 'note':367 'noth':858,887 'number':283 'numer':61 'obvious':498 'offici':246,455 'onlin':528 'open':334,399,558,849,864,900 'open-sourc':557 'opinion':891 'order':238,543,903 'otherwis':415 'outweigh':587 'overtaken':314 'paramount':407 'parti':27,147,186,232,260,349,404,668 'past':604,764 'path':36,972 'pay':541 'peopl':521,550,575,714,726,906 'per':174 'pick':1107 'place':519,533 'plan':127,250 'platform':466,595,806 'portal':460 'possibl':431,924 'post':44,361,870 'power':569 'price':131,217,539 'privaci':64,92,324,411,443,523,579,967,1045,1116,1135 'privacy-friend':410,442 'privacy-invas':578,966 'privacyguides@lemmy.one':77,1096 'privat':98,556,716 'project':745 'promin':685 'proof':704 'proprietari':346,416 'protect':525 'protest':835 'provid':630,952 'publish':727 'put':159 'qualiti':41,320 'r/privacyguides':359,502,860,901 're':848,863,899 're-open':847,862,898 'reach':545 'real':611 'realm':169 'reason':222,938 'recent':112 'reddark.untone.uk':837 'reddark.untone.uk/)':836 'reddit':3,17,46,71,90,109,119,125,187,202,215,241,261,276,291,312,365,388,435,446,472,482,535,563,596,606,645,759,787,829,852,883,956,961,987,996 'reddit.com':751 'refut':731 'reject':490 'remain':592,929 'request':143,211 'requir':301 'respons':599,678,831,854 'restrict':448,866,930 'result':310 'right':477,488 'say':637,646 'search':1094 'second':677 'see':54 'sever':38 'share':1038 'shut':268 'silo':417 'similar':197 'site':1109 'situat':762 'size':200 'smaller':1027 'sole':227,344 'solut':894 'sourc':559,814 'spam':52,316 'stabil':785 'stand':56 'standard':335 'step':882 'still':919 'stop':985 'strong':981 'subject':395 'subreddit':63,94,845,927 'success':253 'sudden':158 'suppos':330 'sync':154 'take':449,518,532 'tech':776,1002 'technolog':560 'think':499,1025 'third':26,146,185,231,259,403,667 'third-parti':25,145,184,230,258,402,666 'threaten':711 'tl':1 'ton':547 'tool':1136 'toxic':736 'tracker':8 'tracker-fil':7 'tri':571 'trust':811,1008 'twitter':797,993 'twitter-esqu':796 'two':610 'typic':766 'unmitig':600 'unsustain':182 'unten':893 'unveil':126 'unwil':650 'us':73,591,673 'use':244,423,577,986 'user':242,440,470,483,1015 'user-control':439 'user-gener':1014 'userbas':198 'valu':224 'valuabl':953 'various':1134 'vast':910 'victim':723 'view':754 'virtual':457 'way':14,445,643 'web':420 'web.archive.org':82,177,375,690,709 'web.archive.org/web/20230609232850/https://old.reddit.com/r/reddit/comments/145bram/addressing_the_community_about_changes_to_our_api/jnk45rr/?context=3).':708 'web.archive.org/web/20230610034857/https://old.reddit.com/r/apolloapp/comments/13ws4w3/had_a_call_with_reddit_to_discuss_pricing_bad/),':176 'web.archive.org/web/20230611225922/https://old.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/),':689 'web.archive.org/web/20230612025445/https://www.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/))':374 'web.archive.org/web/20230612031819/https://old.reddit.com/r/privacyguides/comments/13zo1cf/reddit_apis_apps_and_rprivacyguides_blackout/)':81 'websit':194,654 'week':87,123,605 'whichev':1108 'whim':398 'widespread':834 'within':475,486 'without':636 'work':742 'would':621,980 'www.privacyguides.org':1118 'year':175"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1686549559
    +visibility: "visible             "
    +apId: "https://lemmy.one/post/74432"
    +editedAt: null
    +createdAt: DateTimeImmutable @1686543059 {#2904
      date: 2023-06-12 06:10:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Well it’s point #1 of the Privacy Guide: keep your private stuff private.\n
    \n
    They walk the talk, is all.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698081002 {#2336
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jonah@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2159 …}
  +nested: Doctrine\ORM\PersistentCollection {#2135 …}
  +votes: Doctrine\ORM\PersistentCollection {#2137 …}
  +reports: Doctrine\ORM\PersistentCollection {#2068 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2069 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  -id: 67614
  -bodyTs: "'1':5 'guid':9 'keep':10 'point':4 'privaci':8 'privat':12,14 'stuff':13 'talk':18 'walk':16 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4667017"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698081002 {#2335
    date: 2023-10-23 19:10:02.0 +02:00
  }
  +"title": 67614
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2131
  +user: Proxies\__CG__\App\Entity\User {#2682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2901 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
  +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
  +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
  +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 173
  +favouriteCount: 316
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699225602 {#2242
    date: 2023-11-06 00:06:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2909 …}
  +votes: Doctrine\ORM\PersistentCollection {#2905 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    5 => App\Entity\EntryComment {#2348
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
      +root: App\Entity\EntryComment {#2011
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: null
        +root: null
        +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 89
        +score: 0
        +lastActive: DateTime @1698087578 {#2022
          date: 2023-10-23 20:59:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2140 …}
        +votes: Doctrine\ORM\PersistentCollection {#2092 …}
        +reports: Doctrine\ORM\PersistentCollection {#2090 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
        -id: 67055
        -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4659880"
        +editedAt: DateTimeImmutable @1698064855 {#2018
          date: 2023-10-23 14:40:55.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698064837 {#2025
          date: 2023-10-23 14:40:37.0 +02:00
        }
        +"title": 67055
      }
      +body: """
        > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
        \n
        It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
        \n
        But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1698068465 {#2350
        date: 2023-10-23 15:41:05.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@HubertManne@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 67183
      -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4661410"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698068465 {#2330
        date: 2023-10-23 15:41:05.0 +02:00
      }
      +"title": 67183
    }
    6 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: App\Entity\EntryComment {#2011}
      +body: """
        Yes. Strange isn’t it?\n
        \n
        Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
        \n
        I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1698076216 {#2328
        date: 2023-10-23 17:50:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@ramble81@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 67462
      -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4664942"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698076216 {#2326
        date: 2023-10-23 17:50:16.0 +02:00
      }
      +"title": 67462
    }
    4 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
      +root: App\Entity\EntryComment {#2011}
      +body: """
        > Yeah but if you were a parent or if you are one. Would you do it?\n
        \n
        I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
        \n
        My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
        \n
        > the crazy kidnappings nowadays\n
        \n
        I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 35
      +score: 0
      +lastActive: DateTime @1698067182 {#2061
        date: 2023-10-23 15:19:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@HubertManne@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2020 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
      -id: 67136
      -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4660893"
      +editedAt: DateTimeImmutable @1698067221 {#2075
        date: 2023-10-23 15:20:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698067182 {#2144
        date: 2023-10-23 15:19:42.0 +02:00
      }
      +"title": 67136
    }
    3 => App\Entity\EntryComment {#2011}
    2 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        > I never really understood the “I have nothing to hide” mindset.\n
        \n
        This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
        \n
        “It’s not that I have something to hide, I have nothing I want you to see”\n
        \n
        This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 80
      +score: 0
      +lastActive: DateTime @1698065489 {#2089
        date: 2023-10-23 14:51:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2077 …}
      +nested: Doctrine\ORM\PersistentCollection {#2062 …}
      +votes: Doctrine\ORM\PersistentCollection {#2085 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
      -id: 67075
      -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4660217"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698065489 {#2064
        date: 2023-10-23 14:51:29.0 +02:00
      }
      +"title": 67075
    }
    1 => App\Entity\EntryComment {#2124
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
        \n
        You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
        \n
        Maybe I’m easily impressed :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698335745 {#2107
        date: 2023-10-26 17:55:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
        "@ExtremeDullard@lemmy.sdf.org"
        "@TimewornTraveler@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2118 …}
      +nested: Doctrine\ORM\PersistentCollection {#2121 …}
      +votes: Doctrine\ORM\PersistentCollection {#2115 …}
      +reports: Doctrine\ORM\PersistentCollection {#2123 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
      -id: 73280
      -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4773216"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698335745 {#2112
        date: 2023-10-26 17:55:45.0 +02:00
      }
      +"title": 73280
    }
    0 => App\Entity\EntryComment {#2165
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
        \n
        Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
        \n
        If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698270999 {#2053
        date: 2023-10-25 23:56:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
        "@ExtremeDullard@lemmy.sdf.org"
        "@TimewornTraveler@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 72113
      -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4750254"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698270999 {#2125
        date: 2023-10-25 23:56:39.0 +02:00
      }
      +"title": 72113
    }
  ]
  -id: 7184
  -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698148494
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2606970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698062094 {#2828
    date: 2023-10-23 13:54:54.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
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2131
  +user: Proxies\__CG__\App\Entity\User {#2682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2901 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
  +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
  +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
  +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 173
  +favouriteCount: 316
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699225602 {#2242
    date: 2023-11-06 00:06:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2909 …}
  +votes: Doctrine\ORM\PersistentCollection {#2905 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    5 => App\Entity\EntryComment {#2348
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
      +root: App\Entity\EntryComment {#2011
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: null
        +root: null
        +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 89
        +score: 0
        +lastActive: DateTime @1698087578 {#2022
          date: 2023-10-23 20:59:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2140 …}
        +votes: Doctrine\ORM\PersistentCollection {#2092 …}
        +reports: Doctrine\ORM\PersistentCollection {#2090 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
        -id: 67055
        -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4659880"
        +editedAt: DateTimeImmutable @1698064855 {#2018
          date: 2023-10-23 14:40:55.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698064837 {#2025
          date: 2023-10-23 14:40:37.0 +02:00
        }
        +"title": 67055
      }
      +body: """
        > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
        \n
        It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
        \n
        But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1698068465 {#2350
        date: 2023-10-23 15:41:05.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@HubertManne@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 67183
      -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4661410"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698068465 {#2330
        date: 2023-10-23 15:41:05.0 +02:00
      }
      +"title": 67183
    }
    6 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: App\Entity\EntryComment {#2011}
      +body: """
        Yes. Strange isn’t it?\n
        \n
        Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
        \n
        I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1698076216 {#2328
        date: 2023-10-23 17:50:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@ramble81@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 67462
      -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4664942"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698076216 {#2326
        date: 2023-10-23 17:50:16.0 +02:00
      }
      +"title": 67462
    }
    4 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
      +root: App\Entity\EntryComment {#2011}
      +body: """
        > Yeah but if you were a parent or if you are one. Would you do it?\n
        \n
        I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
        \n
        My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
        \n
        > the crazy kidnappings nowadays\n
        \n
        I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 35
      +score: 0
      +lastActive: DateTime @1698067182 {#2061
        date: 2023-10-23 15:19:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@HubertManne@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2020 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
      -id: 67136
      -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4660893"
      +editedAt: DateTimeImmutable @1698067221 {#2075
        date: 2023-10-23 15:20:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698067182 {#2144
        date: 2023-10-23 15:19:42.0 +02:00
      }
      +"title": 67136
    }
    3 => App\Entity\EntryComment {#2011}
    2 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        > I never really understood the “I have nothing to hide” mindset.\n
        \n
        This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
        \n
        “It’s not that I have something to hide, I have nothing I want you to see”\n
        \n
        This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 80
      +score: 0
      +lastActive: DateTime @1698065489 {#2089
        date: 2023-10-23 14:51:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2077 …}
      +nested: Doctrine\ORM\PersistentCollection {#2062 …}
      +votes: Doctrine\ORM\PersistentCollection {#2085 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
      -id: 67075
      -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4660217"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698065489 {#2064
        date: 2023-10-23 14:51:29.0 +02:00
      }
      +"title": 67075
    }
    1 => App\Entity\EntryComment {#2124
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
        \n
        You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
        \n
        Maybe I’m easily impressed :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698335745 {#2107
        date: 2023-10-26 17:55:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
        "@ExtremeDullard@lemmy.sdf.org"
        "@TimewornTraveler@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2118 …}
      +nested: Doctrine\ORM\PersistentCollection {#2121 …}
      +votes: Doctrine\ORM\PersistentCollection {#2115 …}
      +reports: Doctrine\ORM\PersistentCollection {#2123 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
      -id: 73280
      -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4773216"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698335745 {#2112
        date: 2023-10-26 17:55:45.0 +02:00
      }
      +"title": 73280
    }
    0 => App\Entity\EntryComment {#2165
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
        \n
        Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
        \n
        If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698270999 {#2053
        date: 2023-10-25 23:56:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
        "@ExtremeDullard@lemmy.sdf.org"
        "@TimewornTraveler@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 72113
      -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4750254"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698270999 {#2125
        date: 2023-10-25 23:56:39.0 +02:00
      }
      +"title": 72113
    }
  ]
  -id: 7184
  -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698148494
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2606970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698062094 {#2828
    date: 2023-10-23 13:54:54.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
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2131
  +user: Proxies\__CG__\App\Entity\User {#2682 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: Proxies\__CG__\App\Entity\Image {#2901 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
  +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
  +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
  +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 173
  +favouriteCount: 316
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699225602 {#2242
    date: 2023-11-06 00:06:42.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2909 …}
  +votes: Doctrine\ORM\PersistentCollection {#2905 …}
  +reports: Doctrine\ORM\PersistentCollection {#2911 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
  +badges: Doctrine\ORM\PersistentCollection {#2917 …}
  +children: [
    5 => App\Entity\EntryComment {#2348
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
      +root: App\Entity\EntryComment {#2011
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: null
        +root: null
        +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 89
        +score: 0
        +lastActive: DateTime @1698087578 {#2022
          date: 2023-10-23 20:59:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2133 …}
        +nested: Doctrine\ORM\PersistentCollection {#2140 …}
        +votes: Doctrine\ORM\PersistentCollection {#2092 …}
        +reports: Doctrine\ORM\PersistentCollection {#2090 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
        -id: 67055
        -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4659880"
        +editedAt: DateTimeImmutable @1698064855 {#2018
          date: 2023-10-23 14:40:55.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698064837 {#2025
          date: 2023-10-23 14:40:37.0 +02:00
        }
        +"title": 67055
      }
      +body: """
        > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
        \n
        It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
        \n
        But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 16
      +score: 0
      +lastActive: DateTime @1698068465 {#2350
        date: 2023-10-23 15:41:05.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@HubertManne@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2351 …}
      +nested: Doctrine\ORM\PersistentCollection {#2332 …}
      +votes: Doctrine\ORM\PersistentCollection {#2349 …}
      +reports: Doctrine\ORM\PersistentCollection {#2141 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
      -id: 67183
      -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4661410"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698068465 {#2330
        date: 2023-10-23 15:41:05.0 +02:00
      }
      +"title": 67183
    }
    6 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: App\Entity\EntryComment {#2011}
      +body: """
        Yes. Strange isn’t it?\n
        \n
        Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
        \n
        I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1698076216 {#2328
        date: 2023-10-23 17:50:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@ramble81@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 67462
      -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4664942"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698076216 {#2326
        date: 2023-10-23 17:50:16.0 +02:00
      }
      +"title": 67462
    }
    4 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
      +root: App\Entity\EntryComment {#2011}
      +body: """
        > Yeah but if you were a parent or if you are one. Would you do it?\n
        \n
        I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
        \n
        My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
        \n
        > the crazy kidnappings nowadays\n
        \n
        I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 35
      +score: 0
      +lastActive: DateTime @1698067182 {#2061
        date: 2023-10-23 15:19:42.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ExtremeDullard@lemmy.sdf.org"
        "@HubertManne@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2020 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
      -id: 67136
      -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4660893"
      +editedAt: DateTimeImmutable @1698067221 {#2075
        date: 2023-10-23 15:20:21.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698067182 {#2144
        date: 2023-10-23 15:19:42.0 +02:00
      }
      +"title": 67136
    }
    3 => App\Entity\EntryComment {#2011}
    2 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        > I never really understood the “I have nothing to hide” mindset.\n
        \n
        This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
        \n
        “It’s not that I have something to hide, I have nothing I want you to see”\n
        \n
        This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 80
      +score: 0
      +lastActive: DateTime @1698065489 {#2089
        date: 2023-10-23 14:51:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2077 …}
      +nested: Doctrine\ORM\PersistentCollection {#2062 …}
      +votes: Doctrine\ORM\PersistentCollection {#2085 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
      -id: 67075
      -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4660217"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698065489 {#2064
        date: 2023-10-23 14:51:29.0 +02:00
      }
      +"title": 67075
    }
    1 => App\Entity\EntryComment {#2124
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
        \n
        You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
        \n
        Maybe I’m easily impressed :)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698335745 {#2107
        date: 2023-10-26 17:55:45.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
        "@ExtremeDullard@lemmy.sdf.org"
        "@TimewornTraveler@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2118 …}
      +nested: Doctrine\ORM\PersistentCollection {#2121 …}
      +votes: Doctrine\ORM\PersistentCollection {#2115 …}
      +reports: Doctrine\ORM\PersistentCollection {#2123 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
      -id: 73280
      -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4773216"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698335745 {#2112
        date: 2023-10-26 17:55:45.0 +02:00
      }
      +"title": 73280
    }
    0 => App\Entity\EntryComment {#2165
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
      +body: """
        When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
        \n
        Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
        \n
        If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1698270999 {#2053
        date: 2023-10-25 23:56:39.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@throws_lemy@lemmy.nz"
        "@ADHDefy@kbin.social"
        "@skankhunt42@lemmy.ca"
        "@ExtremeDullard@lemmy.sdf.org"
        "@TimewornTraveler@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2104 …}
      +nested: Doctrine\ORM\PersistentCollection {#2099 …}
      +votes: Doctrine\ORM\PersistentCollection {#2108 …}
      +reports: Doctrine\ORM\PersistentCollection {#2101 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
      -id: 72113
      -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/4750254"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698270999 {#2125
        date: 2023-10-25 23:56:39.0 +02:00
      }
      +"title": 72113
    }
  ]
  -id: 7184
  -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698148494
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/2606970"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698062094 {#2828
    date: 2023-10-23 13:54:54.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
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#2348
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348}
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
    \n
    It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
    \n
    But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1698068465 {#2350
    date: 2023-10-23 15:41:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@HubertManne@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 67183
  -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4661410"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698068465 {#2330
    date: 2023-10-23 15:41:05.0 +02:00
  }
  +"title": 67183
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#2348
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348}
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
    \n
    It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
    \n
    But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1698068465 {#2350
    date: 2023-10-23 15:41:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@HubertManne@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 67183
  -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4661410"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698068465 {#2330
    date: 2023-10-23 15:41:05.0 +02:00
  }
  +"title": 67183
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#2348
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348}
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
    \n
    It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
    \n
    But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1698068465 {#2350
    date: 2023-10-23 15:41:05.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@HubertManne@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2351 …}
  +nested: Doctrine\ORM\PersistentCollection {#2332 …}
  +votes: Doctrine\ORM\PersistentCollection {#2349 …}
  +reports: Doctrine\ORM\PersistentCollection {#2141 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  -id: 67183
  -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4661410"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698068465 {#2330
    date: 2023-10-23 15:41:05.0 +02:00
  }
  +"title": 67183
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\EntryComment {#2191
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191}
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    Yes. Strange isn’t it?\n
    \n
    Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
    \n
    I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1698076216 {#2328
    date: 2023-10-23 17:50:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@ramble81@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 67462
  -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4664942"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698076216 {#2326
    date: 2023-10-23 17:50:16.0 +02:00
  }
  +"title": 67462
}
"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 {#2191
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191}
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    Yes. Strange isn’t it?\n
    \n
    Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
    \n
    I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1698076216 {#2328
    date: 2023-10-23 17:50:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@ramble81@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 67462
  -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4664942"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698076216 {#2326
    date: 2023-10-23 17:50:16.0 +02:00
  }
  +"title": 67462
}
"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 {#2191
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191}
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    Yes. Strange isn’t it?\n
    \n
    Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
    \n
    I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1698076216 {#2328
    date: 2023-10-23 17:50:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@ramble81@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 67462
  -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4664942"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698076216 {#2326
    date: 2023-10-23 17:50:16.0 +02:00
  }
  +"title": 67462
}
"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
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037}
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    > Yeah but if you were a parent or if you are one. Would you do it?\n
    \n
    I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
    \n
    My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
    \n
    > the crazy kidnappings nowadays\n
    \n
    I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 35
  +score: 0
  +lastActive: DateTime @1698067182 {#2061
    date: 2023-10-23 15:19:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@HubertManne@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2020 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 67136
  -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4660893"
  +editedAt: DateTimeImmutable @1698067221 {#2075
    date: 2023-10-23 15:20:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698067182 {#2144
    date: 2023-10-23 15:19:42.0 +02:00
  }
  +"title": 67136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037}
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    > Yeah but if you were a parent or if you are one. Would you do it?\n
    \n
    I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
    \n
    My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
    \n
    > the crazy kidnappings nowadays\n
    \n
    I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 35
  +score: 0
  +lastActive: DateTime @1698067182 {#2061
    date: 2023-10-23 15:19:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@HubertManne@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2020 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 67136
  -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4660893"
  +editedAt: DateTimeImmutable @1698067221 {#2075
    date: 2023-10-23 15:20:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698067182 {#2144
    date: 2023-10-23 15:19:42.0 +02:00
  }
  +"title": 67136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037}
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
  +root: App\Entity\EntryComment {#2011}
  +body: """
    > Yeah but if you were a parent or if you are one. Would you do it?\n
    \n
    I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
    \n
    My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
    \n
    > the crazy kidnappings nowadays\n
    \n
    I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 35
  +score: 0
  +lastActive: DateTime @1698067182 {#2061
    date: 2023-10-23 15:19:42.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ExtremeDullard@lemmy.sdf.org"
    "@HubertManne@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2020 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
  -id: 67136
  -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4660893"
  +editedAt: DateTimeImmutable @1698067221 {#2075
    date: 2023-10-23 15:20:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698067182 {#2144
    date: 2023-10-23 15:19:42.0 +02:00
  }
  +"title": 67136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\EntryComment {#2011
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 89
  +score: 0
  +lastActive: DateTime @1698087578 {#2022
    date: 2023-10-23 20:59:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2133 …}
  +nested: Doctrine\ORM\PersistentCollection {#2140 …}
  +votes: Doctrine\ORM\PersistentCollection {#2092 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
  -id: 67055
  -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4659880"
  +editedAt: DateTimeImmutable @1698064855 {#2018
    date: 2023-10-23 14:40:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698064837 {#2025
    date: 2023-10-23 14:40:37.0 +02:00
  }
  +"title": 67055
}
"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 {#2011
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 89
  +score: 0
  +lastActive: DateTime @1698087578 {#2022
    date: 2023-10-23 20:59:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2133 …}
  +nested: Doctrine\ORM\PersistentCollection {#2140 …}
  +votes: Doctrine\ORM\PersistentCollection {#2092 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
  -id: 67055
  -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4659880"
  +editedAt: DateTimeImmutable @1698064855 {#2018
    date: 2023-10-23 14:40:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698064837 {#2025
    date: 2023-10-23 14:40:37.0 +02:00
  }
  +"title": 67055
}
"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 {#2011
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: null
  +root: null
  +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 89
  +score: 0
  +lastActive: DateTime @1698087578 {#2022
    date: 2023-10-23 20:59:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2133 …}
  +nested: Doctrine\ORM\PersistentCollection {#2140 …}
  +votes: Doctrine\ORM\PersistentCollection {#2092 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
  -id: 67055
  -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4659880"
  +editedAt: DateTimeImmutable @1698064855 {#2018
    date: 2023-10-23 14:40:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698064837 {#2025
    date: 2023-10-23 14:40:37.0 +02:00
  }
  +"title": 67055
}
"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
App\Entity\EntryComment {#2080
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080}
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    > I never really understood the “I have nothing to hide” mindset.\n
    \n
    This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
    \n
    “It’s not that I have something to hide, I have nothing I want you to see”\n
    \n
    This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 80
  +score: 0
  +lastActive: DateTime @1698065489 {#2089
    date: 2023-10-23 14:51:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2077 …}
  +nested: Doctrine\ORM\PersistentCollection {#2062 …}
  +votes: Doctrine\ORM\PersistentCollection {#2085 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
  -id: 67075
  -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4660217"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698065489 {#2064
    date: 2023-10-23 14:51:29.0 +02:00
  }
  +"title": 67075
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\EntryComment {#2080
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080}
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    > I never really understood the “I have nothing to hide” mindset.\n
    \n
    This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
    \n
    “It’s not that I have something to hide, I have nothing I want you to see”\n
    \n
    This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 80
  +score: 0
  +lastActive: DateTime @1698065489 {#2089
    date: 2023-10-23 14:51:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2077 …}
  +nested: Doctrine\ORM\PersistentCollection {#2062 …}
  +votes: Doctrine\ORM\PersistentCollection {#2085 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
  -id: 67075
  -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4660217"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698065489 {#2064
    date: 2023-10-23 14:51:29.0 +02:00
  }
  +"title": 67075
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\EntryComment {#2080
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080}
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    > I never really understood the “I have nothing to hide” mindset.\n
    \n
    This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
    \n
    “It’s not that I have something to hide, I have nothing I want you to see”\n
    \n
    This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 80
  +score: 0
  +lastActive: DateTime @1698065489 {#2089
    date: 2023-10-23 14:51:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2077 …}
  +nested: Doctrine\ORM\PersistentCollection {#2062 …}
  +votes: Doctrine\ORM\PersistentCollection {#2085 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
  -id: 67075
  -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4660217"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698065489 {#2064
    date: 2023-10-23 14:51:29.0 +02:00
  }
  +"title": 67075
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2124
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124}
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
    \n
    You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
    \n
    Maybe I’m easily impressed :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698335745 {#2107
    date: 2023-10-26 17:55:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
    "@ExtremeDullard@lemmy.sdf.org"
    "@TimewornTraveler@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2118 …}
  +nested: Doctrine\ORM\PersistentCollection {#2121 …}
  +votes: Doctrine\ORM\PersistentCollection {#2115 …}
  +reports: Doctrine\ORM\PersistentCollection {#2123 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
  -id: 73280
  -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4773216"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698335745 {#2112
    date: 2023-10-26 17:55:45.0 +02:00
  }
  +"title": 73280
}
"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 {#2124
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124}
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
    \n
    You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
    \n
    Maybe I’m easily impressed :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698335745 {#2107
    date: 2023-10-26 17:55:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
    "@ExtremeDullard@lemmy.sdf.org"
    "@TimewornTraveler@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2118 …}
  +nested: Doctrine\ORM\PersistentCollection {#2121 …}
  +votes: Doctrine\ORM\PersistentCollection {#2115 …}
  +reports: Doctrine\ORM\PersistentCollection {#2123 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
  -id: 73280
  -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4773216"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698335745 {#2112
    date: 2023-10-26 17:55:45.0 +02:00
  }
  +"title": 73280
}
"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 {#2124
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124}
      0 => App\Entity\EntryComment {#2165
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
          \n
          Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
          \n
          If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1698270999 {#2053
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2104 …}
        +nested: Doctrine\ORM\PersistentCollection {#2099 …}
        +votes: Doctrine\ORM\PersistentCollection {#2108 …}
        +reports: Doctrine\ORM\PersistentCollection {#2101 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
        -id: 72113
        -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4750254"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698270999 {#2125
          date: 2023-10-25 23:56:39.0 +02:00
        }
        +"title": 72113
      }
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
    \n
    You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
    \n
    Maybe I’m easily impressed :)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698335745 {#2107
    date: 2023-10-26 17:55:45.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
    "@ExtremeDullard@lemmy.sdf.org"
    "@TimewornTraveler@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2118 …}
  +nested: Doctrine\ORM\PersistentCollection {#2121 …}
  +votes: Doctrine\ORM\PersistentCollection {#2115 …}
  +reports: Doctrine\ORM\PersistentCollection {#2123 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
  -id: 73280
  -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4773216"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698335745 {#2112
    date: 2023-10-26 17:55:45.0 +02:00
  }
  +"title": 73280
}
"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_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165}
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
    \n
    Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
    \n
    If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698270999 {#2053
    date: 2023-10-25 23:56:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
    "@ExtremeDullard@lemmy.sdf.org"
    "@TimewornTraveler@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 72113
  -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4750254"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698270999 {#2125
    date: 2023-10-25 23:56:39.0 +02:00
  }
  +"title": 72113
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165}
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
    \n
    Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
    \n
    If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698270999 {#2053
    date: 2023-10-25 23:56:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
    "@ExtremeDullard@lemmy.sdf.org"
    "@TimewornTraveler@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 72113
  -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4750254"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698270999 {#2125
    date: 2023-10-25 23:56:39.0 +02:00
  }
  +"title": 72113
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\EntryComment {#2165
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2131
    +user: Proxies\__CG__\App\Entity\User {#2682 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
    +image: Proxies\__CG__\App\Entity\Image {#2901 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2908 …}
    +slug: "It-seems-Gen-Z-is-just-fine-with-parents-knowing"
    +title: "It seems Gen Z is just fine with parents knowing where they are all the time"
    +url: "https://www.businessinsider.com/gen-z-happy-parents-tracking-location-apps-life360-2023-10"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 173
    +favouriteCount: 316
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699225602 {#2242
      date: 2023-11-06 00:06:42.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2909 …}
    +votes: Doctrine\ORM\PersistentCollection {#2905 …}
    +reports: Doctrine\ORM\PersistentCollection {#2911 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2913 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2915 …}
    +badges: Doctrine\ORM\PersistentCollection {#2917 …}
    +children: [
      5 => App\Entity\EntryComment {#2348
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2346 …}
        +root: App\Entity\EntryComment {#2011
          +user: App\Entity\User {#261 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
          +image: null
          +parent: null
          +root: null
          +body: "This is arguably the first generation that grew up with zero privacy. Being watched is normal to them - and absolutely horrifying for this Gen-Xer."
          +lang: "en"
          +isAdult: false
          +favouriteCount: 89
          +score: 0
          +lastActive: DateTime @1698087578 {#2022
            date: 2023-10-23 20:59:38.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@throws_lemy@lemmy.nz"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2133 …}
          +nested: Doctrine\ORM\PersistentCollection {#2140 …}
          +votes: Doctrine\ORM\PersistentCollection {#2092 …}
          +reports: Doctrine\ORM\PersistentCollection {#2090 …}
          +favourites: Doctrine\ORM\PersistentCollection {#2091 …}
          +notifications: Doctrine\ORM\PersistentCollection {#2095 …}
          -id: 67055
          -bodyTs: "'absolut':20 'arguabl':3 'first':5 'gen':25 'gen-xer':24 'generat':6 'grew':8 'horrifi':21 'normal':16 'privaci':12 'watch':14 'xer':26 'zero':11"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.sdf.org/comment/4659880"
          +editedAt: DateTimeImmutable @1698064855 {#2018
            date: 2023-10-23 14:40:55.0 +02:00
          }
          +createdAt: DateTimeImmutable @1698064837 {#2025
            date: 2023-10-23 14:40:37.0 +02:00
          }
          +"title": 67055
        }
        +body: """
          > If you where in the position to need it you might find your decision to not utilize it to be endlessly horrible.\n
          \n
          It was a choice. I chose to let them risk life and limb doing whatever stupid shit kids do behind their parents’ backs, risk being run over by a car or kidnapped as they walked to school. The risk was very small, and the benefits of letting them grow up with a normal, non-Orwellian childhood far outweighed them. Hell, my generation and those before me grew up like that and survived just fine.\n
          \n
          But I agree: if something really bad had happened, I don’t know how I could have lived with myself. And this always weighed heavily on my mind whenever they were late to come home.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 16
        +score: 0
        +lastActive: DateTime @1698068465 {#2350
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2351 …}
        +nested: Doctrine\ORM\PersistentCollection {#2332 …}
        +votes: Doctrine\ORM\PersistentCollection {#2349 …}
        +reports: Doctrine\ORM\PersistentCollection {#2141 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2164 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
        -id: 67183
        -bodyTs: "'agre':100 'alway':120 'back':45 'bad':104 'behind':42 'benefit':67 'car':52 'childhood':79 'choic':26 'chose':28 'come':131 'could':113 'decis':14 'endless':21 'far':80 'find':12 'fine':97 'generat':85 'grew':90 'grow':71 'happen':106 'heavili':122 'hell':83 'home':132 'horribl':22 'kid':40 'kidnap':54 'know':110 'late':129 'let':30,69 'life':33 'like':92 'limb':35 'live':115 'might':11 'mind':125 'need':8 'non':77 'non-orwellian':76 'normal':75 'orwellian':78 'outweigh':81 'parent':44 'posit':6 'realli':103 'risk':32,46,61 'run':48 'school':59 'shit':39 'small':64 'someth':102 'stupid':38 'surviv':95 'util':17 'walk':57 'weigh':121 'whatev':37 'whenev':126"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4661410"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698068465 {#2330
          date: 2023-10-23 15:41:05.0 +02:00
        }
        +"title": 67183
      }
      6 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          Yes. Strange isn’t it?\n
          \n
          Gen-Xers are also guilty of letting corporate surveillance happen, thereby letting their children grow under the watchful eye of big data.\n
          \n
          I never said my generation was virtuous. In fact, I blame people my age for not affording the next generation what they themselves got to enjoy. Just like we blamed our boomer parents for enjoying the good life after the war and leaving us the crumbs. Little did we know the ones after us would have it even harder.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 21
        +score: 0
        +lastActive: DateTime @1698076216 {#2328
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@ramble81@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 67462
        -bodyTs: "'afford':45 'age':42 'also':10 'big':27 'blame':39,58 'boomer':60 'children':20 'corpor':14 'crumb':74 'data':28 'enjoy':54,63 'even':86 'eye':25 'fact':37 'gen':7 'gen-xer':6 'generat':33,48 'good':65 'got':52 'grow':21 'guilti':11 'happen':16 'harder':87 'isn':3 'know':78 'leav':71 'let':13,18 'life':66 'like':56 'littl':75 'never':30 'next':47 'one':80 'parent':61 'peopl':40 'said':31 'strang':2 'surveil':15 'therebi':17 'us':72,82 'virtuous':35 'war':69 'watch':24 'would':83 'xer':8 'yes':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4664942"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698076216 {#2326
          date: 2023-10-23 17:50:16.0 +02:00
        }
        +"title": 67462
      }
      4 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2036 …}
        +root: App\Entity\EntryComment {#2011}
        +body: """
          > Yeah but if you were a parent or if you are one. Would you do it?\n
          \n
          I am and I did not. Kids need to grow up without feeling they are being watched all the time. Or rather more accurately: kids need to grow up without being watched so they can sense when they are and take measures. Kids who grow up without any personal space don’t even realize they’re not free, and that’s a perfect recipe to create adults that accept tyrannical governments without question.\n
          \n
          My kids grew up doing stuff they didn’t tell me about, and I didn’t know where they were half of the time. And yes, at times, I worried. But it was important to let them be.\n
          \n
          > the crazy kidnappings nowadays\n
          \n
          I’ve heard people of all ages say that all my life. This is a well-know cognitive bias (i.e. “things were better in the past”) and it’s simply not true. I’m fairly certain our society is much safer today than it was in the past.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 35
        +score: 0
        +lastActive: DateTime @1698067182 {#2061
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ExtremeDullard@lemmy.sdf.org"
          "@HubertManne@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2031 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2020 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2040 …}
        -id: 67136
        -bodyTs: "'accept':85 'accur':40 'adult':83 'age':138 'better':155 'bias':151 'certain':168 'cognit':150 'crazi':129 'creat':82 'didn':97,104 'even':69 'fair':167 'feel':29 'free':74 'govern':87 'grew':92 'grow':26,44,61 'half':110 'heard':134 'i.e':152 'import':123 'kid':23,41,59,91 'kidnap':130 'know':106,149 'let':125 'life':143 'm':166 'measur':58 'much':172 'need':24,42 'nowaday':131 'one':12 'parent':7 'past':158,180 'peopl':135 'perfect':79 'person':65 'question':89 'rather':38 're':72 'realiz':70 'recip':80 'safer':173 'say':139 'sens':52 'simpli':162 'societi':170 'space':66 'stuff':95 'take':57 'tell':99 'thing':153 'time':36,113,117 'today':174 'true':164 'tyrann':86 've':133 'watch':33,48 'well':148 'well-know':147 'without':28,46,63,88 'worri':119 'would':13 'yeah':1 'yes':115"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660893"
        +editedAt: DateTimeImmutable @1698067221 {#2075
          date: 2023-10-23 15:20:21.0 +02:00
        }
        +createdAt: DateTimeImmutable @1698067182 {#2144
          date: 2023-10-23 15:19:42.0 +02:00
        }
        +"title": 67136
      }
      3 => App\Entity\EntryComment {#2011}
      2 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2063 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          > I never really understood the “I have nothing to hide” mindset.\n
          \n
          This subject is best summed up by the Girl in Andrew Niccol’s vastly underrated movie [Anon](https://en.wikipedia.org/wiki/Anon_(film)):\n
          \n
          “It’s not that I have something to hide, I have nothing I want you to see”\n
          \n
          This is the most intelligent, best articulated commentary on privacy I’ve ever seen and it fits in 17 words.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 80
        +score: 0
        +lastActive: DateTime @1698065489 {#2089
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2077 …}
        +nested: Doctrine\ORM\PersistentCollection {#2062 …}
        +votes: Doctrine\ORM\PersistentCollection {#2085 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2076 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2084 …}
        -id: 67075
        -bodyTs: "'/wiki/anon_(film)):':31 '17':67 'andrew':22 'anon':28 'articul':55 'best':15,54 'commentari':56 'en.wikipedia.org':30 'en.wikipedia.org/wiki/anon_(film)):':29 'ever':61 'fit':65 'girl':20 'hide':10,40 'intellig':53 'mindset':11 'movi':27 'never':2 'niccol':23 'noth':8,43 'privaci':58 'realli':3 'see':48 'seen':62 'someth':38 'subject':13 'sum':16 'underr':26 'understood':4 'vast':25 've':60 'want':45 'word':68"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4660217"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698065489 {#2064
          date: 2023-10-23 14:51:29.0 +02:00
        }
        +"title": 67075
      }
      1 => App\Entity\EntryComment {#2124
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2131 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2114 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
        +body: """
          You read me wrong my friend. It was nothing more than an honest-to-goodness reply to you. No hostility. Be careful with written discussions, because you don’t see the face of whoever is writing and you tend to slap the state of mind you yourself are in when you read it. Imagine I’m writing this with a smile and that’s pretty much how I wrote it.\n
          \n
          You don’t find the quote profound and that’s fair enough. To each his own opinion. Me, I think it’s a perfect description of the core issue of privacy: having the choice not to expose what I don’t want to expose for no other reason that I don’t want to. I don’t want to shut everybody out, I want to freedom to do it if I so choose and not have to justify myself or suffer consequences.\n
          \n
          Maybe I’m easily impressed :)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698335745 {#2107
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@throws_lemy@lemmy.nz"
          "@ADHDefy@kbin.social"
          "@skankhunt42@lemmy.ca"
          "@ExtremeDullard@lemmy.sdf.org"
          "@TimewornTraveler@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2118 …}
        +nested: Doctrine\ORM\PersistentCollection {#2121 …}
        +votes: Doctrine\ORM\PersistentCollection {#2115 …}
        +reports: Doctrine\ORM\PersistentCollection {#2123 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2116 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2161 …}
        -id: 73280
        -bodyTs: "'care':23 'choic':105 'choos':144 'consequ':153 'core':99 'descript':96 'discuss':26 'easili':157 'enough':83 'everybodi':132 'expos':108,115 'face':33 'fair':82 'find':75 'freedom':137 'friend':6 'good':16 'honest':14 'honest-to-good':13 'hostil':21 'imagin':55 'impress':158 'issu':100 'justifi':149 'm':57,156 'mayb':154 'mind':46 'much':67 'noth':9 'opinion':88 'perfect':95 'pretti':66 'privaci':102 'profound':78 'quot':77 'read':2,53 'reason':119 'repli':17 'see':31 'shut':131 'slap':42 'smile':62 'state':44 'suffer':152 'tend':40 'think':91 'want':113,124,129,135 'whoever':35 'write':37,58 'written':25 'wrong':4 'wrote':70"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/4773216"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698335745 {#2112
          date: 2023-10-26 17:55:45.0 +02:00
        }
        +"title": 73280
      }
      0 => App\Entity\EntryComment {#2165}
    ]
    -id: 7184
    -titleTs: "'fine':7 'gen':3 'know':10 'parent':9 'seem':2 'time':16 'z':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698148494
    +visibility: "visible             "
    +apId: "https://lemmy.nz/post/2606970"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698062094 {#2828
      date: 2023-10-23 13:54:54.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2129 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2041 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2098 …}
  +body: """
    When you says “resonate”, do you mean you don’t understand the sentence? Or do you mean you don’t see why you should care?\n
    \n
    Re meaning, the sentence seems blindingly obvious to me. But maybe it isn’t… It means you don’t want privacy because you have something illegal to hide in your house, but because you don’t want to invite anybody in. I really don’t know how to explain it anymore clearly without repeating it verbatim.\n
    \n
    If you don’t see why this is important or you think it doesn’t concern you, send me your address and I’ll come around tonite to take pictures of your furniture without your permission.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1698270999 {#2053
    date: 2023-10-25 23:56:39.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@throws_lemy@lemmy.nz"
    "@ADHDefy@kbin.social"
    "@skankhunt42@lemmy.ca"
    "@ExtremeDullard@lemmy.sdf.org"
    "@TimewornTraveler@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2104 …}
  +nested: Doctrine\ORM\PersistentCollection {#2099 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  -id: 72113
  -bodyTs: "'address':102 'anybodi':65 'anymor':76 'around':107 'blind':31 'care':25 'clear':77 'come':106 'concern':97 'doesn':95 'explain':74 'furnitur':114 'hide':53 'hous':56 'illeg':51 'import':90 'invit':64 'isn':38 'know':71 'll':105 'mayb':36 'mean':7,17,27,41 'obvious':32 'permiss':117 'pictur':111 'privaci':46 're':26 'realli':68 'repeat':79 'reson':4 'say':3 'see':21,86 'seem':30 'send':99 'sentenc':13,29 'someth':50 'take':110 'think':93 'tonit':108 'understand':11 'verbatim':81 'want':45,62 'without':78,115"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/4750254"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698270999 {#2125
    date: 2023-10-25 23:56:39.0 +02:00
  }
  +"title": 72113
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1595
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Here-s-all-the-source-code"
  +title: "Here's all the source code"
  +url: null
  +body: """
    In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
    \n
    The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
    \n
    The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
    \n
    Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
    \n
    So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 78
  +favouriteCount: 896
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701886087 {#1450
    date: 2023-12-06 19:08:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: [
    3 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 122
      +score: 0
      +lastActive: DateTime @1690433353 {#1705
        date: 2023-07-27 06:49:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@ReginaPhalange@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2456 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
      -id: 23746
      -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442114"
      +editedAt: DateTimeImmutable @1690433440 {#1598
        date: 2023-07-27 06:50:40.0 +02:00
      }
      +createdAt: DateTimeImmutable @1690433353 {#1616
        date: 2023-07-27 06:49:13.0 +02:00
      }
      +"title": 23746
    }
    1 => App\Entity\EntryComment {#1908
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 76
      +score: 0
      +lastActive: DateTime @1690436033 {#1410
        date: 2023-07-27 07:33:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@ReginaPhalange@lemmy.world"
        "@Danatronic@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#2389 …}
      +votes: Doctrine\ORM\PersistentCollection {#2387 …}
      +reports: Doctrine\ORM\PersistentCollection {#2394 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
      -id: 23757
      -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442868"
      +editedAt: DateTimeImmutable @1690436132 {#1874
        date: 2023-07-27 07:35:32.0 +02:00
      }
      +createdAt: DateTimeImmutable @1690436033 {#1907
        date: 2023-07-27 07:33:53.0 +02:00
      }
      +"title": 23757
    }
    2 => App\Entity\EntryComment {#2385
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 85
      +score: 0
      +lastActive: DateTime @1690434196 {#1733
        date: 2023-07-27 07:03:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@CheshireSnake@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +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: 23750
      -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442356"
      +editedAt: null
      +createdAt: DateTimeImmutable @1690434196 {#2382
        date: 2023-07-27 07:03:16.0 +02:00
      }
      +"title": 23750
    }
    0 => App\Entity\EntryComment {#1385
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 77
      +score: 0
      +lastActive: DateTime @1690440428 {#1402
        date: 2023-07-27 08:47:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@Kinglink@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1362 …}
      +reports: Doctrine\ORM\PersistentCollection {#2019 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
      -id: 23771
      -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1444064"
      +editedAt: null
      +createdAt: DateTimeImmutable @1690440428 {#1405
        date: 2023-07-27 08:47:08.0 +02:00
      }
      +"title": 23771
    }
  ]
  -id: 1598
  -titleTs: "'code':6 'sourc':5"
  -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1690518225
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/1322164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690431825 {#1446
    date: 2023-07-27 06:23:45.0 +02:00
  }
}
"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
99 DENIED edit
App\Entity\Entry {#1595
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Here-s-all-the-source-code"
  +title: "Here's all the source code"
  +url: null
  +body: """
    In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
    \n
    The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
    \n
    The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
    \n
    Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
    \n
    So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 78
  +favouriteCount: 896
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701886087 {#1450
    date: 2023-12-06 19:08:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: [
    3 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 122
      +score: 0
      +lastActive: DateTime @1690433353 {#1705
        date: 2023-07-27 06:49:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@ReginaPhalange@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2456 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
      -id: 23746
      -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442114"
      +editedAt: DateTimeImmutable @1690433440 {#1598
        date: 2023-07-27 06:50:40.0 +02:00
      }
      +createdAt: DateTimeImmutable @1690433353 {#1616
        date: 2023-07-27 06:49:13.0 +02:00
      }
      +"title": 23746
    }
    1 => App\Entity\EntryComment {#1908
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 76
      +score: 0
      +lastActive: DateTime @1690436033 {#1410
        date: 2023-07-27 07:33:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@ReginaPhalange@lemmy.world"
        "@Danatronic@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#2389 …}
      +votes: Doctrine\ORM\PersistentCollection {#2387 …}
      +reports: Doctrine\ORM\PersistentCollection {#2394 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
      -id: 23757
      -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442868"
      +editedAt: DateTimeImmutable @1690436132 {#1874
        date: 2023-07-27 07:35:32.0 +02:00
      }
      +createdAt: DateTimeImmutable @1690436033 {#1907
        date: 2023-07-27 07:33:53.0 +02:00
      }
      +"title": 23757
    }
    2 => App\Entity\EntryComment {#2385
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 85
      +score: 0
      +lastActive: DateTime @1690434196 {#1733
        date: 2023-07-27 07:03:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@CheshireSnake@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +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: 23750
      -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442356"
      +editedAt: null
      +createdAt: DateTimeImmutable @1690434196 {#2382
        date: 2023-07-27 07:03:16.0 +02:00
      }
      +"title": 23750
    }
    0 => App\Entity\EntryComment {#1385
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 77
      +score: 0
      +lastActive: DateTime @1690440428 {#1402
        date: 2023-07-27 08:47:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@Kinglink@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1362 …}
      +reports: Doctrine\ORM\PersistentCollection {#2019 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
      -id: 23771
      -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1444064"
      +editedAt: null
      +createdAt: DateTimeImmutable @1690440428 {#1405
        date: 2023-07-27 08:47:08.0 +02:00
      }
      +"title": 23771
    }
  ]
  -id: 1598
  -titleTs: "'code':6 'sourc':5"
  -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1690518225
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/1322164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690431825 {#1446
    date: 2023-07-27 06:23:45.0 +02:00
  }
}
"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
100 DENIED moderate
App\Entity\Entry {#1595
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "Here-s-all-the-source-code"
  +title: "Here's all the source code"
  +url: null
  +body: """
    In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
    \n
    The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
    \n
    The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
    \n
    Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
    \n
    So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 78
  +favouriteCount: 896
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701886087 {#1450
    date: 2023-12-06 19:08:07.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1649 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: [
    3 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 122
      +score: 0
      +lastActive: DateTime @1690433353 {#1705
        date: 2023-07-27 06:49:13.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@ReginaPhalange@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2454 …}
      +nested: Doctrine\ORM\PersistentCollection {#2453 …}
      +votes: Doctrine\ORM\PersistentCollection {#2456 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
      -id: 23746
      -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442114"
      +editedAt: DateTimeImmutable @1690433440 {#1598
        date: 2023-07-27 06:50:40.0 +02:00
      }
      +createdAt: DateTimeImmutable @1690433353 {#1616
        date: 2023-07-27 06:49:13.0 +02:00
      }
      +"title": 23746
    }
    1 => App\Entity\EntryComment {#1908
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 76
      +score: 0
      +lastActive: DateTime @1690436033 {#1410
        date: 2023-07-27 07:33:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@ReginaPhalange@lemmy.world"
        "@Danatronic@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#2389 …}
      +votes: Doctrine\ORM\PersistentCollection {#2387 …}
      +reports: Doctrine\ORM\PersistentCollection {#2394 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
      -id: 23757
      -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442868"
      +editedAt: DateTimeImmutable @1690436132 {#1874
        date: 2023-07-27 07:35:32.0 +02:00
      }
      +createdAt: DateTimeImmutable @1690436033 {#1907
        date: 2023-07-27 07:33:53.0 +02:00
      }
      +"title": 23757
    }
    2 => App\Entity\EntryComment {#2385
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 85
      +score: 0
      +lastActive: DateTime @1690434196 {#1733
        date: 2023-07-27 07:03:16.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@CheshireSnake@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2364 …}
      +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: 23750
      -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1442356"
      +editedAt: null
      +createdAt: DateTimeImmutable @1690434196 {#2382
        date: 2023-07-27 07:03:16.0 +02:00
      }
      +"title": 23750
    }
    0 => App\Entity\EntryComment {#1385
      +user: App\Entity\User {#261 …}
      +entry: App\Entity\Entry {#1595}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
      +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 77
      +score: 0
      +lastActive: DateTime @1690440428 {#1402
        date: 2023-07-27 08:47:08.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ExtremeDullard@lemmy.sdf.org"
        "@Kinglink@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1401 …}
      +nested: Doctrine\ORM\PersistentCollection {#1363 …}
      +votes: Doctrine\ORM\PersistentCollection {#1362 …}
      +reports: Doctrine\ORM\PersistentCollection {#2019 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
      -id: 23771
      -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.sdf.org/comment/1444064"
      +editedAt: null
      +createdAt: DateTimeImmutable @1690440428 {#1405
        date: 2023-07-27 08:47:08.0 +02:00
      }
      +"title": 23771
    }
  ]
  -id: 1598
  -titleTs: "'code':6 'sourc':5"
  -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1690518225
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/1322164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690431825 {#1446
    date: 2023-07-27 06:23:45.0 +02:00
  }
}
"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
101 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
102 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736}
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 122
  +score: 0
  +lastActive: DateTime @1690433353 {#1705
    date: 2023-07-27 06:49:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@ReginaPhalange@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2456 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
  -id: 23746
  -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442114"
  +editedAt: DateTimeImmutable @1690433440 {#1598
    date: 2023-07-27 06:50:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1690433353 {#1616
    date: 2023-07-27 06:49:13.0 +02:00
  }
  +"title": 23746
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED edit
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736}
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 122
  +score: 0
  +lastActive: DateTime @1690433353 {#1705
    date: 2023-07-27 06:49:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@ReginaPhalange@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2456 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
  -id: 23746
  -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442114"
  +editedAt: DateTimeImmutable @1690433440 {#1598
    date: 2023-07-27 06:50:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1690433353 {#1616
    date: 2023-07-27 06:49:13.0 +02:00
  }
  +"title": 23746
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736}
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 122
  +score: 0
  +lastActive: DateTime @1690433353 {#1705
    date: 2023-07-27 06:49:13.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@ReginaPhalange@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2454 …}
  +nested: Doctrine\ORM\PersistentCollection {#2453 …}
  +votes: Doctrine\ORM\PersistentCollection {#2456 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
  -id: 23746
  -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442114"
  +editedAt: DateTimeImmutable @1690433440 {#1598
    date: 2023-07-27 06:50:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1690433353 {#1616
    date: 2023-07-27 06:49:13.0 +02:00
  }
  +"title": 23746
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED moderate
App\Entity\EntryComment {#1908
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908}
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 76
  +score: 0
  +lastActive: DateTime @1690436033 {#1410
    date: 2023-07-27 07:33:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@ReginaPhalange@lemmy.world"
    "@Danatronic@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#2389 …}
  +votes: Doctrine\ORM\PersistentCollection {#2387 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 23757
  -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442868"
  +editedAt: DateTimeImmutable @1690436132 {#1874
    date: 2023-07-27 07:35:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1690436033 {#1907
    date: 2023-07-27 07:33:53.0 +02:00
  }
  +"title": 23757
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
107 DENIED edit
App\Entity\EntryComment {#1908
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908}
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 76
  +score: 0
  +lastActive: DateTime @1690436033 {#1410
    date: 2023-07-27 07:33:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@ReginaPhalange@lemmy.world"
    "@Danatronic@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#2389 …}
  +votes: Doctrine\ORM\PersistentCollection {#2387 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 23757
  -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442868"
  +editedAt: DateTimeImmutable @1690436132 {#1874
    date: 2023-07-27 07:35:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1690436033 {#1907
    date: 2023-07-27 07:33:53.0 +02:00
  }
  +"title": 23757
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
108 DENIED moderate
App\Entity\EntryComment {#1908
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908}
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 76
  +score: 0
  +lastActive: DateTime @1690436033 {#1410
    date: 2023-07-27 07:33:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@ReginaPhalange@lemmy.world"
    "@Danatronic@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#2389 …}
  +votes: Doctrine\ORM\PersistentCollection {#2387 …}
  +reports: Doctrine\ORM\PersistentCollection {#2394 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
  -id: 23757
  -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442868"
  +editedAt: DateTimeImmutable @1690436132 {#1874
    date: 2023-07-27 07:35:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1690436033 {#1907
    date: 2023-07-27 07:33:53.0 +02:00
  }
  +"title": 23757
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
109 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
110 DENIED moderate
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385}
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 85
  +score: 0
  +lastActive: DateTime @1690434196 {#1733
    date: 2023-07-27 07:03:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@CheshireSnake@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +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: 23750
  -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690434196 {#2382
    date: 2023-07-27 07:03:16.0 +02:00
  }
  +"title": 23750
}
"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
111 DENIED edit
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385}
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 85
  +score: 0
  +lastActive: DateTime @1690434196 {#1733
    date: 2023-07-27 07:03:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@CheshireSnake@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +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: 23750
  -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690434196 {#2382
    date: 2023-07-27 07:03:16.0 +02:00
  }
  +"title": 23750
}
"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
112 DENIED moderate
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385}
      0 => App\Entity\EntryComment {#1385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
        +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 77
        +score: 0
        +lastActive: DateTime @1690440428 {#1402
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@Kinglink@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1401 …}
        +nested: Doctrine\ORM\PersistentCollection {#1363 …}
        +votes: Doctrine\ORM\PersistentCollection {#1362 …}
        +reports: Doctrine\ORM\PersistentCollection {#2019 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
        -id: 23771
        -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1444064"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690440428 {#1405
          date: 2023-07-27 08:47:08.0 +02:00
        }
        +"title": 23771
      }
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 85
  +score: 0
  +lastActive: DateTime @1690434196 {#1733
    date: 2023-07-27 07:03:16.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@CheshireSnake@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2364 …}
  +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: 23750
  -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1442356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690434196 {#2382
    date: 2023-07-27 07:03:16.0 +02:00
  }
  +"title": 23750
}
"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
113 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
114 DENIED moderate
App\Entity\EntryComment {#1385
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385}
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 77
  +score: 0
  +lastActive: DateTime @1690440428 {#1402
    date: 2023-07-27 08:47:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@Kinglink@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1362 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
  -id: 23771
  -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1444064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690440428 {#1405
    date: 2023-07-27 08:47:08.0 +02:00
  }
  +"title": 23771
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
115 DENIED edit
App\Entity\EntryComment {#1385
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385}
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 77
  +score: 0
  +lastActive: DateTime @1690440428 {#1402
    date: 2023-07-27 08:47:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@Kinglink@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1362 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
  -id: 23771
  -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1444064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690440428 {#1405
    date: 2023-07-27 08:47:08.0 +02:00
  }
  +"title": 23771
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
116 DENIED moderate
App\Entity\EntryComment {#1385
  +user: App\Entity\User {#261 …}
  +entry: App\Entity\Entry {#1595
    +user: App\Entity\User {#261 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
    +slug: "Here-s-all-the-source-code"
    +title: "Here's all the source code"
    +url: null
    +body: """
      In 2000, I wrote a Linux device driver that “decrypted” the output of a certain device, and my company, which hosted open-source projects, agreed to host it.\n
      \n
      The “encryption” was only a XOR, but that was enough for the maker of said device to sue my company under 17 U.S.C. § 1201 for hundreds of millions in damages.\n
      \n
      The story got a lot of press back then because it highlighted how stupid the then-new DMCA was, and also because there was a David open-source enthusiasts vs. Goliath heartless corporation flavor to it.\n
      \n
      Our lawyer decided to pick up the fight to generate free publicity for our fledgling company. For discovery, the maker of the device requested “a copy of any and all potentially infringing source code”. They weren’t specific and they didn’t specify the medium.\n
      \n
      So we printed the entire Linux kernel source code including my driver in 5-pt font and sent them the boxes of printouts. Legally they had been served, so there was nothing they could do about it.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 78
    +favouriteCount: 896
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701886087 {#1450
      date: 2023-12-06 19:08:07.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1679 …}
    +votes: Doctrine\ORM\PersistentCollection {#1654 …}
    +reports: Doctrine\ORM\PersistentCollection {#1649 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1576 …}
    +badges: Doctrine\ORM\PersistentCollection {#1562 …}
    +children: [
      3 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "I don’t know. I didn’t do the printing. The law firm did it. But I remember our lawyer mentioning that they fedexed over 20 cartons of printing paper. Assuming 500 sheets per ream and 5 reams per carton, that would be 50,000 sheets, or 100,000 pages since it was printed on both sides to be even more annoying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 122
        +score: 0
        +lastActive: DateTime @1690433353 {#1705
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2454 …}
        +nested: Doctrine\ORM\PersistentCollection {#2453 …}
        +votes: Doctrine\ORM\PersistentCollection {#2456 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2371 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2470 …}
        -id: 23746
        -bodyTs: "'000':45,49 '100':48 '20':26 '5':37 '50':44 '500':32 'annoy':62 'assum':31 'carton':27,40 'didn':6 'even':60 'fedex':24 'firm':13 'know':4 'law':12 'lawyer':20 'mention':21 'page':50 'paper':30 'per':34,39 'print':10,29,54 'ream':35,38 'rememb':18 'sheet':33,46 'side':57 'sinc':51 'would':42"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442114"
        +editedAt: DateTimeImmutable @1690433440 {#1598
          date: 2023-07-27 06:50:40.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690433353 {#1616
          date: 2023-07-27 06:49:13.0 +02:00
        }
        +"title": 23746
      }
      1 => App\Entity\EntryComment {#1908
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +body: "No idea. That company folded before it could even respond. It was a typical dot-com with a completely ridiculous business model. That’s why our lawyer decided to fight the suit: he figured they’d collapse soon anyway, so we might as well milk the lawsuit for the publicity."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 76
        +score: 0
        +lastActive: DateTime @1690436033 {#1410
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@ReginaPhalange@lemmy.world"
          "@Danatronic@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#2389 …}
        +votes: Doctrine\ORM\PersistentCollection {#2387 …}
        +reports: Doctrine\ORM\PersistentCollection {#2394 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2393 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1381 …}
        -id: 23757
        -bodyTs: "'anyway':40 'busi':22 'collaps':38 'com':17 'compani':4 'complet':20 'could':8 'd':37 'decid':29 'dot':16 'dot-com':15 'even':9 'fight':31 'figur':35 'fold':5 'idea':2 'lawsuit':48 'lawyer':28 'might':43 'milk':46 'model':23 'public':51 'respond':10 'ridicul':21 'soon':39 'suit':33 'typic':14 'well':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442868"
        +editedAt: DateTimeImmutable @1690436132 {#1874
          date: 2023-07-27 07:35:32.0 +02:00
        }
        +createdAt: DateTimeImmutable @1690436033 {#1907
          date: 2023-07-27 07:33:53.0 +02:00
        }
        +"title": 23757
      }
      2 => App\Entity\EntryComment {#2385
        +user: App\Entity\User {#261 …}
        +entry: App\Entity\Entry {#1595}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
        +body: "I hope they did. Now that you mention it, it would have been an amusing twist :)"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 85
        +score: 0
        +lastActive: DateTime @1690434196 {#1733
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ExtremeDullard@lemmy.sdf.org"
          "@CheshireSnake@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2364 …}
        +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: 23750
        -bodyTs: "'amus':15 'hope':2 'mention':8 'twist':16 'would':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.sdf.org/comment/1442356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1690434196 {#2382
          date: 2023-07-27 07:03:16.0 +02:00
        }
        +"title": 23750
      }
      0 => App\Entity\EntryComment {#1385}
    ]
    -id: 1598
    -titleTs: "'code':6 'sourc':5"
    -bodyTs: "'1201':53 '17':51 '2000':2 '5':156 'agre':26 'also':81 'back':67 'box':163 'certain':15 'code':131,151 'compani':19,49,113 'copi':123 'corpor':94 'could':176 'damag':59 'david':86 'decid':100 'decrypt':10 'devic':7,16,45,120 'didn':138 'discoveri':115 'dmca':78 'driver':8,154 'encrypt':31 'enough':39 'enthusiast':90 'entir':147 'fight':105 'flavor':95 'fledgl':112 'font':158 'free':108 'generat':107 'goliath':92 'got':62 'heartless':93 'highlight':71 'host':21,28 'hundr':55 'includ':152 'infring':129 'kernel':149 'lawyer':99 'legal':166 'linux':6,148 'lot':64 'maker':42,117 'medium':142 'million':57 'new':77 'noth':174 'open':23,88 'open-sourc':22,87 'output':12 'pick':102 'potenti':128 'press':66 'print':145 'printout':165 'project':25 'pt':157 'public':109 'request':121 'said':44 'sent':160 'serv':170 'sourc':24,89,130,150 'specif':135 'specifi':140 'stori':61 'stupid':73 'sue':47 'then-new':75 'u.s.c':52 'vs':91 'weren':133 'wrote':4 'xor':35"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1690518225
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/1322164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1690431825 {#1446
      date: 2023-07-27 06:23:45.0 +02:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1580 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1382 …}
  +body: "This was in Utah. I’m no lawyer. Maybe it wasn’t legal. What’s what our lawyer said he did."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 77
  +score: 0
  +lastActive: DateTime @1690440428 {#1402
    date: 2023-07-27 08:47:08.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ExtremeDullard@lemmy.sdf.org"
    "@Kinglink@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1401 …}
  +nested: Doctrine\ORM\PersistentCollection {#1363 …}
  +votes: Doctrine\ORM\PersistentCollection {#1362 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2030 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2026 …}
  -id: 23771
  -bodyTs: "'lawyer':8,18 'legal':13 'm':6 'mayb':9 'said':19 'utah':4 'wasn':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/comment/1444064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1690440428 {#1405
    date: 2023-07-27 08:47:08.0 +02:00
  }
  +"title": 23771
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
117 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
118 DENIED moderate
App\Entity\Entry {#1555
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "I-m-convinced-Google-uses-its-reCAPTCHA-to-promote-Chrome"
  +title: "I'm convinced Google uses its reCAPTCHA to promote Chrome"
  +url: null
  +body: """
    I use Firefox and Firefox Mobile on the desktop and Android respectively, Chromium with Bromite patches on Android, and infrequently Brave on the desktop to get to sites that only work properly with Chromium (more and more often - another whole separate can of worms too, this…) And I always pay attention to disable [google.com](https://fuckoffgoogle.de/) and [gstatic.com](https://fuckoffgoogle.de/) in NoScript and uBlock Origin whenever possible.\n
    \n
    I noticed something quite striking: when I hit sites that use those hateful captchas from Google - aka “reCAPTCHA” that I know are from Google because they force me to temporarily reenable [google.com](https://fuckoffgoogle.de/) and [gstatic.com](https://fuckoffgoogle.de/) - statistically, Google quite consistently marks the captcha as passed with the green checkmark without even asking me to identify fire hydrants or bicycles once, or perhaps once but the test passes even if I purposedly don’t select certain images, and almost never serves me those especially heinous “rolling captchas” that keep coming up with more and more images to identify or not as you click on them until it apparently has annoyed you enough and lets you through.\n
    \n
    When I use Firefox however, the captchas never pass without at least one test, sometimes several in a row, and very often rolling captchas. And if I purposedly don’t select certain images for the sake of experimentation, the captchas keep on coming and coming and coming forever - and if I keep doing it long enough, they plain never stop and the site become impossible to access.\n
    \n
    Only with Firefox. Never with Chromium-based browsers.\n
    \n
    I’ve been experimenting with this informally for months now and it’s quite clear to me that Google has a dark pattern in place with its reCAPTCHA system to make Chrome and Chromium-based browsers the path of least resistance.\n
    \n
    It’s really disgusting…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692426600 {#1564
    date: 2023-08-19 08:30:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1621 …}
  +votes: Doctrine\ORM\PersistentCollection {#1557 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  +badges: Doctrine\ORM\PersistentCollection {#1689 …}
  +children: []
  -id: 17600
  -titleTs: "'chrome':10 'convinc':3 'googl':4 'm':2 'promot':9 'recaptcha':7 'use':5"
  -bodyTs: "'/)':57,62,104,109 'access':255 'aka':86 'almost':151 'alway':49 'android':11,18 'annoy':182 'anoth':39 'appar':180 'ask':125 'attent':51 'base':263,300 'becom':252 'bicycl':132 'brave':21 'bromit':15 'browser':264,301 'captcha':83,116,159,195,212,228 'certain':148,220 'checkmark':122 'chrome':296 'chromium':13,34,262,299 'chromium-bas':261,298 'clear':279 'click':175 'come':162,231,233,235 'consist':113 'dark':286 'desktop':9,24 'disabl':53 'disgust':310 'enough':184,244 'especi':156 'even':124,141 'experi':268 'experiment':226 'fire':129 'firefox':3,5,192,258 'forc':96 'forev':236 'fuckoffgoogle.de':56,61,103,108 'fuckoffgoogle.de/)':55,60,102,107 'get':26 'googl':85,93,111,283 'google.com':54,101 'green':121 'gstatic.com':59,106 'hate':82 'heinous':157 'hit':77 'howev':193 'hydrant':130 'identifi':128,170 'imag':149,168,221 'imposs':253 'inform':271 'infrequ':20 'keep':161,229,240 'know':90 'least':200,305 'let':186 'long':243 'make':295 'mark':114 'mobil':6 'month':273 'never':152,196,247,259 'noscript':64 'notic':71 'often':38,210 'one':201 'origin':67 'pass':118,140,197 'patch':16 'path':303 'pattern':287 'pay':50 'perhap':135 'place':289 'plain':246 'possibl':69 'proper':32 'purpos':144,216 'quit':73,112,278 'realli':309 'recaptcha':87,292 'reenabl':100 'resist':306 'respect':12 'roll':158,211 'row':207 'sake':224 'select':147,219 'separ':41 'serv':153 'sever':204 'site':28,78,251 'someth':72 'sometim':203 'statist':110 'stop':248 'strike':74 'system':293 'temporarili':99 'test':139,202 'ublock':66 'use':2,80,191 've':266 'whenev':68 'whole':40 'without':123,198 'work':31 'worm':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692426600
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/2365860"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692426600 {#1550
    date: 2023-08-19 08:30:00.0 +02:00
  }
}
"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
119 DENIED edit
App\Entity\Entry {#1555
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "I-m-convinced-Google-uses-its-reCAPTCHA-to-promote-Chrome"
  +title: "I'm convinced Google uses its reCAPTCHA to promote Chrome"
  +url: null
  +body: """
    I use Firefox and Firefox Mobile on the desktop and Android respectively, Chromium with Bromite patches on Android, and infrequently Brave on the desktop to get to sites that only work properly with Chromium (more and more often - another whole separate can of worms too, this…) And I always pay attention to disable [google.com](https://fuckoffgoogle.de/) and [gstatic.com](https://fuckoffgoogle.de/) in NoScript and uBlock Origin whenever possible.\n
    \n
    I noticed something quite striking: when I hit sites that use those hateful captchas from Google - aka “reCAPTCHA” that I know are from Google because they force me to temporarily reenable [google.com](https://fuckoffgoogle.de/) and [gstatic.com](https://fuckoffgoogle.de/) - statistically, Google quite consistently marks the captcha as passed with the green checkmark without even asking me to identify fire hydrants or bicycles once, or perhaps once but the test passes even if I purposedly don’t select certain images, and almost never serves me those especially heinous “rolling captchas” that keep coming up with more and more images to identify or not as you click on them until it apparently has annoyed you enough and lets you through.\n
    \n
    When I use Firefox however, the captchas never pass without at least one test, sometimes several in a row, and very often rolling captchas. And if I purposedly don’t select certain images for the sake of experimentation, the captchas keep on coming and coming and coming forever - and if I keep doing it long enough, they plain never stop and the site become impossible to access.\n
    \n
    Only with Firefox. Never with Chromium-based browsers.\n
    \n
    I’ve been experimenting with this informally for months now and it’s quite clear to me that Google has a dark pattern in place with its reCAPTCHA system to make Chrome and Chromium-based browsers the path of least resistance.\n
    \n
    It’s really disgusting…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692426600 {#1564
    date: 2023-08-19 08:30:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1621 …}
  +votes: Doctrine\ORM\PersistentCollection {#1557 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  +badges: Doctrine\ORM\PersistentCollection {#1689 …}
  +children: []
  -id: 17600
  -titleTs: "'chrome':10 'convinc':3 'googl':4 'm':2 'promot':9 'recaptcha':7 'use':5"
  -bodyTs: "'/)':57,62,104,109 'access':255 'aka':86 'almost':151 'alway':49 'android':11,18 'annoy':182 'anoth':39 'appar':180 'ask':125 'attent':51 'base':263,300 'becom':252 'bicycl':132 'brave':21 'bromit':15 'browser':264,301 'captcha':83,116,159,195,212,228 'certain':148,220 'checkmark':122 'chrome':296 'chromium':13,34,262,299 'chromium-bas':261,298 'clear':279 'click':175 'come':162,231,233,235 'consist':113 'dark':286 'desktop':9,24 'disabl':53 'disgust':310 'enough':184,244 'especi':156 'even':124,141 'experi':268 'experiment':226 'fire':129 'firefox':3,5,192,258 'forc':96 'forev':236 'fuckoffgoogle.de':56,61,103,108 'fuckoffgoogle.de/)':55,60,102,107 'get':26 'googl':85,93,111,283 'google.com':54,101 'green':121 'gstatic.com':59,106 'hate':82 'heinous':157 'hit':77 'howev':193 'hydrant':130 'identifi':128,170 'imag':149,168,221 'imposs':253 'inform':271 'infrequ':20 'keep':161,229,240 'know':90 'least':200,305 'let':186 'long':243 'make':295 'mark':114 'mobil':6 'month':273 'never':152,196,247,259 'noscript':64 'notic':71 'often':38,210 'one':201 'origin':67 'pass':118,140,197 'patch':16 'path':303 'pattern':287 'pay':50 'perhap':135 'place':289 'plain':246 'possibl':69 'proper':32 'purpos':144,216 'quit':73,112,278 'realli':309 'recaptcha':87,292 'reenabl':100 'resist':306 'respect':12 'roll':158,211 'row':207 'sake':224 'select':147,219 'separ':41 'serv':153 'sever':204 'site':28,78,251 'someth':72 'sometim':203 'statist':110 'stop':248 'strike':74 'system':293 'temporarili':99 'test':139,202 'ublock':66 'use':2,80,191 've':266 'whenev':68 'whole':40 'without':123,198 'work':31 'worm':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692426600
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/2365860"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692426600 {#1550
    date: 2023-08-19 08:30:00.0 +02:00
  }
}
"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
120 DENIED moderate
App\Entity\Entry {#1555
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1620 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1671 …}
  +slug: "I-m-convinced-Google-uses-its-reCAPTCHA-to-promote-Chrome"
  +title: "I'm convinced Google uses its reCAPTCHA to promote Chrome"
  +url: null
  +body: """
    I use Firefox and Firefox Mobile on the desktop and Android respectively, Chromium with Bromite patches on Android, and infrequently Brave on the desktop to get to sites that only work properly with Chromium (more and more often - another whole separate can of worms too, this…) And I always pay attention to disable [google.com](https://fuckoffgoogle.de/) and [gstatic.com](https://fuckoffgoogle.de/) in NoScript and uBlock Origin whenever possible.\n
    \n
    I noticed something quite striking: when I hit sites that use those hateful captchas from Google - aka “reCAPTCHA” that I know are from Google because they force me to temporarily reenable [google.com](https://fuckoffgoogle.de/) and [gstatic.com](https://fuckoffgoogle.de/) - statistically, Google quite consistently marks the captcha as passed with the green checkmark without even asking me to identify fire hydrants or bicycles once, or perhaps once but the test passes even if I purposedly don’t select certain images, and almost never serves me those especially heinous “rolling captchas” that keep coming up with more and more images to identify or not as you click on them until it apparently has annoyed you enough and lets you through.\n
    \n
    When I use Firefox however, the captchas never pass without at least one test, sometimes several in a row, and very often rolling captchas. And if I purposedly don’t select certain images for the sake of experimentation, the captchas keep on coming and coming and coming forever - and if I keep doing it long enough, they plain never stop and the site become impossible to access.\n
    \n
    Only with Firefox. Never with Chromium-based browsers.\n
    \n
    I’ve been experimenting with this informally for months now and it’s quite clear to me that Google has a dark pattern in place with its reCAPTCHA system to make Chrome and Chromium-based browsers the path of least resistance.\n
    \n
    It’s really disgusting…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692426600 {#1564
    date: 2023-08-19 08:30:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1621 …}
  +votes: Doctrine\ORM\PersistentCollection {#1557 …}
  +reports: Doctrine\ORM\PersistentCollection {#1619 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1701 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1687 …}
  +badges: Doctrine\ORM\PersistentCollection {#1689 …}
  +children: []
  -id: 17600
  -titleTs: "'chrome':10 'convinc':3 'googl':4 'm':2 'promot':9 'recaptcha':7 'use':5"
  -bodyTs: "'/)':57,62,104,109 'access':255 'aka':86 'almost':151 'alway':49 'android':11,18 'annoy':182 'anoth':39 'appar':180 'ask':125 'attent':51 'base':263,300 'becom':252 'bicycl':132 'brave':21 'bromit':15 'browser':264,301 'captcha':83,116,159,195,212,228 'certain':148,220 'checkmark':122 'chrome':296 'chromium':13,34,262,299 'chromium-bas':261,298 'clear':279 'click':175 'come':162,231,233,235 'consist':113 'dark':286 'desktop':9,24 'disabl':53 'disgust':310 'enough':184,244 'especi':156 'even':124,141 'experi':268 'experiment':226 'fire':129 'firefox':3,5,192,258 'forc':96 'forev':236 'fuckoffgoogle.de':56,61,103,108 'fuckoffgoogle.de/)':55,60,102,107 'get':26 'googl':85,93,111,283 'google.com':54,101 'green':121 'gstatic.com':59,106 'hate':82 'heinous':157 'hit':77 'howev':193 'hydrant':130 'identifi':128,170 'imag':149,168,221 'imposs':253 'inform':271 'infrequ':20 'keep':161,229,240 'know':90 'least':200,305 'let':186 'long':243 'make':295 'mark':114 'mobil':6 'month':273 'never':152,196,247,259 'noscript':64 'notic':71 'often':38,210 'one':201 'origin':67 'pass':118,140,197 'patch':16 'path':303 'pattern':287 'pay':50 'perhap':135 'place':289 'plain':246 'possibl':69 'proper':32 'purpos':144,216 'quit':73,112,278 'realli':309 'recaptcha':87,292 'reenabl':100 'resist':306 'respect':12 'roll':158,211 'row':207 'sake':224 'select':147,219 'separ':41 'serv':153 'sever':204 'site':28,78,251 'someth':72 'sometim':203 'statist':110 'stop':248 'strike':74 'system':293 'temporarili':99 'test':139,202 'ublock':66 'use':2,80,191 've':266 'whenev':68 'whole':40 'without':123,198 'work':31 'worm':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692426600
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/2365860"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692426600 {#1550
    date: 2023-08-19 08:30:00.0 +02:00
  }
}
"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
121 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
122 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