GET https://kbin.spritesserver.nl/index.php/u/@Decipher0771@lemmy.ca/commented

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 …}
}
6.64 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#2079 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
  +slug: "Backing-up-Single-Board-Computer"
  +title: "Backing-up Single Board Computer"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
    \n
    And I’d love to know **how do you backup your single-board computers**.\n
    \n
    Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
    \n
    For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
    \n
    I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
    \n
    Thanks for your help !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726556041 {#2036
    date: 2024-09-17 08:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2077 …}
  +reports: Doctrine\ORM\PersistentCollection {#2063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
  +badges: Doctrine\ORM\PersistentCollection {#2087 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
      +body: "You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705247784 {#1428
        date: 2024-01-14 16:56:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
        "@Esca@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1668 …}
      +nested: Doctrine\ORM\PersistentCollection {#1666 …}
      +votes: Doctrine\ORM\PersistentCollection {#1669 …}
      +reports: Doctrine\ORM\PersistentCollection {#1677 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
      -id: 308212
      -bodyTs: "'cach':37 'changeabl':6 'directori':33 'disk':22 'extern':21 'file':7 'filesystem':11 'heavi':32 'keep':2,23 'like':34 'log':35 'partit':18 'ram':39 'read':27 'separ':10,17 'system':25 'user':5 'user-chang':4 'whether':12 'write':31 'write-heavi':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6366600"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705247784 {#1440
        date: 2024-01-14 16:56:24.0 +01:00
      }
      +"title": 308212
    }
  ]
  -id: 30237
  -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
  -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705258077
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10672338"
  +editedAt: DateTimeImmutable @1722792619 {#2458
    date: 2024-08-04 19:30:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705171677 {#2454
    date: 2024-01-13 19:47:57.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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#2079 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
  +slug: "Backing-up-Single-Board-Computer"
  +title: "Backing-up Single Board Computer"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
    \n
    And I’d love to know **how do you backup your single-board computers**.\n
    \n
    Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
    \n
    For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
    \n
    I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
    \n
    Thanks for your help !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726556041 {#2036
    date: 2024-09-17 08:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2077 …}
  +reports: Doctrine\ORM\PersistentCollection {#2063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
  +badges: Doctrine\ORM\PersistentCollection {#2087 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
      +body: "You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705247784 {#1428
        date: 2024-01-14 16:56:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
        "@Esca@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1668 …}
      +nested: Doctrine\ORM\PersistentCollection {#1666 …}
      +votes: Doctrine\ORM\PersistentCollection {#1669 …}
      +reports: Doctrine\ORM\PersistentCollection {#1677 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
      -id: 308212
      -bodyTs: "'cach':37 'changeabl':6 'directori':33 'disk':22 'extern':21 'file':7 'filesystem':11 'heavi':32 'keep':2,23 'like':34 'log':35 'partit':18 'ram':39 'read':27 'separ':10,17 'system':25 'user':5 'user-chang':4 'whether':12 'write':31 'write-heavi':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6366600"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705247784 {#1440
        date: 2024-01-14 16:56:24.0 +01:00
      }
      +"title": 308212
    }
  ]
  -id: 30237
  -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
  -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705258077
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10672338"
  +editedAt: DateTimeImmutable @1722792619 {#2458
    date: 2024-08-04 19:30:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705171677 {#2454
    date: 2024-01-13 19:47:57.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 {#1571
  +user: Proxies\__CG__\App\Entity\User {#2079 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
  +slug: "Backing-up-Single-Board-Computer"
  +title: "Backing-up Single Board Computer"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
    \n
    And I’d love to know **how do you backup your single-board computers**.\n
    \n
    Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
    \n
    For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
    \n
    I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
    \n
    Thanks for your help !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726556041 {#2036
    date: 2024-09-17 08:54:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2077 …}
  +reports: Doctrine\ORM\PersistentCollection {#2063 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
  +badges: Doctrine\ORM\PersistentCollection {#2087 …}
  +children: [
    App\Entity\EntryComment {#1696
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
      +body: "You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705247784 {#1428
        date: 2024-01-14 16:56:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Krafting@lemmy.world"
        "@DontNoodles@discuss.tchncs.de"
        "@Esca@lemmy.one"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1668 …}
      +nested: Doctrine\ORM\PersistentCollection {#1666 …}
      +votes: Doctrine\ORM\PersistentCollection {#1669 …}
      +reports: Doctrine\ORM\PersistentCollection {#1677 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
      -id: 308212
      -bodyTs: "'cach':37 'changeabl':6 'directori':33 'disk':22 'extern':21 'file':7 'filesystem':11 'heavi':32 'keep':2,23 'like':34 'log':35 'partit':18 'ram':39 'read':27 'separ':10,17 'system':25 'user':5 'user-chang':4 'whether':12 'write':31 'write-heavi':30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6366600"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705247784 {#1440
        date: 2024-01-14 16:56:24.0 +01:00
      }
      +"title": 308212
    }
  ]
  -id: 30237
  -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
  -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705258077
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10672338"
  +editedAt: DateTimeImmutable @1722792619 {#2458
    date: 2024-08-04 19:30:19.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705171677 {#2454
    date: 2024-01-13 19:47:57.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 {#1696
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2079 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "Backing-up-Single-Board-Computer"
    +title: "Backing-up Single Board Computer"
    +url: null
    +body: """
      Hello everyone!\n
      \n
      I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
      \n
      And I’d love to know **how do you backup your single-board computers**.\n
      \n
      Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
      \n
      For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
      \n
      I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
      \n
      Thanks for your help !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726556041 {#2036
      date: 2024-09-17 08:54:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2084 …}
    +votes: Doctrine\ORM\PersistentCollection {#2077 …}
    +reports: Doctrine\ORM\PersistentCollection {#2063 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
    +badges: Doctrine\ORM\PersistentCollection {#2087 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 30237
    -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
    -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705258077
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10672338"
    +editedAt: DateTimeImmutable @1722792619 {#2458
      date: 2024-08-04 19:30:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705171677 {#2454
      date: 2024-01-13 19:47:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
  +body: "You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705247784 {#1428
    date: 2024-01-14 16:56:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
    "@Esca@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1668 …}
  +nested: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1669 …}
  +reports: Doctrine\ORM\PersistentCollection {#1677 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  -id: 308212
  -bodyTs: "'cach':37 'changeabl':6 'directori':33 'disk':22 'extern':21 'file':7 'filesystem':11 'heavi':32 'keep':2,23 'like':34 'log':35 'partit':18 'ram':39 'read':27 'separ':10,17 'system':25 'user':5 'user-chang':4 'whether':12 'write':31 'write-heavi':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6366600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705247784 {#1440
    date: 2024-01-14 16:56:24.0 +01:00
  }
  +"title": 308212
}
"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 {#1696
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2079 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "Backing-up-Single-Board-Computer"
    +title: "Backing-up Single Board Computer"
    +url: null
    +body: """
      Hello everyone!\n
      \n
      I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
      \n
      And I’d love to know **how do you backup your single-board computers**.\n
      \n
      Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
      \n
      For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
      \n
      I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
      \n
      Thanks for your help !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726556041 {#2036
      date: 2024-09-17 08:54:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2084 …}
    +votes: Doctrine\ORM\PersistentCollection {#2077 …}
    +reports: Doctrine\ORM\PersistentCollection {#2063 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
    +badges: Doctrine\ORM\PersistentCollection {#2087 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 30237
    -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
    -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705258077
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10672338"
    +editedAt: DateTimeImmutable @1722792619 {#2458
      date: 2024-08-04 19:30:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705171677 {#2454
      date: 2024-01-13 19:47:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
  +body: "You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705247784 {#1428
    date: 2024-01-14 16:56:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
    "@Esca@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1668 …}
  +nested: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1669 …}
  +reports: Doctrine\ORM\PersistentCollection {#1677 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  -id: 308212
  -bodyTs: "'cach':37 'changeabl':6 'directori':33 'disk':22 'extern':21 'file':7 'filesystem':11 'heavi':32 'keep':2,23 'like':34 'log':35 'partit':18 'ram':39 'read':27 'separ':10,17 'system':25 'user':5 'user-chang':4 'whether':12 'write':31 'write-heavi':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6366600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705247784 {#1440
    date: 2024-01-14 16:56:24.0 +01:00
  }
  +"title": 308212
}
"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 {#1696
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1571
    +user: Proxies\__CG__\App\Entity\User {#2079 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "Backing-up-Single-Board-Computer"
    +title: "Backing-up Single Board Computer"
    +url: null
    +body: """
      Hello everyone!\n
      \n
      I have a small OrangePi running some small services on it (some with Docker and some without Docker).\n
      \n
      And I’d love to know **how do you backup your single-board computers**.\n
      \n
      Do you just rsync the system to a storage server ? Do you plug in a USB drive and rsync on it ? Do you save only the important data or the whole system ?\n
      \n
      For now my SBC is not backed-up and I’d like to get a good backup solution up and running quickly! (I don’t trust SD cards to last long…)\n
      \n
      I have access to USB drives and disks and also another big server with 20TB of storage which I can make the backup to if needed!\n
      \n
      Thanks for your help !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 29
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726556041 {#2036
      date: 2024-09-17 08:54:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2084 …}
    +votes: Doctrine\ORM\PersistentCollection {#2077 …}
    +reports: Doctrine\ORM\PersistentCollection {#2063 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2064 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2088 …}
    +badges: Doctrine\ORM\PersistentCollection {#2087 …}
    +children: [
      App\Entity\EntryComment {#1696}
    ]
    -id: 30237
    -titleTs: "'back':2 'backing-up':1 'board':5 'comput':6 'singl':4"
    -bodyTs: "'20tb':114 'access':102 'also':109 'anoth':110 'back':75 'backed-up':74 'backup':30,85,122 'big':111 'board':34 'card':96 'comput':35 'd':23,79 'data':63 'disk':107 'docker':16,20 'drive':52,105 'everyon':2 'get':82 'good':84 'hello':1 'help':129 'import':62 'know':26 'last':98 'like':80 'long':99 'love':24 'make':120 'need':125 'orangepi':7 'plug':48 'quick':90 'rsync':39,54 'run':8,89 'save':59 'sbc':71 'sd':95 'server':45,112 'servic':11 'singl':33 'single-board':32 'small':6,10 'solut':86 'storag':44,116 'system':41,67 'thank':126 'trust':94 'usb':51,104 'whole':66 'without':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705258077
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10672338"
    +editedAt: DateTimeImmutable @1722792619 {#2458
      date: 2024-08-04 19:30:19.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705171677 {#2454
      date: 2024-01-13 19:47:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
  +body: "You keep the user-changeable files on a separate filesystem. Whether that’s just a separate partition, or an external disk. Keep the system itself read only, and write-heavy directories like logs and caches in RAM."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705247784 {#1428
    date: 2024-01-14 16:56:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Krafting@lemmy.world"
    "@DontNoodles@discuss.tchncs.de"
    "@Esca@lemmy.one"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1668 …}
  +nested: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1669 …}
  +reports: Doctrine\ORM\PersistentCollection {#1677 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  -id: 308212
  -bodyTs: "'cach':37 'changeabl':6 'directori':33 'disk':22 'extern':21 'file':7 'filesystem':11 'heavi':32 'keep':2,23 'like':34 'log':35 'partit':18 'ram':39 'read':27 'separ':10,17 'system':25 'user':5 'user-chang':4 'whether':12 'write':31 'write-heavi':30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6366600"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705247784 {#1440
    date: 2024-01-14 16:56:24.0 +01:00
  }
  +"title": 308212
}
"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 {#1567
  +user: Proxies\__CG__\App\Entity\User {#2461 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
  +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
  +title: "How well does the raspberry pi handle being a moonlight client"
  +url: null
  +body: """
    I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
    \n
    Apple TV and Xbox Series X, terrible with massive lag.\n
    \n
    Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
    \n
    MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
    \n
    Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729581477 {#1725
    date: 2024-10-22 09:17:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
  +badges: Doctrine\ORM\PersistentCollection {#2075 …}
  +children: [
    1 => App\Entity\EntryComment {#1559
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1729274823 {#1580
        date: 2024-10-18 20:07:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1566 …}
      +reports: Doctrine\ORM\PersistentCollection {#1562 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 347838
      -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6816713"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706473185 {#1550
        date: 2024-01-28 21:19:45.0 +01:00
      }
      +"title": 347838
    }
    2 => App\Entity\EntryComment {#1620
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: App\Entity\EntryComment {#1559}
      +body: """
        In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
        \n
        Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
        \n
        so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706490938 {#1555
        date: 2024-01-29 02:15:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
        "@Decipher0771@lemmy.ca"
        "@Haha@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 348509
      -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6822272"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706490938 {#1621
        date: 2024-01-29 02:15:38.0 +01:00
      }
      +"title": 348509
    }
    0 => App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: App\Entity\EntryComment {#1559}
      +body: """
        In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
        \n
        I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706495430 {#1795
        date: 2024-01-29 03:30:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
        "@Decipher0771@lemmy.ca"
        "@Haha@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1611 …}
      +nested: Doctrine\ORM\PersistentCollection {#1630 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1599 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -id: 348660
      -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6823714"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706495430 {#1705
        date: 2024-01-29 03:30:30.0 +01:00
      }
      +"title": 348660
    }
  ]
  -id: 33636
  -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
  -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706536935
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11287002"
  +editedAt: DateTimeImmutable @1729144439 {#2371
    date: 2024-10-17 07:53:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706450535 {#2363
    date: 2024-01-28 15:02:15.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 {#1567
  +user: Proxies\__CG__\App\Entity\User {#2461 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
  +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
  +title: "How well does the raspberry pi handle being a moonlight client"
  +url: null
  +body: """
    I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
    \n
    Apple TV and Xbox Series X, terrible with massive lag.\n
    \n
    Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
    \n
    MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
    \n
    Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729581477 {#1725
    date: 2024-10-22 09:17:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
  +badges: Doctrine\ORM\PersistentCollection {#2075 …}
  +children: [
    1 => App\Entity\EntryComment {#1559
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1729274823 {#1580
        date: 2024-10-18 20:07:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1566 …}
      +reports: Doctrine\ORM\PersistentCollection {#1562 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 347838
      -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6816713"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706473185 {#1550
        date: 2024-01-28 21:19:45.0 +01:00
      }
      +"title": 347838
    }
    2 => App\Entity\EntryComment {#1620
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: App\Entity\EntryComment {#1559}
      +body: """
        In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
        \n
        Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
        \n
        so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706490938 {#1555
        date: 2024-01-29 02:15:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
        "@Decipher0771@lemmy.ca"
        "@Haha@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 348509
      -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6822272"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706490938 {#1621
        date: 2024-01-29 02:15:38.0 +01:00
      }
      +"title": 348509
    }
    0 => App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: App\Entity\EntryComment {#1559}
      +body: """
        In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
        \n
        I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706495430 {#1795
        date: 2024-01-29 03:30:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
        "@Decipher0771@lemmy.ca"
        "@Haha@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1611 …}
      +nested: Doctrine\ORM\PersistentCollection {#1630 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1599 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -id: 348660
      -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6823714"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706495430 {#1705
        date: 2024-01-29 03:30:30.0 +01:00
      }
      +"title": 348660
    }
  ]
  -id: 33636
  -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
  -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706536935
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11287002"
  +editedAt: DateTimeImmutable @1729144439 {#2371
    date: 2024-10-17 07:53:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706450535 {#2363
    date: 2024-01-28 15:02:15.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 {#1567
  +user: Proxies\__CG__\App\Entity\User {#2461 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
  +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
  +title: "How well does the raspberry pi handle being a moonlight client"
  +url: null
  +body: """
    I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
    \n
    Apple TV and Xbox Series X, terrible with massive lag.\n
    \n
    Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
    \n
    MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
    \n
    Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729581477 {#1725
    date: 2024-10-22 09:17:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
  +badges: Doctrine\ORM\PersistentCollection {#2075 …}
  +children: [
    1 => App\Entity\EntryComment {#1559
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: null
      +root: null
      +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1729274823 {#1580
        date: 2024-10-18 20:07:03.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1527 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1566 …}
      +reports: Doctrine\ORM\PersistentCollection {#1562 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 347838
      -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6816713"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706473185 {#1550
        date: 2024-01-28 21:19:45.0 +01:00
      }
      +"title": 347838
    }
    2 => App\Entity\EntryComment {#1620
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: App\Entity\EntryComment {#1559}
      +body: """
        In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
        \n
        Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
        \n
        so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706490938 {#1555
        date: 2024-01-29 02:15:38.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
        "@Decipher0771@lemmy.ca"
        "@Haha@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 348509
      -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6822272"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706490938 {#1621
        date: 2024-01-29 02:15:38.0 +01:00
      }
      +"title": 348509
    }
    0 => App\Entity\EntryComment {#1711
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: App\Entity\EntryComment {#1559}
      +body: """
        In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
        \n
        I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706495430 {#1795
        date: 2024-01-29 03:30:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MeatsOfRage@lemmy.world"
        "@Decipher0771@lemmy.ca"
        "@Haha@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1611 …}
      +nested: Doctrine\ORM\PersistentCollection {#1630 …}
      +votes: Doctrine\ORM\PersistentCollection {#1628 …}
      +reports: Doctrine\ORM\PersistentCollection {#1599 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -id: 348660
      -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6823714"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706495430 {#1705
        date: 2024-01-29 03:30:30.0 +01:00
      }
      +"title": 348660
    }
  ]
  -id: 33636
  -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
  -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706536935
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11287002"
  +editedAt: DateTimeImmutable @1729144439 {#2371
    date: 2024-10-17 07:53:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706450535 {#2363
    date: 2024-01-28 15:02:15.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 {#1559
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559}
      2 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
          \n
          Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
          \n
          so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706490938 {#1555
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 348509
        -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6822272"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706490938 {#1621
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +"title": 348509
      }
      0 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
          \n
          I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706495430 {#1795
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 348660
        -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6823714"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706495430 {#1705
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +"title": 348660
      }
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1729274823 {#1580
    date: 2024-10-18 20:07:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1562 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 347838
  -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6816713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706473185 {#1550
    date: 2024-01-28 21:19:45.0 +01:00
  }
  +"title": 347838
}
"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 {#1559
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559}
      2 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
          \n
          Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
          \n
          so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706490938 {#1555
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 348509
        -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6822272"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706490938 {#1621
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +"title": 348509
      }
      0 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
          \n
          I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706495430 {#1795
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 348660
        -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6823714"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706495430 {#1705
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +"title": 348660
      }
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1729274823 {#1580
    date: 2024-10-18 20:07:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1562 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 347838
  -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6816713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706473185 {#1550
    date: 2024-01-28 21:19:45.0 +01:00
  }
  +"title": 347838
}
"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 {#1559
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559}
      2 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
          \n
          Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
          \n
          so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706490938 {#1555
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 348509
        -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6822272"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706490938 {#1621
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +"title": 348509
      }
      0 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
          \n
          I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706495430 {#1795
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 348660
        -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6823714"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706495430 {#1705
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +"title": 348660
      }
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: null
  +root: null
  +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1729274823 {#1580
    date: 2024-10-18 20:07:03.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1527 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1566 …}
  +reports: Doctrine\ORM\PersistentCollection {#1562 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 347838
  -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6816713"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706473185 {#1550
    date: 2024-01-28 21:19:45.0 +01:00
  }
  +"title": 347838
}
"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 {#1620
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1729274823 {#1580
          date: 2024-10-18 20:07:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1527 …}
        +nested: Doctrine\ORM\PersistentCollection {#1548 …}
        +votes: Doctrine\ORM\PersistentCollection {#1566 …}
        +reports: Doctrine\ORM\PersistentCollection {#1562 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
        -id: 347838
        -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6816713"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706473185 {#1550
          date: 2024-01-28 21:19:45.0 +01:00
        }
        +"title": 347838
      }
      2 => App\Entity\EntryComment {#1620}
      0 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
          \n
          I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706495430 {#1795
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 348660
        -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6823714"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706495430 {#1705
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +"title": 348660
      }
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: App\Entity\EntryComment {#1559}
  +body: """
    In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
    \n
    Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
    \n
    so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706490938 {#1555
    date: 2024-01-29 02:15:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
    "@Decipher0771@lemmy.ca"
    "@Haha@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 348509
  -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6822272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706490938 {#1621
    date: 2024-01-29 02:15:38.0 +01:00
  }
  +"title": 348509
}
"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 {#1620
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1729274823 {#1580
          date: 2024-10-18 20:07:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1527 …}
        +nested: Doctrine\ORM\PersistentCollection {#1548 …}
        +votes: Doctrine\ORM\PersistentCollection {#1566 …}
        +reports: Doctrine\ORM\PersistentCollection {#1562 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
        -id: 347838
        -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6816713"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706473185 {#1550
          date: 2024-01-28 21:19:45.0 +01:00
        }
        +"title": 347838
      }
      2 => App\Entity\EntryComment {#1620}
      0 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
          \n
          I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706495430 {#1795
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 348660
        -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6823714"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706495430 {#1705
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +"title": 348660
      }
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: App\Entity\EntryComment {#1559}
  +body: """
    In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
    \n
    Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
    \n
    so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706490938 {#1555
    date: 2024-01-29 02:15:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
    "@Decipher0771@lemmy.ca"
    "@Haha@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 348509
  -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6822272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706490938 {#1621
    date: 2024-01-29 02:15:38.0 +01:00
  }
  +"title": 348509
}
"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 {#1620
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1729274823 {#1580
          date: 2024-10-18 20:07:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1527 …}
        +nested: Doctrine\ORM\PersistentCollection {#1548 …}
        +votes: Doctrine\ORM\PersistentCollection {#1566 …}
        +reports: Doctrine\ORM\PersistentCollection {#1562 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
        -id: 347838
        -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6816713"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706473185 {#1550
          date: 2024-01-28 21:19:45.0 +01:00
        }
        +"title": 347838
      }
      2 => App\Entity\EntryComment {#1620}
      0 => App\Entity\EntryComment {#1711
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
          \n
          I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706495430 {#1795
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1611 …}
        +nested: Doctrine\ORM\PersistentCollection {#1630 …}
        +votes: Doctrine\ORM\PersistentCollection {#1628 …}
        +reports: Doctrine\ORM\PersistentCollection {#1599 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
        -id: 348660
        -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6823714"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706495430 {#1705
          date: 2024-01-29 03:30:30.0 +01:00
        }
        +"title": 348660
      }
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: App\Entity\EntryComment {#1559}
  +body: """
    In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
    \n
    Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
    \n
    so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706490938 {#1555
    date: 2024-01-29 02:15:38.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
    "@Decipher0771@lemmy.ca"
    "@Haha@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 348509
  -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6822272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706490938 {#1621
    date: 2024-01-29 02:15:38.0 +01:00
  }
  +"title": 348509
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1729274823 {#1580
          date: 2024-10-18 20:07:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1527 …}
        +nested: Doctrine\ORM\PersistentCollection {#1548 …}
        +votes: Doctrine\ORM\PersistentCollection {#1566 …}
        +reports: Doctrine\ORM\PersistentCollection {#1562 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
        -id: 347838
        -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6816713"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706473185 {#1550
          date: 2024-01-28 21:19:45.0 +01:00
        }
        +"title": 347838
      }
      2 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
          \n
          Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
          \n
          so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706490938 {#1555
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 348509
        -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6822272"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706490938 {#1621
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +"title": 348509
      }
      0 => App\Entity\EntryComment {#1711}
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: App\Entity\EntryComment {#1559}
  +body: """
    In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
    \n
    I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706495430 {#1795
    date: 2024-01-29 03:30:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
    "@Decipher0771@lemmy.ca"
    "@Haha@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 348660
  -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6823714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706495430 {#1705
    date: 2024-01-29 03:30:30.0 +01:00
  }
  +"title": 348660
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1729274823 {#1580
          date: 2024-10-18 20:07:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1527 …}
        +nested: Doctrine\ORM\PersistentCollection {#1548 …}
        +votes: Doctrine\ORM\PersistentCollection {#1566 …}
        +reports: Doctrine\ORM\PersistentCollection {#1562 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
        -id: 347838
        -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6816713"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706473185 {#1550
          date: 2024-01-28 21:19:45.0 +01:00
        }
        +"title": 347838
      }
      2 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
          \n
          Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
          \n
          so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706490938 {#1555
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 348509
        -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6822272"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706490938 {#1621
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +"title": 348509
      }
      0 => App\Entity\EntryComment {#1711}
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: App\Entity\EntryComment {#1559}
  +body: """
    In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
    \n
    I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706495430 {#1795
    date: 2024-01-29 03:30:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
    "@Decipher0771@lemmy.ca"
    "@Haha@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 348660
  -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6823714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706495430 {#1705
    date: 2024-01-29 03:30:30.0 +01:00
  }
  +"title": 348660
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#1711
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1567
    +user: Proxies\__CG__\App\Entity\User {#2461 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1385 …}
    +slug: "How-well-does-the-raspberry-pi-handle-being-a-moonlight"
    +title: "How well does the raspberry pi handle being a moonlight client"
    +url: null
    +body: """
      I’m thinking about moving my PC out to the living room and streaming back to my office when I need to. I’ve used a number of moonlight clients with mixed results.\n
      \n
      Apple TV and Xbox Series X, terrible with massive lag.\n
      \n
      Android with Nvidia shield pro or Chromecast with Google TV, not bad but not amazing,\n
      \n
      MacOS client on MacBook pro and Google pixel 6 pro over wifi 6, perfect feels like it’s on the same machine.\n
      \n
      Before I go through all the effort of setting up the Raspberry Pi 4 just wondering if anyone has any first hand experience on the quality of the stream
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729581477 {#1725
      date: 2024-10-22 09:17:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1382 …}
    +votes: Doctrine\ORM\PersistentCollection {#1724 …}
    +reports: Doctrine\ORM\PersistentCollection {#1719 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2033 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2022 …}
    +badges: Doctrine\ORM\PersistentCollection {#2075 …}
    +children: [
      1 => App\Entity\EntryComment {#1559
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: null
        +root: null
        +body: "Works great. It’s my portable gaming box. I use virtualhere usb over ip on the same Pi too so I can use multiple controllers like a wheel or joystick, pass a full bluetooth adapter directly to it for emulators."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1729274823 {#1580
          date: 2024-10-18 20:07:03.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1527 …}
        +nested: Doctrine\ORM\PersistentCollection {#1548 …}
        +votes: Doctrine\ORM\PersistentCollection {#1566 …}
        +reports: Doctrine\ORM\PersistentCollection {#1562 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1554 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
        -id: 347838
        -bodyTs: "'adapt':35 'bluetooth':34 'box':8 'control':25 'direct':36 'emul':40 'full':33 'game':7 'great':2 'ip':14 'joystick':30 'like':26 'multipl':24 'pass':31 'pi':18 'portabl':6 'usb':12 'use':10,23 'virtualher':11 'wheel':28 'work':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6816713"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706473185 {#1550
          date: 2024-01-28 21:19:45.0 +01:00
        }
        +"title": 347838
      }
      2 => App\Entity\EntryComment {#1620
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1567 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: App\Entity\EntryComment {#1559}
        +body: """
          In the house, anywhere with wifi. Can run decently down to 10-15mbps at 1080p60.\n
          \n
          Remotely, over Tailscale, my home uplink is too slow for anything more than 720p60, but its low latency enough I can play games like Mario RPG and get timed hits correct. Or Clone Hero. Games like rocket league tend to be too fast tho, and video breaks up badly.\n
          \n
          so Long as you have fast enough uplink, I think I’d be fine anywhere. Sunshine and moonlight are amazing, I used to use Parsec extensively but now it’s just moonlight and sunshine.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706490938 {#1555
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MeatsOfRage@lemmy.world"
          "@Decipher0771@lemmy.ca"
          "@Haha@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 348509
        -bodyTs: "'-15':13 '10':12 '1080p60':16 '720p60':30 'amaz':85 'anyth':27 'anywher':4,80 'bad':65 'break':63 'clone':49 'correct':47 'd':77 'decent':9 'enough':35,72 'extens':91 'fast':59,71 'fine':79 'game':39,51 'get':44 'hero':50 'hit':46 'home':21 'hous':3 'latenc':34 'leagu':54 'like':40,52 'long':67 'low':33 'mario':41 'mbps':14 'moonlight':83,97 'parsec':90 'play':38 'remot':17 'rocket':53 'rpg':42 'run':8 'slow':25 'sunshin':81,99 'tailscal':19 'tend':55 'think':75 'tho':60 'time':45 'uplink':22,73 'use':87,89 'video':62 'wifi':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6822272"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706490938 {#1621
          date: 2024-01-29 02:15:38.0 +01:00
        }
        +"title": 348509
      }
      0 => App\Entity\EntryComment {#1711}
    ]
    -id: 33636
    -titleTs: "'client':11 'handl':7 'moonlight':10 'pi':6 'raspberri':5 'well':2"
    -bodyTs: "'4':94 '6':67,71 'amaz':58 'android':44 'anyon':98 'appl':34 'back':15 'bad':55 'chromecast':50 'client':30,60 'effort':87 'experi':103 'feel':73 'first':101 'go':83 'googl':52,65 'hand':102 'lag':43 'like':74 'live':11 'm':2 'macbook':62 'machin':80 'maco':59 'massiv':42 'mix':32 'moonlight':29 'move':5 'need':21 'number':27 'nvidia':46 'offic':18 'pc':7 'perfect':72 'pi':93 'pixel':66 'pro':48,63,68 'qualiti':106 'raspberri':92 'result':33 'room':12 'seri':38 'set':89 'shield':47 'stream':14,109 'terribl':40 'think':3 'tv':35,53 'use':25 've':24 'wifi':70 'wonder':96 'x':39 'xbox':37"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706536935
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287002"
    +editedAt: DateTimeImmutable @1729144439 {#2371
      date: 2024-10-17 07:53:59.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706450535 {#2363
      date: 2024-01-28 15:02:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: App\Entity\EntryComment {#1559}
  +body: """
    In most games not noticeable. Only game I have trouble with is emulating Wii, playing Mario Galaxy. The pointer on screen lags, but I think that’s more due to the bluetooth adapter compatibility than any latency added by the usb-> ip -> wifi link.\n
    \n
    I’m not an FPS player, so can’t speak to sub second latency….but I do racing sims on this, and it has no trouble with controls and force feedback.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706495430 {#1795
    date: 2024-01-29 03:30:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MeatsOfRage@lemmy.world"
    "@Decipher0771@lemmy.ca"
    "@Haha@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1611 …}
  +nested: Doctrine\ORM\PersistentCollection {#1630 …}
  +votes: Doctrine\ORM\PersistentCollection {#1628 …}
  +reports: Doctrine\ORM\PersistentCollection {#1599 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -id: 348660
  -bodyTs: "'ad':38 'adapt':33 'bluetooth':32 'compat':34 'control':72 'due':29 'emul':13 'feedback':75 'forc':74 'fps':49 'galaxi':17 'game':3,7 'ip':42 'lag':22 'latenc':37,58 'link':44 'm':46 'mario':16 'notic':5 'play':15 'player':50 'pointer':19 'race':62 'screen':21 'second':57 'sim':63 'speak':54 'sub':56 'think':25 'troubl':10,70 'usb':41 'wifi':43 'wii':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6823714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706495430 {#1705
    date: 2024-01-29 03:30:30.0 +01:00
  }
  +"title": 348660
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_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
26 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