GET https://kbin.spritesserver.nl/u/@lemmyvore@feddit.nl/top?p=4

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.37 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.07 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 {#1578
  +user: Proxies\__CG__\App\Entity\User {#3060 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
  +title: "Should I use Restic, Borg, or Kopia for container backups?"
  +url: null
  +body: """
    I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
    \n
    - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
    - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
    - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
    \n
    Does anyone have experience with these, and if so, what was your experience?\n
    \n
    EDIT 2023-12-28:\n
    \n
    It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
    \n
    | Borg | Restic | Kopia |\n
    |---|---|---|\n
    | 3 | 7 | 5 |
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719744126 {#3055
    date: 2024-06-30 12:42:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3062 …}
  +votes: Doctrine\ORM\PersistentCollection {#3064 …}
  +reports: Doctrine\ORM\PersistentCollection {#3066 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3068 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3070 …}
  +badges: Doctrine\ORM\PersistentCollection {#3072 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: """
        > if you use the same repository with multiple machines, they have to rebuild their index every time they switch\n
        \n
        I’m a beginner with Borg so sorry in advance if I say something incorrect l. I backup the same files to multiple distinct external HDDs and my solution was to use distinct repos for each one. They have different IDs so the caches are different too. The include/exclude list is redundant but I can live with that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703664609 {#1430
        date: 2023-12-27 09:10:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@qaz@lemmy.world"
        "@Nyfure@kbin.social"
        "@TurboLag@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 255949
      -bodyTs: "'advanc':29 'backup':37 'beginn':23 'borg':25 'cach':63 'differ':59,65 'distinct':43,52 'everi':16 'extern':44 'file':40 'hdds':45 'id':60 'include/exclude':68 'incorrect':34 'index':15 'l':35 'list':69 'live':75 'm':21 'machin':9 'multipl':8,42 'one':56 'rebuild':13 'redund':71 'repo':53 'repositori':6 'say':32 'solut':48 'someth':33 'sorri':27 'switch':19 'time':17 'use':3,51"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5587305"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703664609 {#1429
        date: 2023-12-27 09:10:09.0 +01:00
      }
      +"title": 255949
    }
  ]
  -id: 24664
  -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
  -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703590494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9958184"
  +editedAt: DateTimeImmutable @1719784410 {#3043
    date: 2024-06-30 23:53:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703504094 {#3022
    date: 2023-12-25 12:34:54.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 {#1578
  +user: Proxies\__CG__\App\Entity\User {#3060 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
  +title: "Should I use Restic, Borg, or Kopia for container backups?"
  +url: null
  +body: """
    I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
    \n
    - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
    - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
    - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
    \n
    Does anyone have experience with these, and if so, what was your experience?\n
    \n
    EDIT 2023-12-28:\n
    \n
    It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
    \n
    | Borg | Restic | Kopia |\n
    |---|---|---|\n
    | 3 | 7 | 5 |
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719744126 {#3055
    date: 2024-06-30 12:42:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3062 …}
  +votes: Doctrine\ORM\PersistentCollection {#3064 …}
  +reports: Doctrine\ORM\PersistentCollection {#3066 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3068 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3070 …}
  +badges: Doctrine\ORM\PersistentCollection {#3072 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: """
        > if you use the same repository with multiple machines, they have to rebuild their index every time they switch\n
        \n
        I’m a beginner with Borg so sorry in advance if I say something incorrect l. I backup the same files to multiple distinct external HDDs and my solution was to use distinct repos for each one. They have different IDs so the caches are different too. The include/exclude list is redundant but I can live with that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703664609 {#1430
        date: 2023-12-27 09:10:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@qaz@lemmy.world"
        "@Nyfure@kbin.social"
        "@TurboLag@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 255949
      -bodyTs: "'advanc':29 'backup':37 'beginn':23 'borg':25 'cach':63 'differ':59,65 'distinct':43,52 'everi':16 'extern':44 'file':40 'hdds':45 'id':60 'include/exclude':68 'incorrect':34 'index':15 'l':35 'list':69 'live':75 'm':21 'machin':9 'multipl':8,42 'one':56 'rebuild':13 'redund':71 'repo':53 'repositori':6 'say':32 'solut':48 'someth':33 'sorri':27 'switch':19 'time':17 'use':3,51"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5587305"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703664609 {#1429
        date: 2023-12-27 09:10:09.0 +01:00
      }
      +"title": 255949
    }
  ]
  -id: 24664
  -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
  -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703590494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9958184"
  +editedAt: DateTimeImmutable @1719784410 {#3043
    date: 2024-06-30 23:53:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703504094 {#3022
    date: 2023-12-25 12:34:54.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 {#1578
  +user: Proxies\__CG__\App\Entity\User {#3060 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
  +title: "Should I use Restic, Borg, or Kopia for container backups?"
  +url: null
  +body: """
    I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
    \n
    - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
    - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
    - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
    \n
    Does anyone have experience with these, and if so, what was your experience?\n
    \n
    EDIT 2023-12-28:\n
    \n
    It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
    \n
    | Borg | Restic | Kopia |\n
    |---|---|---|\n
    | 3 | 7 | 5 |
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 38
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719744126 {#3055
    date: 2024-06-30 12:42:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3062 …}
  +votes: Doctrine\ORM\PersistentCollection {#3064 …}
  +reports: Doctrine\ORM\PersistentCollection {#3066 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3068 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3070 …}
  +badges: Doctrine\ORM\PersistentCollection {#3072 …}
  +children: [
    App\Entity\EntryComment {#1595
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1578 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +body: """
        > if you use the same repository with multiple machines, they have to rebuild their index every time they switch\n
        \n
        I’m a beginner with Borg so sorry in advance if I say something incorrect l. I backup the same files to multiple distinct external HDDs and my solution was to use distinct repos for each one. They have different IDs so the caches are different too. The include/exclude list is redundant but I can live with that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703664609 {#1430
        date: 2023-12-27 09:10:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@qaz@lemmy.world"
        "@Nyfure@kbin.social"
        "@TurboLag@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1679 …}
      +nested: Doctrine\ORM\PersistentCollection {#1668 …}
      +votes: Doctrine\ORM\PersistentCollection {#1666 …}
      +reports: Doctrine\ORM\PersistentCollection {#1669 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
      -id: 255949
      -bodyTs: "'advanc':29 'backup':37 'beginn':23 'borg':25 'cach':63 'differ':59,65 'distinct':43,52 'everi':16 'extern':44 'file':40 'hdds':45 'id':60 'include/exclude':68 'incorrect':34 'index':15 'l':35 'list':69 'live':75 'm':21 'machin':9 'multipl':8,42 'one':56 'rebuild':13 'redund':71 'repo':53 'repositori':6 'say':32 'solut':48 'someth':33 'sorri':27 'switch':19 'time':17 'use':3,51"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5587305"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703664609 {#1429
        date: 2023-12-27 09:10:09.0 +01:00
      }
      +"title": 255949
    }
  ]
  -id: 24664
  -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
  -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703590494
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9958184"
  +editedAt: DateTimeImmutable @1719784410 {#3043
    date: 2024-06-30 23:53:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703504094 {#3022
    date: 2023-12-25 12:34:54.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 {#1595
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#3060 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
    +title: "Should I use Restic, Borg, or Kopia for container backups?"
    +url: null
    +body: """
      I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
      \n
      - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
      - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
      - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
      \n
      Does anyone have experience with these, and if so, what was your experience?\n
      \n
      EDIT 2023-12-28:\n
      \n
      It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
      \n
      | Borg | Restic | Kopia |\n
      |---|---|---|\n
      | 3 | 7 | 5 |
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 85
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719744126 {#3055
      date: 2024-06-30 12:42:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3062 …}
    +votes: Doctrine\ORM\PersistentCollection {#3064 …}
    +reports: Doctrine\ORM\PersistentCollection {#3066 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3068 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3070 …}
    +badges: Doctrine\ORM\PersistentCollection {#3072 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 24664
    -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
    -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703590494
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9958184"
    +editedAt: DateTimeImmutable @1719784410 {#3043
      date: 2024-06-30 23:53:30.0 +02:00
    }
    +createdAt: DateTimeImmutable @1703504094 {#3022
      date: 2023-12-25 12:34:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: """
    > if you use the same repository with multiple machines, they have to rebuild their index every time they switch\n
    \n
    I’m a beginner with Borg so sorry in advance if I say something incorrect l. I backup the same files to multiple distinct external HDDs and my solution was to use distinct repos for each one. They have different IDs so the caches are different too. The include/exclude list is redundant but I can live with that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703664609 {#1430
    date: 2023-12-27 09:10:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@qaz@lemmy.world"
    "@Nyfure@kbin.social"
    "@TurboLag@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 255949
  -bodyTs: "'advanc':29 'backup':37 'beginn':23 'borg':25 'cach':63 'differ':59,65 'distinct':43,52 'everi':16 'extern':44 'file':40 'hdds':45 'id':60 'include/exclude':68 'incorrect':34 'index':15 'l':35 'list':69 'live':75 'm':21 'machin':9 'multipl':8,42 'one':56 'rebuild':13 'redund':71 'repo':53 'repositori':6 'say':32 'solut':48 'someth':33 'sorri':27 'switch':19 'time':17 'use':3,51"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5587305"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703664609 {#1429
    date: 2023-12-27 09:10:09.0 +01:00
  }
  +"title": 255949
}
"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 {#1595
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#3060 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
    +title: "Should I use Restic, Borg, or Kopia for container backups?"
    +url: null
    +body: """
      I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
      \n
      - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
      - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
      - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
      \n
      Does anyone have experience with these, and if so, what was your experience?\n
      \n
      EDIT 2023-12-28:\n
      \n
      It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
      \n
      | Borg | Restic | Kopia |\n
      |---|---|---|\n
      | 3 | 7 | 5 |
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 85
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719744126 {#3055
      date: 2024-06-30 12:42:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3062 …}
    +votes: Doctrine\ORM\PersistentCollection {#3064 …}
    +reports: Doctrine\ORM\PersistentCollection {#3066 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3068 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3070 …}
    +badges: Doctrine\ORM\PersistentCollection {#3072 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 24664
    -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
    -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703590494
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9958184"
    +editedAt: DateTimeImmutable @1719784410 {#3043
      date: 2024-06-30 23:53:30.0 +02:00
    }
    +createdAt: DateTimeImmutable @1703504094 {#3022
      date: 2023-12-25 12:34:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: """
    > if you use the same repository with multiple machines, they have to rebuild their index every time they switch\n
    \n
    I’m a beginner with Borg so sorry in advance if I say something incorrect l. I backup the same files to multiple distinct external HDDs and my solution was to use distinct repos for each one. They have different IDs so the caches are different too. The include/exclude list is redundant but I can live with that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703664609 {#1430
    date: 2023-12-27 09:10:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@qaz@lemmy.world"
    "@Nyfure@kbin.social"
    "@TurboLag@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 255949
  -bodyTs: "'advanc':29 'backup':37 'beginn':23 'borg':25 'cach':63 'differ':59,65 'distinct':43,52 'everi':16 'extern':44 'file':40 'hdds':45 'id':60 'include/exclude':68 'incorrect':34 'index':15 'l':35 'list':69 'live':75 'm':21 'machin':9 'multipl':8,42 'one':56 'rebuild':13 'redund':71 'repo':53 'repositori':6 'say':32 'solut':48 'someth':33 'sorri':27 'switch':19 'time':17 'use':3,51"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5587305"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703664609 {#1429
    date: 2023-12-27 09:10:09.0 +01:00
  }
  +"title": 255949
}
"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 {#1595
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1578
    +user: Proxies\__CG__\App\Entity\User {#3060 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Should-I-use-Restic-Borg-or-Kopia-for-container-backups"
    +title: "Should I use Restic, Borg, or Kopia for container backups?"
    +url: null
    +body: """
      I’m planning to set up proper backups for my server, but I’m not sure which software to use. I’ve looked for solutions with encryption, compressed, incremental backups. These seem to be the best options:\n
      \n
      - [Restic](https://restic.net/) ([GitHub](https://github.com/restic/restic))\n
      - [Borg](https://www.borgbackup.org/) ([GitHub](https://github.com/borgbackup))\n
      - [Kopia](https://kopia.io/) ([GitHub](https://github.com/kopia/kopia/))\n
      \n
      Does anyone have experience with these, and if so, what was your experience?\n
      \n
      EDIT 2023-12-28:\n
      \n
      It seems most people are using Restic of which about half mention using a wrapper such as [resticprofiles](https://github.com/creativeprojects/resticprofile), [creatic](https://github.com/nils-werner/crestic) and [autorestic](https://github.com/cupcakearmy/autorestic).\n
      \n
      | Borg | Restic | Kopia |\n
      |---|---|---|\n
      | 3 | 7 | 5 |
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 38
    +favouriteCount: 85
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719744126 {#3055
      date: 2024-06-30 12:42:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3062 …}
    +votes: Doctrine\ORM\PersistentCollection {#3064 …}
    +reports: Doctrine\ORM\PersistentCollection {#3066 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3068 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3070 …}
    +badges: Doctrine\ORM\PersistentCollection {#3072 …}
    +children: [
      App\Entity\EntryComment {#1595}
    ]
    -id: 24664
    -titleTs: "'backup':10 'borg':5 'contain':9 'kopia':7 'restic':4 'use':3"
    -bodyTs: "'-12':77 '-28':78 '/)':41,49,57 '/borgbackup))':53 '/creativeprojects/resticprofile),':99 '/cupcakearmy/autorestic).':108 '/kopia/kopia/))':61 '/nils-werner/crestic)':103 '/restic/restic))':45 '2023':76 '3':112 '5':114 '7':113 'anyon':63 'autorest':105 'backup':8,30 'best':36 'borg':46,109 'compress':28 'creatic':100 'edit':75 'encrypt':27 'experi':65,74 'github':42,50,58 'github.com':44,52,60,98,102,107 'github.com/borgbackup))':51 'github.com/creativeprojects/resticprofile),':97 'github.com/cupcakearmy/autorestic).':106 'github.com/kopia/kopia/))':59 'github.com/nils-werner/crestic)':101 'github.com/restic/restic))':43 'half':89 'increment':29 'kopia':54,111 'kopia.io':56 'kopia.io/)':55 'look':23 'm':2,14 'mention':90 'option':37 'peopl':82 'plan':3 'proper':7 'restic':38,85,110 'restic.net':40 'restic.net/)':39 'resticprofil':96 'seem':32,80 'server':11 'set':5 'softwar':18 'solut':25 'sure':16 'use':20,84,91 've':22 'wrapper':93 'www.borgbackup.org':48 'www.borgbackup.org/)':47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703590494
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9958184"
    +editedAt: DateTimeImmutable @1719784410 {#3043
      date: 2024-06-30 23:53:30.0 +02:00
    }
    +createdAt: DateTimeImmutable @1703504094 {#3022
      date: 2023-12-25 12:34:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1652 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +body: """
    > if you use the same repository with multiple machines, they have to rebuild their index every time they switch\n
    \n
    I’m a beginner with Borg so sorry in advance if I say something incorrect l. I backup the same files to multiple distinct external HDDs and my solution was to use distinct repos for each one. They have different IDs so the caches are different too. The include/exclude list is redundant but I can live with that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703664609 {#1430
    date: 2023-12-27 09:10:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@qaz@lemmy.world"
    "@Nyfure@kbin.social"
    "@TurboLag@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1679 …}
  +nested: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1669 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1549 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1573 …}
  -id: 255949
  -bodyTs: "'advanc':29 'backup':37 'beginn':23 'borg':25 'cach':63 'differ':59,65 'distinct':43,52 'everi':16 'extern':44 'file':40 'hdds':45 'id':60 'include/exclude':68 'incorrect':34 'index':15 'l':35 'list':69 'live':75 'm':21 'machin':9 'multipl':8,42 'one':56 'rebuild':13 'redund':71 'repo':53 'repositori':6 'say':32 'solut':48 'someth':33 'sorri':27 'switch':19 'time':17 'use':3,51"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5587305"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703664609 {#1429
    date: 2023-12-27 09:10:09.0 +01:00
  }
  +"title": 255949
}
"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 {#2018
  +user: Proxies\__CG__\App\Entity\User {#2986 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
  +title: "Is this Seagate Exos drive too good to be true?"
  +url: null
  +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710356244 {#3019
    date: 2024-03-13 19:57:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3024 …}
  +votes: Doctrine\ORM\PersistentCollection {#3027 …}
  +reports: Doctrine\ORM\PersistentCollection {#3029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
  +badges: Doctrine\ORM\PersistentCollection {#3035 …}
  +children: [
    1 => App\Entity\EntryComment {#2061
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: """
        What kind of attributes did you find relevant? I imagine the 19x codes…\n
        \n
        I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
        \n
        Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703842696 {#2144
        date: 2023-12-29 10:38:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rosa666parks@lemmy.dbzer0.com"
        "@TCB13@lemmy.world"
        "@hperrin@lemmy.world"
        "@lemmyvore@feddit.nl"
        "@fruitycoder@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 261824
      -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5619416"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703842696 {#2075
        date: 2023-12-29 10:38:16.0 +01:00
      }
      +"title": 261824
    }
    0 => App\Entity\EntryComment {#2022
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703814557 {#2026
        date: 2023-12-29 02:49:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rosa666parks@lemmy.dbzer0.com"
        "@TCB13@lemmy.world"
        "@hperrin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -id: 261136
      -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5615620"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703814557 {#2024
        date: 2023-12-29 02:49:17.0 +01:00
      }
      +"title": 261136
    }
  ]
  -id: 25387
  -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
  -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703857646
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11235325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703771246 {#3007
    date: 2023-12-28 14:47:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2018
  +user: Proxies\__CG__\App\Entity\User {#2986 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
  +title: "Is this Seagate Exos drive too good to be true?"
  +url: null
  +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710356244 {#3019
    date: 2024-03-13 19:57:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3024 …}
  +votes: Doctrine\ORM\PersistentCollection {#3027 …}
  +reports: Doctrine\ORM\PersistentCollection {#3029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
  +badges: Doctrine\ORM\PersistentCollection {#3035 …}
  +children: [
    1 => App\Entity\EntryComment {#2061
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: """
        What kind of attributes did you find relevant? I imagine the 19x codes…\n
        \n
        I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
        \n
        Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703842696 {#2144
        date: 2023-12-29 10:38:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rosa666parks@lemmy.dbzer0.com"
        "@TCB13@lemmy.world"
        "@hperrin@lemmy.world"
        "@lemmyvore@feddit.nl"
        "@fruitycoder@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 261824
      -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5619416"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703842696 {#2075
        date: 2023-12-29 10:38:16.0 +01:00
      }
      +"title": 261824
    }
    0 => App\Entity\EntryComment {#2022
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703814557 {#2026
        date: 2023-12-29 02:49:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rosa666parks@lemmy.dbzer0.com"
        "@TCB13@lemmy.world"
        "@hperrin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -id: 261136
      -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5615620"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703814557 {#2024
        date: 2023-12-29 02:49:17.0 +01:00
      }
      +"title": 261136
    }
  ]
  -id: 25387
  -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
  -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703857646
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11235325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703771246 {#3007
    date: 2023-12-28 14:47:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2018
  +user: Proxies\__CG__\App\Entity\User {#2986 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
  +title: "Is this Seagate Exos drive too good to be true?"
  +url: null
  +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710356244 {#3019
    date: 2024-03-13 19:57:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3024 …}
  +votes: Doctrine\ORM\PersistentCollection {#3027 …}
  +reports: Doctrine\ORM\PersistentCollection {#3029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
  +badges: Doctrine\ORM\PersistentCollection {#3035 …}
  +children: [
    1 => App\Entity\EntryComment {#2061
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: """
        What kind of attributes did you find relevant? I imagine the 19x codes…\n
        \n
        I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
        \n
        Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703842696 {#2144
        date: 2023-12-29 10:38:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rosa666parks@lemmy.dbzer0.com"
        "@TCB13@lemmy.world"
        "@hperrin@lemmy.world"
        "@lemmyvore@feddit.nl"
        "@fruitycoder@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2084 …}
      +nested: Doctrine\ORM\PersistentCollection {#2076 …}
      +votes: Doctrine\ORM\PersistentCollection {#2083 …}
      +reports: Doctrine\ORM\PersistentCollection {#2085 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
      -id: 261824
      -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5619416"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703842696 {#2075
        date: 2023-12-29 10:38:16.0 +01:00
      }
      +"title": 261824
    }
    0 => App\Entity\EntryComment {#2022
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
      +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703814557 {#2026
        date: 2023-12-29 02:49:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rosa666parks@lemmy.dbzer0.com"
        "@TCB13@lemmy.world"
        "@hperrin@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2033 …}
      +nested: Doctrine\ORM\PersistentCollection {#2028 …}
      +votes: Doctrine\ORM\PersistentCollection {#2012 …}
      +reports: Doctrine\ORM\PersistentCollection {#2013 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
      -id: 261136
      -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5615620"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703814557 {#2024
        date: 2023-12-29 02:49:17.0 +01:00
      }
      +"title": 261136
    }
  ]
  -id: 25387
  -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
  -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703857646
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11235325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703771246 {#3007
    date: 2023-12-28 14:47:26.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2061
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
    +title: "Is this Seagate Exos drive too good to be true?"
    +url: null
    +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710356244 {#3019
      date: 2024-03-13 19:57:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3024 …}
    +votes: Doctrine\ORM\PersistentCollection {#3027 …}
    +reports: Doctrine\ORM\PersistentCollection {#3029 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
    +badges: Doctrine\ORM\PersistentCollection {#3035 …}
    +children: [
      1 => App\Entity\EntryComment {#2061}
      0 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703814557 {#2026
          date: 2023-12-29 02:49:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rosa666parks@lemmy.dbzer0.com"
          "@TCB13@lemmy.world"
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -id: 261136
        -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615620"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703814557 {#2024
          date: 2023-12-29 02:49:17.0 +01:00
        }
        +"title": 261136
      }
    ]
    -id: 25387
    -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
    -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703857646
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11235325"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703771246 {#3007
      date: 2023-12-28 14:47:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: """
    What kind of attributes did you find relevant? I imagine the 19x codes…\n
    \n
    I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
    \n
    Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703842696 {#2144
    date: 2023-12-29 10:38:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rosa666parks@lemmy.dbzer0.com"
    "@TCB13@lemmy.world"
    "@hperrin@lemmy.world"
    "@lemmyvore@feddit.nl"
    "@fruitycoder@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 261824
  -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5619416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703842696 {#2075
    date: 2023-12-29 10:38:16.0 +01:00
  }
  +"title": 261824
}
"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 {#2061
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
    +title: "Is this Seagate Exos drive too good to be true?"
    +url: null
    +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710356244 {#3019
      date: 2024-03-13 19:57:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3024 …}
    +votes: Doctrine\ORM\PersistentCollection {#3027 …}
    +reports: Doctrine\ORM\PersistentCollection {#3029 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
    +badges: Doctrine\ORM\PersistentCollection {#3035 …}
    +children: [
      1 => App\Entity\EntryComment {#2061}
      0 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703814557 {#2026
          date: 2023-12-29 02:49:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rosa666parks@lemmy.dbzer0.com"
          "@TCB13@lemmy.world"
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -id: 261136
        -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615620"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703814557 {#2024
          date: 2023-12-29 02:49:17.0 +01:00
        }
        +"title": 261136
      }
    ]
    -id: 25387
    -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
    -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703857646
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11235325"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703771246 {#3007
      date: 2023-12-28 14:47:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: """
    What kind of attributes did you find relevant? I imagine the 19x codes…\n
    \n
    I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
    \n
    Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703842696 {#2144
    date: 2023-12-29 10:38:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rosa666parks@lemmy.dbzer0.com"
    "@TCB13@lemmy.world"
    "@hperrin@lemmy.world"
    "@lemmyvore@feddit.nl"
    "@fruitycoder@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 261824
  -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5619416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703842696 {#2075
    date: 2023-12-29 10:38:16.0 +01:00
  }
  +"title": 261824
}
"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 {#2061
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
    +title: "Is this Seagate Exos drive too good to be true?"
    +url: null
    +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710356244 {#3019
      date: 2024-03-13 19:57:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3024 …}
    +votes: Doctrine\ORM\PersistentCollection {#3027 …}
    +reports: Doctrine\ORM\PersistentCollection {#3029 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
    +badges: Doctrine\ORM\PersistentCollection {#3035 …}
    +children: [
      1 => App\Entity\EntryComment {#2061}
      0 => App\Entity\EntryComment {#2022
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703814557 {#2026
          date: 2023-12-29 02:49:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rosa666parks@lemmy.dbzer0.com"
          "@TCB13@lemmy.world"
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2033 …}
        +nested: Doctrine\ORM\PersistentCollection {#2028 …}
        +votes: Doctrine\ORM\PersistentCollection {#2012 …}
        +reports: Doctrine\ORM\PersistentCollection {#2013 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
        -id: 261136
        -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615620"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703814557 {#2024
          date: 2023-12-29 02:49:17.0 +01:00
        }
        +"title": 261136
      }
    ]
    -id: 25387
    -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
    -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703857646
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11235325"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703771246 {#3007
      date: 2023-12-28 14:47:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: """
    What kind of attributes did you find relevant? I imagine the 19x codes…\n
    \n
    I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
    \n
    Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703842696 {#2144
    date: 2023-12-29 10:38:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rosa666parks@lemmy.dbzer0.com"
    "@TCB13@lemmy.world"
    "@hperrin@lemmy.world"
    "@lemmyvore@feddit.nl"
    "@fruitycoder@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2084 …}
  +nested: Doctrine\ORM\PersistentCollection {#2076 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2085 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
  -id: 261824
  -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5619416"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703842696 {#2075
    date: 2023-12-29 10:38:16.0 +01:00
  }
  +"title": 261824
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2022
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
    +title: "Is this Seagate Exos drive too good to be true?"
    +url: null
    +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710356244 {#3019
      date: 2024-03-13 19:57:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3024 …}
    +votes: Doctrine\ORM\PersistentCollection {#3027 …}
    +reports: Doctrine\ORM\PersistentCollection {#3029 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
    +badges: Doctrine\ORM\PersistentCollection {#3035 …}
    +children: [
      1 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +body: """
          What kind of attributes did you find relevant? I imagine the 19x codes…\n
          \n
          I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
          \n
          Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703842696 {#2144
          date: 2023-12-29 10:38:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rosa666parks@lemmy.dbzer0.com"
          "@TCB13@lemmy.world"
          "@hperrin@lemmy.world"
          "@lemmyvore@feddit.nl"
          "@fruitycoder@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 261824
        -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5619416"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703842696 {#2075
          date: 2023-12-29 10:38:16.0 +01:00
        }
        +"title": 261824
      }
      0 => App\Entity\EntryComment {#2022}
    ]
    -id: 25387
    -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
    -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703857646
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11235325"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703771246 {#3007
      date: 2023-12-28 14:47:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703814557 {#2026
    date: 2023-12-29 02:49:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rosa666parks@lemmy.dbzer0.com"
    "@TCB13@lemmy.world"
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -id: 261136
  -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5615620"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703814557 {#2024
    date: 2023-12-29 02:49:17.0 +01:00
  }
  +"title": 261136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2022
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
    +title: "Is this Seagate Exos drive too good to be true?"
    +url: null
    +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710356244 {#3019
      date: 2024-03-13 19:57:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3024 …}
    +votes: Doctrine\ORM\PersistentCollection {#3027 …}
    +reports: Doctrine\ORM\PersistentCollection {#3029 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
    +badges: Doctrine\ORM\PersistentCollection {#3035 …}
    +children: [
      1 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +body: """
          What kind of attributes did you find relevant? I imagine the 19x codes…\n
          \n
          I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
          \n
          Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703842696 {#2144
          date: 2023-12-29 10:38:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rosa666parks@lemmy.dbzer0.com"
          "@TCB13@lemmy.world"
          "@hperrin@lemmy.world"
          "@lemmyvore@feddit.nl"
          "@fruitycoder@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 261824
        -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5619416"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703842696 {#2075
          date: 2023-12-29 10:38:16.0 +01:00
        }
        +"title": 261824
      }
      0 => App\Entity\EntryComment {#2022}
    ]
    -id: 25387
    -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
    -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703857646
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11235325"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703771246 {#3007
      date: 2023-12-28 14:47:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703814557 {#2026
    date: 2023-12-29 02:49:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rosa666parks@lemmy.dbzer0.com"
    "@TCB13@lemmy.world"
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -id: 261136
  -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5615620"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703814557 {#2024
    date: 2023-12-29 02:49:17.0 +01:00
  }
  +"title": 261136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2022
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2018
    +user: Proxies\__CG__\App\Entity\User {#2986 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
    +title: "Is this Seagate Exos drive too good to be true?"
    +url: null
    +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710356244 {#3019
      date: 2024-03-13 19:57:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3024 …}
    +votes: Doctrine\ORM\PersistentCollection {#3027 …}
    +reports: Doctrine\ORM\PersistentCollection {#3029 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3031 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3033 …}
    +badges: Doctrine\ORM\PersistentCollection {#3035 …}
    +children: [
      1 => App\Entity\EntryComment {#2061
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2079 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
        +body: """
          What kind of attributes did you find relevant? I imagine the 19x codes…\n
          \n
          I’ve read the Blackblaze statistics and I’m using a tool (Scrutiny) that takes those stats into account for computing failure probability, but at the end of the day the most reliable tell is when a drive gets kicked out of an array (and/or can’t pass the long smart test anymore).\n
          \n
          Meanwhile, I have drives with “lesser” attributes sitting on warning values (like command timeout) and ofc I monitor them and have good drives on standby, but they still seem to chug along fine for now.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703842696 {#2144
          date: 2023-12-29 10:38:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@rosa666parks@lemmy.dbzer0.com"
          "@TCB13@lemmy.world"
          "@hperrin@lemmy.world"
          "@lemmyvore@feddit.nl"
          "@fruitycoder@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2084 …}
        +nested: Doctrine\ORM\PersistentCollection {#2076 …}
        +votes: Doctrine\ORM\PersistentCollection {#2083 …}
        +reports: Doctrine\ORM\PersistentCollection {#2085 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2062 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2077 …}
        -id: 261824
        -bodyTs: "'19x':12 'account':32 'along':98 'and/or':58 'anymor':66 'array':57 'attribut':4,73 'blackblaz':18 'chug':97 'code':13 'command':79 'comput':34 'day':43 'drive':51,70,89 'end':40 'failur':35 'find':7 'fine':99 'get':52 'good':88 'imagin':10 'kick':53 'kind':2 'lesser':72 'like':78 'long':63 'm':22 'meanwhil':67 'monitor':84 'ofc':82 'pass':61 'probabl':36 'read':16 'relev':8 'reliabl':46 'scrutini':26 'seem':95 'sit':74 'smart':64 'standbi':91 'stat':30 'statist':19 'still':94 'take':28 'tell':47 'test':65 'timeout':80 'tool':25 'use':23 'valu':77 've':15 'warn':76"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5619416"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703842696 {#2075
          date: 2023-12-29 10:38:16.0 +01:00
        }
        +"title": 261824
      }
      0 => App\Entity\EntryComment {#2022}
    ]
    -id: 25387
    -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
    -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703857646
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11235325"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703771246 {#3007
      date: 2023-12-28 14:47:26.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
  +body: "Data centers replace drives when they fail and that’s about it. They don’t care much about SMART data."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703814557 {#2026
    date: 2023-12-29 02:49:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rosa666parks@lemmy.dbzer0.com"
    "@TCB13@lemmy.world"
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2033 …}
  +nested: Doctrine\ORM\PersistentCollection {#2028 …}
  +votes: Doctrine\ORM\PersistentCollection {#2012 …}
  +reports: Doctrine\ORM\PersistentCollection {#2013 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2035 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2036 …}
  -id: 261136
  -bodyTs: "'care':16 'center':2 'data':1,20 'drive':4 'fail':7 'much':17 'replac':3 'smart':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5615620"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703814557 {#2024
    date: 2023-12-29 02:49:17.0 +01:00
  }
  +"title": 261136
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2204
  +user: Proxies\__CG__\App\Entity\User {#2634 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Is-there-such-a-thing-as-split-screen-grep"
  +title: "Is there such a thing as split-screen grep?"
  +url: null
  +body: """
    I want to run a command and see all of its output on the left hand side, while simultaneously searching/grepping for particular lines on the right hand side. In other words, I want a temporary vertically split screen in my CLI, ideally with scrollback on each side of the split, but where I expect the left hand side to be scrolling thousands of lines quickly, while on the right hand side is a slow accumulation of “matches” to my grep.\n
    \n
    Is this possible today? What tools would you recommend to accomplish this?\n
    \n
    EDIT: To be clear, a one-liner is preferable over learning tmux or screen, although this does motivate me to perhaps begin learning tmux.\n
    \n
    In case this is an X/Y problem: The specific command I’m trying to run is an rsync simulation (dry-run) where I want to both check that the command works, and subsequently check that there are no `denied` errors. The recommended way to do this is to run the command twice, as follows (but I want to combine it into one pass):\n
    \n
    ```\n
    \n
    <span style="color:#323232;"># first specify the "-n" parameter so rsync will simulate its operation. You should use this before you start:\n
    </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;"># check for permission denied errors in your homedir:\n
    </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719267028 {#3037
    date: 2024-06-25 00:10:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3042 …}
  +votes: Doctrine\ORM\PersistentCollection {#3045 …}
  +reports: Doctrine\ORM\PersistentCollection {#3047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
  +badges: Doctrine\ORM\PersistentCollection {#3053 …}
  +children: [
    App\Entity\EntryComment {#2209
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Run rsync, pipe to tee, and redirect the output to a named pipe (mkfifo). Open a second terminal and direct the named pipe into a grep command. Arrange the terminals in whatever way you want.\n
        \n
        ```\n
        \n
        <span style="color:#323232;">mkfifo mypipe\n
        </span><span style="color:#323232;">rsync | tee mypipe\n
        </span><span style="color:#323232;">grep "denied" < mypipe\n
        </span>\n
        ```
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 41
      +score: 0
      +lastActive: DateTime @1710646004 {#2207
        date: 2024-03-17 04:26:44.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2200 …}
      +nested: Doctrine\ORM\PersistentCollection {#2270 …}
      +votes: Doctrine\ORM\PersistentCollection {#2257 …}
      +reports: Doctrine\ORM\PersistentCollection {#2267 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
      -id: 271446
      -bodyTs: "'arrang':28 'command':27 'deni':42 'direct':20 'grep':26,41 'mkfifo':14,36 'mypip':37,40,43 'name':12,22 'open':15 'output':9 'pipe':3,13,23 'redirect':7 'rsync':2,38 'run':1 'second':17 'tee':5,39 'termin':18,30 'want':35 'way':33 'whatev':32"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5669884"
      +editedAt: DateTimeImmutable @1710548585 {#2212
        date: 2024-03-16 01:23:05.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704133631 {#2208
        date: 2024-01-01 19:27:11.0 +01:00
      }
      +"title": 271446
    }
  ]
  -id: 26591
  -titleTs: "'grep':10 'screen':9 'split':8 'split-screen':7 'thing':5"
  -bodyTs: "'/home':206,223 'accomplish':91 'accumul':75 'although':108 'backupdir':208,225 'begin':115 'case':119 'check':145,152,209 'clear':96 'cli':41 'combin':177 'command':6,127,148,169 'deni':157,212,227 'dri':138 'dry-run':137 'edit':93 'error':158,213 'exclud':203,220 'exclude-from':202,219 'expect':54 'first':182 'follow':172 'grep':80,226 'hand':16,27,57,70 'homedir':216 'ideal':42 'learn':104,116 'left':15,56 'line':23,64 'liner':100 'm':129 'match':77 'motiv':111 'n':185 'nap':201,218 'one':99,180 'one-lin':98 'oper':192 'output':12 'paramet':186 'particular':22 'pass':181 'perhap':114 'permiss':211 'possibl':83 'prefer':102 'problem':124 'quick':65 'recommend':89,160 'right':26,69 'rsync':135,188,200,217 'rsync-homedir-local.txt':205,222 'run':4,132,139,167 'screen':38,107 'scroll':61 'scrollback':44 'searching/grepping':20 'see':8 'side':17,28,47,58,71 'simul':136,190 'simultan':19 'slow':74 'specif':126 'specifi':183 'split':37,50 'start':199 'subsequ':151 'temporari':35 'thousand':62 'tmux':105,117 'today':84 'tool':86 'tri':130 'twice':170 'use':195 'user':207,224 'vertic':36 'want':2,33,142,175 'way':161 'word':31 'work':149 'would':87 'x/y':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704218040
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12450133"
  +editedAt: DateTimeImmutable @1710501214 {#3025
    date: 2024-03-15 12:13:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704131640 {#3004
    date: 2024-01-01 18:54: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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2204
  +user: Proxies\__CG__\App\Entity\User {#2634 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Is-there-such-a-thing-as-split-screen-grep"
  +title: "Is there such a thing as split-screen grep?"
  +url: null
  +body: """
    I want to run a command and see all of its output on the left hand side, while simultaneously searching/grepping for particular lines on the right hand side. In other words, I want a temporary vertically split screen in my CLI, ideally with scrollback on each side of the split, but where I expect the left hand side to be scrolling thousands of lines quickly, while on the right hand side is a slow accumulation of “matches” to my grep.\n
    \n
    Is this possible today? What tools would you recommend to accomplish this?\n
    \n
    EDIT: To be clear, a one-liner is preferable over learning tmux or screen, although this does motivate me to perhaps begin learning tmux.\n
    \n
    In case this is an X/Y problem: The specific command I’m trying to run is an rsync simulation (dry-run) where I want to both check that the command works, and subsequently check that there are no `denied` errors. The recommended way to do this is to run the command twice, as follows (but I want to combine it into one pass):\n
    \n
    ```\n
    \n
    <span style="color:#323232;"># first specify the "-n" parameter so rsync will simulate its operation. You should use this before you start:\n
    </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;"># check for permission denied errors in your homedir:\n
    </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719267028 {#3037
    date: 2024-06-25 00:10:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3042 …}
  +votes: Doctrine\ORM\PersistentCollection {#3045 …}
  +reports: Doctrine\ORM\PersistentCollection {#3047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
  +badges: Doctrine\ORM\PersistentCollection {#3053 …}
  +children: [
    App\Entity\EntryComment {#2209
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Run rsync, pipe to tee, and redirect the output to a named pipe (mkfifo). Open a second terminal and direct the named pipe into a grep command. Arrange the terminals in whatever way you want.\n
        \n
        ```\n
        \n
        <span style="color:#323232;">mkfifo mypipe\n
        </span><span style="color:#323232;">rsync | tee mypipe\n
        </span><span style="color:#323232;">grep "denied" < mypipe\n
        </span>\n
        ```
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 41
      +score: 0
      +lastActive: DateTime @1710646004 {#2207
        date: 2024-03-17 04:26:44.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2200 …}
      +nested: Doctrine\ORM\PersistentCollection {#2270 …}
      +votes: Doctrine\ORM\PersistentCollection {#2257 …}
      +reports: Doctrine\ORM\PersistentCollection {#2267 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
      -id: 271446
      -bodyTs: "'arrang':28 'command':27 'deni':42 'direct':20 'grep':26,41 'mkfifo':14,36 'mypip':37,40,43 'name':12,22 'open':15 'output':9 'pipe':3,13,23 'redirect':7 'rsync':2,38 'run':1 'second':17 'tee':5,39 'termin':18,30 'want':35 'way':33 'whatev':32"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5669884"
      +editedAt: DateTimeImmutable @1710548585 {#2212
        date: 2024-03-16 01:23:05.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704133631 {#2208
        date: 2024-01-01 19:27:11.0 +01:00
      }
      +"title": 271446
    }
  ]
  -id: 26591
  -titleTs: "'grep':10 'screen':9 'split':8 'split-screen':7 'thing':5"
  -bodyTs: "'/home':206,223 'accomplish':91 'accumul':75 'although':108 'backupdir':208,225 'begin':115 'case':119 'check':145,152,209 'clear':96 'cli':41 'combin':177 'command':6,127,148,169 'deni':157,212,227 'dri':138 'dry-run':137 'edit':93 'error':158,213 'exclud':203,220 'exclude-from':202,219 'expect':54 'first':182 'follow':172 'grep':80,226 'hand':16,27,57,70 'homedir':216 'ideal':42 'learn':104,116 'left':15,56 'line':23,64 'liner':100 'm':129 'match':77 'motiv':111 'n':185 'nap':201,218 'one':99,180 'one-lin':98 'oper':192 'output':12 'paramet':186 'particular':22 'pass':181 'perhap':114 'permiss':211 'possibl':83 'prefer':102 'problem':124 'quick':65 'recommend':89,160 'right':26,69 'rsync':135,188,200,217 'rsync-homedir-local.txt':205,222 'run':4,132,139,167 'screen':38,107 'scroll':61 'scrollback':44 'searching/grepping':20 'see':8 'side':17,28,47,58,71 'simul':136,190 'simultan':19 'slow':74 'specif':126 'specifi':183 'split':37,50 'start':199 'subsequ':151 'temporari':35 'thousand':62 'tmux':105,117 'today':84 'tool':86 'tri':130 'twice':170 'use':195 'user':207,224 'vertic':36 'want':2,33,142,175 'way':161 'word':31 'work':149 'would':87 'x/y':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704218040
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12450133"
  +editedAt: DateTimeImmutable @1710501214 {#3025
    date: 2024-03-15 12:13:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704131640 {#3004
    date: 2024-01-01 18:54: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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2204
  +user: Proxies\__CG__\App\Entity\User {#2634 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Is-there-such-a-thing-as-split-screen-grep"
  +title: "Is there such a thing as split-screen grep?"
  +url: null
  +body: """
    I want to run a command and see all of its output on the left hand side, while simultaneously searching/grepping for particular lines on the right hand side. In other words, I want a temporary vertically split screen in my CLI, ideally with scrollback on each side of the split, but where I expect the left hand side to be scrolling thousands of lines quickly, while on the right hand side is a slow accumulation of “matches” to my grep.\n
    \n
    Is this possible today? What tools would you recommend to accomplish this?\n
    \n
    EDIT: To be clear, a one-liner is preferable over learning tmux or screen, although this does motivate me to perhaps begin learning tmux.\n
    \n
    In case this is an X/Y problem: The specific command I’m trying to run is an rsync simulation (dry-run) where I want to both check that the command works, and subsequently check that there are no `denied` errors. The recommended way to do this is to run the command twice, as follows (but I want to combine it into one pass):\n
    \n
    ```\n
    \n
    <span style="color:#323232;"># first specify the "-n" parameter so rsync will simulate its operation. You should use this before you start:\n
    </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;"># check for permission denied errors in your homedir:\n
    </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719267028 {#3037
    date: 2024-06-25 00:10:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3042 …}
  +votes: Doctrine\ORM\PersistentCollection {#3045 …}
  +reports: Doctrine\ORM\PersistentCollection {#3047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
  +badges: Doctrine\ORM\PersistentCollection {#3053 …}
  +children: [
    App\Entity\EntryComment {#2209
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2204 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Run rsync, pipe to tee, and redirect the output to a named pipe (mkfifo). Open a second terminal and direct the named pipe into a grep command. Arrange the terminals in whatever way you want.\n
        \n
        ```\n
        \n
        <span style="color:#323232;">mkfifo mypipe\n
        </span><span style="color:#323232;">rsync | tee mypipe\n
        </span><span style="color:#323232;">grep "denied" < mypipe\n
        </span>\n
        ```
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 41
      +score: 0
      +lastActive: DateTime @1710646004 {#2207
        date: 2024-03-17 04:26:44.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
        "@canadaduane@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2200 …}
      +nested: Doctrine\ORM\PersistentCollection {#2270 …}
      +votes: Doctrine\ORM\PersistentCollection {#2257 …}
      +reports: Doctrine\ORM\PersistentCollection {#2267 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
      -id: 271446
      -bodyTs: "'arrang':28 'command':27 'deni':42 'direct':20 'grep':26,41 'mkfifo':14,36 'mypip':37,40,43 'name':12,22 'open':15 'output':9 'pipe':3,13,23 'redirect':7 'rsync':2,38 'run':1 'second':17 'tee':5,39 'termin':18,30 'want':35 'way':33 'whatev':32"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5669884"
      +editedAt: DateTimeImmutable @1710548585 {#2212
        date: 2024-03-16 01:23:05.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704133631 {#2208
        date: 2024-01-01 19:27:11.0 +01:00
      }
      +"title": 271446
    }
  ]
  -id: 26591
  -titleTs: "'grep':10 'screen':9 'split':8 'split-screen':7 'thing':5"
  -bodyTs: "'/home':206,223 'accomplish':91 'accumul':75 'although':108 'backupdir':208,225 'begin':115 'case':119 'check':145,152,209 'clear':96 'cli':41 'combin':177 'command':6,127,148,169 'deni':157,212,227 'dri':138 'dry-run':137 'edit':93 'error':158,213 'exclud':203,220 'exclude-from':202,219 'expect':54 'first':182 'follow':172 'grep':80,226 'hand':16,27,57,70 'homedir':216 'ideal':42 'learn':104,116 'left':15,56 'line':23,64 'liner':100 'm':129 'match':77 'motiv':111 'n':185 'nap':201,218 'one':99,180 'one-lin':98 'oper':192 'output':12 'paramet':186 'particular':22 'pass':181 'perhap':114 'permiss':211 'possibl':83 'prefer':102 'problem':124 'quick':65 'recommend':89,160 'right':26,69 'rsync':135,188,200,217 'rsync-homedir-local.txt':205,222 'run':4,132,139,167 'screen':38,107 'scroll':61 'scrollback':44 'searching/grepping':20 'see':8 'side':17,28,47,58,71 'simul':136,190 'simultan':19 'slow':74 'specif':126 'specifi':183 'split':37,50 'start':199 'subsequ':151 'temporari':35 'thousand':62 'tmux':105,117 'today':84 'tool':86 'tri':130 'twice':170 'use':195 'user':207,224 'vertic':36 'want':2,33,142,175 'way':161 'word':31 'work':149 'would':87 'x/y':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704218040
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12450133"
  +editedAt: DateTimeImmutable @1710501214 {#3025
    date: 2024-03-15 12:13:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704131640 {#3004
    date: 2024-01-01 18:54: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
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2209
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2204
    +user: Proxies\__CG__\App\Entity\User {#2634 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-there-such-a-thing-as-split-screen-grep"
    +title: "Is there such a thing as split-screen grep?"
    +url: null
    +body: """
      I want to run a command and see all of its output on the left hand side, while simultaneously searching/grepping for particular lines on the right hand side. In other words, I want a temporary vertically split screen in my CLI, ideally with scrollback on each side of the split, but where I expect the left hand side to be scrolling thousands of lines quickly, while on the right hand side is a slow accumulation of “matches” to my grep.\n
      \n
      Is this possible today? What tools would you recommend to accomplish this?\n
      \n
      EDIT: To be clear, a one-liner is preferable over learning tmux or screen, although this does motivate me to perhaps begin learning tmux.\n
      \n
      In case this is an X/Y problem: The specific command I’m trying to run is an rsync simulation (dry-run) where I want to both check that the command works, and subsequently check that there are no `denied` errors. The recommended way to do this is to run the command twice, as follows (but I want to combine it into one pass):\n
      \n
      ```\n
      \n
      <span style="color:#323232;"># first specify the "-n" parameter so rsync will simulate its operation. You should use this before you start:\n
      </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;"># check for permission denied errors in your homedir:\n
      </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 57
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719267028 {#3037
      date: 2024-06-25 00:10:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3042 …}
    +votes: Doctrine\ORM\PersistentCollection {#3045 …}
    +reports: Doctrine\ORM\PersistentCollection {#3047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
    +badges: Doctrine\ORM\PersistentCollection {#3053 …}
    +children: [
      App\Entity\EntryComment {#2209}
    ]
    -id: 26591
    -titleTs: "'grep':10 'screen':9 'split':8 'split-screen':7 'thing':5"
    -bodyTs: "'/home':206,223 'accomplish':91 'accumul':75 'although':108 'backupdir':208,225 'begin':115 'case':119 'check':145,152,209 'clear':96 'cli':41 'combin':177 'command':6,127,148,169 'deni':157,212,227 'dri':138 'dry-run':137 'edit':93 'error':158,213 'exclud':203,220 'exclude-from':202,219 'expect':54 'first':182 'follow':172 'grep':80,226 'hand':16,27,57,70 'homedir':216 'ideal':42 'learn':104,116 'left':15,56 'line':23,64 'liner':100 'm':129 'match':77 'motiv':111 'n':185 'nap':201,218 'one':99,180 'one-lin':98 'oper':192 'output':12 'paramet':186 'particular':22 'pass':181 'perhap':114 'permiss':211 'possibl':83 'prefer':102 'problem':124 'quick':65 'recommend':89,160 'right':26,69 'rsync':135,188,200,217 'rsync-homedir-local.txt':205,222 'run':4,132,139,167 'screen':38,107 'scroll':61 'scrollback':44 'searching/grepping':20 'see':8 'side':17,28,47,58,71 'simul':136,190 'simultan':19 'slow':74 'specif':126 'specifi':183 'split':37,50 'start':199 'subsequ':151 'temporari':35 'thousand':62 'tmux':105,117 'today':84 'tool':86 'tri':130 'twice':170 'use':195 'user':207,224 'vertic':36 'want':2,33,142,175 'way':161 'word':31 'work':149 'would':87 'x/y':123"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704218040
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/12450133"
    +editedAt: DateTimeImmutable @1710501214 {#3025
      date: 2024-03-15 12:13:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704131640 {#3004
      date: 2024-01-01 18:54:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Run rsync, pipe to tee, and redirect the output to a named pipe (mkfifo). Open a second terminal and direct the named pipe into a grep command. Arrange the terminals in whatever way you want.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mkfifo mypipe\n
    </span><span style="color:#323232;">rsync | tee mypipe\n
    </span><span style="color:#323232;">grep "denied" < mypipe\n
    </span>\n
    ```
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 41
  +score: 0
  +lastActive: DateTime @1710646004 {#2207
    date: 2024-03-17 04:26:44.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2270 …}
  +votes: Doctrine\ORM\PersistentCollection {#2257 …}
  +reports: Doctrine\ORM\PersistentCollection {#2267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
  -id: 271446
  -bodyTs: "'arrang':28 'command':27 'deni':42 'direct':20 'grep':26,41 'mkfifo':14,36 'mypip':37,40,43 'name':12,22 'open':15 'output':9 'pipe':3,13,23 'redirect':7 'rsync':2,38 'run':1 'second':17 'tee':5,39 'termin':18,30 'want':35 'way':33 'whatev':32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5669884"
  +editedAt: DateTimeImmutable @1710548585 {#2212
    date: 2024-03-16 01:23:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704133631 {#2208
    date: 2024-01-01 19:27:11.0 +01:00
  }
  +"title": 271446
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2209
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2204
    +user: Proxies\__CG__\App\Entity\User {#2634 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-there-such-a-thing-as-split-screen-grep"
    +title: "Is there such a thing as split-screen grep?"
    +url: null
    +body: """
      I want to run a command and see all of its output on the left hand side, while simultaneously searching/grepping for particular lines on the right hand side. In other words, I want a temporary vertically split screen in my CLI, ideally with scrollback on each side of the split, but where I expect the left hand side to be scrolling thousands of lines quickly, while on the right hand side is a slow accumulation of “matches” to my grep.\n
      \n
      Is this possible today? What tools would you recommend to accomplish this?\n
      \n
      EDIT: To be clear, a one-liner is preferable over learning tmux or screen, although this does motivate me to perhaps begin learning tmux.\n
      \n
      In case this is an X/Y problem: The specific command I’m trying to run is an rsync simulation (dry-run) where I want to both check that the command works, and subsequently check that there are no `denied` errors. The recommended way to do this is to run the command twice, as follows (but I want to combine it into one pass):\n
      \n
      ```\n
      \n
      <span style="color:#323232;"># first specify the "-n" parameter so rsync will simulate its operation. You should use this before you start:\n
      </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;"># check for permission denied errors in your homedir:\n
      </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 57
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719267028 {#3037
      date: 2024-06-25 00:10:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3042 …}
    +votes: Doctrine\ORM\PersistentCollection {#3045 …}
    +reports: Doctrine\ORM\PersistentCollection {#3047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
    +badges: Doctrine\ORM\PersistentCollection {#3053 …}
    +children: [
      App\Entity\EntryComment {#2209}
    ]
    -id: 26591
    -titleTs: "'grep':10 'screen':9 'split':8 'split-screen':7 'thing':5"
    -bodyTs: "'/home':206,223 'accomplish':91 'accumul':75 'although':108 'backupdir':208,225 'begin':115 'case':119 'check':145,152,209 'clear':96 'cli':41 'combin':177 'command':6,127,148,169 'deni':157,212,227 'dri':138 'dry-run':137 'edit':93 'error':158,213 'exclud':203,220 'exclude-from':202,219 'expect':54 'first':182 'follow':172 'grep':80,226 'hand':16,27,57,70 'homedir':216 'ideal':42 'learn':104,116 'left':15,56 'line':23,64 'liner':100 'm':129 'match':77 'motiv':111 'n':185 'nap':201,218 'one':99,180 'one-lin':98 'oper':192 'output':12 'paramet':186 'particular':22 'pass':181 'perhap':114 'permiss':211 'possibl':83 'prefer':102 'problem':124 'quick':65 'recommend':89,160 'right':26,69 'rsync':135,188,200,217 'rsync-homedir-local.txt':205,222 'run':4,132,139,167 'screen':38,107 'scroll':61 'scrollback':44 'searching/grepping':20 'see':8 'side':17,28,47,58,71 'simul':136,190 'simultan':19 'slow':74 'specif':126 'specifi':183 'split':37,50 'start':199 'subsequ':151 'temporari':35 'thousand':62 'tmux':105,117 'today':84 'tool':86 'tri':130 'twice':170 'use':195 'user':207,224 'vertic':36 'want':2,33,142,175 'way':161 'word':31 'work':149 'would':87 'x/y':123"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704218040
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/12450133"
    +editedAt: DateTimeImmutable @1710501214 {#3025
      date: 2024-03-15 12:13:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704131640 {#3004
      date: 2024-01-01 18:54:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Run rsync, pipe to tee, and redirect the output to a named pipe (mkfifo). Open a second terminal and direct the named pipe into a grep command. Arrange the terminals in whatever way you want.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mkfifo mypipe\n
    </span><span style="color:#323232;">rsync | tee mypipe\n
    </span><span style="color:#323232;">grep "denied" < mypipe\n
    </span>\n
    ```
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 41
  +score: 0
  +lastActive: DateTime @1710646004 {#2207
    date: 2024-03-17 04:26:44.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2270 …}
  +votes: Doctrine\ORM\PersistentCollection {#2257 …}
  +reports: Doctrine\ORM\PersistentCollection {#2267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
  -id: 271446
  -bodyTs: "'arrang':28 'command':27 'deni':42 'direct':20 'grep':26,41 'mkfifo':14,36 'mypip':37,40,43 'name':12,22 'open':15 'output':9 'pipe':3,13,23 'redirect':7 'rsync':2,38 'run':1 'second':17 'tee':5,39 'termin':18,30 'want':35 'way':33 'whatev':32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5669884"
  +editedAt: DateTimeImmutable @1710548585 {#2212
    date: 2024-03-16 01:23:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704133631 {#2208
    date: 2024-01-01 19:27:11.0 +01:00
  }
  +"title": 271446
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2209
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2204
    +user: Proxies\__CG__\App\Entity\User {#2634 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Is-there-such-a-thing-as-split-screen-grep"
    +title: "Is there such a thing as split-screen grep?"
    +url: null
    +body: """
      I want to run a command and see all of its output on the left hand side, while simultaneously searching/grepping for particular lines on the right hand side. In other words, I want a temporary vertically split screen in my CLI, ideally with scrollback on each side of the split, but where I expect the left hand side to be scrolling thousands of lines quickly, while on the right hand side is a slow accumulation of “matches” to my grep.\n
      \n
      Is this possible today? What tools would you recommend to accomplish this?\n
      \n
      EDIT: To be clear, a one-liner is preferable over learning tmux or screen, although this does motivate me to perhaps begin learning tmux.\n
      \n
      In case this is an X/Y problem: The specific command I’m trying to run is an rsync simulation (dry-run) where I want to both check that the command works, and subsequently check that there are no `denied` errors. The recommended way to do this is to run the command twice, as follows (but I want to combine it into one pass):\n
      \n
      ```\n
      \n
      <span style="color:#323232;"># first specify the "-n" parameter so rsync will simulate its operation. You should use this before you start:\n
      </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;"># check for permission denied errors in your homedir:\n
      </span><span style="color:#323232;">rsync -naP --exclude-from=rsync-homedir-local.txt /home/$USER/ $BACKUPDIR/ | grep denied\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 57
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719267028 {#3037
      date: 2024-06-25 00:10:28.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3042 …}
    +votes: Doctrine\ORM\PersistentCollection {#3045 …}
    +reports: Doctrine\ORM\PersistentCollection {#3047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3051 …}
    +badges: Doctrine\ORM\PersistentCollection {#3053 …}
    +children: [
      App\Entity\EntryComment {#2209}
    ]
    -id: 26591
    -titleTs: "'grep':10 'screen':9 'split':8 'split-screen':7 'thing':5"
    -bodyTs: "'/home':206,223 'accomplish':91 'accumul':75 'although':108 'backupdir':208,225 'begin':115 'case':119 'check':145,152,209 'clear':96 'cli':41 'combin':177 'command':6,127,148,169 'deni':157,212,227 'dri':138 'dry-run':137 'edit':93 'error':158,213 'exclud':203,220 'exclude-from':202,219 'expect':54 'first':182 'follow':172 'grep':80,226 'hand':16,27,57,70 'homedir':216 'ideal':42 'learn':104,116 'left':15,56 'line':23,64 'liner':100 'm':129 'match':77 'motiv':111 'n':185 'nap':201,218 'one':99,180 'one-lin':98 'oper':192 'output':12 'paramet':186 'particular':22 'pass':181 'perhap':114 'permiss':211 'possibl':83 'prefer':102 'problem':124 'quick':65 'recommend':89,160 'right':26,69 'rsync':135,188,200,217 'rsync-homedir-local.txt':205,222 'run':4,132,139,167 'screen':38,107 'scroll':61 'scrollback':44 'searching/grepping':20 'see':8 'side':17,28,47,58,71 'simul':136,190 'simultan':19 'slow':74 'specif':126 'specifi':183 'split':37,50 'start':199 'subsequ':151 'temporari':35 'thousand':62 'tmux':105,117 'today':84 'tool':86 'tri':130 'twice':170 'use':195 'user':207,224 'vertic':36 'want':2,33,142,175 'way':161 'word':31 'work':149 'would':87 'x/y':123"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704218040
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/12450133"
    +editedAt: DateTimeImmutable @1710501214 {#3025
      date: 2024-03-15 12:13:34.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704131640 {#3004
      date: 2024-01-01 18:54:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Run rsync, pipe to tee, and redirect the output to a named pipe (mkfifo). Open a second terminal and direct the named pipe into a grep command. Arrange the terminals in whatever way you want.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mkfifo mypipe\n
    </span><span style="color:#323232;">rsync | tee mypipe\n
    </span><span style="color:#323232;">grep "denied" < mypipe\n
    </span>\n
    ```
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 41
  +score: 0
  +lastActive: DateTime @1710646004 {#2207
    date: 2024-03-17 04:26:44.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
    "@canadaduane@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2200 …}
  +nested: Doctrine\ORM\PersistentCollection {#2270 …}
  +votes: Doctrine\ORM\PersistentCollection {#2257 …}
  +reports: Doctrine\ORM\PersistentCollection {#2267 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2272 …}
  -id: 271446
  -bodyTs: "'arrang':28 'command':27 'deni':42 'direct':20 'grep':26,41 'mkfifo':14,36 'mypip':37,40,43 'name':12,22 'open':15 'output':9 'pipe':3,13,23 'redirect':7 'rsync':2,38 'run':1 'second':17 'tee':5,39 'termin':18,30 'want':35 'way':33 'whatev':32"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5669884"
  +editedAt: DateTimeImmutable @1710548585 {#2212
    date: 2024-03-16 01:23:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704133631 {#2208
    date: 2024-01-01 19:27:11.0 +01:00
  }
  +"title": 271446
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2335
  +user: Proxies\__CG__\App\Entity\User {#2948 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Self-hosted-VPN-that-can-be-accessed-via-browser-extension"
  +title: "Self-hosted VPN that can be accessed via browser extension"
  +url: null
  +body: "Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I’m blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don’t need the Windows app.)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711580466 {#2983
    date: 2024-03-28 00:01:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2988 …}
  +votes: Doctrine\ORM\PersistentCollection {#2991 …}
  +reports: Doctrine\ORM\PersistentCollection {#2993 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2995 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2997 …}
  +badges: Doctrine\ORM\PersistentCollection {#2999 …}
  +children: [
    App\Entity\EntryComment {#2336
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2335 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: """
        Or you can use the CF Tunnel equivalent from Tailscale, called Funnel.\n
        \n
        [tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703932779 {#2337
        date: 2023-12-30 11:39:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Konraddo@lemmy.world"
        "@valkyre09@lemmy.world"
        "@thefactremains@lemmy.world"
      ]
      +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: 265610
      -bodyTs: "'/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':15 'call':11 'cf':6 'equival':8 'funnel':12 'tailscal':10 'tailscale.com':14 'tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':13 'tunnel':7 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634326"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703932779 {#2343
        date: 2023-12-30 11:39:39.0 +01:00
      }
      +"title": 265610
    }
  ]
  -id: 25817
  -titleTs: "'access':8 'browser':10 'extens':11 'host':3 'self':2 'self-host':1 'via':9 'vpn':4"
  -bodyTs: "'access':13 'allow':51 'android':21 'app':22,80 'block':37 'browser':59,68 'connect':54 'current':1 'extens':60,69 'instal':39,66 'like':62 'm':36 'nas':9 'need':77 'nordvpn':63 'pc':32 'phone':18 'question':44 'selfhost':14,56 'servic':15,28 'set':3 'softwar':41 'solut':49 'synolog':8 'tailscal':5 'use':19,26,71 'via':58 'vpn':57 'want':24 'window':79 'work':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704008593
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10120068"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703922193 {#2971
    date: 2023-12-30 08:43:13.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2335
  +user: Proxies\__CG__\App\Entity\User {#2948 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Self-hosted-VPN-that-can-be-accessed-via-browser-extension"
  +title: "Self-hosted VPN that can be accessed via browser extension"
  +url: null
  +body: "Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I’m blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don’t need the Windows app.)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711580466 {#2983
    date: 2024-03-28 00:01:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2988 …}
  +votes: Doctrine\ORM\PersistentCollection {#2991 …}
  +reports: Doctrine\ORM\PersistentCollection {#2993 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2995 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2997 …}
  +badges: Doctrine\ORM\PersistentCollection {#2999 …}
  +children: [
    App\Entity\EntryComment {#2336
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2335 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: """
        Or you can use the CF Tunnel equivalent from Tailscale, called Funnel.\n
        \n
        [tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703932779 {#2337
        date: 2023-12-30 11:39:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Konraddo@lemmy.world"
        "@valkyre09@lemmy.world"
        "@thefactremains@lemmy.world"
      ]
      +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: 265610
      -bodyTs: "'/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':15 'call':11 'cf':6 'equival':8 'funnel':12 'tailscal':10 'tailscale.com':14 'tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':13 'tunnel':7 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634326"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703932779 {#2343
        date: 2023-12-30 11:39:39.0 +01:00
      }
      +"title": 265610
    }
  ]
  -id: 25817
  -titleTs: "'access':8 'browser':10 'extens':11 'host':3 'self':2 'self-host':1 'via':9 'vpn':4"
  -bodyTs: "'access':13 'allow':51 'android':21 'app':22,80 'block':37 'browser':59,68 'connect':54 'current':1 'extens':60,69 'instal':39,66 'like':62 'm':36 'nas':9 'need':77 'nordvpn':63 'pc':32 'phone':18 'question':44 'selfhost':14,56 'servic':15,28 'set':3 'softwar':41 'solut':49 'synolog':8 'tailscal':5 'use':19,26,71 'via':58 'vpn':57 'want':24 'window':79 'work':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704008593
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10120068"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703922193 {#2971
    date: 2023-12-30 08:43:13.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2335
  +user: Proxies\__CG__\App\Entity\User {#2948 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Self-hosted-VPN-that-can-be-accessed-via-browser-extension"
  +title: "Self-hosted VPN that can be accessed via browser extension"
  +url: null
  +body: "Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I’m blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don’t need the Windows app.)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711580466 {#2983
    date: 2024-03-28 00:01:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2988 …}
  +votes: Doctrine\ORM\PersistentCollection {#2991 …}
  +reports: Doctrine\ORM\PersistentCollection {#2993 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2995 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2997 …}
  +badges: Doctrine\ORM\PersistentCollection {#2999 …}
  +children: [
    App\Entity\EntryComment {#2336
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2335 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
      +body: """
        Or you can use the CF Tunnel equivalent from Tailscale, called Funnel.\n
        \n
        [tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703932779 {#2337
        date: 2023-12-30 11:39:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Konraddo@lemmy.world"
        "@valkyre09@lemmy.world"
        "@thefactremains@lemmy.world"
      ]
      +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: 265610
      -bodyTs: "'/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':15 'call':11 'cf':6 'equival':8 'funnel':12 'tailscal':10 'tailscale.com':14 'tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':13 'tunnel':7 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634326"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703932779 {#2343
        date: 2023-12-30 11:39:39.0 +01:00
      }
      +"title": 265610
    }
  ]
  -id: 25817
  -titleTs: "'access':8 'browser':10 'extens':11 'host':3 'self':2 'self-host':1 'via':9 'vpn':4"
  -bodyTs: "'access':13 'allow':51 'android':21 'app':22,80 'block':37 'browser':59,68 'connect':54 'current':1 'extens':60,69 'instal':39,66 'like':62 'm':36 'nas':9 'need':77 'nordvpn':63 'pc':32 'phone':18 'question':44 'selfhost':14,56 'servic':15,28 'set':3 'softwar':41 'solut':49 'synolog':8 'tailscal':5 'use':19,26,71 'via':58 'vpn':57 'want':24 'window':79 'work':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704008593
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10120068"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703922193 {#2971
    date: 2023-12-30 08:43:13.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2336
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2335
    +user: Proxies\__CG__\App\Entity\User {#2948 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Self-hosted-VPN-that-can-be-accessed-via-browser-extension"
    +title: "Self-hosted VPN that can be accessed via browser extension"
    +url: null
    +body: "Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I’m blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don’t need the Windows app.)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 39
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711580466 {#2983
      date: 2024-03-28 00:01:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2991 …}
    +reports: Doctrine\ORM\PersistentCollection {#2993 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2995 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2997 …}
    +badges: Doctrine\ORM\PersistentCollection {#2999 …}
    +children: [
      App\Entity\EntryComment {#2336}
    ]
    -id: 25817
    -titleTs: "'access':8 'browser':10 'extens':11 'host':3 'self':2 'self-host':1 'via':9 'vpn':4"
    -bodyTs: "'access':13 'allow':51 'android':21 'app':22,80 'block':37 'browser':59,68 'connect':54 'current':1 'extens':60,69 'instal':39,66 'like':62 'm':36 'nas':9 'need':77 'nordvpn':63 'pc':32 'phone':18 'question':44 'selfhost':14,56 'servic':15,28 'set':3 'softwar':41 'solut':49 'synolog':8 'tailscal':5 'use':19,26,71 'via':58 'vpn':57 'want':24 'window':79 'work':31"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704008593
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10120068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703922193 {#2971
      date: 2023-12-30 08:43:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: """
    Or you can use the CF Tunnel equivalent from Tailscale, called Funnel.\n
    \n
    [tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703932779 {#2337
    date: 2023-12-30 11:39:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Konraddo@lemmy.world"
    "@valkyre09@lemmy.world"
    "@thefactremains@lemmy.world"
  ]
  +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: 265610
  -bodyTs: "'/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':15 'call':11 'cf':6 'equival':8 'funnel':12 'tailscal':10 'tailscale.com':14 'tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':13 'tunnel':7 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634326"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703932779 {#2343
    date: 2023-12-30 11:39:39.0 +01:00
  }
  +"title": 265610
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2336
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2335
    +user: Proxies\__CG__\App\Entity\User {#2948 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Self-hosted-VPN-that-can-be-accessed-via-browser-extension"
    +title: "Self-hosted VPN that can be accessed via browser extension"
    +url: null
    +body: "Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I’m blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don’t need the Windows app.)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 39
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711580466 {#2983
      date: 2024-03-28 00:01:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2991 …}
    +reports: Doctrine\ORM\PersistentCollection {#2993 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2995 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2997 …}
    +badges: Doctrine\ORM\PersistentCollection {#2999 …}
    +children: [
      App\Entity\EntryComment {#2336}
    ]
    -id: 25817
    -titleTs: "'access':8 'browser':10 'extens':11 'host':3 'self':2 'self-host':1 'via':9 'vpn':4"
    -bodyTs: "'access':13 'allow':51 'android':21 'app':22,80 'block':37 'browser':59,68 'connect':54 'current':1 'extens':60,69 'instal':39,66 'like':62 'm':36 'nas':9 'need':77 'nordvpn':63 'pc':32 'phone':18 'question':44 'selfhost':14,56 'servic':15,28 'set':3 'softwar':41 'solut':49 'synolog':8 'tailscal':5 'use':19,26,71 'via':58 'vpn':57 'want':24 'window':79 'work':31"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704008593
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10120068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703922193 {#2971
      date: 2023-12-30 08:43:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: """
    Or you can use the CF Tunnel equivalent from Tailscale, called Funnel.\n
    \n
    [tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703932779 {#2337
    date: 2023-12-30 11:39:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Konraddo@lemmy.world"
    "@valkyre09@lemmy.world"
    "@thefactremains@lemmy.world"
  ]
  +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: 265610
  -bodyTs: "'/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':15 'call':11 'cf':6 'equival':8 'funnel':12 'tailscal':10 'tailscale.com':14 'tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':13 'tunnel':7 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634326"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703932779 {#2343
    date: 2023-12-30 11:39:39.0 +01:00
  }
  +"title": 265610
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2336
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2335
    +user: Proxies\__CG__\App\Entity\User {#2948 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Self-hosted-VPN-that-can-be-accessed-via-browser-extension"
    +title: "Self-hosted VPN that can be accessed via browser extension"
    +url: null
    +body: "Currently I set up Tailscale in my Synology NAS and I can access selfhosted services on my phone using the Android app. I want to use some services in my work PC too but I’m blocked from installing any software. So my question is, is there any solution that allows me to connect to selfhosted VPN via browser extension? (Just like NordVPN, I can install the browser extension to use it and I don’t need the Windows app.)"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 39
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711580466 {#2983
      date: 2024-03-28 00:01:06.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2988 …}
    +votes: Doctrine\ORM\PersistentCollection {#2991 …}
    +reports: Doctrine\ORM\PersistentCollection {#2993 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2995 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2997 …}
    +badges: Doctrine\ORM\PersistentCollection {#2999 …}
    +children: [
      App\Entity\EntryComment {#2336}
    ]
    -id: 25817
    -titleTs: "'access':8 'browser':10 'extens':11 'host':3 'self':2 'self-host':1 'via':9 'vpn':4"
    -bodyTs: "'access':13 'allow':51 'android':21 'app':22,80 'block':37 'browser':59,68 'connect':54 'current':1 'extens':60,69 'instal':39,66 'like':62 'm':36 'nas':9 'need':77 'nordvpn':63 'pc':32 'phone':18 'question':44 'selfhost':14,56 'servic':15,28 'set':3 'softwar':41 'solut':49 'synolog':8 'tailscal':5 'use':19,26,71 'via':58 'vpn':57 'want':24 'window':79 'work':31"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704008593
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10120068"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703922193 {#2971
      date: 2023-12-30 08:43:13.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
  +body: """
    Or you can use the CF Tunnel equivalent from Tailscale, called Funnel.\n
    \n
    [tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703932779 {#2337
    date: 2023-12-30 11:39:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Konraddo@lemmy.world"
    "@valkyre09@lemmy.world"
    "@thefactremains@lemmy.world"
  ]
  +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: 265610
  -bodyTs: "'/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':15 'call':11 'cf':6 'equival':8 'funnel':12 'tailscal':10 'tailscale.com':14 'tailscale.com/blog/reintroducing-serve-funnel](https://tailscale.com/blog/reintroducing-serve-funnel)':13 'tunnel':7 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634326"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703932779 {#2343
    date: 2023-12-30 11:39:39.0 +01:00
  }
  +"title": 265610
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2968 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
  +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 97
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711919946 {#3001
    date: 2024-03-31 23:19:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3006 …}
  +votes: Doctrine\ORM\PersistentCollection {#3009 …}
  +reports: Doctrine\ORM\PersistentCollection {#3011 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
  +badges: Doctrine\ORM\PersistentCollection {#3017 …}
  +children: [
    1 => App\Entity\EntryComment {#2252
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
      +body: """
        I see that you want to use the cert for intranet apps btw.\n
        \n
        What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
        \n
        Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
        \n
        Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
        \n
        This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
        \n
        The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
        \n
        For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704020325 {#2229
        date: 2023-12-31 11:58:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@Lem453@lemmy.ca"
        "@throwafoxtrot@lemmynsfw.com"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2189 …}
      +nested: Doctrine\ORM\PersistentCollection {#2311 …}
      +votes: Doctrine\ORM\PersistentCollection {#2293 …}
      +reports: Doctrine\ORM\PersistentCollection {#2309 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
      -id: 267115
      -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648907"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704020325 {#2228
        date: 2023-12-31 11:58:45.0 +01:00
      }
      +"title": 267115
    }
    0 => App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
      +body: """
        There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
        \n
        deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703933534 {#2071
        date: 2023-12-30 11:52:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@Lem453@lemmy.ca"
        "@throwafoxtrot@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2056 …}
      +nested: Doctrine\ORM\PersistentCollection {#2046 …}
      +votes: Doctrine\ORM\PersistentCollection {#2045 …}
      +reports: Doctrine\ORM\PersistentCollection {#2050 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
      -id: 265614
      -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634415"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703933534 {#2067
        date: 2023-12-30 11:52:14.0 +01:00
      }
      +"title": 265614
    }
  ]
  -id: 25749
  -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703979534
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11821816"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703893134 {#2989
    date: 2023-12-30 00:38:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2968 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
  +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 97
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711919946 {#3001
    date: 2024-03-31 23:19:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3006 …}
  +votes: Doctrine\ORM\PersistentCollection {#3009 …}
  +reports: Doctrine\ORM\PersistentCollection {#3011 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
  +badges: Doctrine\ORM\PersistentCollection {#3017 …}
  +children: [
    1 => App\Entity\EntryComment {#2252
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
      +body: """
        I see that you want to use the cert for intranet apps btw.\n
        \n
        What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
        \n
        Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
        \n
        Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
        \n
        This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
        \n
        The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
        \n
        For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704020325 {#2229
        date: 2023-12-31 11:58:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@Lem453@lemmy.ca"
        "@throwafoxtrot@lemmynsfw.com"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2189 …}
      +nested: Doctrine\ORM\PersistentCollection {#2311 …}
      +votes: Doctrine\ORM\PersistentCollection {#2293 …}
      +reports: Doctrine\ORM\PersistentCollection {#2309 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
      -id: 267115
      -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648907"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704020325 {#2228
        date: 2023-12-31 11:58:45.0 +01:00
      }
      +"title": 267115
    }
    0 => App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
      +body: """
        There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
        \n
        deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703933534 {#2071
        date: 2023-12-30 11:52:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@Lem453@lemmy.ca"
        "@throwafoxtrot@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2056 …}
      +nested: Doctrine\ORM\PersistentCollection {#2046 …}
      +votes: Doctrine\ORM\PersistentCollection {#2045 …}
      +reports: Doctrine\ORM\PersistentCollection {#2050 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
      -id: 265614
      -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634415"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703933534 {#2067
        date: 2023-12-30 11:52:14.0 +01:00
      }
      +"title": 265614
    }
  ]
  -id: 25749
  -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703979534
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11821816"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703893134 {#2989
    date: 2023-12-30 00:38:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2049
  +user: Proxies\__CG__\App\Entity\User {#2968 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
  +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 97
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711919946 {#3001
    date: 2024-03-31 23:19:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3006 …}
  +votes: Doctrine\ORM\PersistentCollection {#3009 …}
  +reports: Doctrine\ORM\PersistentCollection {#3011 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
  +badges: Doctrine\ORM\PersistentCollection {#3017 …}
  +children: [
    1 => App\Entity\EntryComment {#2252
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
      +body: """
        I see that you want to use the cert for intranet apps btw.\n
        \n
        What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
        \n
        Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
        \n
        Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
        \n
        This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
        \n
        The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
        \n
        For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704020325 {#2229
        date: 2023-12-31 11:58:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@Lem453@lemmy.ca"
        "@throwafoxtrot@lemmynsfw.com"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2189 …}
      +nested: Doctrine\ORM\PersistentCollection {#2311 …}
      +votes: Doctrine\ORM\PersistentCollection {#2293 …}
      +reports: Doctrine\ORM\PersistentCollection {#2309 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
      -id: 267115
      -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648907"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704020325 {#2228
        date: 2023-12-31 11:58:45.0 +01:00
      }
      +"title": 267115
    }
    0 => App\Entity\EntryComment {#2070
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
      +body: """
        There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
        \n
        deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703933534 {#2071
        date: 2023-12-30 11:52:14.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@Lem453@lemmy.ca"
        "@throwafoxtrot@lemmynsfw.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2056 …}
      +nested: Doctrine\ORM\PersistentCollection {#2046 …}
      +votes: Doctrine\ORM\PersistentCollection {#2045 …}
      +reports: Doctrine\ORM\PersistentCollection {#2050 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
      -id: 265614
      -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634415"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703933534 {#2067
        date: 2023-12-30 11:52:14.0 +01:00
      }
      +"title": 265614
    }
  ]
  -id: 25749
  -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703979534
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11821816"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703893134 {#2989
    date: 2023-12-30 00:38:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2968 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
    +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711919946 {#3001
      date: 2024-03-31 23:19:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3006 …}
    +votes: Doctrine\ORM\PersistentCollection {#3009 …}
    +reports: Doctrine\ORM\PersistentCollection {#3011 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
    +badges: Doctrine\ORM\PersistentCollection {#3017 …}
    +children: [
      1 => App\Entity\EntryComment {#2252}
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
        +body: """
          There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
          \n
          deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703933534 {#2071
          date: 2023-12-30 11:52:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@Lem453@lemmy.ca"
          "@throwafoxtrot@lemmynsfw.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2056 …}
        +nested: Doctrine\ORM\PersistentCollection {#2046 …}
        +votes: Doctrine\ORM\PersistentCollection {#2045 …}
        +reports: Doctrine\ORM\PersistentCollection {#2050 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
        -id: 265614
        -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5634415"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703933534 {#2067
          date: 2023-12-30 11:52:14.0 +01:00
        }
        +"title": 265614
      }
    ]
    -id: 25749
    -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703979534
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11821816"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703893134 {#2989
      date: 2023-12-30 00:38:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
  +body: """
    I see that you want to use the cert for intranet apps btw.\n
    \n
    What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
    \n
    Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
    \n
    Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
    \n
    This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
    \n
    The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
    \n
    For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704020325 {#2229
    date: 2023-12-31 11:58:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@Lem453@lemmy.ca"
    "@throwafoxtrot@lemmynsfw.com"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2189 …}
  +nested: Doctrine\ORM\PersistentCollection {#2311 …}
  +votes: Doctrine\ORM\PersistentCollection {#2293 …}
  +reports: Doctrine\ORM\PersistentCollection {#2309 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
  -id: 267115
  -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648907"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704020325 {#2228
    date: 2023-12-31 11:58:45.0 +01:00
  }
  +"title": 267115
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2968 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
    +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711919946 {#3001
      date: 2024-03-31 23:19:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3006 …}
    +votes: Doctrine\ORM\PersistentCollection {#3009 …}
    +reports: Doctrine\ORM\PersistentCollection {#3011 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
    +badges: Doctrine\ORM\PersistentCollection {#3017 …}
    +children: [
      1 => App\Entity\EntryComment {#2252}
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
        +body: """
          There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
          \n
          deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703933534 {#2071
          date: 2023-12-30 11:52:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@Lem453@lemmy.ca"
          "@throwafoxtrot@lemmynsfw.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2056 …}
        +nested: Doctrine\ORM\PersistentCollection {#2046 …}
        +votes: Doctrine\ORM\PersistentCollection {#2045 …}
        +reports: Doctrine\ORM\PersistentCollection {#2050 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
        -id: 265614
        -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5634415"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703933534 {#2067
          date: 2023-12-30 11:52:14.0 +01:00
        }
        +"title": 265614
      }
    ]
    -id: 25749
    -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703979534
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11821816"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703893134 {#2989
      date: 2023-12-30 00:38:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
  +body: """
    I see that you want to use the cert for intranet apps btw.\n
    \n
    What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
    \n
    Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
    \n
    Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
    \n
    This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
    \n
    The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
    \n
    For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704020325 {#2229
    date: 2023-12-31 11:58:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@Lem453@lemmy.ca"
    "@throwafoxtrot@lemmynsfw.com"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2189 …}
  +nested: Doctrine\ORM\PersistentCollection {#2311 …}
  +votes: Doctrine\ORM\PersistentCollection {#2293 …}
  +reports: Doctrine\ORM\PersistentCollection {#2309 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
  -id: 267115
  -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648907"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704020325 {#2228
    date: 2023-12-31 11:58:45.0 +01:00
  }
  +"title": 267115
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2968 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
    +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711919946 {#3001
      date: 2024-03-31 23:19:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3006 …}
    +votes: Doctrine\ORM\PersistentCollection {#3009 …}
    +reports: Doctrine\ORM\PersistentCollection {#3011 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
    +badges: Doctrine\ORM\PersistentCollection {#3017 …}
    +children: [
      1 => App\Entity\EntryComment {#2252}
      0 => App\Entity\EntryComment {#2070
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
        +body: """
          There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
          \n
          deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703933534 {#2071
          date: 2023-12-30 11:52:14.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@Lem453@lemmy.ca"
          "@throwafoxtrot@lemmynsfw.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2056 …}
        +nested: Doctrine\ORM\PersistentCollection {#2046 …}
        +votes: Doctrine\ORM\PersistentCollection {#2045 …}
        +reports: Doctrine\ORM\PersistentCollection {#2050 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
        -id: 265614
        -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5634415"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703933534 {#2067
          date: 2023-12-30 11:52:14.0 +01:00
        }
        +"title": 265614
      }
    ]
    -id: 25749
    -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703979534
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11821816"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703893134 {#2989
      date: 2023-12-30 00:38:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
  +body: """
    I see that you want to use the cert for intranet apps btw.\n
    \n
    What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
    \n
    Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
    \n
    Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
    \n
    This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
    \n
    The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
    \n
    For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704020325 {#2229
    date: 2023-12-31 11:58:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@Lem453@lemmy.ca"
    "@throwafoxtrot@lemmynsfw.com"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2189 …}
  +nested: Doctrine\ORM\PersistentCollection {#2311 …}
  +votes: Doctrine\ORM\PersistentCollection {#2293 …}
  +reports: Doctrine\ORM\PersistentCollection {#2309 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
  -id: 267115
  -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648907"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704020325 {#2228
    date: 2023-12-31 11:58:45.0 +01:00
  }
  +"title": 267115
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2968 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
    +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711919946 {#3001
      date: 2024-03-31 23:19:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3006 …}
    +votes: Doctrine\ORM\PersistentCollection {#3009 …}
    +reports: Doctrine\ORM\PersistentCollection {#3011 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
    +badges: Doctrine\ORM\PersistentCollection {#3017 …}
    +children: [
      1 => App\Entity\EntryComment {#2252
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
        +body: """
          I see that you want to use the cert for intranet apps btw.\n
          \n
          What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
          \n
          Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
          \n
          Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
          \n
          This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
          \n
          The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
          \n
          For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704020325 {#2229
          date: 2023-12-31 11:58:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@Lem453@lemmy.ca"
          "@throwafoxtrot@lemmynsfw.com"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2189 …}
        +nested: Doctrine\ORM\PersistentCollection {#2311 …}
        +votes: Doctrine\ORM\PersistentCollection {#2293 …}
        +reports: Doctrine\ORM\PersistentCollection {#2309 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
        -id: 267115
        -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704020325 {#2228
          date: 2023-12-31 11:58:45.0 +01:00
        }
        +"title": 267115
      }
      0 => App\Entity\EntryComment {#2070}
    ]
    -id: 25749
    -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703979534
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11821816"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703893134 {#2989
      date: 2023-12-30 00:38:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
  +body: """
    There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
    \n
    deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703933534 {#2071
    date: 2023-12-30 11:52:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@Lem453@lemmy.ca"
    "@throwafoxtrot@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2056 …}
  +nested: Doctrine\ORM\PersistentCollection {#2046 …}
  +votes: Doctrine\ORM\PersistentCollection {#2045 …}
  +reports: Doctrine\ORM\PersistentCollection {#2050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
  -id: 265614
  -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634415"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703933534 {#2067
    date: 2023-12-30 11:52:14.0 +01:00
  }
  +"title": 265614
}
"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 {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2968 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
    +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711919946 {#3001
      date: 2024-03-31 23:19:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3006 …}
    +votes: Doctrine\ORM\PersistentCollection {#3009 …}
    +reports: Doctrine\ORM\PersistentCollection {#3011 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
    +badges: Doctrine\ORM\PersistentCollection {#3017 …}
    +children: [
      1 => App\Entity\EntryComment {#2252
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
        +body: """
          I see that you want to use the cert for intranet apps btw.\n
          \n
          What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
          \n
          Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
          \n
          Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
          \n
          This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
          \n
          The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
          \n
          For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704020325 {#2229
          date: 2023-12-31 11:58:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@Lem453@lemmy.ca"
          "@throwafoxtrot@lemmynsfw.com"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2189 …}
        +nested: Doctrine\ORM\PersistentCollection {#2311 …}
        +votes: Doctrine\ORM\PersistentCollection {#2293 …}
        +reports: Doctrine\ORM\PersistentCollection {#2309 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
        -id: 267115
        -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704020325 {#2228
          date: 2023-12-31 11:58:45.0 +01:00
        }
        +"title": 267115
      }
      0 => App\Entity\EntryComment {#2070}
    ]
    -id: 25749
    -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703979534
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11821816"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703893134 {#2989
      date: 2023-12-30 00:38:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
  +body: """
    There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
    \n
    deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703933534 {#2071
    date: 2023-12-30 11:52:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@Lem453@lemmy.ca"
    "@throwafoxtrot@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2056 …}
  +nested: Doctrine\ORM\PersistentCollection {#2046 …}
  +votes: Doctrine\ORM\PersistentCollection {#2045 …}
  +reports: Doctrine\ORM\PersistentCollection {#2050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
  -id: 265614
  -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634415"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703933534 {#2067
    date: 2023-12-30 11:52:14.0 +01:00
  }
  +"title": 265614
}
"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 {#2070
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2049
    +user: Proxies\__CG__\App\Entity\User {#2968 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "What-s-the-point-of-a-reverse-proxy-and-does-cloudflare"
    +title: "What's the point of a reverse proxy and does cloudflare give all the benefits of one?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 97
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711919946 {#3001
      date: 2024-03-31 23:19:06.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3006 …}
    +votes: Doctrine\ORM\PersistentCollection {#3009 …}
    +reports: Doctrine\ORM\PersistentCollection {#3011 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3013 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3015 …}
    +badges: Doctrine\ORM\PersistentCollection {#3017 …}
    +children: [
      1 => App\Entity\EntryComment {#2252
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
        +body: """
          I see that you want to use the cert for intranet apps btw.\n
          \n
          What I did was get two LE wildcard certs, one for *.my.dom and one for *.local.my.dom. Both of them can be obtained and renewed with the API approach without any further care to what they actually point at.\n
          \n
          Also, by using wildcards, you don’t give away any of your subdomains. LE requests are public so if you get a cert for a specific subdomain everybody will know about it. local.my.dom will be known but since that’s only used on my LAN it doesn’t matter.\n
          \n
          Then what I do for externally exposed apps is to point my.dom to an IP (A record) and either make a wildcard CNAME for everything *.my.dom to my.dom, or explicit subdomain CNAME’s as needed, also to my.dom.\n
          \n
          This way you only have one record to update for the IP and everything else will pick it up. I prefer the second approach and I use a cryptic subdomain name (ie. don’t use jellyfin.my.dom) so I cut down on brute force guessing.\n
          \n
          The IP points at my router, which forwards 443 (or a different port of you prefer) to a reverse proxy that uses the *.my.dom LE cert. If whatever tries to access the port doesn’t provide the correct full domain name they get an error from the proxy.\n
          \n
          For the internal stuff I use dnsmasq which has a feature that will override all DNS resolves for anything ending with .local.my.dom to the LAN IP of the reverse proxy. Which uses the *.local.my.dom LE cert for these ones but otherwise works the same.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704020325 {#2229
          date: 2023-12-31 11:58:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@Lem453@lemmy.ca"
          "@throwafoxtrot@lemmynsfw.com"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2189 …}
        +nested: Doctrine\ORM\PersistentCollection {#2311 …}
        +votes: Doctrine\ORM\PersistentCollection {#2293 …}
        +reports: Doctrine\ORM\PersistentCollection {#2309 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2302 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2320 …}
        -id: 267115
        -bodyTs: "'443':191 'access':213 'actual':49 'also':52,136 'anyth':249 'api':40 'app':12,108 'approach':41,162 'away':60 'brute':180 'btw':13 'care':45 'cert':9,22,74,208,266 'cname':123,132 'correct':220 'cryptic':167 'cut':177 'differ':194 'dns':246 'dnsmasq':237 'doesn':98,216 'domain':222 'either':119 'els':153 'end':250 'error':227 'everybodi':79 'everyth':125,152 'explicit':130 'expos':107 'extern':106 'featur':241 'forc':181 'forward':190 'full':221 'get':18,72,225 'give':59 'guess':182 'ie':170 'intern':233 'intranet':11 'ip':115,150,184,256 'jellyfin.my.dom':174 'know':81 'known':87 'lan':96,255 'le':20,65,207,265 'local.my.dom':29,84,252,264 'make':120 'matter':100 'my.dom':25,112,126,128,138,206 'name':169,223 'need':135 'obtain':35 'one':23,27,144,269 'otherwis':271 'overrid':244 'pick':155 'point':50,111,185 'port':195,215 'prefer':159,198 'provid':218 'proxi':202,230,260 'public':68 'record':117,145 'renew':37 'request':66 'resolv':247 'revers':201,259 'router':188 'second':161 'see':2 'sinc':89 'specif':77 'stuff':234 'subdomain':64,78,131,168 'tri':211 'two':19 'updat':147 'use':7,54,93,165,173,204,236,262 'want':5 'way':140 'whatev':210 'wildcard':21,55,122 'without':42 'work':272"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648907"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704020325 {#2228
          date: 2023-12-31 11:58:45.0 +01:00
        }
        +"title": 267115
      }
      0 => App\Entity\EntryComment {#2070}
    ]
    -id: 25749
    -titleTs: "'benefit':15 'cloudflar':11 'give':12 'one':17 'point':4 'proxi':8 'revers':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703979534
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11821816"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703893134 {#2989
      date: 2023-12-30 00:38:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2048 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2051 …}
  +body: """
    There is an alternate verification method using an API key to your DNS provider, if it’s a supported one. That method doesn’t need any IP to be assigned (doesn’t care if there are A/AAAA records or where they point because it can verify the domain directly).\n
    \n
    deSEC.io is a good example of a good, reputable and free DNS provider that additionally allows you to manage API keys. The catch is that they require you to enable DNSSEC (their mission is similar to Let’s Encrypt, but for DNS).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703933534 {#2071
    date: 2023-12-30 11:52:14.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@Lem453@lemmy.ca"
    "@throwafoxtrot@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2056 …}
  +nested: Doctrine\ORM\PersistentCollection {#2046 …}
  +votes: Doctrine\ORM\PersistentCollection {#2045 …}
  +reports: Doctrine\ORM\PersistentCollection {#2050 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2052 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2058 …}
  -id: 265614
  -bodyTs: "'a/aaaa':37 'addit':64 'allow':65 'altern':4 'api':9,69 'assign':30 'care':33 'catch':72 'desec.io':50 'direct':49 'dns':13,61,91 'dnssec':80 'doesn':23,31 'domain':48 'enabl':79 'encrypt':88 'exampl':54 'free':60 'good':53,57 'ip':27 'key':10,70 'let':86 'manag':68 'method':6,22 'mission':82 'need':25 'one':20 'point':42 'provid':14,62 'record':38 'reput':58 'requir':76 'similar':84 'support':19 'use':7 'verif':5 'verifi':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634415"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703933534 {#2067
    date: 2023-12-30 11:52:14.0 +01:00
  }
  +"title": 265614
}
"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 {#1702
  +user: Proxies\__CG__\App\Entity\User {#2895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#2950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
  +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
  +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
  +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
  +body: """
    > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
    \n
    > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
    \n
    [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 177
  +favouriteCount: 274
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711892999 {#2945
    date: 2024-03-31 15:49:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2953 …}
  +votes: Doctrine\ORM\PersistentCollection {#2955 …}
  +reports: Doctrine\ORM\PersistentCollection {#2957 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
  +badges: Doctrine\ORM\PersistentCollection {#2963 …}
  +children: [
    7 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
        \n
        They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
        \n
        This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703812516 {#1381
        date: 2023-12-29 02:15:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
        "@lemmyvore@feddit.nl"
        "@JaxNakamura@programming.dev"
        "@Jordan_U@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 261066
      -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5615206"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703812516 {#1383
        date: 2023-12-29 02:15:16.0 +01:00
      }
      +"title": 261066
    }
    5 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: """
        And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
        \n
        Seriously, how common is such a scenario that you’d even mention it in this context?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1703724215 {#1604
        date: 2023-12-28 01:43:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@ikidd@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1683 …}
      +nested: Doctrine\ORM\PersistentCollection {#1680 …}
      +votes: Doctrine\ORM\PersistentCollection {#1686 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 258058
      -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703724215 {#1596
        date: 2023-12-28 01:43:35.0 +01:00
      }
      +"title": 258058
    }
    6 => App\Entity\EntryComment {#1874
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: """
        They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
        \n
        If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703769956 {#1926
        date: 2023-12-28 14:25:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@CriticalMiss@lemmy.world"
        "@Flaky@iusearchlinux.fyi"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1908 …}
      +nested: Doctrine\ORM\PersistentCollection {#1883 …}
      +votes: Doctrine\ORM\PersistentCollection {#2389 …}
      +reports: Doctrine\ORM\PersistentCollection {#2387 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
      -id: 259252
      -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5605467"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703769956 {#1410
        date: 2023-12-28 14:25:56.0 +01:00
      }
      +"title": 259252
    }
    4 => App\Entity\EntryComment {#1629
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
        \n
        Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1703726059 {#1598
        date: 2023-12-28 02:14:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 258122
      -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598939"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726059 {#1630
        date: 2023-12-28 02:14:19.0 +01:00
      }
      +"title": 258122
    }
    3 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: "Nobody’s getting rid of X support. Not for several years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703726177 {#1736
        date: 2023-12-28 02:16:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@CriticalMiss@lemmy.world"
        "@Flaky@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 258125
      -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598959"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726177 {#1730
        date: 2023-12-28 02:16:17.0 +01:00
      }
      +"title": 258125
    }
    2 => App\Entity\EntryComment {#2454
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
        \n
        “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
        \n
        There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
        \n
        TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703760899 {#2452
        date: 2023-12-28 11:54:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
        "@lemmyvore@feddit.nl"
        "@JaxNakamura@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 258910
      -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5603626"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703760899 {#2457
        date: 2023-12-28 11:54:59.0 +01:00
      }
      +"title": 258910
    }
    1 => App\Entity\EntryComment {#1740
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: """
        Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
        \n
        If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
        \n
        Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703726683 {#1739
        date: 2023-12-28 02:24:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@possiblylinux127@lemmy.zip"
        "@Infiltrated_ad8271@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 258141
      -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5599032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726683 {#1741
        date: 2023-12-28 02:24:43.0 +01:00
      }
      +"title": 258141
    }
    0 => App\Entity\EntryComment {#2372
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703763437 {#2361
        date: 2023-12-28 12:37:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@ikidd@lemmy.world"
        "@Still@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 258996
      -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5604199"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703763437 {#2364
        date: 2023-12-28 12:37:17.0 +01:00
      }
      +"title": 258996
    }
  ]
  -id: 25177
  -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
  -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703769948
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/523560"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703683548 {#2916
    date: 2023-12-27 14:25:48.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
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1702
  +user: Proxies\__CG__\App\Entity\User {#2895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#2950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
  +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
  +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
  +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
  +body: """
    > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
    \n
    > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
    \n
    [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 177
  +favouriteCount: 274
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711892999 {#2945
    date: 2024-03-31 15:49:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2953 …}
  +votes: Doctrine\ORM\PersistentCollection {#2955 …}
  +reports: Doctrine\ORM\PersistentCollection {#2957 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
  +badges: Doctrine\ORM\PersistentCollection {#2963 …}
  +children: [
    7 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
        \n
        They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
        \n
        This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703812516 {#1381
        date: 2023-12-29 02:15:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
        "@lemmyvore@feddit.nl"
        "@JaxNakamura@programming.dev"
        "@Jordan_U@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 261066
      -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5615206"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703812516 {#1383
        date: 2023-12-29 02:15:16.0 +01:00
      }
      +"title": 261066
    }
    5 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: """
        And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
        \n
        Seriously, how common is such a scenario that you’d even mention it in this context?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1703724215 {#1604
        date: 2023-12-28 01:43:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@ikidd@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1683 …}
      +nested: Doctrine\ORM\PersistentCollection {#1680 …}
      +votes: Doctrine\ORM\PersistentCollection {#1686 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 258058
      -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703724215 {#1596
        date: 2023-12-28 01:43:35.0 +01:00
      }
      +"title": 258058
    }
    6 => App\Entity\EntryComment {#1874
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: """
        They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
        \n
        If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703769956 {#1926
        date: 2023-12-28 14:25:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@CriticalMiss@lemmy.world"
        "@Flaky@iusearchlinux.fyi"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1908 …}
      +nested: Doctrine\ORM\PersistentCollection {#1883 …}
      +votes: Doctrine\ORM\PersistentCollection {#2389 …}
      +reports: Doctrine\ORM\PersistentCollection {#2387 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
      -id: 259252
      -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5605467"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703769956 {#1410
        date: 2023-12-28 14:25:56.0 +01:00
      }
      +"title": 259252
    }
    4 => App\Entity\EntryComment {#1629
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
        \n
        Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1703726059 {#1598
        date: 2023-12-28 02:14:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 258122
      -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598939"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726059 {#1630
        date: 2023-12-28 02:14:19.0 +01:00
      }
      +"title": 258122
    }
    3 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: "Nobody’s getting rid of X support. Not for several years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703726177 {#1736
        date: 2023-12-28 02:16:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@CriticalMiss@lemmy.world"
        "@Flaky@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 258125
      -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598959"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726177 {#1730
        date: 2023-12-28 02:16:17.0 +01:00
      }
      +"title": 258125
    }
    2 => App\Entity\EntryComment {#2454
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
        \n
        “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
        \n
        There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
        \n
        TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703760899 {#2452
        date: 2023-12-28 11:54:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
        "@lemmyvore@feddit.nl"
        "@JaxNakamura@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 258910
      -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5603626"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703760899 {#2457
        date: 2023-12-28 11:54:59.0 +01:00
      }
      +"title": 258910
    }
    1 => App\Entity\EntryComment {#1740
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: """
        Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
        \n
        If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
        \n
        Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703726683 {#1739
        date: 2023-12-28 02:24:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@possiblylinux127@lemmy.zip"
        "@Infiltrated_ad8271@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 258141
      -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5599032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726683 {#1741
        date: 2023-12-28 02:24:43.0 +01:00
      }
      +"title": 258141
    }
    0 => App\Entity\EntryComment {#2372
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703763437 {#2361
        date: 2023-12-28 12:37:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@ikidd@lemmy.world"
        "@Still@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 258996
      -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5604199"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703763437 {#2364
        date: 2023-12-28 12:37:17.0 +01:00
      }
      +"title": 258996
    }
  ]
  -id: 25177
  -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
  -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703769948
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/523560"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703683548 {#2916
    date: 2023-12-27 14:25:48.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
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1702
  +user: Proxies\__CG__\App\Entity\User {#2895 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#2950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
  +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
  +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
  +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
  +body: """
    > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
    \n
    > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
    \n
    [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 177
  +favouriteCount: 274
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711892999 {#2945
    date: 2024-03-31 15:49:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2953 …}
  +votes: Doctrine\ORM\PersistentCollection {#2955 …}
  +reports: Doctrine\ORM\PersistentCollection {#2957 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
  +badges: Doctrine\ORM\PersistentCollection {#2963 …}
  +children: [
    7 => App\Entity\EntryComment {#1402
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
        \n
        They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
        \n
        This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703812516 {#1381
        date: 2023-12-29 02:15:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
        "@lemmyvore@feddit.nl"
        "@JaxNakamura@programming.dev"
        "@Jordan_U@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1385 …}
      +nested: Doctrine\ORM\PersistentCollection {#1401 …}
      +votes: Doctrine\ORM\PersistentCollection {#1363 …}
      +reports: Doctrine\ORM\PersistentCollection {#1362 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
      -id: 261066
      -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5615206"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703812516 {#1383
        date: 2023-12-29 02:15:16.0 +01:00
      }
      +"title": 261066
    }
    5 => App\Entity\EntryComment {#1619
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: """
        And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
        \n
        Seriously, how common is such a scenario that you’d even mention it in this context?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 19
      +score: 0
      +lastActive: DateTime @1703724215 {#1604
        date: 2023-12-28 01:43:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@ikidd@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1683 …}
      +nested: Doctrine\ORM\PersistentCollection {#1680 …}
      +votes: Doctrine\ORM\PersistentCollection {#1686 …}
      +reports: Doctrine\ORM\PersistentCollection {#1692 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 258058
      -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703724215 {#1596
        date: 2023-12-28 01:43:35.0 +01:00
      }
      +"title": 258058
    }
    6 => App\Entity\EntryComment {#1874
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: """
        They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
        \n
        If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703769956 {#1926
        date: 2023-12-28 14:25:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@CriticalMiss@lemmy.world"
        "@Flaky@iusearchlinux.fyi"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1908 …}
      +nested: Doctrine\ORM\PersistentCollection {#1883 …}
      +votes: Doctrine\ORM\PersistentCollection {#2389 …}
      +reports: Doctrine\ORM\PersistentCollection {#2387 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
      -id: 259252
      -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5605467"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703769956 {#1410
        date: 2023-12-28 14:25:56.0 +01:00
      }
      +"title": 259252
    }
    4 => App\Entity\EntryComment {#1629
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
        \n
        Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1703726059 {#1598
        date: 2023-12-28 02:14:19.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1599 …}
      +nested: Doctrine\ORM\PersistentCollection {#1625 …}
      +votes: Doctrine\ORM\PersistentCollection {#1617 …}
      +reports: Doctrine\ORM\PersistentCollection {#1725 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
      -id: 258122
      -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598939"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726059 {#1630
        date: 2023-12-28 02:14:19.0 +01:00
      }
      +"title": 258122
    }
    3 => App\Entity\EntryComment {#1737
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: "Nobody’s getting rid of X support. Not for several years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703726177 {#1736
        date: 2023-12-28 02:16:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@CriticalMiss@lemmy.world"
        "@Flaky@iusearchlinux.fyi"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 258125
      -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5598959"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726177 {#1730
        date: 2023-12-28 02:16:17.0 +01:00
      }
      +"title": 258125
    }
    2 => App\Entity\EntryComment {#2454
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
      +body: """
        Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
        \n
        “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
        \n
        There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
        \n
        TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703760899 {#2452
        date: 2023-12-28 11:54:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@superbirra@lemmy.world"
        "@possiblylinux127@lemmy.zip"
        "@Nyanix@lemmy.ca"
        "@aard@kyu.de"
        "@lemmyvore@feddit.nl"
        "@JaxNakamura@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 258910
      -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5603626"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703760899 {#2457
        date: 2023-12-28 11:54:59.0 +01:00
      }
      +"title": 258910
    }
    1 => App\Entity\EntryComment {#1740
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: """
        Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
        \n
        If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
        \n
        Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1703726683 {#1739
        date: 2023-12-28 02:24:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@possiblylinux127@lemmy.zip"
        "@Infiltrated_ad8271@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 258141
      -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5599032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703726683 {#1741
        date: 2023-12-28 02:24:43.0 +01:00
      }
      +"title": 258141
    }
    0 => App\Entity\EntryComment {#2372
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
      +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1703763437 {#2361
        date: 2023-12-28 12:37:17.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@ikidd@lemmy.world"
        "@Still@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2386 …}
      +nested: Doctrine\ORM\PersistentCollection {#2385 …}
      +votes: Doctrine\ORM\PersistentCollection {#2378 …}
      +reports: Doctrine\ORM\PersistentCollection {#2381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
      -id: 258996
      -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5604199"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703763437 {#2364
        date: 2023-12-28 12:37:17.0 +01:00
      }
      +"title": 258996
    }
  ]
  -id: 25177
  -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
  -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703769948
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/523560"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703683548 {#2916
    date: 2023-12-27 14:25:48.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
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 {#1402
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402}
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
    \n
    They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
    \n
    This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703812516 {#1381
    date: 2023-12-29 02:15:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
    "@lemmyvore@feddit.nl"
    "@JaxNakamura@programming.dev"
    "@Jordan_U@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 261066
  -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5615206"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703812516 {#1383
    date: 2023-12-29 02:15:16.0 +01:00
  }
  +"title": 261066
}
"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 {#1402
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402}
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
    \n
    They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
    \n
    This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703812516 {#1381
    date: 2023-12-29 02:15:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
    "@lemmyvore@feddit.nl"
    "@JaxNakamura@programming.dev"
    "@Jordan_U@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 261066
  -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5615206"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703812516 {#1383
    date: 2023-12-29 02:15:16.0 +01:00
  }
  +"title": 261066
}
"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 {#1402
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402}
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
    \n
    They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
    \n
    This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703812516 {#1381
    date: 2023-12-29 02:15:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
    "@lemmyvore@feddit.nl"
    "@JaxNakamura@programming.dev"
    "@Jordan_U@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1385 …}
  +nested: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1363 …}
  +reports: Doctrine\ORM\PersistentCollection {#1362 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
  -id: 261066
  -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5615206"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703812516 {#1383
    date: 2023-12-29 02:15:16.0 +01:00
  }
  +"title": 261066
}
"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
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619}
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: """
    And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
    \n
    Seriously, how common is such a scenario that you’d even mention it in this context?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1703724215 {#1604
    date: 2023-12-28 01:43:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@ikidd@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1683 …}
  +nested: Doctrine\ORM\PersistentCollection {#1680 …}
  +votes: Doctrine\ORM\PersistentCollection {#1686 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 258058
  -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703724215 {#1596
    date: 2023-12-28 01:43:35.0 +01:00
  }
  +"title": 258058
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619}
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: """
    And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
    \n
    Seriously, how common is such a scenario that you’d even mention it in this context?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1703724215 {#1604
    date: 2023-12-28 01:43:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@ikidd@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1683 …}
  +nested: Doctrine\ORM\PersistentCollection {#1680 …}
  +votes: Doctrine\ORM\PersistentCollection {#1686 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 258058
  -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703724215 {#1596
    date: 2023-12-28 01:43:35.0 +01:00
  }
  +"title": 258058
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619}
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: """
    And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
    \n
    Seriously, how common is such a scenario that you’d even mention it in this context?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1703724215 {#1604
    date: 2023-12-28 01:43:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@ikidd@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1683 …}
  +nested: Doctrine\ORM\PersistentCollection {#1680 …}
  +votes: Doctrine\ORM\PersistentCollection {#1686 …}
  +reports: Doctrine\ORM\PersistentCollection {#1692 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 258058
  -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703724215 {#1596
    date: 2023-12-28 01:43:35.0 +01:00
  }
  +"title": 258058
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#1874
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874}
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: """
    They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
    \n
    If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703769956 {#1926
    date: 2023-12-28 14:25:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@CriticalMiss@lemmy.world"
    "@Flaky@iusearchlinux.fyi"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1908 …}
  +nested: Doctrine\ORM\PersistentCollection {#1883 …}
  +votes: Doctrine\ORM\PersistentCollection {#2389 …}
  +reports: Doctrine\ORM\PersistentCollection {#2387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
  -id: 259252
  -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5605467"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703769956 {#1410
    date: 2023-12-28 14:25:56.0 +01:00
  }
  +"title": 259252
}
"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 {#1874
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874}
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: """
    They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
    \n
    If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703769956 {#1926
    date: 2023-12-28 14:25:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@CriticalMiss@lemmy.world"
    "@Flaky@iusearchlinux.fyi"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1908 …}
  +nested: Doctrine\ORM\PersistentCollection {#1883 …}
  +votes: Doctrine\ORM\PersistentCollection {#2389 …}
  +reports: Doctrine\ORM\PersistentCollection {#2387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
  -id: 259252
  -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5605467"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703769956 {#1410
    date: 2023-12-28 14:25:56.0 +01:00
  }
  +"title": 259252
}
"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 {#1874
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874}
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: """
    They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
    \n
    If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703769956 {#1926
    date: 2023-12-28 14:25:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@CriticalMiss@lemmy.world"
    "@Flaky@iusearchlinux.fyi"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1908 …}
  +nested: Doctrine\ORM\PersistentCollection {#1883 …}
  +votes: Doctrine\ORM\PersistentCollection {#2389 …}
  +reports: Doctrine\ORM\PersistentCollection {#2387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
  -id: 259252
  -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5605467"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703769956 {#1410
    date: 2023-12-28 14:25:56.0 +01:00
  }
  +"title": 259252
}
"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
App\Entity\EntryComment {#1629
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629}
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
    \n
    Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703726059 {#1598
    date: 2023-12-28 02:14:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 258122
  -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726059 {#1630
    date: 2023-12-28 02:14:19.0 +01:00
  }
  +"title": 258122
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\EntryComment {#1629
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629}
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
    \n
    Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703726059 {#1598
    date: 2023-12-28 02:14:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 258122
  -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726059 {#1630
    date: 2023-12-28 02:14:19.0 +01:00
  }
  +"title": 258122
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\EntryComment {#1629
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629}
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
    \n
    Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703726059 {#1598
    date: 2023-12-28 02:14:19.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1599 …}
  +nested: Doctrine\ORM\PersistentCollection {#1625 …}
  +votes: Doctrine\ORM\PersistentCollection {#1617 …}
  +reports: Doctrine\ORM\PersistentCollection {#1725 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
  -id: 258122
  -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726059 {#1630
    date: 2023-12-28 02:14:19.0 +01:00
  }
  +"title": 258122
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737}
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: "Nobody’s getting rid of X support. Not for several years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703726177 {#1736
    date: 2023-12-28 02:16:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@CriticalMiss@lemmy.world"
    "@Flaky@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 258125
  -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726177 {#1730
    date: 2023-12-28 02:16:17.0 +01:00
  }
  +"title": 258125
}
"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 {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737}
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: "Nobody’s getting rid of X support. Not for several years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703726177 {#1736
    date: 2023-12-28 02:16:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@CriticalMiss@lemmy.world"
    "@Flaky@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 258125
  -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726177 {#1730
    date: 2023-12-28 02:16:17.0 +01:00
  }
  +"title": 258125
}
"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 {#1737
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737}
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: "Nobody’s getting rid of X support. Not for several years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703726177 {#1736
    date: 2023-12-28 02:16:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@CriticalMiss@lemmy.world"
    "@Flaky@iusearchlinux.fyi"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 258125
  -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5598959"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726177 {#1730
    date: 2023-12-28 02:16:17.0 +01:00
  }
  +"title": 258125
}
"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 {#2454
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454}
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
    \n
    “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
    \n
    There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
    \n
    TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703760899 {#2452
    date: 2023-12-28 11:54:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
    "@lemmyvore@feddit.nl"
    "@JaxNakamura@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 258910
  -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5603626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703760899 {#2457
    date: 2023-12-28 11:54:59.0 +01:00
  }
  +"title": 258910
}
"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 {#2454
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454}
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
    \n
    “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
    \n
    There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
    \n
    TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703760899 {#2452
    date: 2023-12-28 11:54:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
    "@lemmyvore@feddit.nl"
    "@JaxNakamura@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 258910
  -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5603626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703760899 {#2457
    date: 2023-12-28 11:54:59.0 +01:00
  }
  +"title": 258910
}
"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 {#2454
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454}
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
  +body: """
    Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
    \n
    “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
    \n
    There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
    \n
    TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703760899 {#2452
    date: 2023-12-28 11:54:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@superbirra@lemmy.world"
    "@possiblylinux127@lemmy.zip"
    "@Nyanix@lemmy.ca"
    "@aard@kyu.de"
    "@lemmyvore@feddit.nl"
    "@JaxNakamura@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 258910
  -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5603626"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703760899 {#2457
    date: 2023-12-28 11:54:59.0 +01:00
  }
  +"title": 258910
}
"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 {#1740
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740}
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: """
    Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
    \n
    If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
    \n
    Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703726683 {#1739
    date: 2023-12-28 02:24:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@possiblylinux127@lemmy.zip"
    "@Infiltrated_ad8271@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 258141
  -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5599032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726683 {#1741
    date: 2023-12-28 02:24:43.0 +01:00
  }
  +"title": 258141
}
"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 {#1740
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740}
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: """
    Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
    \n
    If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
    \n
    Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703726683 {#1739
    date: 2023-12-28 02:24:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@possiblylinux127@lemmy.zip"
    "@Infiltrated_ad8271@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 258141
  -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5599032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726683 {#1741
    date: 2023-12-28 02:24:43.0 +01:00
  }
  +"title": 258141
}
"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 {#1740
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740}
      0 => App\Entity\EntryComment {#2372
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703763437 {#2361
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
          "@Still@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2386 …}
        +nested: Doctrine\ORM\PersistentCollection {#2385 …}
        +votes: Doctrine\ORM\PersistentCollection {#2378 …}
        +reports: Doctrine\ORM\PersistentCollection {#2381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
        -id: 258996
        -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5604199"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703763437 {#2364
          date: 2023-12-28 12:37:17.0 +01:00
        }
        +"title": 258996
      }
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: """
    Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
    \n
    If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
    \n
    Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1703726683 {#1739
    date: 2023-12-28 02:24:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@possiblylinux127@lemmy.zip"
    "@Infiltrated_ad8271@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 258141
  -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5599032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703726683 {#1741
    date: 2023-12-28 02:24:43.0 +01:00
  }
  +"title": 258141
}
"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 {#2372
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372}
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703763437 {#2361
    date: 2023-12-28 12:37:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@ikidd@lemmy.world"
    "@Still@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 258996
  -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5604199"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703763437 {#2364
    date: 2023-12-28 12:37:17.0 +01:00
  }
  +"title": 258996
}
"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 {#2372
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372}
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703763437 {#2361
    date: 2023-12-28 12:37:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@ikidd@lemmy.world"
    "@Still@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 258996
  -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5604199"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703763437 {#2364
    date: 2023-12-28 12:37:17.0 +01:00
  }
  +"title": 258996
}
"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 {#2372
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1702
    +user: Proxies\__CG__\App\Entity\User {#2895 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2950 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2952 …}
    +slug: "KDE-s-Nate-Graham-On-X11-Being-A-Bad-Platform-and-The"
    +title: "KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future"
    +url: "https://www.phoronix.com/news/Graham-X11-Bad-Platform"
    +body: """
      > Well known KDE developer Nate Graham is out with a blog post today outlining his latest Wayland thoughts, how X11 is a bad platform, and the recent topic of “Wayland breaking everything” isn’t really accurate.\n
      \n
      > “In this context, “breaking everything” is another perhaps less accurate way of saying “not everything is fully ported yet”. This porting is necessary because Wayland is designed to target a future that doesn’t include 100% drop-in compatibility with everything we did in the past, because it turns out that a lot of those things don’t make sense anymore. For the ones that do, a compatibility layer (XWayland) is already provided, and anything needing deeper system integration generally has a path forward (Portals and Wayland protocols and PipeWire) or is being actively worked on. It’s all happening!”\n
      \n
      [Nate’s Original Blog Post](https://pointieststick.com/2023/12/26/does-wayland-really-break-everything/)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 177
    +favouriteCount: 274
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711892999 {#2945
      date: 2024-03-31 15:49:59.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2953 …}
    +votes: Doctrine\ORM\PersistentCollection {#2955 …}
    +reports: Doctrine\ORM\PersistentCollection {#2957 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2959 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2961 …}
    +badges: Doctrine\ORM\PersistentCollection {#2963 …}
    +children: [
      7 => App\Entity\EntryComment {#1402
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Wow you got that backwards. They don’t do any of that for the sake of Nouveau or Vulkan or Wayland or whatever. They don’t care what people use their open scraps for.\n
          \n
          They open up the minimum they can get away with because it’s ultimately meaningless — their proprietary stuff is still hidden away and it’s not like you can use the parts they open with anything else.\n
          \n
          This, btw, applies to AMD and Intel too. The only choice you get with proprietary hardware that you have to use (like GPUs) is whose dick you want to suck. They’re not your friend and they won’t let community pressure then into decisions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703812516 {#1381
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
          "@Jordan_U@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1385 …}
        +nested: Doctrine\ORM\PersistentCollection {#1401 …}
        +votes: Doctrine\ORM\PersistentCollection {#1363 …}
        +reports: Doctrine\ORM\PersistentCollection {#1362 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2019 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2030 …}
        -id: 261066
        -bodyTs: "'amd':76 'anyth':70 'appli':74 'away':43,56 'backward':5 'btw':73 'care':27 'choic':82 'communiti':112 'decis':116 'dick':97 'els':71 'friend':106 'get':42,84 'got':3 'gpus':94 'hardwar':87 'hidden':55 'intel':78 'let':111 'like':61,93 'meaningless':49 'minimum':39 'nouveau':17 'open':32,36,68 'part':66 'peopl':29 'pressur':113 'proprietari':51,86 're':103 'sake':15 'scrap':33 'still':54 'stuff':52 'suck':101 'ultim':48 'use':30,64,92 'vulkan':19 'want':99 'wayland':21 'whatev':23 'whose':96 'won':109 'wow':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5615206"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703812516 {#1383
          date: 2023-12-29 02:15:16.0 +01:00
        }
        +"title": 261066
      }
      5 => App\Entity\EntryComment {#1619
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
        +body: """
          And I’m sure all the other people using 6 monitors on 2 GPUs at the same time will appreciate it.\n
          \n
          Seriously, how common is such a scenario that you’d even mention it in this context?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 19
        +score: 0
        +lastActive: DateTime @1703724215 {#1604
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@ikidd@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1683 …}
        +nested: Doctrine\ORM\PersistentCollection {#1680 …}
        +votes: Doctrine\ORM\PersistentCollection {#1686 …}
        +reports: Doctrine\ORM\PersistentCollection {#1692 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1705 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
        -id: 258058
        -bodyTs: "'2':13 '6':10 'appreci':20 'common':24 'context':37 'd':31 'even':32 'gpus':14 'm':3 'mention':33 'monitor':11 'peopl':8 'scenario':28 'serious':22 'sure':4 'time':18 'use':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598648"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724215 {#1596
          date: 2023-12-28 01:43:35.0 +01:00
        }
        +"title": 258058
      }
      6 => App\Entity\EntryComment {#1874
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1907 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: """
          They’ll recant after their usage drops to a fraction. This move makes zero sense no matter how you look at it. As a generalist distro it’s too early to drop X.\n
          \n
          If they want to become a niche distro whose only claim to fame is “we only pack Plasma 6”, big whoop, like there’s any shortage of that. What kind of distro defines itself by what it does *not* offer? And is that the kind of distro that Fedora aims to be?
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703769956 {#1926
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1908 …}
        +nested: Doctrine\ORM\PersistentCollection {#1883 …}
        +votes: Doctrine\ORM\PersistentCollection {#2389 …}
        +reports: Doctrine\ORM\PersistentCollection {#2387 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2394 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2393 …}
        -id: 259252
        -bodyTs: "'6':52 'aim':83 'becom':38 'big':53 'claim':44 'defin':66 'distro':26,41,65,80 'drop':7,32 'earli':30 'fame':46 'fedora':82 'fraction':10 'generalist':25 'kind':63,78 'like':55 'll':2 'look':20 'make':13 'matter':17 'move':12 'nich':40 'offer':73 'pack':50 'plasma':51 'recant':3 'sens':15 'shortag':59 'usag':6 'want':36 'whoop':54 'whose':42 'x':33 'zero':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5605467"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703769956 {#1410
          date: 2023-12-28 14:25:56.0 +01:00
        }
        +"title": 259252
      }
      4 => App\Entity\EntryComment {#1629
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          A sizable percentage of Linux users own Nvidia cards and “just buy something else” is not realistic, for many reasons.\n
          \n
          Wayland will eventually have to support Nvidia one way or another. If they’re seriously considering not doing that I would not bet on its future.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 14
        +score: 0
        +lastActive: DateTime @1703726059 {#1598
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1599 …}
        +nested: Doctrine\ORM\PersistentCollection {#1625 …}
        +votes: Doctrine\ORM\PersistentCollection {#1617 …}
        +reports: Doctrine\ORM\PersistentCollection {#1725 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1722 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1726 …}
        -id: 258122
        -bodyTs: "'anoth':31 'bet':43 'buy':12 'card':9 'consid':36 'els':14 'eventu':23 'futur':46 'linux':5 'mani':19 'nvidia':8,27 'one':28 'percentag':3 're':34 'realist':17 'reason':20 'serious':35 'sizabl':2 'someth':13 'support':26 'user':6 'way':29 'wayland':21 'would':41"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726059 {#1630
          date: 2023-12-28 02:14:19.0 +01:00
        }
        +"title": 258122
      }
      3 => App\Entity\EntryComment {#1737
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
        +body: "Nobody’s getting rid of X support. Not for several years."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703726177 {#1736
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@CriticalMiss@lemmy.world"
          "@Flaky@iusearchlinux.fyi"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1733 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1715 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
        -id: 258125
        -bodyTs: "'get':3 'nobodi':1 'rid':4 'sever':10 'support':7 'x':6 'year':11"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5598959"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726177 {#1730
          date: 2023-12-28 02:16:17.0 +01:00
        }
        +"title": 258125
      }
      2 => App\Entity\EntryComment {#2454
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1626 …}
        +body: """
          Not supporting Nvidia cards will make Wayland unusable for at least half the Linux desktop users, probably more. Stats I recall range from 50-75%.\n
          \n
          “Just buy non-Nvidia” is not, I repeat, a simple option. Lots of people stick with old GPU models because the price/performance ratio has gone out the window and they cannot afford to drop hundreds or thousands on one. Many others have Nvidia in their laptops.\n
          \n
          There’s nothing preventing Wayland from working with Nvidia except the political insistence that it be open sourced. Which Nvidia is not interested in, never was, and never will be. And it’s a red herring to begin with.\n
          \n
          TLDR either Wayland bends their stance on open source or their adoption will be severely limited.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1703760899 {#2452
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@superbirra@lemmy.world"
          "@possiblylinux127@lemmy.zip"
          "@Nyanix@lemmy.ca"
          "@aard@kyu.de"
          "@lemmyvore@feddit.nl"
          "@JaxNakamura@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2459 …}
        +nested: Doctrine\ORM\PersistentCollection {#2470 …}
        +votes: Doctrine\ORM\PersistentCollection {#2467 …}
        +reports: Doctrine\ORM\PersistentCollection {#2371 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
        -id: 258910
        -bodyTs: "'-75':25 '50':24 'adopt':123 'afford':58 'begin':110 'bend':115 'buy':27 'cannot':57 'card':4 'desktop':15 'drop':60 'either':113 'except':82 'gone':51 'gpu':44 'half':12 'herring':108 'hundr':61 'insist':85 'interest':95 'laptop':72 'least':11 'limit':127 'linux':14 'lot':38 'make':6 'mani':66 'model':45 'never':97,100 'non':29 'non-nvidia':28 'noth':75 'nvidia':3,30,69,81,92 'old':43 'one':65 'open':89,119 'option':37 'other':67 'peopl':40 'polit':84 'prevent':76 'price/performance':48 'probabl':17 'rang':22 'ratio':49 'recal':21 'red':107 'repeat':34 'sever':126 'simpl':36 'sourc':90,120 'stanc':117 'stat':19 'stick':41 'support':2 'thousand':63 'tldr':112 'unus':8 'user':16 'wayland':7,77,114 'window':54 'work':79"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5603626"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703760899 {#2457
          date: 2023-12-28 11:54:59.0 +01:00
        }
        +"title": 258910
      }
      1 => App\Entity\EntryComment {#1740
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1702 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
        +body: """
          Yeah I don’t get why some people would think sticking to X is fanboyism. *Nobody likes X*, let alone love it. Most people’s relation to X is pragmatic, it’s “it works and does everything I need”.\n
          \n
          If anything, fanboyism is telling people they have to use Wayland when it doesn’t yet work for what they need it to do.\n
          \n
          Just keep improving the damn thing and people will switch when it’s ready. There’s no convincing needed.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 11
        +score: 0
        +lastActive: DateTime @1703726683 {#1739
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pnutzh4x0r@lemmy.ndlug.org"
          "@possiblylinux127@lemmy.zip"
          "@Infiltrated_ad8271@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2464 …}
        +nested: Doctrine\ORM\PersistentCollection {#2448 …}
        +votes: Doctrine\ORM\PersistentCollection {#2447 …}
        +reports: Doctrine\ORM\PersistentCollection {#2462 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
        -id: 258141
        -bodyTs: "'alon':20 'anyth':41 'convinc':81 'damn':68 'doesn':53 'everyth':37 'fanboy':15,42 'get':5 'improv':66 'keep':65 'let':19 'like':17 'love':21 'need':39,60,82 'nobodi':16 'peopl':8,24,45,71 'pragmat':30 'readi':77 'relat':26 'stick':11 'switch':73 'tell':44 'thing':69 'think':10 'use':49 'wayland':50 'work':34,56 'would':9 'x':13,18,28 'yeah':1 'yet':55"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5599032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703726683 {#1741
          date: 2023-12-28 02:24:43.0 +01:00
        }
        +"title": 258141
      }
      0 => App\Entity\EntryComment {#2372}
    ]
    -id: 25177
    -titleTs: "'bad':9 'futur':13 'graham':4 'kde':1 'nate':3 'platform':10 'wayland':12 'x11':6"
    -bodyTs: "'/2023/12/26/does-wayland-really-break-everything/)':145 '100':72 'accur':36,46 'activ':131 'alreadi':109 'anoth':43 'anymor':98 'anyth':112 'bad':23 'blog':11,141 'break':31,40 'compat':76,105 'context':39 'deeper':114 'design':63 'develop':4 'doesn':69 'drop':74 'drop-in':73 'everyth':32,41,51,78 'forward':121 'fulli':53 'futur':67 'general':117 'graham':6 'happen':137 'includ':71 'integr':116 'isn':33 'kde':3 'known':2 'latest':16 'layer':106 'less':45 'lot':90 'make':96 'nate':5,138 'necessari':59 'need':113 'one':101 'origin':140 'outlin':14 'past':83 'path':120 'perhap':44 'pipewir':127 'platform':24 'pointieststick.com':144 'pointieststick.com/2023/12/26/does-wayland-really-break-everything/)':143 'port':54,57 'portal':122 'post':12,142 'protocol':125 'provid':110 'realli':35 'recent':27 'say':49 'sens':97 'system':115 'target':65 'thing':93 'thought':18 'today':13 'topic':28 'turn':86 'way':47 'wayland':17,30,61,124 'well':1 'work':132 'x11':20 'xwayland':107 'yet':55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703769948
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/523560"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703683548 {#2916
      date: 2023-12-27 14:25:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2380 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1701 …}
  +body: "I mean I’m fully with you on the fact screen autodetect isn’t stellar on X but there’s no need to exaggerate with “2 or 3 scripts”. It’s one xrandr command."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703763437 {#2361
    date: 2023-12-28 12:37:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@ikidd@lemmy.world"
    "@Still@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2386 …}
  +nested: Doctrine\ORM\PersistentCollection {#2385 …}
  +votes: Doctrine\ORM\PersistentCollection {#2378 …}
  +reports: Doctrine\ORM\PersistentCollection {#2381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1910 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1909 …}
  -id: 258996
  -bodyTs: "'2':26 '3':28 'autodetect':12 'command':34 'exagger':24 'fact':10 'fulli':5 'isn':13 'm':4 'mean':2 'need':22 'one':32 'screen':11 'script':29 'stellar':15 'x':17 'xrandr':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5604199"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703763437 {#2364
    date: 2023-12-28 12:37:17.0 +01:00
  }
  +"title": 258996
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2104
  +user: Proxies\__CG__\App\Entity\User {#2913 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Those-who-are-self-hosting-at-home-what-case-are"
  +title: "Those who are self hosting at home, what case are you using? (Looking for recommendations)"
  +url: null
  +body: """
    TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?\n
    \n
    I’m going to be rebuilding my system soon (currently using an old PowerEdge T610) using one of my other older (R5 1600) systems and I’ve basically hit a road block on picking a case.\n
    \n
    I’ve got 8 HDDs that need to fit in the system after it’s rebuilt (plus at least one SSD) so I’m kinda limited in that regard.\n
    \n
    The rest of the system is planned out (mostly because I’m reusing old parts) it’s just the case I’m stuck on.\n
    \n
    I’m wanting to avoid rack mounting currently mostly due to space (and wanting to keep it under $200)\n
    \n
    I was thinking maybe the Fractal Design Define R5, the Fractal Design Node 804, or the Phanteks Enthoo Pro 2 but I’m open to suggestions.\n
    \n
    EDIT: And for those that want to know why I want to move away from the PowerEdge T610, it’s primarily due to repairability. Primarily the PSU, I don’t want to have to buy used PSUs in case mine dies again.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709527303 {#2965
    date: 2024-03-04 05:41:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2970 …}
  +votes: Doctrine\ORM\PersistentCollection {#2973 …}
  +reports: Doctrine\ORM\PersistentCollection {#2975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
  +badges: Doctrine\ORM\PersistentCollection {#2981 …}
  +children: [
    App\Entity\EntryComment {#2041
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2104 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +body: """
        Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.\n
        \n
        I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.\n
        \n
        In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703944823 {#2125
        date: 2023-12-30 15:00:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gormadt@lemmy.blahaj.zone"
        "@lemmyvore@feddit.nl"
        "@LufyCZ@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2105 …}
      +nested: Doctrine\ORM\PersistentCollection {#2111 …}
      +votes: Doctrine\ORM\PersistentCollection {#2102 …}
      +reports: Doctrine\ORM\PersistentCollection {#2103 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
      -id: 265621
      -bodyTs: "'2.5':36 '2x':91 '60':34 'act':4 'although':20 'around':38 'array':53 'bay':7,25 'becom':9 'bother':48 'bunch':31 'c':97 'cage':93 'could':8 'defin':96 'drop':17 'enough':19 'expect':3 'fan':109 'floor':106 'futur':13 'gb':35 'hdd':92 'individu':61 'instal':73 'laptop':68 'liber':89 'like':64 'low':18 'm.2':24 'meantim':86 'might':22 'mini':98 'mount':102 'need':82 'old':33,67 'one':76 'plus':56 'popular':10 'portabl':69 'price':16 're':41,58 'set':50 'shroud':100 'slot':110 'small':43 'ssd':6,15 'ssds':37 'storag':71 'stuff':63 'three':79 'time':77 'upgrad':65 'usb':70 'use':60 've':88 'window':74 'worth':47 'yeah':1 'year':80"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5635675"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703944823 {#2165
        date: 2023-12-30 15:00:23.0 +01:00
      }
      +"title": 265621
    }
  ]
  -id: 25095
  -titleTs: "'case':9 'home':7 'host':5 'look':13 'recommend':15 'self':4 'use':12"
  -bodyTs: "'1':12 '1600':42 '2':147 '200':127 '8':9,59 '804':141 'avoid':113 'away':167 'basic':47 'block':51 'build':5 'buy':188 'case':16,55,104,192 'current':29,116 'defin':135 'design':134,139 'die':194 'due':118,175 'edit':154 'enthoo':145 'fit':64 'fractal':133,138 'go':22 'got':58 'hdds':10,60 'hit':48 'keep':124 'kinda':80 'know':161 'least':74 'limit':81 'm':21,79,96,106,110,150 'mayb':131 'mine':193 'most':93,117 'mount':115 'move':166 'nas':7 'need':62 'node':140 'old':32,98 'older':40 'one':36,75 'open':151 'part':99 'phantek':144 'pick':53 'plan':91 'plus':72 'poweredg':33,170 'primarili':174,178 'pro':146 'psu':180 'psus':190 'r5':41,136 'rack':114 'rebuild':25 'rebuilt':71 'regard':84 'repair':177 'rest':86 'reus':97 'road':50 'soon':28 'space':120 'ssd':13,76 'stuck':107 'suggest':153 'system':27,43,67,89 't610':34,171 'think':130 'tldr':1 'today':14 'use':19,30,35,189 've':46,57 'want':111,122,159,164,184 'would':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703716921
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/6923980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703630521 {#2951
    date: 2023-12-26 23:42:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2104
  +user: Proxies\__CG__\App\Entity\User {#2913 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Those-who-are-self-hosting-at-home-what-case-are"
  +title: "Those who are self hosting at home, what case are you using? (Looking for recommendations)"
  +url: null
  +body: """
    TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?\n
    \n
    I’m going to be rebuilding my system soon (currently using an old PowerEdge T610) using one of my other older (R5 1600) systems and I’ve basically hit a road block on picking a case.\n
    \n
    I’ve got 8 HDDs that need to fit in the system after it’s rebuilt (plus at least one SSD) so I’m kinda limited in that regard.\n
    \n
    The rest of the system is planned out (mostly because I’m reusing old parts) it’s just the case I’m stuck on.\n
    \n
    I’m wanting to avoid rack mounting currently mostly due to space (and wanting to keep it under $200)\n
    \n
    I was thinking maybe the Fractal Design Define R5, the Fractal Design Node 804, or the Phanteks Enthoo Pro 2 but I’m open to suggestions.\n
    \n
    EDIT: And for those that want to know why I want to move away from the PowerEdge T610, it’s primarily due to repairability. Primarily the PSU, I don’t want to have to buy used PSUs in case mine dies again.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709527303 {#2965
    date: 2024-03-04 05:41:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2970 …}
  +votes: Doctrine\ORM\PersistentCollection {#2973 …}
  +reports: Doctrine\ORM\PersistentCollection {#2975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
  +badges: Doctrine\ORM\PersistentCollection {#2981 …}
  +children: [
    App\Entity\EntryComment {#2041
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2104 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +body: """
        Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.\n
        \n
        I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.\n
        \n
        In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703944823 {#2125
        date: 2023-12-30 15:00:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gormadt@lemmy.blahaj.zone"
        "@lemmyvore@feddit.nl"
        "@LufyCZ@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2105 …}
      +nested: Doctrine\ORM\PersistentCollection {#2111 …}
      +votes: Doctrine\ORM\PersistentCollection {#2102 …}
      +reports: Doctrine\ORM\PersistentCollection {#2103 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
      -id: 265621
      -bodyTs: "'2.5':36 '2x':91 '60':34 'act':4 'although':20 'around':38 'array':53 'bay':7,25 'becom':9 'bother':48 'bunch':31 'c':97 'cage':93 'could':8 'defin':96 'drop':17 'enough':19 'expect':3 'fan':109 'floor':106 'futur':13 'gb':35 'hdd':92 'individu':61 'instal':73 'laptop':68 'liber':89 'like':64 'low':18 'm.2':24 'meantim':86 'might':22 'mini':98 'mount':102 'need':82 'old':33,67 'one':76 'plus':56 'popular':10 'portabl':69 'price':16 're':41,58 'set':50 'shroud':100 'slot':110 'small':43 'ssd':6,15 'ssds':37 'storag':71 'stuff':63 'three':79 'time':77 'upgrad':65 'usb':70 'use':60 've':88 'window':74 'worth':47 'yeah':1 'year':80"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5635675"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703944823 {#2165
        date: 2023-12-30 15:00:23.0 +01:00
      }
      +"title": 265621
    }
  ]
  -id: 25095
  -titleTs: "'case':9 'home':7 'host':5 'look':13 'recommend':15 'self':4 'use':12"
  -bodyTs: "'1':12 '1600':42 '2':147 '200':127 '8':9,59 '804':141 'avoid':113 'away':167 'basic':47 'block':51 'build':5 'buy':188 'case':16,55,104,192 'current':29,116 'defin':135 'design':134,139 'die':194 'due':118,175 'edit':154 'enthoo':145 'fit':64 'fractal':133,138 'go':22 'got':58 'hdds':10,60 'hit':48 'keep':124 'kinda':80 'know':161 'least':74 'limit':81 'm':21,79,96,106,110,150 'mayb':131 'mine':193 'most':93,117 'mount':115 'move':166 'nas':7 'need':62 'node':140 'old':32,98 'older':40 'one':36,75 'open':151 'part':99 'phantek':144 'pick':53 'plan':91 'plus':72 'poweredg':33,170 'primarili':174,178 'pro':146 'psu':180 'psus':190 'r5':41,136 'rack':114 'rebuild':25 'rebuilt':71 'regard':84 'repair':177 'rest':86 'reus':97 'road':50 'soon':28 'space':120 'ssd':13,76 'stuck':107 'suggest':153 'system':27,43,67,89 't610':34,171 'think':130 'tldr':1 'today':14 'use':19,30,35,189 've':46,57 'want':111,122,159,164,184 'would':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703716921
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/6923980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703630521 {#2951
    date: 2023-12-26 23:42:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2104
  +user: Proxies\__CG__\App\Entity\User {#2913 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Those-who-are-self-hosting-at-home-what-case-are"
  +title: "Those who are self hosting at home, what case are you using? (Looking for recommendations)"
  +url: null
  +body: """
    TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?\n
    \n
    I’m going to be rebuilding my system soon (currently using an old PowerEdge T610) using one of my other older (R5 1600) systems and I’ve basically hit a road block on picking a case.\n
    \n
    I’ve got 8 HDDs that need to fit in the system after it’s rebuilt (plus at least one SSD) so I’m kinda limited in that regard.\n
    \n
    The rest of the system is planned out (mostly because I’m reusing old parts) it’s just the case I’m stuck on.\n
    \n
    I’m wanting to avoid rack mounting currently mostly due to space (and wanting to keep it under $200)\n
    \n
    I was thinking maybe the Fractal Design Define R5, the Fractal Design Node 804, or the Phanteks Enthoo Pro 2 but I’m open to suggestions.\n
    \n
    EDIT: And for those that want to know why I want to move away from the PowerEdge T610, it’s primarily due to repairability. Primarily the PSU, I don’t want to have to buy used PSUs in case mine dies again.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 72
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709527303 {#2965
    date: 2024-03-04 05:41:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2970 …}
  +votes: Doctrine\ORM\PersistentCollection {#2973 …}
  +reports: Doctrine\ORM\PersistentCollection {#2975 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
  +badges: Doctrine\ORM\PersistentCollection {#2981 …}
  +children: [
    App\Entity\EntryComment {#2041
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2104 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
      +body: """
        Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.\n
        \n
        I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.\n
        \n
        In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703944823 {#2125
        date: 2023-12-30 15:00:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Gormadt@lemmy.blahaj.zone"
        "@lemmyvore@feddit.nl"
        "@LufyCZ@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2105 …}
      +nested: Doctrine\ORM\PersistentCollection {#2111 …}
      +votes: Doctrine\ORM\PersistentCollection {#2102 …}
      +reports: Doctrine\ORM\PersistentCollection {#2103 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
      -id: 265621
      -bodyTs: "'2.5':36 '2x':91 '60':34 'act':4 'although':20 'around':38 'array':53 'bay':7,25 'becom':9 'bother':48 'bunch':31 'c':97 'cage':93 'could':8 'defin':96 'drop':17 'enough':19 'expect':3 'fan':109 'floor':106 'futur':13 'gb':35 'hdd':92 'individu':61 'instal':73 'laptop':68 'liber':89 'like':64 'low':18 'm.2':24 'meantim':86 'might':22 'mini':98 'mount':102 'need':82 'old':33,67 'one':76 'plus':56 'popular':10 'portabl':69 'price':16 're':41,58 'set':50 'shroud':100 'slot':110 'small':43 'ssd':6,15 'ssds':37 'storag':71 'stuff':63 'three':79 'time':77 'upgrad':65 'usb':70 'use':60 've':88 'window':74 'worth':47 'yeah':1 'year':80"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5635675"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703944823 {#2165
        date: 2023-12-30 15:00:23.0 +01:00
      }
      +"title": 265621
    }
  ]
  -id: 25095
  -titleTs: "'case':9 'home':7 'host':5 'look':13 'recommend':15 'self':4 'use':12"
  -bodyTs: "'1':12 '1600':42 '2':147 '200':127 '8':9,59 '804':141 'avoid':113 'away':167 'basic':47 'block':51 'build':5 'buy':188 'case':16,55,104,192 'current':29,116 'defin':135 'design':134,139 'die':194 'due':118,175 'edit':154 'enthoo':145 'fit':64 'fractal':133,138 'go':22 'got':58 'hdds':10,60 'hit':48 'keep':124 'kinda':80 'know':161 'least':74 'limit':81 'm':21,79,96,106,110,150 'mayb':131 'mine':193 'most':93,117 'mount':115 'move':166 'nas':7 'need':62 'node':140 'old':32,98 'older':40 'one':36,75 'open':151 'part':99 'phantek':144 'pick':53 'plan':91 'plus':72 'poweredg':33,170 'primarili':174,178 'pro':146 'psu':180 'psus':190 'r5':41,136 'rack':114 'rebuild':25 'rebuilt':71 'regard':84 'repair':177 'rest':86 'reus':97 'road':50 'soon':28 'space':120 'ssd':13,76 'stuck':107 'suggest':153 'system':27,43,67,89 't610':34,171 'think':130 'tldr':1 'today':14 'use':19,30,35,189 've':46,57 'want':111,122,159,164,184 'would':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703716921
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/6923980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703630521 {#2951
    date: 2023-12-26 23:42:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2041
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2104
    +user: Proxies\__CG__\App\Entity\User {#2913 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Those-who-are-self-hosting-at-home-what-case-are"
    +title: "Those who are self hosting at home, what case are you using? (Looking for recommendations)"
    +url: null
    +body: """
      TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?\n
      \n
      I’m going to be rebuilding my system soon (currently using an old PowerEdge T610) using one of my other older (R5 1600) systems and I’ve basically hit a road block on picking a case.\n
      \n
      I’ve got 8 HDDs that need to fit in the system after it’s rebuilt (plus at least one SSD) so I’m kinda limited in that regard.\n
      \n
      The rest of the system is planned out (mostly because I’m reusing old parts) it’s just the case I’m stuck on.\n
      \n
      I’m wanting to avoid rack mounting currently mostly due to space (and wanting to keep it under $200)\n
      \n
      I was thinking maybe the Fractal Design Define R5, the Fractal Design Node 804, or the Phanteks Enthoo Pro 2 but I’m open to suggestions.\n
      \n
      EDIT: And for those that want to know why I want to move away from the PowerEdge T610, it’s primarily due to repairability. Primarily the PSU, I don’t want to have to buy used PSUs in case mine dies again.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1709527303 {#2965
      date: 2024-03-04 05:41:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2970 …}
    +votes: Doctrine\ORM\PersistentCollection {#2973 …}
    +reports: Doctrine\ORM\PersistentCollection {#2975 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
    +badges: Doctrine\ORM\PersistentCollection {#2981 …}
    +children: [
      App\Entity\EntryComment {#2041}
    ]
    -id: 25095
    -titleTs: "'case':9 'home':7 'host':5 'look':13 'recommend':15 'self':4 'use':12"
    -bodyTs: "'1':12 '1600':42 '2':147 '200':127 '8':9,59 '804':141 'avoid':113 'away':167 'basic':47 'block':51 'build':5 'buy':188 'case':16,55,104,192 'current':29,116 'defin':135 'design':134,139 'die':194 'due':118,175 'edit':154 'enthoo':145 'fit':64 'fractal':133,138 'go':22 'got':58 'hdds':10,60 'hit':48 'keep':124 'kinda':80 'know':161 'least':74 'limit':81 'm':21,79,96,106,110,150 'mayb':131 'mine':193 'most':93,117 'mount':115 'move':166 'nas':7 'need':62 'node':140 'old':32,98 'older':40 'one':36,75 'open':151 'part':99 'phantek':144 'pick':53 'plan':91 'plus':72 'poweredg':33,170 'primarili':174,178 'pro':146 'psu':180 'psus':190 'r5':41,136 'rack':114 'rebuild':25 'rebuilt':71 'regard':84 'repair':177 'rest':86 'reus':97 'road':50 'soon':28 'space':120 'ssd':13,76 'stuck':107 'suggest':153 'system':27,43,67,89 't610':34,171 'think':130 'tldr':1 'today':14 'use':19,30,35,189 've':46,57 'want':111,122,159,164,184 'would':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703716921
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/6923980"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703630521 {#2951
      date: 2023-12-26 23:42:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: """
    Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.\n
    \n
    I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.\n
    \n
    In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703944823 {#2125
    date: 2023-12-30 15:00:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gormadt@lemmy.blahaj.zone"
    "@lemmyvore@feddit.nl"
    "@LufyCZ@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2105 …}
  +nested: Doctrine\ORM\PersistentCollection {#2111 …}
  +votes: Doctrine\ORM\PersistentCollection {#2102 …}
  +reports: Doctrine\ORM\PersistentCollection {#2103 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
  -id: 265621
  -bodyTs: "'2.5':36 '2x':91 '60':34 'act':4 'although':20 'around':38 'array':53 'bay':7,25 'becom':9 'bother':48 'bunch':31 'c':97 'cage':93 'could':8 'defin':96 'drop':17 'enough':19 'expect':3 'fan':109 'floor':106 'futur':13 'gb':35 'hdd':92 'individu':61 'instal':73 'laptop':68 'liber':89 'like':64 'low':18 'm.2':24 'meantim':86 'might':22 'mini':98 'mount':102 'need':82 'old':33,67 'one':76 'plus':56 'popular':10 'portabl':69 'price':16 're':41,58 'set':50 'shroud':100 'slot':110 'small':43 'ssd':6,15 'ssds':37 'storag':71 'stuff':63 'three':79 'time':77 'upgrad':65 'usb':70 'use':60 've':88 'window':74 'worth':47 'yeah':1 'year':80"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5635675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703944823 {#2165
    date: 2023-12-30 15:00:23.0 +01:00
  }
  +"title": 265621
}
"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 {#2041
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2104
    +user: Proxies\__CG__\App\Entity\User {#2913 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Those-who-are-self-hosting-at-home-what-case-are"
    +title: "Those who are self hosting at home, what case are you using? (Looking for recommendations)"
    +url: null
    +body: """
      TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?\n
      \n
      I’m going to be rebuilding my system soon (currently using an old PowerEdge T610) using one of my other older (R5 1600) systems and I’ve basically hit a road block on picking a case.\n
      \n
      I’ve got 8 HDDs that need to fit in the system after it’s rebuilt (plus at least one SSD) so I’m kinda limited in that regard.\n
      \n
      The rest of the system is planned out (mostly because I’m reusing old parts) it’s just the case I’m stuck on.\n
      \n
      I’m wanting to avoid rack mounting currently mostly due to space (and wanting to keep it under $200)\n
      \n
      I was thinking maybe the Fractal Design Define R5, the Fractal Design Node 804, or the Phanteks Enthoo Pro 2 but I’m open to suggestions.\n
      \n
      EDIT: And for those that want to know why I want to move away from the PowerEdge T610, it’s primarily due to repairability. Primarily the PSU, I don’t want to have to buy used PSUs in case mine dies again.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1709527303 {#2965
      date: 2024-03-04 05:41:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2970 …}
    +votes: Doctrine\ORM\PersistentCollection {#2973 …}
    +reports: Doctrine\ORM\PersistentCollection {#2975 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
    +badges: Doctrine\ORM\PersistentCollection {#2981 …}
    +children: [
      App\Entity\EntryComment {#2041}
    ]
    -id: 25095
    -titleTs: "'case':9 'home':7 'host':5 'look':13 'recommend':15 'self':4 'use':12"
    -bodyTs: "'1':12 '1600':42 '2':147 '200':127 '8':9,59 '804':141 'avoid':113 'away':167 'basic':47 'block':51 'build':5 'buy':188 'case':16,55,104,192 'current':29,116 'defin':135 'design':134,139 'die':194 'due':118,175 'edit':154 'enthoo':145 'fit':64 'fractal':133,138 'go':22 'got':58 'hdds':10,60 'hit':48 'keep':124 'kinda':80 'know':161 'least':74 'limit':81 'm':21,79,96,106,110,150 'mayb':131 'mine':193 'most':93,117 'mount':115 'move':166 'nas':7 'need':62 'node':140 'old':32,98 'older':40 'one':36,75 'open':151 'part':99 'phantek':144 'pick':53 'plan':91 'plus':72 'poweredg':33,170 'primarili':174,178 'pro':146 'psu':180 'psus':190 'r5':41,136 'rack':114 'rebuild':25 'rebuilt':71 'regard':84 'repair':177 'rest':86 'reus':97 'road':50 'soon':28 'space':120 'ssd':13,76 'stuck':107 'suggest':153 'system':27,43,67,89 't610':34,171 'think':130 'tldr':1 'today':14 'use':19,30,35,189 've':46,57 'want':111,122,159,164,184 'would':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703716921
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/6923980"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703630521 {#2951
      date: 2023-12-26 23:42:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: """
    Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.\n
    \n
    I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.\n
    \n
    In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703944823 {#2125
    date: 2023-12-30 15:00:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gormadt@lemmy.blahaj.zone"
    "@lemmyvore@feddit.nl"
    "@LufyCZ@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2105 …}
  +nested: Doctrine\ORM\PersistentCollection {#2111 …}
  +votes: Doctrine\ORM\PersistentCollection {#2102 …}
  +reports: Doctrine\ORM\PersistentCollection {#2103 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
  -id: 265621
  -bodyTs: "'2.5':36 '2x':91 '60':34 'act':4 'although':20 'around':38 'array':53 'bay':7,25 'becom':9 'bother':48 'bunch':31 'c':97 'cage':93 'could':8 'defin':96 'drop':17 'enough':19 'expect':3 'fan':109 'floor':106 'futur':13 'gb':35 'hdd':92 'individu':61 'instal':73 'laptop':68 'liber':89 'like':64 'low':18 'm.2':24 'meantim':86 'might':22 'mini':98 'mount':102 'need':82 'old':33,67 'one':76 'plus':56 'popular':10 'portabl':69 'price':16 're':41,58 'set':50 'shroud':100 'slot':110 'small':43 'ssd':6,15 'ssds':37 'storag':71 'stuff':63 'three':79 'time':77 'upgrad':65 'usb':70 'use':60 've':88 'window':74 'worth':47 'yeah':1 'year':80"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5635675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703944823 {#2165
    date: 2023-12-30 15:00:23.0 +01:00
  }
  +"title": 265621
}
"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 {#2041
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2104
    +user: Proxies\__CG__\App\Entity\User {#2913 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Those-who-are-self-hosting-at-home-what-case-are"
    +title: "Those who are self hosting at home, what case are you using? (Looking for recommendations)"
    +url: null
    +body: """
      TLDR: If you were building a NAS for 8 HDDs and 1 SSD today, what case would you use?\n
      \n
      I’m going to be rebuilding my system soon (currently using an old PowerEdge T610) using one of my other older (R5 1600) systems and I’ve basically hit a road block on picking a case.\n
      \n
      I’ve got 8 HDDs that need to fit in the system after it’s rebuilt (plus at least one SSD) so I’m kinda limited in that regard.\n
      \n
      The rest of the system is planned out (mostly because I’m reusing old parts) it’s just the case I’m stuck on.\n
      \n
      I’m wanting to avoid rack mounting currently mostly due to space (and wanting to keep it under $200)\n
      \n
      I was thinking maybe the Fractal Design Define R5, the Fractal Design Node 804, or the Phanteks Enthoo Pro 2 but I’m open to suggestions.\n
      \n
      EDIT: And for those that want to know why I want to move away from the PowerEdge T610, it’s primarily due to repairability. Primarily the PSU, I don’t want to have to buy used PSUs in case mine dies again.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 72
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1709527303 {#2965
      date: 2024-03-04 05:41:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2970 …}
    +votes: Doctrine\ORM\PersistentCollection {#2973 …}
    +reports: Doctrine\ORM\PersistentCollection {#2975 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2977 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2979 …}
    +badges: Doctrine\ORM\PersistentCollection {#2981 …}
    +children: [
      App\Entity\EntryComment {#2041}
    ]
    -id: 25095
    -titleTs: "'case':9 'home':7 'host':5 'look':13 'recommend':15 'self':4 'use':12"
    -bodyTs: "'1':12 '1600':42 '2':147 '200':127 '8':9,59 '804':141 'avoid':113 'away':167 'basic':47 'block':51 'build':5 'buy':188 'case':16,55,104,192 'current':29,116 'defin':135 'design':134,139 'die':194 'due':118,175 'edit':154 'enthoo':145 'fit':64 'fractal':133,138 'go':22 'got':58 'hdds':10,60 'hit':48 'keep':124 'kinda':80 'know':161 'least':74 'limit':81 'm':21,79,96,106,110,150 'mayb':131 'mine':193 'most':93,117 'mount':115 'move':166 'nas':7 'need':62 'node':140 'old':32,98 'older':40 'one':36,75 'open':151 'part':99 'phantek':144 'pick':53 'plan':91 'plus':72 'poweredg':33,170 'primarili':174,178 'pro':146 'psu':180 'psus':190 'r5':41,136 'rack':114 'rebuild':25 'rebuilt':71 'regard':84 'repair':177 'rest':86 'reus':97 'road':50 'soon':28 'space':120 'ssd':13,76 'stuck':107 'suggest':153 'system':27,43,67,89 't610':34,171 'think':130 'tldr':1 'today':14 'use':19,30,35,189 've':46,57 'want':111,122,159,164,184 'would':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703716921
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/6923980"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703630521 {#2951
      date: 2023-12-26 23:42:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: """
    Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.\n
    \n
    I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.\n
    \n
    In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703944823 {#2125
    date: 2023-12-30 15:00:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Gormadt@lemmy.blahaj.zone"
    "@lemmyvore@feddit.nl"
    "@LufyCZ@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2105 …}
  +nested: Doctrine\ORM\PersistentCollection {#2111 …}
  +votes: Doctrine\ORM\PersistentCollection {#2102 …}
  +reports: Doctrine\ORM\PersistentCollection {#2103 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
  -id: 265621
  -bodyTs: "'2.5':36 '2x':91 '60':34 'act':4 'although':20 'around':38 'array':53 'bay':7,25 'becom':9 'bother':48 'bunch':31 'c':97 'cage':93 'could':8 'defin':96 'drop':17 'enough':19 'expect':3 'fan':109 'floor':106 'futur':13 'gb':35 'hdd':92 'individu':61 'instal':73 'laptop':68 'liber':89 'like':64 'low':18 'm.2':24 'meantim':86 'might':22 'mini':98 'mount':102 'need':82 'old':33,67 'one':76 'plus':56 'popular':10 'portabl':69 'price':16 're':41,58 'set':50 'shroud':100 'slot':110 'small':43 'ssd':6,15 'ssds':37 'storag':71 'stuff':63 'three':79 'time':77 'upgrad':65 'usb':70 'use':60 've':88 'window':74 'worth':47 'yeah':1 'year':80"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5635675"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703944823 {#2165
    date: 2023-12-30 15:00:23.0 +01:00
  }
  +"title": 265621
}
"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
Proxies\__CG__\App\Entity\Entry {#2121
  +user: Proxies\__CG__\App\Entity\User {#2877 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#2934 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
  +slug: "Is-DNS-Bloat-too"
  +title: "Is DNS Bloat too?"
  +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 78
  +favouriteCount: 323
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712209820 {#2910
    date: 2024-04-04 07:50:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2932 …}
  +votes: Doctrine\ORM\PersistentCollection {#2939 …}
  +reports: Doctrine\ORM\PersistentCollection {#2935 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
  +badges: Doctrine\ORM\PersistentCollection {#2943 …}
  +children: [
    3 => App\Entity\EntryComment {#2296
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "They’re not going to be absolved of copying code verbatim without following its license."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704081966 {#2294
        date: 2024-01-01 05:06:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 269191
      -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5660671"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704081966 {#2290
        date: 2024-01-01 05:06:06.0 +01:00
      }
      +"title": 269191
    }
    1 => App\Entity\EntryComment {#2312
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704081595 {#2322
        date: 2024-01-01 04:59:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2307 …}
      +nested: Doctrine\ORM\PersistentCollection {#2308 …}
      +votes: Doctrine\ORM\PersistentCollection {#2304 …}
      +reports: Doctrine\ORM\PersistentCollection {#2319 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
      -id: 269175
      -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5660619"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704081595 {#2321
        date: 2024-01-01 04:59:55.0 +01:00
      }
      +"title": 269175
    }
    2 => App\Entity\EntryComment {#2117
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704014785 {#2114
        date: 2023-12-31 10:26:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 267020
      -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648278"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704014785 {#2118
        date: 2023-12-31 10:26:25.0 +01:00
      }
      +"title": 267020
    }
    0 => App\Entity\EntryComment {#2139
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704015034 {#2126
        date: 2023-12-31 10:30:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2215 …}
      +nested: Doctrine\ORM\PersistentCollection {#2198 …}
      +votes: Doctrine\ORM\PersistentCollection {#2227 …}
      +reports: Doctrine\ORM\PersistentCollection {#2214 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
      -id: 267026
      -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648314"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704015034 {#2043
        date: 2023-12-31 10:30:34.0 +01:00
      }
      +"title": 267026
    }
  ]
  -id: 25939
  -titleTs: "'bloat':3 'dns':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704061883
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9895543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703975483 {#2898
    date: 2023-12-30 23:31:23.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
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2121
  +user: Proxies\__CG__\App\Entity\User {#2877 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#2934 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
  +slug: "Is-DNS-Bloat-too"
  +title: "Is DNS Bloat too?"
  +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 78
  +favouriteCount: 323
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712209820 {#2910
    date: 2024-04-04 07:50:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2932 …}
  +votes: Doctrine\ORM\PersistentCollection {#2939 …}
  +reports: Doctrine\ORM\PersistentCollection {#2935 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
  +badges: Doctrine\ORM\PersistentCollection {#2943 …}
  +children: [
    3 => App\Entity\EntryComment {#2296
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "They’re not going to be absolved of copying code verbatim without following its license."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704081966 {#2294
        date: 2024-01-01 05:06:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 269191
      -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5660671"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704081966 {#2290
        date: 2024-01-01 05:06:06.0 +01:00
      }
      +"title": 269191
    }
    1 => App\Entity\EntryComment {#2312
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704081595 {#2322
        date: 2024-01-01 04:59:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2307 …}
      +nested: Doctrine\ORM\PersistentCollection {#2308 …}
      +votes: Doctrine\ORM\PersistentCollection {#2304 …}
      +reports: Doctrine\ORM\PersistentCollection {#2319 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
      -id: 269175
      -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5660619"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704081595 {#2321
        date: 2024-01-01 04:59:55.0 +01:00
      }
      +"title": 269175
    }
    2 => App\Entity\EntryComment {#2117
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704014785 {#2114
        date: 2023-12-31 10:26:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 267020
      -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648278"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704014785 {#2118
        date: 2023-12-31 10:26:25.0 +01:00
      }
      +"title": 267020
    }
    0 => App\Entity\EntryComment {#2139
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704015034 {#2126
        date: 2023-12-31 10:30:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2215 …}
      +nested: Doctrine\ORM\PersistentCollection {#2198 …}
      +votes: Doctrine\ORM\PersistentCollection {#2227 …}
      +reports: Doctrine\ORM\PersistentCollection {#2214 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
      -id: 267026
      -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648314"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704015034 {#2043
        date: 2023-12-31 10:30:34.0 +01:00
      }
      +"title": 267026
    }
  ]
  -id: 25939
  -titleTs: "'bloat':3 'dns':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704061883
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9895543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703975483 {#2898
    date: 2023-12-30 23:31:23.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
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2121
  +user: Proxies\__CG__\App\Entity\User {#2877 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#2934 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
  +slug: "Is-DNS-Bloat-too"
  +title: "Is DNS Bloat too?"
  +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 78
  +favouriteCount: 323
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712209820 {#2910
    date: 2024-04-04 07:50:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2932 …}
  +votes: Doctrine\ORM\PersistentCollection {#2939 …}
  +reports: Doctrine\ORM\PersistentCollection {#2935 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
  +badges: Doctrine\ORM\PersistentCollection {#2943 …}
  +children: [
    3 => App\Entity\EntryComment {#2296
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "They’re not going to be absolved of copying code verbatim without following its license."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704081966 {#2294
        date: 2024-01-01 05:06:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 269191
      -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5660671"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704081966 {#2290
        date: 2024-01-01 05:06:06.0 +01:00
      }
      +"title": 269191
    }
    1 => App\Entity\EntryComment {#2312
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704081595 {#2322
        date: 2024-01-01 04:59:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2307 …}
      +nested: Doctrine\ORM\PersistentCollection {#2308 …}
      +votes: Doctrine\ORM\PersistentCollection {#2304 …}
      +reports: Doctrine\ORM\PersistentCollection {#2319 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
      -id: 269175
      -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5660619"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704081595 {#2321
        date: 2024-01-01 04:59:55.0 +01:00
      }
      +"title": 269175
    }
    2 => App\Entity\EntryComment {#2117
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704014785 {#2114
        date: 2023-12-31 10:26:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2113 …}
      +nested: Doctrine\ORM\PersistentCollection {#2119 …}
      +votes: Doctrine\ORM\PersistentCollection {#2120 …}
      +reports: Doctrine\ORM\PersistentCollection {#2160 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
      -id: 267020
      -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648278"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704014785 {#2118
        date: 2023-12-31 10:26:25.0 +01:00
      }
      +"title": 267020
    }
    0 => App\Entity\EntryComment {#2139
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
      +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1704015034 {#2126
        date: 2023-12-31 10:30:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@scroll_responsibly@lemmy.sdf.org"
        "@onlinepersona@programming.dev"
        "@SnotFlickerman@lemmy.blahaj.zone"
        "@leopold@lemmy.kde.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2215 …}
      +nested: Doctrine\ORM\PersistentCollection {#2198 …}
      +votes: Doctrine\ORM\PersistentCollection {#2227 …}
      +reports: Doctrine\ORM\PersistentCollection {#2214 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
      -id: 267026
      -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5648314"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704015034 {#2043
        date: 2023-12-31 10:30:34.0 +01:00
      }
      +"title": 267026
    }
  ]
  -id: 25939
  -titleTs: "'bloat':3 'dns':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704061883
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9895543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703975483 {#2898
    date: 2023-12-30 23:31:23.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
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\EntryComment {#2296
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296}
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "They’re not going to be absolved of copying code verbatim without following its license."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704081966 {#2294
    date: 2024-01-01 05:06:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 269191
  -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5660671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704081966 {#2290
    date: 2024-01-01 05:06:06.0 +01:00
  }
  +"title": 269191
}
"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
99 DENIED edit
App\Entity\EntryComment {#2296
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296}
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "They’re not going to be absolved of copying code verbatim without following its license."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704081966 {#2294
    date: 2024-01-01 05:06:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 269191
  -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5660671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704081966 {#2290
    date: 2024-01-01 05:06:06.0 +01:00
  }
  +"title": 269191
}
"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
100 DENIED moderate
App\Entity\EntryComment {#2296
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296}
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "They’re not going to be absolved of copying code verbatim without following its license."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704081966 {#2294
    date: 2024-01-01 05:06:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 269191
  -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5660671"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704081966 {#2290
    date: 2024-01-01 05:06:06.0 +01:00
  }
  +"title": 269191
}
"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
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 {#2312
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312}
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704081595 {#2322
    date: 2024-01-01 04:59:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2307 …}
  +nested: Doctrine\ORM\PersistentCollection {#2308 …}
  +votes: Doctrine\ORM\PersistentCollection {#2304 …}
  +reports: Doctrine\ORM\PersistentCollection {#2319 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
  -id: 269175
  -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5660619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704081595 {#2321
    date: 2024-01-01 04:59:55.0 +01:00
  }
  +"title": 269175
}
"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 {#2312
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312}
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704081595 {#2322
    date: 2024-01-01 04:59:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2307 …}
  +nested: Doctrine\ORM\PersistentCollection {#2308 …}
  +votes: Doctrine\ORM\PersistentCollection {#2304 …}
  +reports: Doctrine\ORM\PersistentCollection {#2319 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
  -id: 269175
  -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5660619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704081595 {#2321
    date: 2024-01-01 04:59:55.0 +01:00
  }
  +"title": 269175
}
"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 {#2312
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312}
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704081595 {#2322
    date: 2024-01-01 04:59:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2307 …}
  +nested: Doctrine\ORM\PersistentCollection {#2308 …}
  +votes: Doctrine\ORM\PersistentCollection {#2304 …}
  +reports: Doctrine\ORM\PersistentCollection {#2319 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
  -id: 269175
  -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5660619"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704081595 {#2321
    date: 2024-01-01 04:59:55.0 +01:00
  }
  +"title": 269175
}
"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 {#2117
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117}
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704014785 {#2114
    date: 2023-12-31 10:26:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 267020
  -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648278"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704014785 {#2118
    date: 2023-12-31 10:26:25.0 +01:00
  }
  +"title": 267020
}
"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 {#2117
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117}
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704014785 {#2114
    date: 2023-12-31 10:26:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 267020
  -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648278"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704014785 {#2118
    date: 2023-12-31 10:26:25.0 +01:00
  }
  +"title": 267020
}
"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 {#2117
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117}
      0 => App\Entity\EntryComment {#2139
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704015034 {#2126
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2215 …}
        +nested: Doctrine\ORM\PersistentCollection {#2198 …}
        +votes: Doctrine\ORM\PersistentCollection {#2227 …}
        +reports: Doctrine\ORM\PersistentCollection {#2214 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
        -id: 267026
        -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648314"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704015034 {#2043
          date: 2023-12-31 10:30:34.0 +01:00
        }
        +"title": 267026
      }
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704014785 {#2114
    date: 2023-12-31 10:26:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2113 …}
  +nested: Doctrine\ORM\PersistentCollection {#2119 …}
  +votes: Doctrine\ORM\PersistentCollection {#2120 …}
  +reports: Doctrine\ORM\PersistentCollection {#2160 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
  -id: 267020
  -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648278"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704014785 {#2118
    date: 2023-12-31 10:26:25.0 +01:00
  }
  +"title": 267020
}
"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 {#2139
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139}
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704015034 {#2126
    date: 2023-12-31 10:30:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2227 …}
  +reports: Doctrine\ORM\PersistentCollection {#2214 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
  -id: 267026
  -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648314"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704015034 {#2043
    date: 2023-12-31 10:30:34.0 +01:00
  }
  +"title": 267026
}
"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 {#2139
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139}
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704015034 {#2126
    date: 2023-12-31 10:30:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2227 …}
  +reports: Doctrine\ORM\PersistentCollection {#2214 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
  -id: 267026
  -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648314"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704015034 {#2043
    date: 2023-12-31 10:30:34.0 +01:00
  }
  +"title": 267026
}
"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 {#2139
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2121
    +user: Proxies\__CG__\App\Entity\User {#2877 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#2934 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2933 …}
    +slug: "Is-DNS-Bloat-too"
    +title: "Is DNS Bloat too?"
    +url: "https://lemmy.sdf.org/pictrs/image/84ea7148-4c34-4f3a-91d2-cb1524a390f5.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 78
    +favouriteCount: 323
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712209820 {#2910
      date: 2024-04-04 07:50:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2932 …}
    +votes: Doctrine\ORM\PersistentCollection {#2939 …}
    +reports: Doctrine\ORM\PersistentCollection {#2935 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2938 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2941 …}
    +badges: Doctrine\ORM\PersistentCollection {#2943 …}
    +children: [
      3 => App\Entity\EntryComment {#2296
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2295 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They’re not going to be absolved of copying code verbatim without following its license."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1704081966 {#2294
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2281 …}
        +nested: Doctrine\ORM\PersistentCollection {#2280 …}
        +votes: Doctrine\ORM\PersistentCollection {#2278 …}
        +reports: Doctrine\ORM\PersistentCollection {#2279 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
        -id: 269191
        -bodyTs: "'absolv':7 'code':10 'copi':9 'follow':13 'go':4 'licens':15 're':2 'verbatim':11 'without':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660671"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081966 {#2290
          date: 2024-01-01 05:06:06.0 +01:00
        }
        +"title": 269191
      }
      1 => App\Entity\EntryComment {#2312
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2310 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "They can if the license *you* granted them says they can. Read it. These platforms usually make you grant then extensive rights. Yes they don’t own the content but given such broad permissions it makes very little practical difference."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704081595 {#2322
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
          "@lemmyvore@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2307 …}
        +nested: Doctrine\ORM\PersistentCollection {#2308 …}
        +votes: Doctrine\ORM\PersistentCollection {#2304 …}
        +reports: Doctrine\ORM\PersistentCollection {#2319 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2318 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2316 …}
        -id: 269175
        -bodyTs: "'broad':33 'content':29 'differ':40 'extens':21 'given':31 'grant':7,19 'licens':5 'littl':38 'make':17,36 'permiss':34 'platform':15 'practic':39 'read':12 'right':22 'say':9 'usual':16 'yes':23"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5660619"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704081595 {#2321
          date: 2024-01-01 04:59:55.0 +01:00
        }
        +"title": 269175
      }
      2 => App\Entity\EntryComment {#2117
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2121 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
        +body: "And yet Microsoft made Copilot, and there are currently lots of clueless programmers out there using it to inject code with god knows what licenses into their company’s software."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1704014785 {#2114
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@scroll_responsibly@lemmy.sdf.org"
          "@onlinepersona@programming.dev"
          "@SnotFlickerman@lemmy.blahaj.zone"
          "@leopold@lemmy.kde.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2113 …}
        +nested: Doctrine\ORM\PersistentCollection {#2119 …}
        +votes: Doctrine\ORM\PersistentCollection {#2120 …}
        +reports: Doctrine\ORM\PersistentCollection {#2160 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2162 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2128 …}
        -id: 267020
        -bodyTs: "'clueless':12 'code':20 'compani':28 'copilot':5 'current':9 'god':22 'inject':19 'know':23 'licens':25 'lot':10 'made':4 'microsoft':3 'programm':13 'softwar':30 'use':16 'yet':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5648278"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704014785 {#2118
          date: 2023-12-31 10:26:25.0 +01:00
        }
        +"title": 267020
      }
      0 => App\Entity\EntryComment {#2139}
    ]
    -id: 25939
    -titleTs: "'bloat':3 'dns':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704061883
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9895543"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703975483 {#2898
      date: 2023-12-30 23:31:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2122 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2115 …}
  +body: "You own the original, which you’ve written on your pc or phone. But the one that ends up on the website is a copy, on which you’ve granted the website owner a non-revokable license to do with as they please ie. a copy-right."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1704015034 {#2126
    date: 2023-12-31 10:30:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@scroll_responsibly@lemmy.sdf.org"
    "@onlinepersona@programming.dev"
    "@SnotFlickerman@lemmy.blahaj.zone"
    "@leopold@lemmy.kde.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2198 …}
  +votes: Doctrine\ORM\PersistentCollection {#2227 …}
  +reports: Doctrine\ORM\PersistentCollection {#2214 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2225 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2231 …}
  -id: 267026
  -bodyTs: "'copi':25,48 'copy-right':47 'end':18 'grant':30 'ie':45 'licens':38 'non':36 'non-revok':35 'one':16 'origin':4 'owner':33 'pc':11 'phone':13 'pleas':44 'revok':37 'right':49 've':7,29 'websit':22,32 'written':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5648314"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704015034 {#2043
    date: 2023-12-31 10:30:34.0 +01:00
  }
  +"title": 267026
}
"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
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2858 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
  +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
  +url: null
  +body: """
    I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
    \n
    I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710462071 {#2892
    date: 2024-03-15 01:21:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2897 …}
  +votes: Doctrine\ORM\PersistentCollection {#2900 …}
  +reports: Doctrine\ORM\PersistentCollection {#2902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
  +badges: Doctrine\ORM\PersistentCollection {#2908 …}
  +children: [
    App\Entity\EntryComment {#1559
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        There isn’t usually much to do on an embedded router other than use its own commands to change settings or manage packages. And if it has enough juice to run more advanced stuff it probably has bash available too.\n
        \n
        Anyway, there’s NFS for mounting filesystems remotely. It’s not very complicated, the catch is that the same UIDs and GUIDs on the host must exist on the guest, because it doesn’t do any uid translation. On an embedded system most stuff is owned by root, meaning you’d have to use root on guest too, which may not be a great idea.\n
        \n
        Secondly, you can’t run commands over NFS, just manipulate files and I’m not sure that’s something you really need to do a lot of on a router.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1703713660 {#1584
        date: 2023-12-27 22:47:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@j4k3@lemmy.world"
        "@j4k3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1562 …}
      +votes: Doctrine\ORM\PersistentCollection {#1554 …}
      +reports: Doctrine\ORM\PersistentCollection {#1556 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 257644
      -bodyTs: "'advanc':33 'anyway':41 'avail':39 'bash':38 'catch':55 'chang':19 'command':17,111 'complic':53 'd':91 'doesn':73 'embed':10,81 'enough':28 'exist':67 'file':116 'filesystem':47 'great':104 'guest':70,97 'guid':62 'host':65 'idea':105 'isn':2 'juic':29 'lot':131 'm':119 'manag':22 'manipul':115 'may':100 'mean':89 'mount':46 'much':5 'must':66 'need':127 'nfs':44,113 'own':86 'packag':23 'probabl':36 'realli':126 'remot':48 'root':88,95 'router':11,135 'run':31,110 'second':106 'set':20 'someth':124 'stuff':34,84 'sure':121 'system':82 'translat':78 'uid':60,77 'use':14,94 'usual':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5596570"
      +editedAt: DateTimeImmutable @1708530308 {#1548
        date: 2024-02-21 16:45:08.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703713660 {#1564
        date: 2023-12-27 22:47:40.0 +01:00
      }
      +"title": 257644
    }
  ]
  -id: 25274
  -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
  -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703796987
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10036190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703710587 {#2880
    date: 2023-12-27 21:56:27.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
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2858 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
  +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
  +url: null
  +body: """
    I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
    \n
    I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710462071 {#2892
    date: 2024-03-15 01:21:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2897 …}
  +votes: Doctrine\ORM\PersistentCollection {#2900 …}
  +reports: Doctrine\ORM\PersistentCollection {#2902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
  +badges: Doctrine\ORM\PersistentCollection {#2908 …}
  +children: [
    App\Entity\EntryComment {#1559
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        There isn’t usually much to do on an embedded router other than use its own commands to change settings or manage packages. And if it has enough juice to run more advanced stuff it probably has bash available too.\n
        \n
        Anyway, there’s NFS for mounting filesystems remotely. It’s not very complicated, the catch is that the same UIDs and GUIDs on the host must exist on the guest, because it doesn’t do any uid translation. On an embedded system most stuff is owned by root, meaning you’d have to use root on guest too, which may not be a great idea.\n
        \n
        Secondly, you can’t run commands over NFS, just manipulate files and I’m not sure that’s something you really need to do a lot of on a router.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1703713660 {#1584
        date: 2023-12-27 22:47:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@j4k3@lemmy.world"
        "@j4k3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1562 …}
      +votes: Doctrine\ORM\PersistentCollection {#1554 …}
      +reports: Doctrine\ORM\PersistentCollection {#1556 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 257644
      -bodyTs: "'advanc':33 'anyway':41 'avail':39 'bash':38 'catch':55 'chang':19 'command':17,111 'complic':53 'd':91 'doesn':73 'embed':10,81 'enough':28 'exist':67 'file':116 'filesystem':47 'great':104 'guest':70,97 'guid':62 'host':65 'idea':105 'isn':2 'juic':29 'lot':131 'm':119 'manag':22 'manipul':115 'may':100 'mean':89 'mount':46 'much':5 'must':66 'need':127 'nfs':44,113 'own':86 'packag':23 'probabl':36 'realli':126 'remot':48 'root':88,95 'router':11,135 'run':31,110 'second':106 'set':20 'someth':124 'stuff':34,84 'sure':121 'system':82 'translat':78 'uid':60,77 'use':14,94 'usual':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5596570"
      +editedAt: DateTimeImmutable @1708530308 {#1548
        date: 2024-02-21 16:45:08.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703713660 {#1564
        date: 2023-12-27 22:47:40.0 +01:00
      }
      +"title": 257644
    }
  ]
  -id: 25274
  -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
  -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703796987
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10036190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703710587 {#2880
    date: 2023-12-27 21:56:27.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
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1525
  +user: Proxies\__CG__\App\Entity\User {#2858 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
  +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
  +url: null
  +body: """
    I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
    \n
    I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710462071 {#2892
    date: 2024-03-15 01:21:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2897 …}
  +votes: Doctrine\ORM\PersistentCollection {#2900 …}
  +reports: Doctrine\ORM\PersistentCollection {#2902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
  +badges: Doctrine\ORM\PersistentCollection {#2908 …}
  +children: [
    App\Entity\EntryComment {#1559
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1525 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        There isn’t usually much to do on an embedded router other than use its own commands to change settings or manage packages. And if it has enough juice to run more advanced stuff it probably has bash available too.\n
        \n
        Anyway, there’s NFS for mounting filesystems remotely. It’s not very complicated, the catch is that the same UIDs and GUIDs on the host must exist on the guest, because it doesn’t do any uid translation. On an embedded system most stuff is owned by root, meaning you’d have to use root on guest too, which may not be a great idea.\n
        \n
        Secondly, you can’t run commands over NFS, just manipulate files and I’m not sure that’s something you really need to do a lot of on a router.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1703713660 {#1584
        date: 2023-12-27 22:47:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@j4k3@lemmy.world"
        "@j4k3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1562 …}
      +votes: Doctrine\ORM\PersistentCollection {#1554 …}
      +reports: Doctrine\ORM\PersistentCollection {#1556 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
      -id: 257644
      -bodyTs: "'advanc':33 'anyway':41 'avail':39 'bash':38 'catch':55 'chang':19 'command':17,111 'complic':53 'd':91 'doesn':73 'embed':10,81 'enough':28 'exist':67 'file':116 'filesystem':47 'great':104 'guest':70,97 'guid':62 'host':65 'idea':105 'isn':2 'juic':29 'lot':131 'm':119 'manag':22 'manipul':115 'may':100 'mean':89 'mount':46 'much':5 'must':66 'need':127 'nfs':44,113 'own':86 'packag':23 'probabl':36 'realli':126 'remot':48 'root':88,95 'router':11,135 'run':31,110 'second':106 'set':20 'someth':124 'stuff':34,84 'sure':121 'system':82 'translat':78 'uid':60,77 'use':14,94 'usual':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5596570"
      +editedAt: DateTimeImmutable @1708530308 {#1548
        date: 2024-02-21 16:45:08.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703713660 {#1564
        date: 2023-12-27 22:47:40.0 +01:00
      }
      +"title": 257644
    }
  ]
  -id: 25274
  -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
  -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703796987
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10036190"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703710587 {#2880
    date: 2023-12-27 21:56:27.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
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\EntryComment {#1559
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2858 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
    +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
    +url: null
    +body: """
      I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
      \n
      I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710462071 {#2892
      date: 2024-03-15 01:21:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2897 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      App\Entity\EntryComment {#1559}
    ]
    -id: 25274
    -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
    -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703796987
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10036190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703710587 {#2880
      date: 2023-12-27 21:56:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    There isn’t usually much to do on an embedded router other than use its own commands to change settings or manage packages. And if it has enough juice to run more advanced stuff it probably has bash available too.\n
    \n
    Anyway, there’s NFS for mounting filesystems remotely. It’s not very complicated, the catch is that the same UIDs and GUIDs on the host must exist on the guest, because it doesn’t do any uid translation. On an embedded system most stuff is owned by root, meaning you’d have to use root on guest too, which may not be a great idea.\n
    \n
    Secondly, you can’t run commands over NFS, just manipulate files and I’m not sure that’s something you really need to do a lot of on a router.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1703713660 {#1584
    date: 2023-12-27 22:47:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j4k3@lemmy.world"
    "@j4k3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1562 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1556 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 257644
  -bodyTs: "'advanc':33 'anyway':41 'avail':39 'bash':38 'catch':55 'chang':19 'command':17,111 'complic':53 'd':91 'doesn':73 'embed':10,81 'enough':28 'exist':67 'file':116 'filesystem':47 'great':104 'guest':70,97 'guid':62 'host':65 'idea':105 'isn':2 'juic':29 'lot':131 'm':119 'manag':22 'manipul':115 'may':100 'mean':89 'mount':46 'much':5 'must':66 'need':127 'nfs':44,113 'own':86 'packag':23 'probabl':36 'realli':126 'remot':48 'root':88,95 'router':11,135 'run':31,110 'second':106 'set':20 'someth':124 'stuff':34,84 'sure':121 'system':82 'translat':78 'uid':60,77 'use':14,94 'usual':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5596570"
  +editedAt: DateTimeImmutable @1708530308 {#1548
    date: 2024-02-21 16:45:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703713660 {#1564
    date: 2023-12-27 22:47:40.0 +01:00
  }
  +"title": 257644
}
"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
119 DENIED edit
App\Entity\EntryComment {#1559
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2858 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
    +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
    +url: null
    +body: """
      I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
      \n
      I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710462071 {#2892
      date: 2024-03-15 01:21:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2897 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      App\Entity\EntryComment {#1559}
    ]
    -id: 25274
    -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
    -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703796987
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10036190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703710587 {#2880
      date: 2023-12-27 21:56:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    There isn’t usually much to do on an embedded router other than use its own commands to change settings or manage packages. And if it has enough juice to run more advanced stuff it probably has bash available too.\n
    \n
    Anyway, there’s NFS for mounting filesystems remotely. It’s not very complicated, the catch is that the same UIDs and GUIDs on the host must exist on the guest, because it doesn’t do any uid translation. On an embedded system most stuff is owned by root, meaning you’d have to use root on guest too, which may not be a great idea.\n
    \n
    Secondly, you can’t run commands over NFS, just manipulate files and I’m not sure that’s something you really need to do a lot of on a router.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1703713660 {#1584
    date: 2023-12-27 22:47:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j4k3@lemmy.world"
    "@j4k3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1562 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1556 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 257644
  -bodyTs: "'advanc':33 'anyway':41 'avail':39 'bash':38 'catch':55 'chang':19 'command':17,111 'complic':53 'd':91 'doesn':73 'embed':10,81 'enough':28 'exist':67 'file':116 'filesystem':47 'great':104 'guest':70,97 'guid':62 'host':65 'idea':105 'isn':2 'juic':29 'lot':131 'm':119 'manag':22 'manipul':115 'may':100 'mean':89 'mount':46 'much':5 'must':66 'need':127 'nfs':44,113 'own':86 'packag':23 'probabl':36 'realli':126 'remot':48 'root':88,95 'router':11,135 'run':31,110 'second':106 'set':20 'someth':124 'stuff':34,84 'sure':121 'system':82 'translat':78 'uid':60,77 'use':14,94 'usual':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5596570"
  +editedAt: DateTimeImmutable @1708530308 {#1548
    date: 2024-02-21 16:45:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703713660 {#1564
    date: 2023-12-27 22:47:40.0 +01:00
  }
  +"title": 257644
}
"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
120 DENIED moderate
App\Entity\EntryComment {#1559
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1525
    +user: Proxies\__CG__\App\Entity\User {#2858 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Do-you-mount-an-embedded-Linux-file-system-to-the"
    +title: "Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?"
    +url: null
    +body: """
      I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.\n
      \n
      I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 51
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710462071 {#2892
      date: 2024-03-15 01:21:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2897 …}
    +votes: Doctrine\ORM\PersistentCollection {#2900 …}
    +reports: Doctrine\ORM\PersistentCollection {#2902 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2904 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2906 …}
    +badges: Doctrine\ORM\PersistentCollection {#2908 …}
    +children: [
      App\Entity\EntryComment {#1559}
    ]
    -id: 25274
    -titleTs: "'command':27 'deal':22 'embed':5 'file':7 'host':15 'limit':25 'linux':6 'mount':3 'script':16 'shell':26 'ssh/scp':20 'system':8 'use':13 'workstat':11"
    -bodyTs: "'alias':25 'annoy':38 'around':87 'bashrc':22 'clear':64 'compar':10 'compgen':27 'coupl':6 'crazi':93 'curious':79 'detail':30 'development/screwing':86 'embed':51 'etc':32,76 'function':23 'get':37 'group':74 'hardwar':18 'help':31 'idea':94 'kind':84 'littl':34 'm':2,62,78 'manpag':29 'miss':20,42 'mount':49 'open':13 'other':81 'permiss':72 'play':3 'practic':70 'proprietari':11 'root':75 'router':8 'run':59 'sourc':14 'system':52 'thing':35 'think':45 'tree':28 'tri':47 'user':73 'work':68 'workstat':55 'would':67"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703796987
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10036190"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703710587 {#2880
      date: 2023-12-27 21:56:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    There isn’t usually much to do on an embedded router other than use its own commands to change settings or manage packages. And if it has enough juice to run more advanced stuff it probably has bash available too.\n
    \n
    Anyway, there’s NFS for mounting filesystems remotely. It’s not very complicated, the catch is that the same UIDs and GUIDs on the host must exist on the guest, because it doesn’t do any uid translation. On an embedded system most stuff is owned by root, meaning you’d have to use root on guest too, which may not be a great idea.\n
    \n
    Secondly, you can’t run commands over NFS, just manipulate files and I’m not sure that’s something you really need to do a lot of on a router.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1703713660 {#1584
    date: 2023-12-27 22:47:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@j4k3@lemmy.world"
    "@j4k3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1562 …}
  +votes: Doctrine\ORM\PersistentCollection {#1554 …}
  +reports: Doctrine\ORM\PersistentCollection {#1556 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1555 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1620 …}
  -id: 257644
  -bodyTs: "'advanc':33 'anyway':41 'avail':39 'bash':38 'catch':55 'chang':19 'command':17,111 'complic':53 'd':91 'doesn':73 'embed':10,81 'enough':28 'exist':67 'file':116 'filesystem':47 'great':104 'guest':70,97 'guid':62 'host':65 'idea':105 'isn':2 'juic':29 'lot':131 'm':119 'manag':22 'manipul':115 'may':100 'mean':89 'mount':46 'much':5 'must':66 'need':127 'nfs':44,113 'own':86 'packag':23 'probabl':36 'realli':126 'remot':48 'root':88,95 'router':11,135 'run':31,110 'second':106 'set':20 'someth':124 'stuff':34,84 'sure':121 'system':82 'translat':78 'uid':60,77 'use':14,94 'usual':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5596570"
  +editedAt: DateTimeImmutable @1708530308 {#1548
    date: 2024-02-21 16:45:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703713660 {#1564
    date: 2023-12-27 22:47:40.0 +01:00
  }
  +"title": 257644
}
"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
121 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
122 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2217
  +user: Proxies\__CG__\App\Entity\User {#2786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Nextcloud-zero-day-security"
  +title: "Nextcloud zero day security"
  +url: null
  +body: """
    What is everyone doing? SELinux? AppArmor? Something else?\n
    \n
    I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don’t allow sign-ups.\n
    \n
    My goal is protecting against ransomware and zerodays (as much as possible). I don’t do random clicking on links in emails or anything like that, but I’m not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I’m running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.\n
    \n
    Beside hiding this thing behind a VPN (which I’m not prepared to do currently), is there anything else I’m overlooking?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719128798 {#2874
    date: 2024-06-23 09:46:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2879 …}
  +votes: Doctrine\ORM\PersistentCollection {#2882 …}
  +reports: Doctrine\ORM\PersistentCollection {#2884 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2886 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2888 …}
  +badges: Doctrine\ORM\PersistentCollection {#2890 …}
  +children: [
    App\Entity\EntryComment {#2219
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2217 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        All the measures you listed amount to nothing against a zero day remote exploit. They bypass the normal authentication process.\n
        \n
        If you’re not able to use a VPN then use a IAM layer, which requires you to login through another method. You can use a dedicated app like Authelia/Authentik in front of the reverse proxy, or if you use nginx as reverse proxy you also have to option of using the vouch-proxy plugin.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704135044 {#2222
        date: 2024-01-01 19:50:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thisisawayoflife@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 270711
      -bodyTs: "'abl':25 'also':66 'amount':6 'anoth':41 'app':48 'authelia/authentik':50 'authent':19 'bypass':16 'day':12 'dedic':47 'exploit':14 'front':52 'iam':33 'layer':34 'like':49 'list':5 'login':39 'measur':3 'method':42 'nginx':61 'normal':18 'noth':8 'option':69 'plugin':76 'process':20 'proxi':56,64,75 're':23 'remot':13 'requir':36 'revers':55,63 'use':27,31,45,60,71 'vouch':74 'vouch-proxi':73 'vpn':29 'zero':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5670517"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704135044 {#2221
        date: 2024-01-01 19:50:44.0 +01:00
      }
      +"title": 270711
    }
  ]
  -id: 26426
  -titleTs: "'day':3 'nextcloud':1 'secur':4 'zero':2"
  -bodyTs: "'2fa':44 'allow':48 'anyth':75,161 'apparmor':6 'behind':23,148 'besid':144 'cert':139 'certif':132 'click':69 'come':119 'current':10,158 'els':8,162 'email':73 'enforc':43 'everyday':103 'everyon':3 'expos':14 'feed':97 'fpm':115 'frequent':98 'get':85,124 'goal':53 'hide':145 'hit':86 'https':127 'internet':17,142 'keep':90 'lan':130 'latest':112 'le':138 'leav':11 'like':76 'link':71 'm':80,109,153,164 'maintain':133 'much':61 'necessari':107 'nextcloud':13,91 'nginx':25,38 'opnsens':35 'overlook':165 'peopl':84 'php':114 'php-fpm':113 'possibl':63 'prepar':155 'protect':55 'proxi':27 'random':68 'ransomwar':57,88 'reboot':105 'repo':121 'revers':26 'router':36,136 'rss':95 'rule':41 'run':19,37,110 'selinux':5 'side':143 'sign':50 'sign-up':49 'someth':7 'subscrib':93 'sure':82 'thing':147 'up':51 'updat':92,96,102,125 'vm':22,30,101 'vpn':150 'waf':40 'zeroday':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704181458
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10188042"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704095058 {#2855
    date: 2024-01-01 08:44:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2217
  +user: Proxies\__CG__\App\Entity\User {#2786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Nextcloud-zero-day-security"
  +title: "Nextcloud zero day security"
  +url: null
  +body: """
    What is everyone doing? SELinux? AppArmor? Something else?\n
    \n
    I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don’t allow sign-ups.\n
    \n
    My goal is protecting against ransomware and zerodays (as much as possible). I don’t do random clicking on links in emails or anything like that, but I’m not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I’m running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.\n
    \n
    Beside hiding this thing behind a VPN (which I’m not prepared to do currently), is there anything else I’m overlooking?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719128798 {#2874
    date: 2024-06-23 09:46:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2879 …}
  +votes: Doctrine\ORM\PersistentCollection {#2882 …}
  +reports: Doctrine\ORM\PersistentCollection {#2884 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2886 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2888 …}
  +badges: Doctrine\ORM\PersistentCollection {#2890 …}
  +children: [
    App\Entity\EntryComment {#2219
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2217 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        All the measures you listed amount to nothing against a zero day remote exploit. They bypass the normal authentication process.\n
        \n
        If you’re not able to use a VPN then use a IAM layer, which requires you to login through another method. You can use a dedicated app like Authelia/Authentik in front of the reverse proxy, or if you use nginx as reverse proxy you also have to option of using the vouch-proxy plugin.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704135044 {#2222
        date: 2024-01-01 19:50:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thisisawayoflife@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 270711
      -bodyTs: "'abl':25 'also':66 'amount':6 'anoth':41 'app':48 'authelia/authentik':50 'authent':19 'bypass':16 'day':12 'dedic':47 'exploit':14 'front':52 'iam':33 'layer':34 'like':49 'list':5 'login':39 'measur':3 'method':42 'nginx':61 'normal':18 'noth':8 'option':69 'plugin':76 'process':20 'proxi':56,64,75 're':23 'remot':13 'requir':36 'revers':55,63 'use':27,31,45,60,71 'vouch':74 'vouch-proxi':73 'vpn':29 'zero':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5670517"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704135044 {#2221
        date: 2024-01-01 19:50:44.0 +01:00
      }
      +"title": 270711
    }
  ]
  -id: 26426
  -titleTs: "'day':3 'nextcloud':1 'secur':4 'zero':2"
  -bodyTs: "'2fa':44 'allow':48 'anyth':75,161 'apparmor':6 'behind':23,148 'besid':144 'cert':139 'certif':132 'click':69 'come':119 'current':10,158 'els':8,162 'email':73 'enforc':43 'everyday':103 'everyon':3 'expos':14 'feed':97 'fpm':115 'frequent':98 'get':85,124 'goal':53 'hide':145 'hit':86 'https':127 'internet':17,142 'keep':90 'lan':130 'latest':112 'le':138 'leav':11 'like':76 'link':71 'm':80,109,153,164 'maintain':133 'much':61 'necessari':107 'nextcloud':13,91 'nginx':25,38 'opnsens':35 'overlook':165 'peopl':84 'php':114 'php-fpm':113 'possibl':63 'prepar':155 'protect':55 'proxi':27 'random':68 'ransomwar':57,88 'reboot':105 'repo':121 'revers':26 'router':36,136 'rss':95 'rule':41 'run':19,37,110 'selinux':5 'side':143 'sign':50 'sign-up':49 'someth':7 'subscrib':93 'sure':82 'thing':147 'up':51 'updat':92,96,102,125 'vm':22,30,101 'vpn':150 'waf':40 'zeroday':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704181458
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10188042"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704095058 {#2855
    date: 2024-01-01 08:44:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2217
  +user: Proxies\__CG__\App\Entity\User {#2786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Nextcloud-zero-day-security"
  +title: "Nextcloud zero day security"
  +url: null
  +body: """
    What is everyone doing? SELinux? AppArmor? Something else?\n
    \n
    I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don’t allow sign-ups.\n
    \n
    My goal is protecting against ransomware and zerodays (as much as possible). I don’t do random clicking on links in emails or anything like that, but I’m not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I’m running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.\n
    \n
    Beside hiding this thing behind a VPN (which I’m not prepared to do currently), is there anything else I’m overlooking?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719128798 {#2874
    date: 2024-06-23 09:46:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2879 …}
  +votes: Doctrine\ORM\PersistentCollection {#2882 …}
  +reports: Doctrine\ORM\PersistentCollection {#2884 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2886 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2888 …}
  +badges: Doctrine\ORM\PersistentCollection {#2890 …}
  +children: [
    App\Entity\EntryComment {#2219
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2217 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        All the measures you listed amount to nothing against a zero day remote exploit. They bypass the normal authentication process.\n
        \n
        If you’re not able to use a VPN then use a IAM layer, which requires you to login through another method. You can use a dedicated app like Authelia/Authentik in front of the reverse proxy, or if you use nginx as reverse proxy you also have to option of using the vouch-proxy plugin.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704135044 {#2222
        date: 2024-01-01 19:50:44.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@thisisawayoflife@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 270711
      -bodyTs: "'abl':25 'also':66 'amount':6 'anoth':41 'app':48 'authelia/authentik':50 'authent':19 'bypass':16 'day':12 'dedic':47 'exploit':14 'front':52 'iam':33 'layer':34 'like':49 'list':5 'login':39 'measur':3 'method':42 'nginx':61 'normal':18 'noth':8 'option':69 'plugin':76 'process':20 'proxi':56,64,75 're':23 'remot':13 'requir':36 'revers':55,63 'use':27,31,45,60,71 'vouch':74 'vouch-proxi':73 'vpn':29 'zero':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5670517"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704135044 {#2221
        date: 2024-01-01 19:50:44.0 +01:00
      }
      +"title": 270711
    }
  ]
  -id: 26426
  -titleTs: "'day':3 'nextcloud':1 'secur':4 'zero':2"
  -bodyTs: "'2fa':44 'allow':48 'anyth':75,161 'apparmor':6 'behind':23,148 'besid':144 'cert':139 'certif':132 'click':69 'come':119 'current':10,158 'els':8,162 'email':73 'enforc':43 'everyday':103 'everyon':3 'expos':14 'feed':97 'fpm':115 'frequent':98 'get':85,124 'goal':53 'hide':145 'hit':86 'https':127 'internet':17,142 'keep':90 'lan':130 'latest':112 'le':138 'leav':11 'like':76 'link':71 'm':80,109,153,164 'maintain':133 'much':61 'necessari':107 'nextcloud':13,91 'nginx':25,38 'opnsens':35 'overlook':165 'peopl':84 'php':114 'php-fpm':113 'possibl':63 'prepar':155 'protect':55 'proxi':27 'random':68 'ransomwar':57,88 'reboot':105 'repo':121 'revers':26 'router':36,136 'rss':95 'rule':41 'run':19,37,110 'selinux':5 'side':143 'sign':50 'sign-up':49 'someth':7 'subscrib':93 'sure':82 'thing':147 'up':51 'updat':92,96,102,125 'vm':22,30,101 'vpn':150 'waf':40 'zeroday':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704181458
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10188042"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704095058 {#2855
    date: 2024-01-01 08:44:18.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
125 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
126 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2217
    +user: Proxies\__CG__\App\Entity\User {#2786 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Nextcloud-zero-day-security"
    +title: "Nextcloud zero day security"
    +url: null
    +body: """
      What is everyone doing? SELinux? AppArmor? Something else?\n
      \n
      I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don’t allow sign-ups.\n
      \n
      My goal is protecting against ransomware and zerodays (as much as possible). I don’t do random clicking on links in emails or anything like that, but I’m not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I’m running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.\n
      \n
      Beside hiding this thing behind a VPN (which I’m not prepared to do currently), is there anything else I’m overlooking?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 74
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719128798 {#2874
      date: 2024-06-23 09:46:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2879 …}
    +votes: Doctrine\ORM\PersistentCollection {#2882 …}
    +reports: Doctrine\ORM\PersistentCollection {#2884 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2886 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2888 …}
    +badges: Doctrine\ORM\PersistentCollection {#2890 …}
    +children: [
      App\Entity\EntryComment {#2219}
    ]
    -id: 26426
    -titleTs: "'day':3 'nextcloud':1 'secur':4 'zero':2"
    -bodyTs: "'2fa':44 'allow':48 'anyth':75,161 'apparmor':6 'behind':23,148 'besid':144 'cert':139 'certif':132 'click':69 'come':119 'current':10,158 'els':8,162 'email':73 'enforc':43 'everyday':103 'everyon':3 'expos':14 'feed':97 'fpm':115 'frequent':98 'get':85,124 'goal':53 'hide':145 'hit':86 'https':127 'internet':17,142 'keep':90 'lan':130 'latest':112 'le':138 'leav':11 'like':76 'link':71 'm':80,109,153,164 'maintain':133 'much':61 'necessari':107 'nextcloud':13,91 'nginx':25,38 'opnsens':35 'overlook':165 'peopl':84 'php':114 'php-fpm':113 'possibl':63 'prepar':155 'protect':55 'proxi':27 'random':68 'ransomwar':57,88 'reboot':105 'repo':121 'revers':26 'router':36,136 'rss':95 'rule':41 'run':19,37,110 'selinux':5 'side':143 'sign':50 'sign-up':49 'someth':7 'subscrib':93 'sure':82 'thing':147 'up':51 'updat':92,96,102,125 'vm':22,30,101 'vpn':150 'waf':40 'zeroday':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704181458
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10188042"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704095058 {#2855
      date: 2024-01-01 08:44:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    All the measures you listed amount to nothing against a zero day remote exploit. They bypass the normal authentication process.\n
    \n
    If you’re not able to use a VPN then use a IAM layer, which requires you to login through another method. You can use a dedicated app like Authelia/Authentik in front of the reverse proxy, or if you use nginx as reverse proxy you also have to option of using the vouch-proxy plugin.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704135044 {#2222
    date: 2024-01-01 19:50:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thisisawayoflife@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 270711
  -bodyTs: "'abl':25 'also':66 'amount':6 'anoth':41 'app':48 'authelia/authentik':50 'authent':19 'bypass':16 'day':12 'dedic':47 'exploit':14 'front':52 'iam':33 'layer':34 'like':49 'list':5 'login':39 'measur':3 'method':42 'nginx':61 'normal':18 'noth':8 'option':69 'plugin':76 'process':20 'proxi':56,64,75 're':23 'remot':13 'requir':36 'revers':55,63 'use':27,31,45,60,71 'vouch':74 'vouch-proxi':73 'vpn':29 'zero':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5670517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704135044 {#2221
    date: 2024-01-01 19:50:44.0 +01:00
  }
  +"title": 270711
}
"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
127 DENIED edit
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2217
    +user: Proxies\__CG__\App\Entity\User {#2786 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Nextcloud-zero-day-security"
    +title: "Nextcloud zero day security"
    +url: null
    +body: """
      What is everyone doing? SELinux? AppArmor? Something else?\n
      \n
      I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don’t allow sign-ups.\n
      \n
      My goal is protecting against ransomware and zerodays (as much as possible). I don’t do random clicking on links in emails or anything like that, but I’m not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I’m running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.\n
      \n
      Beside hiding this thing behind a VPN (which I’m not prepared to do currently), is there anything else I’m overlooking?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 74
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719128798 {#2874
      date: 2024-06-23 09:46:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2879 …}
    +votes: Doctrine\ORM\PersistentCollection {#2882 …}
    +reports: Doctrine\ORM\PersistentCollection {#2884 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2886 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2888 …}
    +badges: Doctrine\ORM\PersistentCollection {#2890 …}
    +children: [
      App\Entity\EntryComment {#2219}
    ]
    -id: 26426
    -titleTs: "'day':3 'nextcloud':1 'secur':4 'zero':2"
    -bodyTs: "'2fa':44 'allow':48 'anyth':75,161 'apparmor':6 'behind':23,148 'besid':144 'cert':139 'certif':132 'click':69 'come':119 'current':10,158 'els':8,162 'email':73 'enforc':43 'everyday':103 'everyon':3 'expos':14 'feed':97 'fpm':115 'frequent':98 'get':85,124 'goal':53 'hide':145 'hit':86 'https':127 'internet':17,142 'keep':90 'lan':130 'latest':112 'le':138 'leav':11 'like':76 'link':71 'm':80,109,153,164 'maintain':133 'much':61 'necessari':107 'nextcloud':13,91 'nginx':25,38 'opnsens':35 'overlook':165 'peopl':84 'php':114 'php-fpm':113 'possibl':63 'prepar':155 'protect':55 'proxi':27 'random':68 'ransomwar':57,88 'reboot':105 'repo':121 'revers':26 'router':36,136 'rss':95 'rule':41 'run':19,37,110 'selinux':5 'side':143 'sign':50 'sign-up':49 'someth':7 'subscrib':93 'sure':82 'thing':147 'up':51 'updat':92,96,102,125 'vm':22,30,101 'vpn':150 'waf':40 'zeroday':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704181458
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10188042"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704095058 {#2855
      date: 2024-01-01 08:44:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    All the measures you listed amount to nothing against a zero day remote exploit. They bypass the normal authentication process.\n
    \n
    If you’re not able to use a VPN then use a IAM layer, which requires you to login through another method. You can use a dedicated app like Authelia/Authentik in front of the reverse proxy, or if you use nginx as reverse proxy you also have to option of using the vouch-proxy plugin.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704135044 {#2222
    date: 2024-01-01 19:50:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thisisawayoflife@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 270711
  -bodyTs: "'abl':25 'also':66 'amount':6 'anoth':41 'app':48 'authelia/authentik':50 'authent':19 'bypass':16 'day':12 'dedic':47 'exploit':14 'front':52 'iam':33 'layer':34 'like':49 'list':5 'login':39 'measur':3 'method':42 'nginx':61 'normal':18 'noth':8 'option':69 'plugin':76 'process':20 'proxi':56,64,75 're':23 'remot':13 'requir':36 'revers':55,63 'use':27,31,45,60,71 'vouch':74 'vouch-proxi':73 'vpn':29 'zero':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5670517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704135044 {#2221
    date: 2024-01-01 19:50:44.0 +01:00
  }
  +"title": 270711
}
"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
128 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2217
    +user: Proxies\__CG__\App\Entity\User {#2786 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Nextcloud-zero-day-security"
    +title: "Nextcloud zero day security"
    +url: null
    +body: """
      What is everyone doing? SELinux? AppArmor? Something else?\n
      \n
      I currently leave my nextcloud exposed to the Internet. It runs in a VM behind an nginx reverse proxy on the VM itself, and then my OPNSense router runs nginx with WAF rules. I enforce 2fa and don’t allow sign-ups.\n
      \n
      My goal is protecting against ransomware and zerodays (as much as possible). I don’t do random clicking on links in emails or anything like that, but I’m not sure how people get hit with ransomware. I keep nextcloud updated (subscribed to RSS update feed) frequently and the VM updates everyday and reboots when necessary. I’m running the latest php-fpm and that just comes from repos so it gets updated too. HTTPS on the lan with certificates maintained by my router, and LE certs for the Internet side.\n
      \n
      Beside hiding this thing behind a VPN (which I’m not prepared to do currently), is there anything else I’m overlooking?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 28
    +favouriteCount: 74
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719128798 {#2874
      date: 2024-06-23 09:46:38.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2879 …}
    +votes: Doctrine\ORM\PersistentCollection {#2882 …}
    +reports: Doctrine\ORM\PersistentCollection {#2884 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2886 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2888 …}
    +badges: Doctrine\ORM\PersistentCollection {#2890 …}
    +children: [
      App\Entity\EntryComment {#2219}
    ]
    -id: 26426
    -titleTs: "'day':3 'nextcloud':1 'secur':4 'zero':2"
    -bodyTs: "'2fa':44 'allow':48 'anyth':75,161 'apparmor':6 'behind':23,148 'besid':144 'cert':139 'certif':132 'click':69 'come':119 'current':10,158 'els':8,162 'email':73 'enforc':43 'everyday':103 'everyon':3 'expos':14 'feed':97 'fpm':115 'frequent':98 'get':85,124 'goal':53 'hide':145 'hit':86 'https':127 'internet':17,142 'keep':90 'lan':130 'latest':112 'le':138 'leav':11 'like':76 'link':71 'm':80,109,153,164 'maintain':133 'much':61 'necessari':107 'nextcloud':13,91 'nginx':25,38 'opnsens':35 'overlook':165 'peopl':84 'php':114 'php-fpm':113 'possibl':63 'prepar':155 'protect':55 'proxi':27 'random':68 'ransomwar':57,88 'reboot':105 'repo':121 'revers':26 'router':36,136 'rss':95 'rule':41 'run':19,37,110 'selinux':5 'side':143 'sign':50 'sign-up':49 'someth':7 'subscrib':93 'sure':82 'thing':147 'up':51 'updat':92,96,102,125 'vm':22,30,101 'vpn':150 'waf':40 'zeroday':59"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704181458
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10188042"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704095058 {#2855
      date: 2024-01-01 08:44:18.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1575 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    All the measures you listed amount to nothing against a zero day remote exploit. They bypass the normal authentication process.\n
    \n
    If you’re not able to use a VPN then use a IAM layer, which requires you to login through another method. You can use a dedicated app like Authelia/Authentik in front of the reverse proxy, or if you use nginx as reverse proxy you also have to option of using the vouch-proxy plugin.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704135044 {#2222
    date: 2024-01-01 19:50:44.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@thisisawayoflife@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 270711
  -bodyTs: "'abl':25 'also':66 'amount':6 'anoth':41 'app':48 'authelia/authentik':50 'authent':19 'bypass':16 'day':12 'dedic':47 'exploit':14 'front':52 'iam':33 'layer':34 'like':49 'list':5 'login':39 'measur':3 'method':42 'nginx':61 'normal':18 'noth':8 'option':69 'plugin':76 'process':20 'proxi':56,64,75 're':23 'remot':13 'requir':36 'revers':55,63 'use':27,31,45,60,71 'vouch':74 'vouch-proxi':73 'vpn':29 'zero':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5670517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704135044 {#2221
    date: 2024-01-01 19:50:44.0 +01:00
  }
  +"title": 270711
}
"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
129 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
130 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2328
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#2847
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2862 …}
  +votes: Doctrine\ORM\PersistentCollection {#2864 …}
  +reports: Doctrine\ORM\PersistentCollection {#2866 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2868 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2870 …}
  +badges: Doctrine\ORM\PersistentCollection {#2872 …}
  +children: [
    App\Entity\EntryComment {#2289
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Are you trying to offer a port for peer sharing (XDCC/BT)? I’ve never tried using it like this but I think [Tailscale Funnel](https://tailscale.com/blog/reintroducing-serve-funnel) could work.\n
        \n
        It’s a sort of reverse VPN, I guess you could call it. Tailscale maintains the public IP and when someone connects to your advertised port they tunnel it to you through (encrypted) WireGuard. It passes through NAT because connections are outgoing to their servers.\n
        \n
        The catch is that wireguard is easily detectable through deep packet inspection so if your ISP is a real asshole they can kill the connections, but if they go that far then NAT traversal is the least of your worries.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703931202 {#2331
        date: 2023-12-30 11:13:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2191 …}
      +nested: Doctrine\ORM\PersistentCollection {#2327 …}
      +votes: Doctrine\ORM\PersistentCollection {#2333 …}
      +reports: Doctrine\ORM\PersistentCollection {#2324 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
      -id: 265579
      -bodyTs: "'/blog/reintroducing-serve-funnel)':27 'advertis':54 'asshol':94 'call':41 'catch':76 'connect':51,69,99 'could':28,40 'deep':84 'detect':82 'easili':81 'encrypt':62 'far':105 'funnel':24 'go':103 'guess':38 'inspect':86 'ip':47 'isp':90 'kill':97 'least':111 'like':18 'maintain':44 'nat':67,107 'never':14 'offer':5 'outgo':71 'packet':85 'pass':65 'peer':9 'port':7,55 'public':46 'real':93 'revers':35 'server':74 'share':10 'someon':50 'sort':33 'tailscal':23,43 'tailscale.com':26 'tailscale.com/blog/reintroducing-serve-funnel)':25 'think':22 'travers':108 'tri':3,15 'tunnel':57 'use':16 've':13 'vpn':36 'wireguard':63,79 'work':29 'worri':114 'xdcc/bt':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634130"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703931202 {#2314
        date: 2023-12-30 11:13:22.0 +01:00
      }
      +"title": 265579
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#2781
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#2660
    date: 2023-12-30 07:45:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
131 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2328
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#2847
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2862 …}
  +votes: Doctrine\ORM\PersistentCollection {#2864 …}
  +reports: Doctrine\ORM\PersistentCollection {#2866 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2868 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2870 …}
  +badges: Doctrine\ORM\PersistentCollection {#2872 …}
  +children: [
    App\Entity\EntryComment {#2289
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Are you trying to offer a port for peer sharing (XDCC/BT)? I’ve never tried using it like this but I think [Tailscale Funnel](https://tailscale.com/blog/reintroducing-serve-funnel) could work.\n
        \n
        It’s a sort of reverse VPN, I guess you could call it. Tailscale maintains the public IP and when someone connects to your advertised port they tunnel it to you through (encrypted) WireGuard. It passes through NAT because connections are outgoing to their servers.\n
        \n
        The catch is that wireguard is easily detectable through deep packet inspection so if your ISP is a real asshole they can kill the connections, but if they go that far then NAT traversal is the least of your worries.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703931202 {#2331
        date: 2023-12-30 11:13:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2191 …}
      +nested: Doctrine\ORM\PersistentCollection {#2327 …}
      +votes: Doctrine\ORM\PersistentCollection {#2333 …}
      +reports: Doctrine\ORM\PersistentCollection {#2324 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
      -id: 265579
      -bodyTs: "'/blog/reintroducing-serve-funnel)':27 'advertis':54 'asshol':94 'call':41 'catch':76 'connect':51,69,99 'could':28,40 'deep':84 'detect':82 'easili':81 'encrypt':62 'far':105 'funnel':24 'go':103 'guess':38 'inspect':86 'ip':47 'isp':90 'kill':97 'least':111 'like':18 'maintain':44 'nat':67,107 'never':14 'offer':5 'outgo':71 'packet':85 'pass':65 'peer':9 'port':7,55 'public':46 'real':93 'revers':35 'server':74 'share':10 'someon':50 'sort':33 'tailscal':23,43 'tailscale.com':26 'tailscale.com/blog/reintroducing-serve-funnel)':25 'think':22 'travers':108 'tri':3,15 'tunnel':57 'use':16 've':13 'vpn':36 'wireguard':63,79 'work':29 'worri':114 'xdcc/bt':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634130"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703931202 {#2314
        date: 2023-12-30 11:13:22.0 +01:00
      }
      +"title": 265579
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#2781
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#2660
    date: 2023-12-30 07:45:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
132 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2328
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
  +slug: "Me-vs-my-ISP"
  +title: "Me vs my ISP"
  +url: null
  +body: """
    So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
    \n
    Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
    \n
    It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
    \n
    Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
    \n
    It’s frustrating.\n
    \n
    I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
    \n
    Edit: TIL ISPs in the US don’t have NATs\n
    \n
    Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
    \n
    Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
    \n
    Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 113
  +favouriteCount: 366
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712089943 {#2847
    date: 2024-04-02 22:32:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2862 …}
  +votes: Doctrine\ORM\PersistentCollection {#2864 …}
  +reports: Doctrine\ORM\PersistentCollection {#2866 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2868 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2870 …}
  +badges: Doctrine\ORM\PersistentCollection {#2872 …}
  +children: [
    App\Entity\EntryComment {#2289
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Are you trying to offer a port for peer sharing (XDCC/BT)? I’ve never tried using it like this but I think [Tailscale Funnel](https://tailscale.com/blog/reintroducing-serve-funnel) could work.\n
        \n
        It’s a sort of reverse VPN, I guess you could call it. Tailscale maintains the public IP and when someone connects to your advertised port they tunnel it to you through (encrypted) WireGuard. It passes through NAT because connections are outgoing to their servers.\n
        \n
        The catch is that wireguard is easily detectable through deep packet inspection so if your ISP is a real asshole they can kill the connections, but if they go that far then NAT traversal is the least of your worries.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703931202 {#2331
        date: 2023-12-30 11:13:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@theblueredditrefugee@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2191 …}
      +nested: Doctrine\ORM\PersistentCollection {#2327 …}
      +votes: Doctrine\ORM\PersistentCollection {#2333 …}
      +reports: Doctrine\ORM\PersistentCollection {#2324 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
      -id: 265579
      -bodyTs: "'/blog/reintroducing-serve-funnel)':27 'advertis':54 'asshol':94 'call':41 'catch':76 'connect':51,69,99 'could':28,40 'deep':84 'detect':82 'easili':81 'encrypt':62 'far':105 'funnel':24 'go':103 'guess':38 'inspect':86 'ip':47 'isp':90 'kill':97 'least':111 'like':18 'maintain':44 'nat':67,107 'never':14 'offer':5 'outgo':71 'packet':85 'pass':65 'peer':9 'port':7,55 'public':46 'real':93 'revers':35 'server':74 'share':10 'someon':50 'sort':33 'tailscal':23,43 'tailscale.com':26 'tailscale.com/blog/reintroducing-serve-funnel)':25 'think':22 'travers':108 'tri':3,15 'tunnel':57 'use':16 've':13 'vpn':36 'wireguard':63,79 'work':29 'worri':114 'xdcc/bt':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5634130"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703931202 {#2314
        date: 2023-12-30 11:13:22.0 +01:00
      }
      +"title": 265579
    }
  ]
  -id: 25811
  -titleTs: "'isp':4 'vs':2"
  -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704005137
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11336181"
  +editedAt: DateTimeImmutable @1709720708 {#2781
    date: 2024-03-06 11:25:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703918737 {#2660
    date: 2023-12-30 07:45:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
133 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
134 DENIED moderate
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#2847
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2862 …}
    +votes: Doctrine\ORM\PersistentCollection {#2864 …}
    +reports: Doctrine\ORM\PersistentCollection {#2866 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2868 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2870 …}
    +badges: Doctrine\ORM\PersistentCollection {#2872 …}
    +children: [
      App\Entity\EntryComment {#2289}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2781
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#2660
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Are you trying to offer a port for peer sharing (XDCC/BT)? I’ve never tried using it like this but I think [Tailscale Funnel](https://tailscale.com/blog/reintroducing-serve-funnel) could work.\n
    \n
    It’s a sort of reverse VPN, I guess you could call it. Tailscale maintains the public IP and when someone connects to your advertised port they tunnel it to you through (encrypted) WireGuard. It passes through NAT because connections are outgoing to their servers.\n
    \n
    The catch is that wireguard is easily detectable through deep packet inspection so if your ISP is a real asshole they can kill the connections, but if they go that far then NAT traversal is the least of your worries.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703931202 {#2331
    date: 2023-12-30 11:13:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2191 …}
  +nested: Doctrine\ORM\PersistentCollection {#2327 …}
  +votes: Doctrine\ORM\PersistentCollection {#2333 …}
  +reports: Doctrine\ORM\PersistentCollection {#2324 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
  -id: 265579
  -bodyTs: "'/blog/reintroducing-serve-funnel)':27 'advertis':54 'asshol':94 'call':41 'catch':76 'connect':51,69,99 'could':28,40 'deep':84 'detect':82 'easili':81 'encrypt':62 'far':105 'funnel':24 'go':103 'guess':38 'inspect':86 'ip':47 'isp':90 'kill':97 'least':111 'like':18 'maintain':44 'nat':67,107 'never':14 'offer':5 'outgo':71 'packet':85 'pass':65 'peer':9 'port':7,55 'public':46 'real':93 'revers':35 'server':74 'share':10 'someon':50 'sort':33 'tailscal':23,43 'tailscale.com':26 'tailscale.com/blog/reintroducing-serve-funnel)':25 'think':22 'travers':108 'tri':3,15 'tunnel':57 'use':16 've':13 'vpn':36 'wireguard':63,79 'work':29 'worri':114 'xdcc/bt':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703931202 {#2314
    date: 2023-12-30 11:13:22.0 +01:00
  }
  +"title": 265579
}
"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
135 DENIED edit
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#2847
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2862 …}
    +votes: Doctrine\ORM\PersistentCollection {#2864 …}
    +reports: Doctrine\ORM\PersistentCollection {#2866 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2868 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2870 …}
    +badges: Doctrine\ORM\PersistentCollection {#2872 …}
    +children: [
      App\Entity\EntryComment {#2289}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2781
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#2660
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Are you trying to offer a port for peer sharing (XDCC/BT)? I’ve never tried using it like this but I think [Tailscale Funnel](https://tailscale.com/blog/reintroducing-serve-funnel) could work.\n
    \n
    It’s a sort of reverse VPN, I guess you could call it. Tailscale maintains the public IP and when someone connects to your advertised port they tunnel it to you through (encrypted) WireGuard. It passes through NAT because connections are outgoing to their servers.\n
    \n
    The catch is that wireguard is easily detectable through deep packet inspection so if your ISP is a real asshole they can kill the connections, but if they go that far then NAT traversal is the least of your worries.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703931202 {#2331
    date: 2023-12-30 11:13:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2191 …}
  +nested: Doctrine\ORM\PersistentCollection {#2327 …}
  +votes: Doctrine\ORM\PersistentCollection {#2333 …}
  +reports: Doctrine\ORM\PersistentCollection {#2324 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
  -id: 265579
  -bodyTs: "'/blog/reintroducing-serve-funnel)':27 'advertis':54 'asshol':94 'call':41 'catch':76 'connect':51,69,99 'could':28,40 'deep':84 'detect':82 'easili':81 'encrypt':62 'far':105 'funnel':24 'go':103 'guess':38 'inspect':86 'ip':47 'isp':90 'kill':97 'least':111 'like':18 'maintain':44 'nat':67,107 'never':14 'offer':5 'outgo':71 'packet':85 'pass':65 'peer':9 'port':7,55 'public':46 'real':93 'revers':35 'server':74 'share':10 'someon':50 'sort':33 'tailscal':23,43 'tailscale.com':26 'tailscale.com/blog/reintroducing-serve-funnel)':25 'think':22 'travers':108 'tri':3,15 'tunnel':57 'use':16 've':13 'vpn':36 'wireguard':63,79 'work':29 'worri':114 'xdcc/bt':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703931202 {#2314
    date: 2023-12-30 11:13:22.0 +01:00
  }
  +"title": 265579
}
"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
136 DENIED moderate
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2328
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2853 …}
    +slug: "Me-vs-my-ISP"
    +title: "Me vs my ISP"
    +url: null
    +body: """
      So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.\n
      \n
      Now, your ISP provides your router, which runs *their* firmware, which (in my case) doesn’t even have the option to enable port forwarding.\n
      \n
      It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.\n
      \n
      Basically this all means that I *have* to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.\n
      \n
      It’s frustrating.\n
      \n
      I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.\n
      \n
      Edit: TIL ISPs in the US don’t have NATs\n
      \n
      Edit 2: OMG so much advice. My knowledge about computers is SO clearly outdated, I have a lot of things to read up on.\n
      \n
      Edit 3: There’s definitely a CGNAT involved since the WAN ip in the router config is not the same as the one I get when I use a website that echos my IP address. Far as I can tell my devices don’t get unique IPv6 addresses either. (funnily enough, if I check my IP address on my phone using roaming data, there’s no IPv6 address at all). It’s a router/modem combo, at least I think since there’s only one device in my apartment (maybe there’s a modem managing the whole complex or something?). And it doesn’t have a bridge mode, except for OTT. Might try plugging my own router into it, but it feels like a waste of time and money from what I’m seeing. Probably best to just host services over a VPN or smth.\n
      \n
      Edit 4: Devices do get unique IPv6 addresses, but it’s moot since I can’t do anything but ping them. I guess it wouldn’t be port forwarding but something else that I would have to do that my router doesn’t support
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 113
    +favouriteCount: 366
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712089943 {#2847
      date: 2024-04-02 22:32:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2862 …}
    +votes: Doctrine\ORM\PersistentCollection {#2864 …}
    +reports: Doctrine\ORM\PersistentCollection {#2866 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2868 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2870 …}
    +badges: Doctrine\ORM\PersistentCollection {#2872 …}
    +children: [
      App\Entity\EntryComment {#2289}
    ]
    -id: 25811
    -titleTs: "'isp':4 'vs':2"
    -bodyTs: "'2':241 '3':265 '4':409 'address':298,311,320,331,415 'advic':245 'anyth':425 'apart':213,351 'basic':143 'best':398 'blacklist':107 'bridg':369 'buy':36 'case':72 'cgnat':270 'check':317 'choos':89 'clear':252 'close':17 'closed-off':16 'combo':338 'complex':360 'comput':249 'concern':29 'config':279 'connect':41 'control':50,177 'custom':99 'd':224 'data':326 'day':26 'definit':268 'depend':185 'devic':305,348,410 'devis':132 'dns':221 'doesn':73,365,449 'earli':25 'echo':295 'edit':230,240,264,408 'either':312 'els':439 'enabl':80 'enough':314 'even':75,94,131 'except':371 'expos':115 'failur':170 'far':299 'feel':384 'firmwar':68,100 'forward':8,53,82,126,436 'frustrat':173 'fuck':202 'funnili':313 'get':6,84,106,288,308,412 'gotten':22 'guess':430 'happi':227 'hole':141 'host':154,401 'instal':97 'internet':20,45,120 'introduc':166 'involv':271 'ip':275,297,319 'ipv6':92,310,330,414 'isp':61,87,110,232 'knowledg':247 'least':340 'like':136,175,183,206,385 'look':4 'lot':257 'm':395 'manag':357 'matter':215 'mayb':352 'mean':146 'might':374 'mode':370 'modem':356 'money':391 'moot':419 'much':244 'nat':90,123,134,138,239 'omg':242 'one':286,347 'option':78 'ott':373 'outdat':253 'outsid':211 'parti':165 'peopl':188 'phone':323 'ping':427 'plug':376 'point':168 'port':7,52,81,435 'port-forward':51 'posit':193 'probabl':397 'provid':62 'punch':142 'purchas':151 'read':261 'realiz':13 'realli':226 'record':222 'refus':124 'relay':157 'roam':325 'router':39,48,64,103,278,379,448 'router/modem':337 'run':66 'scheme':135 'see':396 'separ':155 'server':117 'servic':402 'set':9 'shit':205 'sinc':23,272,343,420 'smth':407 'someon':199 'someth':362,438 'special':133 'still':112 'stuff':179 'support':451 'symmetr':137 'tell':303 'thing':210,259 'think':342 'third':164 'thwart':140 'til':231 'time':389 'traffic':127,160 'tri':375 'trust':198 'uniqu':309,413 'unnecessari':163 'us':235 'use':31,291,324 'vpn':405 'wan':274 'wast':387 'way':129 'web':153 'websit':218,293 'what-have-you':55 'whole':359 'without':104 'wors':85 'would':35,49,442 'wouldn':432"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704005137
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11336181"
    +editedAt: DateTimeImmutable @1709720708 {#2781
      date: 2024-03-06 11:25:08.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703918737 {#2660
      date: 2023-12-30 07:45:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2326 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Are you trying to offer a port for peer sharing (XDCC/BT)? I’ve never tried using it like this but I think [Tailscale Funnel](https://tailscale.com/blog/reintroducing-serve-funnel) could work.\n
    \n
    It’s a sort of reverse VPN, I guess you could call it. Tailscale maintains the public IP and when someone connects to your advertised port they tunnel it to you through (encrypted) WireGuard. It passes through NAT because connections are outgoing to their servers.\n
    \n
    The catch is that wireguard is easily detectable through deep packet inspection so if your ISP is a real asshole they can kill the connections, but if they go that far then NAT traversal is the least of your worries.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703931202 {#2331
    date: 2023-12-30 11:13:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@theblueredditrefugee@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2191 …}
  +nested: Doctrine\ORM\PersistentCollection {#2327 …}
  +votes: Doctrine\ORM\PersistentCollection {#2333 …}
  +reports: Doctrine\ORM\PersistentCollection {#2324 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2334 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2341 …}
  -id: 265579
  -bodyTs: "'/blog/reintroducing-serve-funnel)':27 'advertis':54 'asshol':94 'call':41 'catch':76 'connect':51,69,99 'could':28,40 'deep':84 'detect':82 'easili':81 'encrypt':62 'far':105 'funnel':24 'go':103 'guess':38 'inspect':86 'ip':47 'isp':90 'kill':97 'least':111 'like':18 'maintain':44 'nat':67,107 'never':14 'offer':5 'outgo':71 'packet':85 'pass':65 'peer':9 'port':7,55 'public':46 'real':93 'revers':35 'server':74 'share':10 'someon':50 'sort':33 'tailscal':23,43 'tailscale.com':26 'tailscale.com/blog/reintroducing-serve-funnel)':25 'think':22 'travers':108 'tri':3,15 'tunnel':57 'use':16 've':13 'vpn':36 'wireguard':63,79 'work':29 'worri':114 'xdcc/bt':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5634130"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703931202 {#2314
    date: 2023-12-30 11:13:22.0 +01:00
  }
  +"title": 265579
}
"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
137 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
138 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2088
  +user: Proxies\__CG__\App\Entity\User {#2785 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
  +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
  +title: "What is a nifty little feature modern gadgets have lost?"
  +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
  +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 823
  +favouriteCount: 1052
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704857455 {#2240
    date: 2024-01-10 04:30:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2808 …}
  +votes: Doctrine\ORM\PersistentCollection {#2806 …}
  +reports: Doctrine\ORM\PersistentCollection {#2803 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
  +badges: Doctrine\ORM\PersistentCollection {#2850 …}
  +children: [
    1 => App\Entity\EntryComment {#2089
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
      +body: "Tasker? I feel like it comes pretty close to what you describe."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703897664 {#2063
        date: 2023-12-30 01:54:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@nycki@lemmy.world"
        "@fastandcurious@lemmy.world"
        "@nycki@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2091 …}
      +nested: Doctrine\ORM\PersistentCollection {#2090 …}
      +votes: Doctrine\ORM\PersistentCollection {#2092 …}
      +reports: Doctrine\ORM\PersistentCollection {#2241 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
      -id: 263641
      -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5629337"
      +editedAt: DateTimeImmutable @1709219914 {#2080
        date: 2024-02-29 16:18:34.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703897664 {#2064
        date: 2023-12-30 01:54:24.0 +01:00
      }
      +"title": 263641
    }
    0 => App\Entity\EntryComment {#2040
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703898146 {#2132
        date: 2023-12-30 02:02:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@danielfgom@lemmy.world"
        "@BluesF@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 263657
      -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5629440"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703898146 {#2138
        date: 2023-12-30 02:02:26.0 +01:00
      }
      +"title": 263657
    }
  ]
  -id: 25368
  -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
  -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703845112
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10052752"
  +editedAt: DateTimeImmutable @1708650459 {#2697
    date: 2024-02-23 02:07:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703758712 {#2653
    date: 2023-12-28 11:18:32.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
139 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2088
  +user: Proxies\__CG__\App\Entity\User {#2785 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
  +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
  +title: "What is a nifty little feature modern gadgets have lost?"
  +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
  +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 823
  +favouriteCount: 1052
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704857455 {#2240
    date: 2024-01-10 04:30:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2808 …}
  +votes: Doctrine\ORM\PersistentCollection {#2806 …}
  +reports: Doctrine\ORM\PersistentCollection {#2803 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
  +badges: Doctrine\ORM\PersistentCollection {#2850 …}
  +children: [
    1 => App\Entity\EntryComment {#2089
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
      +body: "Tasker? I feel like it comes pretty close to what you describe."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703897664 {#2063
        date: 2023-12-30 01:54:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@nycki@lemmy.world"
        "@fastandcurious@lemmy.world"
        "@nycki@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2091 …}
      +nested: Doctrine\ORM\PersistentCollection {#2090 …}
      +votes: Doctrine\ORM\PersistentCollection {#2092 …}
      +reports: Doctrine\ORM\PersistentCollection {#2241 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
      -id: 263641
      -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5629337"
      +editedAt: DateTimeImmutable @1709219914 {#2080
        date: 2024-02-29 16:18:34.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703897664 {#2064
        date: 2023-12-30 01:54:24.0 +01:00
      }
      +"title": 263641
    }
    0 => App\Entity\EntryComment {#2040
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703898146 {#2132
        date: 2023-12-30 02:02:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@danielfgom@lemmy.world"
        "@BluesF@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 263657
      -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5629440"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703898146 {#2138
        date: 2023-12-30 02:02:26.0 +01:00
      }
      +"title": 263657
    }
  ]
  -id: 25368
  -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
  -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703845112
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10052752"
  +editedAt: DateTimeImmutable @1708650459 {#2697
    date: 2024-02-23 02:07:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703758712 {#2653
    date: 2023-12-28 11:18:32.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
140 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2088
  +user: Proxies\__CG__\App\Entity\User {#2785 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
  +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
  +title: "What is a nifty little feature modern gadgets have lost?"
  +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
  +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 823
  +favouriteCount: 1052
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704857455 {#2240
    date: 2024-01-10 04:30:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2808 …}
  +votes: Doctrine\ORM\PersistentCollection {#2806 …}
  +reports: Doctrine\ORM\PersistentCollection {#2803 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
  +badges: Doctrine\ORM\PersistentCollection {#2850 …}
  +children: [
    1 => App\Entity\EntryComment {#2089
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
      +body: "Tasker? I feel like it comes pretty close to what you describe."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703897664 {#2063
        date: 2023-12-30 01:54:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@nycki@lemmy.world"
        "@fastandcurious@lemmy.world"
        "@nycki@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2091 …}
      +nested: Doctrine\ORM\PersistentCollection {#2090 …}
      +votes: Doctrine\ORM\PersistentCollection {#2092 …}
      +reports: Doctrine\ORM\PersistentCollection {#2241 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
      -id: 263641
      -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5629337"
      +editedAt: DateTimeImmutable @1709219914 {#2080
        date: 2024-02-29 16:18:34.0 +01:00
      }
      +createdAt: DateTimeImmutable @1703897664 {#2064
        date: 2023-12-30 01:54:24.0 +01:00
      }
      +"title": 263641
    }
    0 => App\Entity\EntryComment {#2040
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
      +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703898146 {#2132
        date: 2023-12-30 02:02:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fastandcurious@lemmy.world"
        "@danielfgom@lemmy.world"
        "@BluesF@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 263657
      -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://feddit.nl/comment/5629440"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703898146 {#2138
        date: 2023-12-30 02:02:26.0 +01:00
      }
      +"title": 263657
    }
  ]
  -id: 25368
  -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
  -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703845112
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10052752"
  +editedAt: DateTimeImmutable @1708650459 {#2697
    date: 2024-02-23 02:07:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703758712 {#2653
    date: 2023-12-28 11:18:32.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
141 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
142 DENIED moderate
App\Entity\EntryComment {#2089
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2785 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
    +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
    +title: "What is a nifty little feature modern gadgets have lost?"
    +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
    +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 823
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704857455 {#2240
      date: 2024-01-10 04:30:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2808 …}
    +votes: Doctrine\ORM\PersistentCollection {#2806 …}
    +reports: Doctrine\ORM\PersistentCollection {#2803 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
    +badges: Doctrine\ORM\PersistentCollection {#2850 …}
    +children: [
      1 => App\Entity\EntryComment {#2089}
      0 => App\Entity\EntryComment {#2040
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
        +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703898146 {#2132
          date: 2023-12-30 02:02:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fastandcurious@lemmy.world"
          "@danielfgom@lemmy.world"
          "@BluesF@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 263657
        -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5629440"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703898146 {#2138
          date: 2023-12-30 02:02:26.0 +01:00
        }
        +"title": 263657
      }
    ]
    -id: 25368
    -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
    -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703845112
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10052752"
    +editedAt: DateTimeImmutable @1708650459 {#2697
      date: 2024-02-23 02:07:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703758712 {#2653
      date: 2023-12-28 11:18:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +body: "Tasker? I feel like it comes pretty close to what you describe."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703897664 {#2063
    date: 2023-12-30 01:54:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@nycki@lemmy.world"
    "@fastandcurious@lemmy.world"
    "@nycki@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2091 …}
  +nested: Doctrine\ORM\PersistentCollection {#2090 …}
  +votes: Doctrine\ORM\PersistentCollection {#2092 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
  -id: 263641
  -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5629337"
  +editedAt: DateTimeImmutable @1709219914 {#2080
    date: 2024-02-29 16:18:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703897664 {#2064
    date: 2023-12-30 01:54:24.0 +01:00
  }
  +"title": 263641
}
"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
143 DENIED edit
App\Entity\EntryComment {#2089
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2785 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
    +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
    +title: "What is a nifty little feature modern gadgets have lost?"
    +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
    +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 823
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704857455 {#2240
      date: 2024-01-10 04:30:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2808 …}
    +votes: Doctrine\ORM\PersistentCollection {#2806 …}
    +reports: Doctrine\ORM\PersistentCollection {#2803 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
    +badges: Doctrine\ORM\PersistentCollection {#2850 …}
    +children: [
      1 => App\Entity\EntryComment {#2089}
      0 => App\Entity\EntryComment {#2040
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
        +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703898146 {#2132
          date: 2023-12-30 02:02:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fastandcurious@lemmy.world"
          "@danielfgom@lemmy.world"
          "@BluesF@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 263657
        -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5629440"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703898146 {#2138
          date: 2023-12-30 02:02:26.0 +01:00
        }
        +"title": 263657
      }
    ]
    -id: 25368
    -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
    -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703845112
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10052752"
    +editedAt: DateTimeImmutable @1708650459 {#2697
      date: 2024-02-23 02:07:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703758712 {#2653
      date: 2023-12-28 11:18:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +body: "Tasker? I feel like it comes pretty close to what you describe."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703897664 {#2063
    date: 2023-12-30 01:54:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@nycki@lemmy.world"
    "@fastandcurious@lemmy.world"
    "@nycki@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2091 …}
  +nested: Doctrine\ORM\PersistentCollection {#2090 …}
  +votes: Doctrine\ORM\PersistentCollection {#2092 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
  -id: 263641
  -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5629337"
  +editedAt: DateTimeImmutable @1709219914 {#2080
    date: 2024-02-29 16:18:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703897664 {#2064
    date: 2023-12-30 01:54:24.0 +01:00
  }
  +"title": 263641
}
"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
144 DENIED moderate
App\Entity\EntryComment {#2089
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2785 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
    +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
    +title: "What is a nifty little feature modern gadgets have lost?"
    +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
    +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 823
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704857455 {#2240
      date: 2024-01-10 04:30:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2808 …}
    +votes: Doctrine\ORM\PersistentCollection {#2806 …}
    +reports: Doctrine\ORM\PersistentCollection {#2803 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
    +badges: Doctrine\ORM\PersistentCollection {#2850 …}
    +children: [
      1 => App\Entity\EntryComment {#2089}
      0 => App\Entity\EntryComment {#2040
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
        +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703898146 {#2132
          date: 2023-12-30 02:02:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fastandcurious@lemmy.world"
          "@danielfgom@lemmy.world"
          "@BluesF@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2330 …}
        +nested: Doctrine\ORM\PersistentCollection {#2346 …}
        +votes: Doctrine\ORM\PersistentCollection {#2347 …}
        +reports: Doctrine\ORM\PersistentCollection {#2344 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
        -id: 263657
        -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5629440"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703898146 {#2138
          date: 2023-12-30 02:02:26.0 +01:00
        }
        +"title": 263657
      }
    ]
    -id: 25368
    -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
    -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703845112
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10052752"
    +editedAt: DateTimeImmutable @1708650459 {#2697
      date: 2024-02-23 02:07:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703758712 {#2653
      date: 2023-12-28 11:18:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +body: "Tasker? I feel like it comes pretty close to what you describe."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703897664 {#2063
    date: 2023-12-30 01:54:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@nycki@lemmy.world"
    "@fastandcurious@lemmy.world"
    "@nycki@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2091 …}
  +nested: Doctrine\ORM\PersistentCollection {#2090 …}
  +votes: Doctrine\ORM\PersistentCollection {#2092 …}
  +reports: Doctrine\ORM\PersistentCollection {#2241 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
  -id: 263641
  -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5629337"
  +editedAt: DateTimeImmutable @1709219914 {#2080
    date: 2024-02-29 16:18:34.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703897664 {#2064
    date: 2023-12-30 01:54:24.0 +01:00
  }
  +"title": 263641
}
"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
145 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
146 DENIED moderate
App\Entity\EntryComment {#2040
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2785 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
    +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
    +title: "What is a nifty little feature modern gadgets have lost?"
    +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
    +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 823
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704857455 {#2240
      date: 2024-01-10 04:30:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2808 …}
    +votes: Doctrine\ORM\PersistentCollection {#2806 …}
    +reports: Doctrine\ORM\PersistentCollection {#2803 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
    +badges: Doctrine\ORM\PersistentCollection {#2850 …}
    +children: [
      1 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
        +body: "Tasker? I feel like it comes pretty close to what you describe."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703897664 {#2063
          date: 2023-12-30 01:54:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fastandcurious@lemmy.world"
          "@nycki@lemmy.world"
          "@fastandcurious@lemmy.world"
          "@nycki@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2091 …}
        +nested: Doctrine\ORM\PersistentCollection {#2090 …}
        +votes: Doctrine\ORM\PersistentCollection {#2092 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
        -id: 263641
        -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5629337"
        +editedAt: DateTimeImmutable @1709219914 {#2080
          date: 2024-02-29 16:18:34.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703897664 {#2064
          date: 2023-12-30 01:54:24.0 +01:00
        }
        +"title": 263641
      }
      0 => App\Entity\EntryComment {#2040}
    ]
    -id: 25368
    -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
    -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703845112
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10052752"
    +editedAt: DateTimeImmutable @1708650459 {#2697
      date: 2024-02-23 02:07:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703758712 {#2653
      date: 2023-12-28 11:18:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703898146 {#2132
    date: 2023-12-30 02:02:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@danielfgom@lemmy.world"
    "@BluesF@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 263657
  -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5629440"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703898146 {#2138
    date: 2023-12-30 02:02:26.0 +01:00
  }
  +"title": 263657
}
"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
147 DENIED edit
App\Entity\EntryComment {#2040
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2785 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
    +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
    +title: "What is a nifty little feature modern gadgets have lost?"
    +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
    +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 823
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704857455 {#2240
      date: 2024-01-10 04:30:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2808 …}
    +votes: Doctrine\ORM\PersistentCollection {#2806 …}
    +reports: Doctrine\ORM\PersistentCollection {#2803 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
    +badges: Doctrine\ORM\PersistentCollection {#2850 …}
    +children: [
      1 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
        +body: "Tasker? I feel like it comes pretty close to what you describe."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703897664 {#2063
          date: 2023-12-30 01:54:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fastandcurious@lemmy.world"
          "@nycki@lemmy.world"
          "@fastandcurious@lemmy.world"
          "@nycki@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2091 …}
        +nested: Doctrine\ORM\PersistentCollection {#2090 …}
        +votes: Doctrine\ORM\PersistentCollection {#2092 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
        -id: 263641
        -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5629337"
        +editedAt: DateTimeImmutable @1709219914 {#2080
          date: 2024-02-29 16:18:34.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703897664 {#2064
          date: 2023-12-30 01:54:24.0 +01:00
        }
        +"title": 263641
      }
      0 => App\Entity\EntryComment {#2040}
    ]
    -id: 25368
    -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
    -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703845112
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10052752"
    +editedAt: DateTimeImmutable @1708650459 {#2697
      date: 2024-02-23 02:07:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703758712 {#2653
      date: 2023-12-28 11:18:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703898146 {#2132
    date: 2023-12-30 02:02:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@danielfgom@lemmy.world"
    "@BluesF@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 263657
  -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5629440"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703898146 {#2138
    date: 2023-12-30 02:02:26.0 +01:00
  }
  +"title": 263657
}
"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
148 DENIED moderate
App\Entity\EntryComment {#2040
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2088
    +user: Proxies\__CG__\App\Entity\User {#2785 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2809 …}
    +slug: "What-is-a-nifty-little-feature-modern-gadgets-have-lost"
    +title: "What is a nifty little feature modern gadgets have lost?"
    +url: "https://lemmy.world/pictrs/image/f8b78001-0081-4f80-95f8-fdbe7639da5a.jpeg"
    +body: "For me it’s the notification light you used to find on older phones, was particularly good to know if your phone was charged without picking it up"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 823
    +favouriteCount: 1052
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1704857455 {#2240
      date: 2024-01-10 04:30:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2808 …}
    +votes: Doctrine\ORM\PersistentCollection {#2806 …}
    +reports: Doctrine\ORM\PersistentCollection {#2803 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2837 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2833 …}
    +badges: Doctrine\ORM\PersistentCollection {#2850 …}
    +children: [
      1 => App\Entity\EntryComment {#2089
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
        +body: "Tasker? I feel like it comes pretty close to what you describe."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703897664 {#2063
          date: 2023-12-30 01:54:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@fastandcurious@lemmy.world"
          "@nycki@lemmy.world"
          "@fastandcurious@lemmy.world"
          "@nycki@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2091 …}
        +nested: Doctrine\ORM\PersistentCollection {#2090 …}
        +votes: Doctrine\ORM\PersistentCollection {#2092 …}
        +reports: Doctrine\ORM\PersistentCollection {#2241 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2130 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2129 …}
        -id: 263641
        -bodyTs: "'close':8 'come':6 'describ':12 'feel':3 'like':4 'pretti':7 'tasker':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://feddit.nl/comment/5629337"
        +editedAt: DateTimeImmutable @1709219914 {#2080
          date: 2024-02-29 16:18:34.0 +01:00
        }
        +createdAt: DateTimeImmutable @1703897664 {#2064
          date: 2023-12-30 01:54:24.0 +01:00
        }
        +"title": 263641
      }
      0 => App\Entity\EntryComment {#2040}
    ]
    -id: 25368
    -titleTs: "'featur':6 'gadget':8 'littl':5 'lost':10 'modern':7 'nifti':4"
    -bodyTs: "'charg':24 'find':11 'good':17 'know':19 'light':7 'notif':6 'older':13 'particular':16 'phone':14,22 'pick':26 'use':9 'without':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703845112
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10052752"
    +editedAt: DateTimeImmutable @1708650459 {#2697
      date: 2024-02-23 02:07:39.0 +01:00
    }
    +createdAt: DateTimeImmutable @1703758712 {#2653
      date: 2023-12-28 11:18:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2095 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2345 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2350 …}
  +body: "I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703898146 {#2132
    date: 2023-12-30 02:02:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@danielfgom@lemmy.world"
    "@BluesF@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 263657
  -bodyTs: "'10':16 'anoth':15 'everyth':22 'get':5 'honest':20 'iii':17 'need':24 'new':7 'phone':8 'pick':13 'think':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://feddit.nl/comment/5629440"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703898146 {#2138
    date: 2023-12-30 02:02:26.0 +01:00
  }
  +"title": 263657
}
"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
149 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
150 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