GET https://kbin.spritesserver.nl/active/%E2%88%9E/articles?p=77

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.22 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.06 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
App\Entity\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "ZFS-Swap-on-Linux"
  +title: "ZFS Swap on Linux"
  +url: null
  +body: """
    One for those running #ZFS on #Linux systems. I realise that you can’t have hibernate aka suspend to disk on a swap in the encrypted zpool but if you don’t use hibernation then is it OK to use swap using the likes of the command example below to set it up in the encrypted pool?\n
    \n
    I should point out that I’m thinking of switching from my current Void Linux luks lvm setup to Void with fully encrypted zpool and zfsbootmenu on my ThinkPad P14s AMD Gen 1which has 16Gb ram that I may upgrade to 40Gb. It also has a 1Tb nvme.\n
    \n
    zfs create -V “${v_swap_size}G” -b “$(getconf PAGESIZE)” -o compression=zle -o logbias=throughput -o sync=always -o primarycache=metadata -o secondarycache=none -o com.sun:auto-snapshot=false “$v_rpool_name/swap”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702472295 {#183
    date: 2023-12-13 13:58:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 27983
  -titleTs: "'linux':4 'swap':2 'zfs':1"
  -bodyTs: "'16gb':92 '1tb':104 '1which':90 '40gb':99 'aka':17 'also':101 'alway':124 'amd':88 'auto':134 'auto-snapshot':133 'b':113 'com.sun':132 'command':47 'compress':117 'creat':107 'current':70 'disk':20 'encrypt':26,56,80 'exampl':48 'fals':136 'fulli':79 'g':112 'gen':89 'getconf':114 'hibern':16,34 'like':44 'linux':7,72 'logbia':120 'luk':73 'lvm':74 'm':64 'may':96 'metadata':127 'name/swap':139 'none':130 'nvme':105 'o':116,119,122,125,128,131 'ok':38 'one':1 'p14s':87 'pages':115 'point':60 'pool':57 'primarycach':126 'ram':93 'realis':10 'rpool':138 'run':4 'secondarycach':129 'set':51 'setup':75 'size':111 'snapshot':135 'suspend':18 'swap':23,41,110 'switch':67 'sync':123 'system':8 'think':65 'thinkpad':86 'throughput':121 'upgrad':97 'use':33,40,42 'v':108,109,137 'void':71,77 'zfs':5,106 'zfsbootmenu':83 'zle':118 'zpool':27,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9516185"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702472295 {#247
    date: 2023-12-13 13:58:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "ZFS-Swap-on-Linux"
  +title: "ZFS Swap on Linux"
  +url: null
  +body: """
    One for those running #ZFS on #Linux systems. I realise that you can’t have hibernate aka suspend to disk on a swap in the encrypted zpool but if you don’t use hibernation then is it OK to use swap using the likes of the command example below to set it up in the encrypted pool?\n
    \n
    I should point out that I’m thinking of switching from my current Void Linux luks lvm setup to Void with fully encrypted zpool and zfsbootmenu on my ThinkPad P14s AMD Gen 1which has 16Gb ram that I may upgrade to 40Gb. It also has a 1Tb nvme.\n
    \n
    zfs create -V “${v_swap_size}G” -b “$(getconf PAGESIZE)” -o compression=zle -o logbias=throughput -o sync=always -o primarycache=metadata -o secondarycache=none -o com.sun:auto-snapshot=false “$v_rpool_name/swap”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702472295 {#183
    date: 2023-12-13 13:58:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 27983
  -titleTs: "'linux':4 'swap':2 'zfs':1"
  -bodyTs: "'16gb':92 '1tb':104 '1which':90 '40gb':99 'aka':17 'also':101 'alway':124 'amd':88 'auto':134 'auto-snapshot':133 'b':113 'com.sun':132 'command':47 'compress':117 'creat':107 'current':70 'disk':20 'encrypt':26,56,80 'exampl':48 'fals':136 'fulli':79 'g':112 'gen':89 'getconf':114 'hibern':16,34 'like':44 'linux':7,72 'logbia':120 'luk':73 'lvm':74 'm':64 'may':96 'metadata':127 'name/swap':139 'none':130 'nvme':105 'o':116,119,122,125,128,131 'ok':38 'one':1 'p14s':87 'pages':115 'point':60 'pool':57 'primarycach':126 'ram':93 'realis':10 'rpool':138 'run':4 'secondarycach':129 'set':51 'setup':75 'size':111 'snapshot':135 'suspend':18 'swap':23,41,110 'switch':67 'sync':123 'system':8 'think':65 'thinkpad':86 'throughput':121 'upgrad':97 'use':33,40,42 'v':108,109,137 'void':71,77 'zfs':5,106 'zfsbootmenu':83 'zle':118 'zpool':27,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9516185"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702472295 {#247
    date: 2023-12-13 13:58:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "ZFS-Swap-on-Linux"
  +title: "ZFS Swap on Linux"
  +url: null
  +body: """
    One for those running #ZFS on #Linux systems. I realise that you can’t have hibernate aka suspend to disk on a swap in the encrypted zpool but if you don’t use hibernation then is it OK to use swap using the likes of the command example below to set it up in the encrypted pool?\n
    \n
    I should point out that I’m thinking of switching from my current Void Linux luks lvm setup to Void with fully encrypted zpool and zfsbootmenu on my ThinkPad P14s AMD Gen 1which has 16Gb ram that I may upgrade to 40Gb. It also has a 1Tb nvme.\n
    \n
    zfs create -V “${v_swap_size}G” -b “$(getconf PAGESIZE)” -o compression=zle -o logbias=throughput -o sync=always -o primarycache=metadata -o secondarycache=none -o com.sun:auto-snapshot=false “$v_rpool_name/swap”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702472295 {#183
    date: 2023-12-13 13:58:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 27983
  -titleTs: "'linux':4 'swap':2 'zfs':1"
  -bodyTs: "'16gb':92 '1tb':104 '1which':90 '40gb':99 'aka':17 'also':101 'alway':124 'amd':88 'auto':134 'auto-snapshot':133 'b':113 'com.sun':132 'command':47 'compress':117 'creat':107 'current':70 'disk':20 'encrypt':26,56,80 'exampl':48 'fals':136 'fulli':79 'g':112 'gen':89 'getconf':114 'hibern':16,34 'like':44 'linux':7,72 'logbia':120 'luk':73 'lvm':74 'm':64 'may':96 'metadata':127 'name/swap':139 'none':130 'nvme':105 'o':116,119,122,125,128,131 'ok':38 'one':1 'p14s':87 'pages':115 'point':60 'pool':57 'primarycach':126 'ram':93 'realis':10 'rpool':138 'run':4 'secondarycach':129 'set':51 'setup':75 'size':111 'snapshot':135 'suspend':18 'swap':23,41,110 'switch':67 'sync':123 'system':8 'think':65 'thinkpad':86 'throughput':121 'upgrad':97 'use':33,40,42 'v':108,109,137 'void':71,77 'zfs':5,106 'zfsbootmenu':83 'zle':118 'zpool':27,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9516185"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702472295 {#247
    date: 2023-12-13 13:58:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1877
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-there-such-a-thing-as-fart-mints-like-a"
  +title: "Is there such a thing as "fart mints", like a breath mint for your farts?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702471310 {#1866
    date: 2023-12-13 13:41:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 28151
  -titleTs: "'breath':11 'fart':7,15 'like':9 'mint':8,12 'thing':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9515896"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702471310 {#1881
    date: 2023-12-13 13:41:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1877
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-there-such-a-thing-as-fart-mints-like-a"
  +title: "Is there such a thing as "fart mints", like a breath mint for your farts?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702471310 {#1866
    date: 2023-12-13 13:41:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 28151
  -titleTs: "'breath':11 'fart':7,15 'like':9 'mint':8,12 'thing':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9515896"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702471310 {#1881
    date: 2023-12-13 13:41:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1877
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-there-such-a-thing-as-fart-mints-like-a"
  +title: "Is there such a thing as "fart mints", like a breath mint for your farts?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702471310 {#1866
    date: 2023-12-13 13:41:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 28151
  -titleTs: "'breath':11 'fart':7,15 'like':9 'mint':8,12 'thing':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9515896"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702471310 {#1881
    date: 2023-12-13 13:41:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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
App\Entity\Entry {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "lemmy-ml-shows-read-posts-despite-setting"
  +title: "lemmy.ml shows read posts despite setting"
  +url: null
  +body: "Read posts keep being shown despite the setting being disabled in my profile. Is this a Bug? Does someone else have the same issue?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702469081 {#1395
    date: 2023-12-13 13:04:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 28058
  -titleTs: "'despit':5 'lemmy.ml':1 'post':4 'read':3 'set':6 'show':2"
  -bodyTs: "'bug':17 'despit':6 'disabl':10 'els':20 'issu':24 'keep':3 'post':2 'profil':13 'read':1 'set':8 'shown':5 'someon':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9256920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702469081 {#1950
    date: 2023-12-13 13:04:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "lemmy-ml-shows-read-posts-despite-setting"
  +title: "lemmy.ml shows read posts despite setting"
  +url: null
  +body: "Read posts keep being shown despite the setting being disabled in my profile. Is this a Bug? Does someone else have the same issue?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702469081 {#1395
    date: 2023-12-13 13:04:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 28058
  -titleTs: "'despit':5 'lemmy.ml':1 'post':4 'read':3 'set':6 'show':2"
  -bodyTs: "'bug':17 'despit':6 'disabl':10 'els':20 'issu':24 'keep':3 'post':2 'profil':13 'read':1 'set':8 'shown':5 'someon':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9256920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702469081 {#1950
    date: 2023-12-13 13:04:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "lemmy-ml-shows-read-posts-despite-setting"
  +title: "lemmy.ml shows read posts despite setting"
  +url: null
  +body: "Read posts keep being shown despite the setting being disabled in my profile. Is this a Bug? Does someone else have the same issue?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702469081 {#1395
    date: 2023-12-13 13:04:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 28058
  -titleTs: "'despit':5 'lemmy.ml':1 'post':4 'read':3 'set':6 'show':2"
  -bodyTs: "'bug':17 'despit':6 'disabl':10 'els':20 'issu':24 'keep':3 'post':2 'profil':13 'read':1 'set':8 'shown':5 'someon':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9256920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702469081 {#1950
    date: 2023-12-13 13:04:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1934
  +user: Proxies\__CG__\App\Entity\User {#1957 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Telegram-Android-Notifications"
  +title: "Telegram Android Notifications"
  +url: null
  +body: "How do notifications work in the official Telegram Android app (Play Store vs Site version maybe)? Does it have the same mechanism as Signal, which only recognizes the presence of notifications via Google services, but sends them via its web socket service?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702458008 {#1973
    date: 2023-12-13 10:00:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 21423
  -titleTs: "'android':2 'notif':3 'telegram':1"
  -bodyTs: "'android':9 'app':10 'googl':33 'mayb':16 'mechan':22 'notif':3,31 'offici':7 'play':11 'presenc':29 'recogn':27 'send':36 'servic':34,42 'signal':24 'site':14 'socket':41 'store':12 'telegram':8 'version':15 'via':32,38 'vs':13 'web':40 'work':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702233857
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9356676"
  +editedAt: DateTimeImmutable @1703601551 {#1966
    date: 2023-12-26 15:39:11.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702147457 {#1961
    date: 2023-12-09 19:44:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1934
  +user: Proxies\__CG__\App\Entity\User {#1957 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Telegram-Android-Notifications"
  +title: "Telegram Android Notifications"
  +url: null
  +body: "How do notifications work in the official Telegram Android app (Play Store vs Site version maybe)? Does it have the same mechanism as Signal, which only recognizes the presence of notifications via Google services, but sends them via its web socket service?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702458008 {#1973
    date: 2023-12-13 10:00:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 21423
  -titleTs: "'android':2 'notif':3 'telegram':1"
  -bodyTs: "'android':9 'app':10 'googl':33 'mayb':16 'mechan':22 'notif':3,31 'offici':7 'play':11 'presenc':29 'recogn':27 'send':36 'servic':34,42 'signal':24 'site':14 'socket':41 'store':12 'telegram':8 'version':15 'via':32,38 'vs':13 'web':40 'work':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702233857
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9356676"
  +editedAt: DateTimeImmutable @1703601551 {#1966
    date: 2023-12-26 15:39:11.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702147457 {#1961
    date: 2023-12-09 19:44:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1934
  +user: Proxies\__CG__\App\Entity\User {#1957 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Telegram-Android-Notifications"
  +title: "Telegram Android Notifications"
  +url: null
  +body: "How do notifications work in the official Telegram Android app (Play Store vs Site version maybe)? Does it have the same mechanism as Signal, which only recognizes the presence of notifications via Google services, but sends them via its web socket service?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702458008 {#1973
    date: 2023-12-13 10:00:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 21423
  -titleTs: "'android':2 'notif':3 'telegram':1"
  -bodyTs: "'android':9 'app':10 'googl':33 'mayb':16 'mechan':22 'notif':3,31 'offici':7 'play':11 'presenc':29 'recogn':27 'send':36 'servic':34,42 'signal':24 'site':14 'socket':41 'store':12 'telegram':8 'version':15 'via':32,38 'vs':13 'web':40 'work':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702233857
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9356676"
  +editedAt: DateTimeImmutable @1703601551 {#1966
    date: 2023-12-26 15:39:11.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702147457 {#1961
    date: 2023-12-09 19:44:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1398
  +user: Proxies\__CG__\App\Entity\User {#1393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Why-I-need-extra-kernel-modules-to-be-able-to"
  +title: "Why I need extra kernel modules to be able to run Wayland on nvidia?"
  +url: null
  +body: """
    If i run X.org i dont need to modify my kernel or its configs, it just works well (well, well for X.org) out of box. With wayland its the other story. I need to enable nvidia-dkms module and much other stuff to should be configured. There is a whole page about enabling hyprland on nvidia.\n
    \n
    [wiki.hyprland.org/Nvidia/](https://wiki.hyprland.org/Nvidia/)\n
    \n
    I ran into troubles trying to set up wayland preperly with nvidia, it has many issues and visual artifacts. I know that the problem somewhere in my kernel set up, but i feels like there would be no problem if hyprland/wayland would not require that granual configuration.\n
    \n
    I keep thinking about wayland as a fullscreen videogame that just draws windows (in wayland it called somewhat else though, dont remember the term). And this is kinda weird for me that a video game needs special kernel modules.\n
    \n
    Probabely if in wayland they could not require this extra set ups on nvidia, they would do that. They should have some reasons for not doing that i just want to know why?\n
    \n
    Thank you :3
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702455087 {#1935
    date: 2023-12-13 09:11:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 21205
  -titleTs: "'abl':9 'extra':4 'kernel':5 'modul':6 'need':3 'nvidia':14 'run':11 'wayland':12"
  -bodyTs: "'/nvidia/](https://wiki.hyprland.org/nvidia/)':60 '3':182 'artifact':79 'box':25 'call':124 'config':14 'configur':47,107 'could':152 'dkms':38 'dont':6,128 'draw':119 'els':126 'enabl':35,54 'extra':156 'feel':93 'fullscreen':115 'game':142 'granual':106 'hyprland':55 'hyprland/wayland':101 'issu':76 'keep':109 'kernel':11,88,145 'kinda':135 'know':81,178 'like':94 'mani':75 'modifi':9 'modul':39,146 'much':41 'need':7,33,143 'nvidia':37,57,72,160 'nvidia-dkm':36 'page':52 'preper':70 'probab':147 'problem':84,99 'ran':62 'reason':169 'rememb':129 'requir':104,154 'run':3 'set':67,89,157 'somewhat':125 'somewher':85 'special':144 'stori':31 'stuff':43 'term':131 'thank':180 'think':110 'though':127 'tri':65 'troubl':64 'up':158 'video':141 'videogam':116 'visual':78 'want':176 'wayland':27,69,112,122,150 'weird':136 'well':18,19,20 'whole':51 'wiki.hyprland.org':59 'wiki.hyprland.org/nvidia/](https://wiki.hyprland.org/nvidia/)':58 'window':120 'work':17 'would':96,102,162 'x.org':4,22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702148070
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10662836"
  +editedAt: DateTimeImmutable @1703492329 {#1364
    date: 2023-12-25 09:18:49.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702061670 {#1392
    date: 2023-12-08 19:54:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1398
  +user: Proxies\__CG__\App\Entity\User {#1393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Why-I-need-extra-kernel-modules-to-be-able-to"
  +title: "Why I need extra kernel modules to be able to run Wayland on nvidia?"
  +url: null
  +body: """
    If i run X.org i dont need to modify my kernel or its configs, it just works well (well, well for X.org) out of box. With wayland its the other story. I need to enable nvidia-dkms module and much other stuff to should be configured. There is a whole page about enabling hyprland on nvidia.\n
    \n
    [wiki.hyprland.org/Nvidia/](https://wiki.hyprland.org/Nvidia/)\n
    \n
    I ran into troubles trying to set up wayland preperly with nvidia, it has many issues and visual artifacts. I know that the problem somewhere in my kernel set up, but i feels like there would be no problem if hyprland/wayland would not require that granual configuration.\n
    \n
    I keep thinking about wayland as a fullscreen videogame that just draws windows (in wayland it called somewhat else though, dont remember the term). And this is kinda weird for me that a video game needs special kernel modules.\n
    \n
    Probabely if in wayland they could not require this extra set ups on nvidia, they would do that. They should have some reasons for not doing that i just want to know why?\n
    \n
    Thank you :3
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702455087 {#1935
    date: 2023-12-13 09:11:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 21205
  -titleTs: "'abl':9 'extra':4 'kernel':5 'modul':6 'need':3 'nvidia':14 'run':11 'wayland':12"
  -bodyTs: "'/nvidia/](https://wiki.hyprland.org/nvidia/)':60 '3':182 'artifact':79 'box':25 'call':124 'config':14 'configur':47,107 'could':152 'dkms':38 'dont':6,128 'draw':119 'els':126 'enabl':35,54 'extra':156 'feel':93 'fullscreen':115 'game':142 'granual':106 'hyprland':55 'hyprland/wayland':101 'issu':76 'keep':109 'kernel':11,88,145 'kinda':135 'know':81,178 'like':94 'mani':75 'modifi':9 'modul':39,146 'much':41 'need':7,33,143 'nvidia':37,57,72,160 'nvidia-dkm':36 'page':52 'preper':70 'probab':147 'problem':84,99 'ran':62 'reason':169 'rememb':129 'requir':104,154 'run':3 'set':67,89,157 'somewhat':125 'somewher':85 'special':144 'stori':31 'stuff':43 'term':131 'thank':180 'think':110 'though':127 'tri':65 'troubl':64 'up':158 'video':141 'videogam':116 'visual':78 'want':176 'wayland':27,69,112,122,150 'weird':136 'well':18,19,20 'whole':51 'wiki.hyprland.org':59 'wiki.hyprland.org/nvidia/](https://wiki.hyprland.org/nvidia/)':58 'window':120 'work':17 'would':96,102,162 'x.org':4,22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702148070
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10662836"
  +editedAt: DateTimeImmutable @1703492329 {#1364
    date: 2023-12-25 09:18:49.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702061670 {#1392
    date: 2023-12-08 19:54:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1398
  +user: Proxies\__CG__\App\Entity\User {#1393 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Why-I-need-extra-kernel-modules-to-be-able-to"
  +title: "Why I need extra kernel modules to be able to run Wayland on nvidia?"
  +url: null
  +body: """
    If i run X.org i dont need to modify my kernel or its configs, it just works well (well, well for X.org) out of box. With wayland its the other story. I need to enable nvidia-dkms module and much other stuff to should be configured. There is a whole page about enabling hyprland on nvidia.\n
    \n
    [wiki.hyprland.org/Nvidia/](https://wiki.hyprland.org/Nvidia/)\n
    \n
    I ran into troubles trying to set up wayland preperly with nvidia, it has many issues and visual artifacts. I know that the problem somewhere in my kernel set up, but i feels like there would be no problem if hyprland/wayland would not require that granual configuration.\n
    \n
    I keep thinking about wayland as a fullscreen videogame that just draws windows (in wayland it called somewhat else though, dont remember the term). And this is kinda weird for me that a video game needs special kernel modules.\n
    \n
    Probabely if in wayland they could not require this extra set ups on nvidia, they would do that. They should have some reasons for not doing that i just want to know why?\n
    \n
    Thank you :3
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702455087 {#1935
    date: 2023-12-13 09:11:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 21205
  -titleTs: "'abl':9 'extra':4 'kernel':5 'modul':6 'need':3 'nvidia':14 'run':11 'wayland':12"
  -bodyTs: "'/nvidia/](https://wiki.hyprland.org/nvidia/)':60 '3':182 'artifact':79 'box':25 'call':124 'config':14 'configur':47,107 'could':152 'dkms':38 'dont':6,128 'draw':119 'els':126 'enabl':35,54 'extra':156 'feel':93 'fullscreen':115 'game':142 'granual':106 'hyprland':55 'hyprland/wayland':101 'issu':76 'keep':109 'kernel':11,88,145 'kinda':135 'know':81,178 'like':94 'mani':75 'modifi':9 'modul':39,146 'much':41 'need':7,33,143 'nvidia':37,57,72,160 'nvidia-dkm':36 'page':52 'preper':70 'probab':147 'problem':84,99 'ran':62 'reason':169 'rememb':129 'requir':104,154 'run':3 'set':67,89,157 'somewhat':125 'somewher':85 'special':144 'stori':31 'stuff':43 'term':131 'thank':180 'think':110 'though':127 'tri':65 'troubl':64 'up':158 'video':141 'videogam':116 'visual':78 'want':176 'wayland':27,69,112,122,150 'weird':136 'well':18,19,20 'whole':51 'wiki.hyprland.org':59 'wiki.hyprland.org/nvidia/](https://wiki.hyprland.org/nvidia/)':58 'window':120 'work':17 'would':96,102,162 'x.org':4,22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702148070
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/10662836"
  +editedAt: DateTimeImmutable @1703492329 {#1364
    date: 2023-12-25 09:18:49.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702061670 {#1392
    date: 2023-12-08 19:54:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Isn-t-it-curious-how-threads-especially-with-hashtags-like-Tech"
  +title: "Isn't it curious how threads, especially with hashtags like "Tech Threads," aren't sparking much conversation? What are your thoughts on this"
  +url: null
  +body: "How will they incorporate it with ActivityPub protocol? You can’t have a space between tags! So more modifications and wrappers around and are they even considering federation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702453008 {#1399
    date: 2023-12-13 08:36:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 33342
  -titleTs: "'aren':13 'convers':17 'curious':4 'especi':7 'hashtag':9 'isn':1 'like':10 'much':16 'spark':15 'tech':11 'thought':21 'thread':6,12"
  -bodyTs: "'activitypub':7 'around':22 'consid':27 'even':26 'feder':28 'incorpor':4 'modif':19 'protocol':8 'space':14 'tag':16 'wrapper':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7192842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702453008 {#1396
    date: 2023-12-13 08:36:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Isn-t-it-curious-how-threads-especially-with-hashtags-like-Tech"
  +title: "Isn't it curious how threads, especially with hashtags like "Tech Threads," aren't sparking much conversation? What are your thoughts on this"
  +url: null
  +body: "How will they incorporate it with ActivityPub protocol? You can’t have a space between tags! So more modifications and wrappers around and are they even considering federation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702453008 {#1399
    date: 2023-12-13 08:36:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 33342
  -titleTs: "'aren':13 'convers':17 'curious':4 'especi':7 'hashtag':9 'isn':1 'like':10 'much':16 'spark':15 'tech':11 'thought':21 'thread':6,12"
  -bodyTs: "'activitypub':7 'around':22 'consid':27 'even':26 'feder':28 'incorpor':4 'modif':19 'protocol':8 'space':14 'tag':16 'wrapper':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7192842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702453008 {#1396
    date: 2023-12-13 08:36:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Isn-t-it-curious-how-threads-especially-with-hashtags-like-Tech"
  +title: "Isn't it curious how threads, especially with hashtags like "Tech Threads," aren't sparking much conversation? What are your thoughts on this"
  +url: null
  +body: "How will they incorporate it with ActivityPub protocol? You can’t have a space between tags! So more modifications and wrappers around and are they even considering federation?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702453008 {#1399
    date: 2023-12-13 08:36:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 33342
  -titleTs: "'aren':13 'convers':17 'curious':4 'especi':7 'hashtag':9 'isn':1 'like':10 'much':16 'spark':15 'tech':11 'thought':21 'thread':6,12"
  -bodyTs: "'activitypub':7 'around':22 'consid':27 'even':26 'feder':28 'incorpor':4 'modif':19 'protocol':8 'space':14 'tag':16 'wrapper':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7192842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702453008 {#1396
    date: 2023-12-13 08:36:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#1956
  +user: Proxies\__CG__\App\Entity\User {#2438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1848 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Discussion-on-moving-to-another-instance"
  +title: "Discussion on moving to another instance"
  +url: null
  +body: """
    I’ve been kicking around the idea for a while of moving to another instance for a while for two reasons:\n
    \n
    1. We’re primarily on lemmy.ca because there was already a skeleton community here (around 80 subscribers pre-July migration)\n
    2. I believe that whose local feed we’re on has a significant impact on the overall tenor and level of interaction here.\n
    \n
    This post is definitely not intended to suggest we’ve had any issues with lemmy.ca, but it always seemed like an odd fit. So my question to y’all is this: If you could choose any instance to have an outsized effect on this community, which would it be?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702452550 {#1891
    date: 2023-12-13 08:29:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 20120
  -titleTs: "'anoth':5 'discuss':1 'instanc':6 'move':3"
  -bodyTs: "'1':22 '2':43 '80':37 'alreadi':31 'alway':83 'anoth':14 'around':5,36 'believ':45 'choos':100 'communiti':34,110 'could':99 'definit':69 'effect':107 'feed':49 'fit':88 'idea':7 'impact':56 'instanc':15,102 'intend':71 'interact':64 'issu':78 'juli':41 'kick':4 'lemmy.ca':27,80 'level':62 'like':85 'local':48 'migrat':42 'move':12 'odd':87 'outsiz':106 'overal':59 'post':67 'pre':40 'pre-juli':39 'primarili':25 'question':91 're':24,51 'reason':21 'seem':84 'signific':55 'skeleton':33 'subscrib':38 'suggest':73 'tenor':60 'two':20 've':2,75 'whose':47 'would':112 'y':93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701820145
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4612722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701733745 {#1904
    date: 2023-12-05 00:49:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#1956
  +user: Proxies\__CG__\App\Entity\User {#2438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1848 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Discussion-on-moving-to-another-instance"
  +title: "Discussion on moving to another instance"
  +url: null
  +body: """
    I’ve been kicking around the idea for a while of moving to another instance for a while for two reasons:\n
    \n
    1. We’re primarily on lemmy.ca because there was already a skeleton community here (around 80 subscribers pre-July migration)\n
    2. I believe that whose local feed we’re on has a significant impact on the overall tenor and level of interaction here.\n
    \n
    This post is definitely not intended to suggest we’ve had any issues with lemmy.ca, but it always seemed like an odd fit. So my question to y’all is this: If you could choose any instance to have an outsized effect on this community, which would it be?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702452550 {#1891
    date: 2023-12-13 08:29:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 20120
  -titleTs: "'anoth':5 'discuss':1 'instanc':6 'move':3"
  -bodyTs: "'1':22 '2':43 '80':37 'alreadi':31 'alway':83 'anoth':14 'around':5,36 'believ':45 'choos':100 'communiti':34,110 'could':99 'definit':69 'effect':107 'feed':49 'fit':88 'idea':7 'impact':56 'instanc':15,102 'intend':71 'interact':64 'issu':78 'juli':41 'kick':4 'lemmy.ca':27,80 'level':62 'like':85 'local':48 'migrat':42 'move':12 'odd':87 'outsiz':106 'overal':59 'post':67 'pre':40 'pre-juli':39 'primarili':25 'question':91 're':24,51 'reason':21 'seem':84 'signific':55 'skeleton':33 'subscrib':38 'suggest':73 'tenor':60 'two':20 've':2,75 'whose':47 'would':112 'y':93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701820145
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4612722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701733745 {#1904
    date: 2023-12-05 00:49:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#1956
  +user: Proxies\__CG__\App\Entity\User {#2438 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1848 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Discussion-on-moving-to-another-instance"
  +title: "Discussion on moving to another instance"
  +url: null
  +body: """
    I’ve been kicking around the idea for a while of moving to another instance for a while for two reasons:\n
    \n
    1. We’re primarily on lemmy.ca because there was already a skeleton community here (around 80 subscribers pre-July migration)\n
    2. I believe that whose local feed we’re on has a significant impact on the overall tenor and level of interaction here.\n
    \n
    This post is definitely not intended to suggest we’ve had any issues with lemmy.ca, but it always seemed like an odd fit. So my question to y’all is this: If you could choose any instance to have an outsized effect on this community, which would it be?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702452550 {#1891
    date: 2023-12-13 08:29:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 20120
  -titleTs: "'anoth':5 'discuss':1 'instanc':6 'move':3"
  -bodyTs: "'1':22 '2':43 '80':37 'alreadi':31 'alway':83 'anoth':14 'around':5,36 'believ':45 'choos':100 'communiti':34,110 'could':99 'definit':69 'effect':107 'feed':49 'fit':88 'idea':7 'impact':56 'instanc':15,102 'intend':71 'interact':64 'issu':78 'juli':41 'kick':4 'lemmy.ca':27,80 'level':62 'like':85 'local':48 'migrat':42 'move':12 'odd':87 'outsiz':106 'overal':59 'post':67 'pre':40 'pre-juli':39 'primarili':25 'question':91 're':24,51 'reason':21 'seem':84 'signific':55 'skeleton':33 'subscrib':38 'suggest':73 'tenor':60 'two':20 've':2,75 'whose':47 'would':112 'y':93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701820145
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/4612722"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701733745 {#1904
    date: 2023-12-05 00:49:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
  +title: "(solved) I can't get my linux system to run properly"
  +url: null
  +body: """
    I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
    \n
    To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
    \n
    My specs:\n
    \n
    1080ti, ryzen 2600, msi b450 tomahawk.\n
    \n
    Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450225 {#2440
    date: 2023-12-13 07:50:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2167 …}
  +votes: Doctrine\ORM\PersistentCollection {#2355 …}
  +reports: Doctrine\ORM\PersistentCollection {#2476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2475 …}
  +badges: Doctrine\ORM\PersistentCollection {#2450 …}
  +children: []
  -id: 21658
  -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
  -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702376884
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17638735"
  +editedAt: DateTimeImmutable @1703911060 {#2439
    date: 2023-12-30 05:37:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702290484 {#2436
    date: 2023-12-11 11:28:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
  +title: "(solved) I can't get my linux system to run properly"
  +url: null
  +body: """
    I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
    \n
    To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
    \n
    My specs:\n
    \n
    1080ti, ryzen 2600, msi b450 tomahawk.\n
    \n
    Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450225 {#2440
    date: 2023-12-13 07:50:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2167 …}
  +votes: Doctrine\ORM\PersistentCollection {#2355 …}
  +reports: Doctrine\ORM\PersistentCollection {#2476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2475 …}
  +badges: Doctrine\ORM\PersistentCollection {#2450 …}
  +children: []
  -id: 21658
  -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
  -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702376884
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17638735"
  +editedAt: DateTimeImmutable @1703911060 {#2439
    date: 2023-12-30 05:37:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702290484 {#2436
    date: 2023-12-11 11:28:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
  +title: "(solved) I can't get my linux system to run properly"
  +url: null
  +body: """
    I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
    \n
    To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
    \n
    My specs:\n
    \n
    1080ti, ryzen 2600, msi b450 tomahawk.\n
    \n
    Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450225 {#2440
    date: 2023-12-13 07:50:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2167 …}
  +votes: Doctrine\ORM\PersistentCollection {#2355 …}
  +reports: Doctrine\ORM\PersistentCollection {#2476 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2475 …}
  +badges: Doctrine\ORM\PersistentCollection {#2450 …}
  +children: []
  -id: 21658
  -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
  -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702376884
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17638735"
  +editedAt: DateTimeImmutable @1703911060 {#2439
    date: 2023-12-30 05:37:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702290484 {#2436
    date: 2023-12-11 11:28:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#2354
  +user: Proxies\__CG__\App\Entity\User {#2358 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-will-we-ever-get-away-from-plastics-when-they"
  +title: "How will we ever get away from plastics when they are ubiquitous for safety"
  +url: null
  +body: """
    Plastic seals food, sterile medical implements, medicine, beverages, etc… it’s seems like plastic is used as a way to seal things safely. Post pandemic rising, I see even more. My work used to be have plastic utensils in the cafeteria, for example, an already wasteful thing. Now, post-2020, every fork, knife, and spoon is individually wrapped in a plastic wrapper. I feel like the more my desire to escape plastic intensifies, the more plastic I see all around me everywhere.\n
    \n
    How can we get away from plastic as a safety layer?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450098 {#2477
    date: 2023-12-13 07:48:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 27920
  -titleTs: "'away':6 'ever':4 'get':5 'plastic':8 'safeti':14 'ubiquit':12"
  -bodyTs: "'-2020':50 'alreadi':45 'around':80 'away':87 'beverag':8 'cafeteria':41 'desir':69 'escap':71 'etc':9 'even':29 'everi':51 'everywher':82 'exampl':43 'feel':64 'food':3 'fork':52 'get':86 'implement':6 'individu':57 'intensifi':73 'knife':53 'layer':93 'like':13,65 'medic':5 'medicin':7 'pandem':25 'plastic':1,14,37,61,72,76,89 'post':24,49 'rise':26 'safe':23 'safeti':92 'seal':2,21 'see':28,78 'seem':12 'spoon':55 'steril':4 'thing':22,47 'use':16,33 'utensil':38 'wast':46 'way':19 'work':32 'wrap':58 'wrapper':62"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17825087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702450098 {#2483
    date: 2023-12-13 07:48:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#2354
  +user: Proxies\__CG__\App\Entity\User {#2358 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-will-we-ever-get-away-from-plastics-when-they"
  +title: "How will we ever get away from plastics when they are ubiquitous for safety"
  +url: null
  +body: """
    Plastic seals food, sterile medical implements, medicine, beverages, etc… it’s seems like plastic is used as a way to seal things safely. Post pandemic rising, I see even more. My work used to be have plastic utensils in the cafeteria, for example, an already wasteful thing. Now, post-2020, every fork, knife, and spoon is individually wrapped in a plastic wrapper. I feel like the more my desire to escape plastic intensifies, the more plastic I see all around me everywhere.\n
    \n
    How can we get away from plastic as a safety layer?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450098 {#2477
    date: 2023-12-13 07:48:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 27920
  -titleTs: "'away':6 'ever':4 'get':5 'plastic':8 'safeti':14 'ubiquit':12"
  -bodyTs: "'-2020':50 'alreadi':45 'around':80 'away':87 'beverag':8 'cafeteria':41 'desir':69 'escap':71 'etc':9 'even':29 'everi':51 'everywher':82 'exampl':43 'feel':64 'food':3 'fork':52 'get':86 'implement':6 'individu':57 'intensifi':73 'knife':53 'layer':93 'like':13,65 'medic':5 'medicin':7 'pandem':25 'plastic':1,14,37,61,72,76,89 'post':24,49 'rise':26 'safe':23 'safeti':92 'seal':2,21 'see':28,78 'seem':12 'spoon':55 'steril':4 'thing':22,47 'use':16,33 'utensil':38 'wast':46 'way':19 'work':32 'wrap':58 'wrapper':62"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17825087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702450098 {#2483
    date: 2023-12-13 07:48:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#2354
  +user: Proxies\__CG__\App\Entity\User {#2358 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-will-we-ever-get-away-from-plastics-when-they"
  +title: "How will we ever get away from plastics when they are ubiquitous for safety"
  +url: null
  +body: """
    Plastic seals food, sterile medical implements, medicine, beverages, etc… it’s seems like plastic is used as a way to seal things safely. Post pandemic rising, I see even more. My work used to be have plastic utensils in the cafeteria, for example, an already wasteful thing. Now, post-2020, every fork, knife, and spoon is individually wrapped in a plastic wrapper. I feel like the more my desire to escape plastic intensifies, the more plastic I see all around me everywhere.\n
    \n
    How can we get away from plastic as a safety layer?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450098 {#2477
    date: 2023-12-13 07:48:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1841 …}
  +reports: Doctrine\ORM\PersistentCollection {#60 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2489 …}
  +badges: Doctrine\ORM\PersistentCollection {#2474 …}
  +children: []
  -id: 27920
  -titleTs: "'away':6 'ever':4 'get':5 'plastic':8 'safeti':14 'ubiquit':12"
  -bodyTs: "'-2020':50 'alreadi':45 'around':80 'away':87 'beverag':8 'cafeteria':41 'desir':69 'escap':71 'etc':9 'even':29 'everi':51 'everywher':82 'exampl':43 'feel':64 'food':3 'fork':52 'get':86 'implement':6 'individu':57 'intensifi':73 'knife':53 'layer':93 'like':13,65 'medic':5 'medicin':7 'pandem':25 'plastic':1,14,37,61,72,76,89 'post':24,49 'rise':26 'safe':23 'safeti':92 'seal':2,21 'see':28,78 'seem':12 'spoon':55 'steril':4 'thing':22,47 'use':16,33 'utensil':38 'wast':46 'way':19 'work':32 'wrap':58 'wrapper':62"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17825087"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702450098 {#2483
    date: 2023-12-13 07:48:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "When-a-Torrent-disappears-from-1337x-how-do-you-find"
  +title: "When a Torrent disappears from 1337x, how do you find out what happened?"
  +url: null
  +body: """
    Yesterday there was a controversial movie torrent that was getting 1000s of downloads and was on the “popular this week” page, and today it’s just gone. I went to the uploader’s account page and it’s not there either. Just like it never existed.\n
    \n
    I’m SUPER curious of the story behind what happened. Did the uploader take it down? 1337? Why?\n
    \n
    EDIT: The movie was Lady Ballers 2023 (wasn’t sure if I was allowed to say) I did a little more research, and I think the copy the uploader put out was YTS but I don’t think they were affiliated with them. Maybe YTS told them to take it down? The movie is on their (YTS/YIFY’s) website.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 68
  +favouriteCount: 180
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702446795 {#2484
    date: 2023-12-13 06:53:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1501 …}
  +votes: Doctrine\ORM\PersistentCollection {#1521 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1546 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1545 …}
  +badges: Doctrine\ORM\PersistentCollection {#1481 …}
  +children: []
  -id: 19777
  -titleTs: "'1337x':6 'disappear':4 'find':10 'happen':13 'torrent':3"
  -bodyTs: "'1000s':11 '1337':63 '2023':71 'account':34 'affili':105 'allow':78 'baller':70 'behind':54 'controversi':5 'copi':91 'curious':50 'download':13 'edit':65 'either':41 'exist':46 'get':10 'gone':27 'happen':56 'ladi':69 'like':43 'littl':84 'm':48 'mayb':108 'movi':6,67,117 'never':45 'page':21,35 'popular':18 'put':94 'research':86 'say':80 'stori':53 'super':49 'sure':74 'take':60,113 'think':89,102 'today':23 'told':110 'torrent':7 'upload':32,59,93 'wasn':72 'websit':123 'week':20 'went':29 'yesterday':1 'yts':97,109 'yts/yify':121"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701710511
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/9630088"
  +editedAt: DateTimeImmutable @1702797672 {#1391
    date: 2023-12-17 08:21:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701624111 {#2481
    date: 2023-12-03 18:21:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "When-a-Torrent-disappears-from-1337x-how-do-you-find"
  +title: "When a Torrent disappears from 1337x, how do you find out what happened?"
  +url: null
  +body: """
    Yesterday there was a controversial movie torrent that was getting 1000s of downloads and was on the “popular this week” page, and today it’s just gone. I went to the uploader’s account page and it’s not there either. Just like it never existed.\n
    \n
    I’m SUPER curious of the story behind what happened. Did the uploader take it down? 1337? Why?\n
    \n
    EDIT: The movie was Lady Ballers 2023 (wasn’t sure if I was allowed to say) I did a little more research, and I think the copy the uploader put out was YTS but I don’t think they were affiliated with them. Maybe YTS told them to take it down? The movie is on their (YTS/YIFY’s) website.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 68
  +favouriteCount: 180
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702446795 {#2484
    date: 2023-12-13 06:53:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1501 …}
  +votes: Doctrine\ORM\PersistentCollection {#1521 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1546 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1545 …}
  +badges: Doctrine\ORM\PersistentCollection {#1481 …}
  +children: []
  -id: 19777
  -titleTs: "'1337x':6 'disappear':4 'find':10 'happen':13 'torrent':3"
  -bodyTs: "'1000s':11 '1337':63 '2023':71 'account':34 'affili':105 'allow':78 'baller':70 'behind':54 'controversi':5 'copi':91 'curious':50 'download':13 'edit':65 'either':41 'exist':46 'get':10 'gone':27 'happen':56 'ladi':69 'like':43 'littl':84 'm':48 'mayb':108 'movi':6,67,117 'never':45 'page':21,35 'popular':18 'put':94 'research':86 'say':80 'stori':53 'super':49 'sure':74 'take':60,113 'think':89,102 'today':23 'told':110 'torrent':7 'upload':32,59,93 'wasn':72 'websit':123 'week':20 'went':29 'yesterday':1 'yts':97,109 'yts/yify':121"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701710511
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/9630088"
  +editedAt: DateTimeImmutable @1702797672 {#1391
    date: 2023-12-17 08:21:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701624111 {#2481
    date: 2023-12-03 18:21:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "When-a-Torrent-disappears-from-1337x-how-do-you-find"
  +title: "When a Torrent disappears from 1337x, how do you find out what happened?"
  +url: null
  +body: """
    Yesterday there was a controversial movie torrent that was getting 1000s of downloads and was on the “popular this week” page, and today it’s just gone. I went to the uploader’s account page and it’s not there either. Just like it never existed.\n
    \n
    I’m SUPER curious of the story behind what happened. Did the uploader take it down? 1337? Why?\n
    \n
    EDIT: The movie was Lady Ballers 2023 (wasn’t sure if I was allowed to say) I did a little more research, and I think the copy the uploader put out was YTS but I don’t think they were affiliated with them. Maybe YTS told them to take it down? The movie is on their (YTS/YIFY’s) website.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 68
  +favouriteCount: 180
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702446795 {#2484
    date: 2023-12-13 06:53:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1501 …}
  +votes: Doctrine\ORM\PersistentCollection {#1521 …}
  +reports: Doctrine\ORM\PersistentCollection {#1499 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1546 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1545 …}
  +badges: Doctrine\ORM\PersistentCollection {#1481 …}
  +children: []
  -id: 19777
  -titleTs: "'1337x':6 'disappear':4 'find':10 'happen':13 'torrent':3"
  -bodyTs: "'1000s':11 '1337':63 '2023':71 'account':34 'affili':105 'allow':78 'baller':70 'behind':54 'controversi':5 'copi':91 'curious':50 'download':13 'edit':65 'either':41 'exist':46 'get':10 'gone':27 'happen':56 'ladi':69 'like':43 'littl':84 'm':48 'mayb':108 'movi':6,67,117 'never':45 'page':21,35 'popular':18 'put':94 'research':86 'say':80 'stori':53 'super':49 'sure':74 'take':60,113 'think':89,102 'today':23 'told':110 'torrent':7 'upload':32,59,93 'wasn':72 'websit':123 'week':20 'went':29 'yesterday':1 'yts':97,109 'yts/yify':121"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701710511
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/9630088"
  +editedAt: DateTimeImmutable @1702797672 {#1391
    date: 2023-12-17 08:21:12.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701624111 {#2481
    date: 2023-12-03 18:21:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\Entry {#1522
  +user: Proxies\__CG__\App\Entity\User {#1510 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-the-funniest-strangest-thing-you-have-seen-out-your-office-apartment"
  +title: "What's the funniest/strangest thing you have seen out your office/apartment window?"
  +url: null
  +body: """
    This just popped into my head after a similar question came up with a coworker…\n
    \n
    Back a few decades ago I worked in Kendall Square in Cambridge, MA. My office window looked out towards another building about 15 feet away, and for some reason our floors were about 8 feet higher than the other building. So we could look down into the offices across the way.\n
    \n
    The person in the office I could see into had his desk set up so that his back was to the window and he faced his office door. This gave me and my coworkers a clear view of his computer screen over his shoulder. He played Microsoft solitaire **constantly**, except when somebody walked in. He would very quickly close it so he wouldn’t get caught.\n
    \n
    My coworkers and I actually tried to figure out his phone number, but never did. We wanted to call him up and tell him he should have played the red 9 on the black 10…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702441024 {#1511
    date: 2023-12-13 05:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 21876
  -titleTs: "'funniest/strangest':4 'office/apartment':11 'seen':8 'thing':5 'window':12"
  -bodyTs: "'10':167 '15':38 '8':49 '9':163 'across':64 'actual':137 'ago':20 'anoth':35 'away':40 'back':16,84 'black':166 'build':36,55 'call':151 'cambridg':27 'came':11 'caught':132 'clear':102 'close':125 'comput':106 'constant':115 'could':58,73 'cowork':15,100,134 'decad':19 'desk':78 'door':94 'except':116 'face':91 'feet':39,50 'figur':140 'floor':46 'gave':96 'get':131 'head':6 'higher':51 'kendal':24 'look':32,59 'ma':28 'microsoft':113 'never':146 'number':144 'offic':30,63,71,93 'person':68 'phone':143 'play':112,160 'pop':3 'question':10 'quick':124 'reason':44 'red':162 'screen':107 'see':74 'set':79 'shoulder':110 'similar':9 'solitair':114 'somebodi':118 'squar':25 'tell':155 'toward':34 'tri':138 'view':103 'walk':119 'want':149 'way':66 'window':31,88 'work':22 'would':122 'wouldn':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702485852
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9483514"
  +editedAt: DateTimeImmutable @1704127732 {#1523
    date: 2024-01-01 17:48:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702399452 {#1480
    date: 2023-12-12 17:44:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1522
  +user: Proxies\__CG__\App\Entity\User {#1510 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-the-funniest-strangest-thing-you-have-seen-out-your-office-apartment"
  +title: "What's the funniest/strangest thing you have seen out your office/apartment window?"
  +url: null
  +body: """
    This just popped into my head after a similar question came up with a coworker…\n
    \n
    Back a few decades ago I worked in Kendall Square in Cambridge, MA. My office window looked out towards another building about 15 feet away, and for some reason our floors were about 8 feet higher than the other building. So we could look down into the offices across the way.\n
    \n
    The person in the office I could see into had his desk set up so that his back was to the window and he faced his office door. This gave me and my coworkers a clear view of his computer screen over his shoulder. He played Microsoft solitaire **constantly**, except when somebody walked in. He would very quickly close it so he wouldn’t get caught.\n
    \n
    My coworkers and I actually tried to figure out his phone number, but never did. We wanted to call him up and tell him he should have played the red 9 on the black 10…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702441024 {#1511
    date: 2023-12-13 05:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 21876
  -titleTs: "'funniest/strangest':4 'office/apartment':11 'seen':8 'thing':5 'window':12"
  -bodyTs: "'10':167 '15':38 '8':49 '9':163 'across':64 'actual':137 'ago':20 'anoth':35 'away':40 'back':16,84 'black':166 'build':36,55 'call':151 'cambridg':27 'came':11 'caught':132 'clear':102 'close':125 'comput':106 'constant':115 'could':58,73 'cowork':15,100,134 'decad':19 'desk':78 'door':94 'except':116 'face':91 'feet':39,50 'figur':140 'floor':46 'gave':96 'get':131 'head':6 'higher':51 'kendal':24 'look':32,59 'ma':28 'microsoft':113 'never':146 'number':144 'offic':30,63,71,93 'person':68 'phone':143 'play':112,160 'pop':3 'question':10 'quick':124 'reason':44 'red':162 'screen':107 'see':74 'set':79 'shoulder':110 'similar':9 'solitair':114 'somebodi':118 'squar':25 'tell':155 'toward':34 'tri':138 'view':103 'walk':119 'want':149 'way':66 'window':31,88 'work':22 'would':122 'wouldn':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702485852
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9483514"
  +editedAt: DateTimeImmutable @1704127732 {#1523
    date: 2024-01-01 17:48:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702399452 {#1480
    date: 2023-12-12 17:44:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1522
  +user: Proxies\__CG__\App\Entity\User {#1510 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-the-funniest-strangest-thing-you-have-seen-out-your-office-apartment"
  +title: "What's the funniest/strangest thing you have seen out your office/apartment window?"
  +url: null
  +body: """
    This just popped into my head after a similar question came up with a coworker…\n
    \n
    Back a few decades ago I worked in Kendall Square in Cambridge, MA. My office window looked out towards another building about 15 feet away, and for some reason our floors were about 8 feet higher than the other building. So we could look down into the offices across the way.\n
    \n
    The person in the office I could see into had his desk set up so that his back was to the window and he faced his office door. This gave me and my coworkers a clear view of his computer screen over his shoulder. He played Microsoft solitaire **constantly**, except when somebody walked in. He would very quickly close it so he wouldn’t get caught.\n
    \n
    My coworkers and I actually tried to figure out his phone number, but never did. We wanted to call him up and tell him he should have played the red 9 on the black 10…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702441024 {#1511
    date: 2023-12-13 05:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1506 …}
  +votes: Doctrine\ORM\PersistentCollection {#1504 …}
  +reports: Doctrine\ORM\PersistentCollection {#1505 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1532 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1534 …}
  +badges: Doctrine\ORM\PersistentCollection {#1540 …}
  +children: []
  -id: 21876
  -titleTs: "'funniest/strangest':4 'office/apartment':11 'seen':8 'thing':5 'window':12"
  -bodyTs: "'10':167 '15':38 '8':49 '9':163 'across':64 'actual':137 'ago':20 'anoth':35 'away':40 'back':16,84 'black':166 'build':36,55 'call':151 'cambridg':27 'came':11 'caught':132 'clear':102 'close':125 'comput':106 'constant':115 'could':58,73 'cowork':15,100,134 'decad':19 'desk':78 'door':94 'except':116 'face':91 'feet':39,50 'figur':140 'floor':46 'gave':96 'get':131 'head':6 'higher':51 'kendal':24 'look':32,59 'ma':28 'microsoft':113 'never':146 'number':144 'offic':30,63,71,93 'person':68 'phone':143 'play':112,160 'pop':3 'question':10 'quick':124 'reason':44 'red':162 'screen':107 'see':74 'set':79 'shoulder':110 'similar':9 'solitair':114 'somebodi':118 'squar':25 'tell':155 'toward':34 'tri':138 'view':103 'walk':119 'want':149 'way':66 'window':31,88 'work':22 'would':122 'wouldn':129"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702485852
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9483514"
  +editedAt: DateTimeImmutable @1704127732 {#1523
    date: 2024-01-01 17:48:52.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702399452 {#1480
    date: 2023-12-12 17:44:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-the-most-comfortable-watch-you-would-recommend"
  +title: "What's the most comfortable watch you would recommend?"
  +url: null
  +body: """
    Hey Lemmy! 👋\n
    \n
    I’ve never been able to stand the feeling of wearing a wrist watch for very long. But I figured hey, maybe I just haven’t found the right one yet! So I’m here to ask, what’s the most comfortable watch to you guys?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702437514 {#1533
    date: 2023-12-13 04:18:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 21951
  -titleTs: "'comfort':5 'recommend':9 'watch':6 'would':8"
  -bodyTs: "'abl':7 'ask':39 'comfort':44 'feel':11 'figur':22 'found':29 'guy':48 'haven':27 'hey':1,23 'lemmi':2 'long':19 'm':36 'mayb':24 'never':5 'one':32 'right':31 'stand':9 've':4 'watch':16,45 'wear':13 'wrist':15 'yet':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702503200
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9493381"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702416800 {#1539
    date: 2023-12-12 22:33:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-the-most-comfortable-watch-you-would-recommend"
  +title: "What's the most comfortable watch you would recommend?"
  +url: null
  +body: """
    Hey Lemmy! 👋\n
    \n
    I’ve never been able to stand the feeling of wearing a wrist watch for very long. But I figured hey, maybe I just haven’t found the right one yet! So I’m here to ask, what’s the most comfortable watch to you guys?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702437514 {#1533
    date: 2023-12-13 04:18:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 21951
  -titleTs: "'comfort':5 'recommend':9 'watch':6 'would':8"
  -bodyTs: "'abl':7 'ask':39 'comfort':44 'feel':11 'figur':22 'found':29 'guy':48 'haven':27 'hey':1,23 'lemmi':2 'long':19 'm':36 'mayb':24 'never':5 'one':32 'right':31 'stand':9 've':4 'watch':16,45 'wear':13 'wrist':15 'yet':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702503200
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9493381"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702416800 {#1539
    date: 2023-12-12 22:33:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-the-most-comfortable-watch-you-would-recommend"
  +title: "What's the most comfortable watch you would recommend?"
  +url: null
  +body: """
    Hey Lemmy! 👋\n
    \n
    I’ve never been able to stand the feeling of wearing a wrist watch for very long. But I figured hey, maybe I just haven’t found the right one yet! So I’m here to ask, what’s the most comfortable watch to you guys?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702437514 {#1533
    date: 2023-12-13 04:18:34.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 21951
  -titleTs: "'comfort':5 'recommend':9 'watch':6 'would':8"
  -bodyTs: "'abl':7 'ask':39 'comfort':44 'feel':11 'figur':22 'found':29 'guy':48 'haven':27 'hey':1,23 'lemmi':2 'long':19 'm':36 'mayb':24 'never':5 'one':32 'right':31 'stand':9 've':4 'watch':16,45 'wear':13 'wrist':15 'yet':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702503200
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9493381"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702416800 {#1539
    date: 2023-12-12 22:33:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1713
  +user: Proxies\__CG__\App\Entity\User {#1712 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Best-usable-free-Evernote-alternative"
  +title: "Best/usable free Evernote alternative"
  +url: null
  +body: """
    Ok, Evernote committed hara-kiri, so time to move on. (no way I’ll pay for ransomware) Any tips for good alternatives for Linux/Android platform? My wife used Nimbus note a while back, recovered her account there, ColorNote pops up when looking for alternatives as well.\n
    \n
    Also, my wife has about 15k of recepies in evernote, is there an option to export them all and recover them? If not, she knows the most important ones by heart and/or where she found them.\n
    \n
    We both run Linux, but I haven’t found an evernote application that is still maintained for Linux. (I have a Windows VM somewhere to battle shenanigans like this)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702433819 {#1631
    date: 2023-12-13 03:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1710 …}
  +votes: Doctrine\ORM\PersistentCollection {#1742 …}
  +reports: Doctrine\ORM\PersistentCollection {#1659 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1747 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1753 …}
  +badges: Doctrine\ORM\PersistentCollection {#1749 …}
  +children: []
  -id: 21795
  -titleTs: "'altern':4 'best/usable':1 'evernot':3 'free':2"
  -bodyTs: "'15k':53 'account':37 'also':48 'altern':23,45 'and/or':79 'applic':95 'back':34 'battl':109 'colornot':39 'commit':3 'evernot':2,57,94 'export':63 'found':82,92 'good':22 'hara':5 'hara-kiri':4 'haven':90 'heart':78 'import':75 'kiri':6 'know':72 'like':111 'linux':87,101 'linux/android':25 'll':15 'look':43 'maintain':99 'move':10 'nimbus':30 'note':31 'ok':1 'one':76 'option':61 'pay':16 'platform':26 'pop':40 'ransomwar':18 'recepi':55 'recov':35,67 'run':86 'shenanigan':110 'somewher':107 'still':98 'time':8 'tip':20 'use':29 'vm':106 'way':13 'well':47 'wife':28,50 'window':105"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702470019
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9475516"
  +editedAt: DateTimeImmutable @1704005581 {#1406
    date: 2023-12-31 07:53:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702383619 {#1704
    date: 2023-12-12 13:20:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1713
  +user: Proxies\__CG__\App\Entity\User {#1712 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Best-usable-free-Evernote-alternative"
  +title: "Best/usable free Evernote alternative"
  +url: null
  +body: """
    Ok, Evernote committed hara-kiri, so time to move on. (no way I’ll pay for ransomware) Any tips for good alternatives for Linux/Android platform? My wife used Nimbus note a while back, recovered her account there, ColorNote pops up when looking for alternatives as well.\n
    \n
    Also, my wife has about 15k of recepies in evernote, is there an option to export them all and recover them? If not, she knows the most important ones by heart and/or where she found them.\n
    \n
    We both run Linux, but I haven’t found an evernote application that is still maintained for Linux. (I have a Windows VM somewhere to battle shenanigans like this)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702433819 {#1631
    date: 2023-12-13 03:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1710 …}
  +votes: Doctrine\ORM\PersistentCollection {#1742 …}
  +reports: Doctrine\ORM\PersistentCollection {#1659 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1747 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1753 …}
  +badges: Doctrine\ORM\PersistentCollection {#1749 …}
  +children: []
  -id: 21795
  -titleTs: "'altern':4 'best/usable':1 'evernot':3 'free':2"
  -bodyTs: "'15k':53 'account':37 'also':48 'altern':23,45 'and/or':79 'applic':95 'back':34 'battl':109 'colornot':39 'commit':3 'evernot':2,57,94 'export':63 'found':82,92 'good':22 'hara':5 'hara-kiri':4 'haven':90 'heart':78 'import':75 'kiri':6 'know':72 'like':111 'linux':87,101 'linux/android':25 'll':15 'look':43 'maintain':99 'move':10 'nimbus':30 'note':31 'ok':1 'one':76 'option':61 'pay':16 'platform':26 'pop':40 'ransomwar':18 'recepi':55 'recov':35,67 'run':86 'shenanigan':110 'somewher':107 'still':98 'time':8 'tip':20 'use':29 'vm':106 'way':13 'well':47 'wife':28,50 'window':105"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702470019
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9475516"
  +editedAt: DateTimeImmutable @1704005581 {#1406
    date: 2023-12-31 07:53:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702383619 {#1704
    date: 2023-12-12 13:20:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1713
  +user: Proxies\__CG__\App\Entity\User {#1712 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Best-usable-free-Evernote-alternative"
  +title: "Best/usable free Evernote alternative"
  +url: null
  +body: """
    Ok, Evernote committed hara-kiri, so time to move on. (no way I’ll pay for ransomware) Any tips for good alternatives for Linux/Android platform? My wife used Nimbus note a while back, recovered her account there, ColorNote pops up when looking for alternatives as well.\n
    \n
    Also, my wife has about 15k of recepies in evernote, is there an option to export them all and recover them? If not, she knows the most important ones by heart and/or where she found them.\n
    \n
    We both run Linux, but I haven’t found an evernote application that is still maintained for Linux. (I have a Windows VM somewhere to battle shenanigans like this)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702433819 {#1631
    date: 2023-12-13 03:16:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1710 …}
  +votes: Doctrine\ORM\PersistentCollection {#1742 …}
  +reports: Doctrine\ORM\PersistentCollection {#1659 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1747 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1753 …}
  +badges: Doctrine\ORM\PersistentCollection {#1749 …}
  +children: []
  -id: 21795
  -titleTs: "'altern':4 'best/usable':1 'evernot':3 'free':2"
  -bodyTs: "'15k':53 'account':37 'also':48 'altern':23,45 'and/or':79 'applic':95 'back':34 'battl':109 'colornot':39 'commit':3 'evernot':2,57,94 'export':63 'found':82,92 'good':22 'hara':5 'hara-kiri':4 'haven':90 'heart':78 'import':75 'kiri':6 'know':72 'like':111 'linux':87,101 'linux/android':25 'll':15 'look':43 'maintain':99 'move':10 'nimbus':30 'note':31 'ok':1 'one':76 'option':61 'pay':16 'platform':26 'pop':40 'ransomwar':18 'recepi':55 'recov':35,67 'run':86 'shenanigan':110 'somewher':107 'still':98 'time':8 'tip':20 'use':29 'vm':106 'way':13 'well':47 'wife':28,50 'window':105"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702470019
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9475516"
  +editedAt: DateTimeImmutable @1704005581 {#1406
    date: 2023-12-31 07:53:01.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702383619 {#1704
    date: 2023-12-12 13:20:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1472
  +user: Proxies\__CG__\App\Entity\User {#1471 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1467 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "QUESTION-Do-you-have-any-favorite-quick-broth-recipes-for"
  +title: "[QUESTION] Do you have any favorite quick broth recipes for homemade instant ramen?"
  +url: null
  +body: "I picked up a bunch of unflavored instant ramen packets with the intention of making my own. I’m a big fan of Korean Ramyun packs and make them often, but they are getting pricy nowadays. Does anyone else in c/cooking do this as well? What are your favorite quick broth recipes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702430672 {#1748
    date: 2023-12-13 02:24:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 21917
  -titleTs: "'broth':8 'favorit':6 'homemad':11 'instant':12 'question':1 'quick':7 'ramen':13 'recip':9"
  -bodyTs: "'anyon':38 'big':21 'broth':51 'bunch':5 'c/cooking':41 'els':39 'fan':22 'favorit':49 'get':34 'instant':8 'intent':13 'korean':24 'm':19 'make':15,28 'nowaday':36 'often':30 'pack':26 'packet':10 'pick':2 'prici':35 'quick':50 'ramen':9 'ramyun':25 'recip':52 'unflavor':7 'well':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702495050
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9488405"
  +editedAt: DateTimeImmutable @1704094490 {#1468
    date: 2024-01-01 08:34:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702408650 {#1474
    date: 2023-12-12 20:17:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1472
  +user: Proxies\__CG__\App\Entity\User {#1471 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1467 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "QUESTION-Do-you-have-any-favorite-quick-broth-recipes-for"
  +title: "[QUESTION] Do you have any favorite quick broth recipes for homemade instant ramen?"
  +url: null
  +body: "I picked up a bunch of unflavored instant ramen packets with the intention of making my own. I’m a big fan of Korean Ramyun packs and make them often, but they are getting pricy nowadays. Does anyone else in c/cooking do this as well? What are your favorite quick broth recipes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702430672 {#1748
    date: 2023-12-13 02:24:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 21917
  -titleTs: "'broth':8 'favorit':6 'homemad':11 'instant':12 'question':1 'quick':7 'ramen':13 'recip':9"
  -bodyTs: "'anyon':38 'big':21 'broth':51 'bunch':5 'c/cooking':41 'els':39 'fan':22 'favorit':49 'get':34 'instant':8 'intent':13 'korean':24 'm':19 'make':15,28 'nowaday':36 'often':30 'pack':26 'packet':10 'pick':2 'prici':35 'quick':50 'ramen':9 'ramyun':25 'recip':52 'unflavor':7 'well':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702495050
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9488405"
  +editedAt: DateTimeImmutable @1704094490 {#1468
    date: 2024-01-01 08:34:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702408650 {#1474
    date: 2023-12-12 20:17:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1472
  +user: Proxies\__CG__\App\Entity\User {#1471 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1467 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "QUESTION-Do-you-have-any-favorite-quick-broth-recipes-for"
  +title: "[QUESTION] Do you have any favorite quick broth recipes for homemade instant ramen?"
  +url: null
  +body: "I picked up a bunch of unflavored instant ramen packets with the intention of making my own. I’m a big fan of Korean Ramyun packs and make them often, but they are getting pricy nowadays. Does anyone else in c/cooking do this as well? What are your favorite quick broth recipes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702430672 {#1748
    date: 2023-12-13 02:24:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 21917
  -titleTs: "'broth':8 'favorit':6 'homemad':11 'instant':12 'question':1 'quick':7 'ramen':13 'recip':9"
  -bodyTs: "'anyon':38 'big':21 'broth':51 'bunch':5 'c/cooking':41 'els':39 'fan':22 'favorit':49 'get':34 'instant':8 'intent':13 'korean':24 'm':19 'make':15,28 'nowaday':36 'often':30 'pack':26 'packet':10 'pick':2 'prici':35 'quick':50 'ramen':9 'ramyun':25 'recip':52 'unflavor':7 'well':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702495050
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9488405"
  +editedAt: DateTimeImmutable @1704094490 {#1468
    date: 2024-01-01 08:34:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702408650 {#1474
    date: 2023-12-12 20:17:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1490
  +user: Proxies\__CG__\App\Entity\User {#1491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Adblocks-for-TTV"
  +title: "Adblocks for TTV?"
  +url: null
  +body: "I just checked out Twitch again after a while and WOW has that site gotten shitty. But I’m trying to watch someone and really don’t want ads every few minutes. Instead of paying Bezos to remove half the ads, how can I configure my uBlock Origin to block them all for free?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702429306 {#1496
    date: 2023-12-13 02:01:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1493 …}
  +votes: Doctrine\ORM\PersistentCollection {#1492 …}
  +reports: Doctrine\ORM\PersistentCollection {#1477 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1761 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1754 …}
  +badges: Doctrine\ORM\PersistentCollection {#1760 …}
  +children: []
  -id: 21874
  -titleTs: "'adblock':1 'ttv':3"
  -bodyTs: "'ad':29,41 'bezo':36 'block':50 'check':3 'configur':45 'everi':30 'free':54 'gotten':15 'half':39 'instead':33 'm':19 'minut':32 'origin':48 'pay':35 'realli':25 'remov':38 'shitti':16 'site':14 'someon':23 'tri':20 'twitch':5 'ublock':47 'want':28 'watch':22 'wow':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702484931
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17763532"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702398531 {#1494
    date: 2023-12-12 17:28:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1490
  +user: Proxies\__CG__\App\Entity\User {#1491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Adblocks-for-TTV"
  +title: "Adblocks for TTV?"
  +url: null
  +body: "I just checked out Twitch again after a while and WOW has that site gotten shitty. But I’m trying to watch someone and really don’t want ads every few minutes. Instead of paying Bezos to remove half the ads, how can I configure my uBlock Origin to block them all for free?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702429306 {#1496
    date: 2023-12-13 02:01:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1493 …}
  +votes: Doctrine\ORM\PersistentCollection {#1492 …}
  +reports: Doctrine\ORM\PersistentCollection {#1477 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1761 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1754 …}
  +badges: Doctrine\ORM\PersistentCollection {#1760 …}
  +children: []
  -id: 21874
  -titleTs: "'adblock':1 'ttv':3"
  -bodyTs: "'ad':29,41 'bezo':36 'block':50 'check':3 'configur':45 'everi':30 'free':54 'gotten':15 'half':39 'instead':33 'm':19 'minut':32 'origin':48 'pay':35 'realli':25 'remov':38 'shitti':16 'site':14 'someon':23 'tri':20 'twitch':5 'ublock':47 'want':28 'watch':22 'wow':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702484931
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17763532"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702398531 {#1494
    date: 2023-12-12 17:28:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1490
  +user: Proxies\__CG__\App\Entity\User {#1491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Adblocks-for-TTV"
  +title: "Adblocks for TTV?"
  +url: null
  +body: "I just checked out Twitch again after a while and WOW has that site gotten shitty. But I’m trying to watch someone and really don’t want ads every few minutes. Instead of paying Bezos to remove half the ads, how can I configure my uBlock Origin to block them all for free?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702429306 {#1496
    date: 2023-12-13 02:01:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1493 …}
  +votes: Doctrine\ORM\PersistentCollection {#1492 …}
  +reports: Doctrine\ORM\PersistentCollection {#1477 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1761 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1754 …}
  +badges: Doctrine\ORM\PersistentCollection {#1760 …}
  +children: []
  -id: 21874
  -titleTs: "'adblock':1 'ttv':3"
  -bodyTs: "'ad':29,41 'bezo':36 'block':50 'check':3 'configur':45 'everi':30 'free':54 'gotten':15 'half':39 'instead':33 'm':19 'minut':32 'origin':48 'pay':35 'realli':25 'remov':38 'shitti':16 'site':14 'someon':23 'tri':20 'twitch':5 'ublock':47 'want':28 'watch':22 'wow':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702484931
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17763532"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702398531 {#1494
    date: 2023-12-12 17:28:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1759
  +user: Proxies\__CG__\App\Entity\User {#1762 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-to-automatically-assign-classes-in-GRUB"
  +title: "How to automatically assign classes in GRUB?"
  +url: null
  +body: """
    Hi, I'm not the most expert user, but I've been messing with my latest linux install for a few months. I costumized the look of the GRUB, but whenever the kernel gets updated and the grub.cfg gets regenerated, the classes of two entries do not generate (efi and submenu), leaving the entries with no icons (which are determined by the class of the entry).\n
    \n
    How do I make it so they automatically generate, instead of me modifing the .cfg everytime the kernel is updated?\n
    \n
    I'm on linux mint, 21.2 Cinnamon.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702427530 {#1763
    date: 2023-12-13 01:32:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1772 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1777 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1773 …}
  +badges: Doctrine\ORM\PersistentCollection {#1776 …}
  +children: []
  -id: 21723
  -titleTs: "'assign':4 'automat':3 'class':5 'grub':7"
  -bodyTs: "'21.2':92 'automat':74 'cfg':81 'cinnamon':93 'class':42,63 'costum':24 'determin':60 'efi':49 'entri':45,54,66 'everytim':82 'expert':7 'generat':48,75 'get':34,39 'grub':29 'grub.cfg':38 'hi':1 'icon':57 'instal':18 'instead':76 'kernel':33,84 'latest':16 'leav':52 'linux':17,90 'look':26 'm':3,88 'make':70 'mess':13 'mint':91 'modif':79 'month':22 'regener':40 'submenu':51 'two':44 'updat':35,86 'user':8 've':11 'whenev':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702384066
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/696574"
  +editedAt: DateTimeImmutable @1703884904 {#1756
    date: 2023-12-29 22:21:44.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702322566 {#1767
    date: 2023-12-11 20:22:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1759
  +user: Proxies\__CG__\App\Entity\User {#1762 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-to-automatically-assign-classes-in-GRUB"
  +title: "How to automatically assign classes in GRUB?"
  +url: null
  +body: """
    Hi, I'm not the most expert user, but I've been messing with my latest linux install for a few months. I costumized the look of the GRUB, but whenever the kernel gets updated and the grub.cfg gets regenerated, the classes of two entries do not generate (efi and submenu), leaving the entries with no icons (which are determined by the class of the entry).\n
    \n
    How do I make it so they automatically generate, instead of me modifing the .cfg everytime the kernel is updated?\n
    \n
    I'm on linux mint, 21.2 Cinnamon.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702427530 {#1763
    date: 2023-12-13 01:32:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1772 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1777 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1773 …}
  +badges: Doctrine\ORM\PersistentCollection {#1776 …}
  +children: []
  -id: 21723
  -titleTs: "'assign':4 'automat':3 'class':5 'grub':7"
  -bodyTs: "'21.2':92 'automat':74 'cfg':81 'cinnamon':93 'class':42,63 'costum':24 'determin':60 'efi':49 'entri':45,54,66 'everytim':82 'expert':7 'generat':48,75 'get':34,39 'grub':29 'grub.cfg':38 'hi':1 'icon':57 'instal':18 'instead':76 'kernel':33,84 'latest':16 'leav':52 'linux':17,90 'look':26 'm':3,88 'make':70 'mess':13 'mint':91 'modif':79 'month':22 'regener':40 'submenu':51 'two':44 'updat':35,86 'user':8 've':11 'whenev':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702384066
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/696574"
  +editedAt: DateTimeImmutable @1703884904 {#1756
    date: 2023-12-29 22:21:44.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702322566 {#1767
    date: 2023-12-11 20:22:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1759
  +user: Proxies\__CG__\App\Entity\User {#1762 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-to-automatically-assign-classes-in-GRUB"
  +title: "How to automatically assign classes in GRUB?"
  +url: null
  +body: """
    Hi, I'm not the most expert user, but I've been messing with my latest linux install for a few months. I costumized the look of the GRUB, but whenever the kernel gets updated and the grub.cfg gets regenerated, the classes of two entries do not generate (efi and submenu), leaving the entries with no icons (which are determined by the class of the entry).\n
    \n
    How do I make it so they automatically generate, instead of me modifing the .cfg everytime the kernel is updated?\n
    \n
    I'm on linux mint, 21.2 Cinnamon.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702427530 {#1763
    date: 2023-12-13 01:32:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1751 …}
  +votes: Doctrine\ORM\PersistentCollection {#1772 …}
  +reports: Doctrine\ORM\PersistentCollection {#1778 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1777 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1773 …}
  +badges: Doctrine\ORM\PersistentCollection {#1776 …}
  +children: []
  -id: 21723
  -titleTs: "'assign':4 'automat':3 'class':5 'grub':7"
  -bodyTs: "'21.2':92 'automat':74 'cfg':81 'cinnamon':93 'class':42,63 'costum':24 'determin':60 'efi':49 'entri':45,54,66 'everytim':82 'expert':7 'generat':48,75 'get':34,39 'grub':29 'grub.cfg':38 'hi':1 'icon':57 'instal':18 'instead':76 'kernel':33,84 'latest':16 'leav':52 'linux':17,90 'look':26 'm':3,88 'make':70 'mess':13 'mint':91 'modif':79 'month':22 'regener':40 'submenu':51 'two':44 'updat':35,86 'user':8 've':11 'whenev':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702384066
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/696574"
  +editedAt: DateTimeImmutable @1703884904 {#1756
    date: 2023-12-29 22:21:44.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702322566 {#1767
    date: 2023-12-11 20:22:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
App\Entity\Entry {#1785
  +user: Proxies\__CG__\App\Entity\User {#1784 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Would-you-rather-be-bald-or-have-great-hair-but"
  +title: "Would you rather be bald, or have great hair but be unable to orgasm properly?"
  +url: null
  +body: "Please don’t say neither (that’s not an option)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702422935 {#1782
    date: 2023-12-13 00:15:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1786 …}
  +votes: Doctrine\ORM\PersistentCollection {#1764 …}
  +reports: Doctrine\ORM\PersistentCollection {#1766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1681 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1466 …}
  +badges: Doctrine\ORM\PersistentCollection {#1445 …}
  +children: []
  -id: 21886
  -titleTs: "'bald':5 'great':8 'hair':9 'orgasm':14 'proper':15 'rather':3 'unabl':12 'would':1"
  -bodyTs: "'neither':5 'option':10 'pleas':1 'say':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702487990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9484596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702401590 {#1783
    date: 2023-12-12 18:19:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1785
  +user: Proxies\__CG__\App\Entity\User {#1784 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Would-you-rather-be-bald-or-have-great-hair-but"
  +title: "Would you rather be bald, or have great hair but be unable to orgasm properly?"
  +url: null
  +body: "Please don’t say neither (that’s not an option)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702422935 {#1782
    date: 2023-12-13 00:15:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1786 …}
  +votes: Doctrine\ORM\PersistentCollection {#1764 …}
  +reports: Doctrine\ORM\PersistentCollection {#1766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1681 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1466 …}
  +badges: Doctrine\ORM\PersistentCollection {#1445 …}
  +children: []
  -id: 21886
  -titleTs: "'bald':5 'great':8 'hair':9 'orgasm':14 'proper':15 'rather':3 'unabl':12 'would':1"
  -bodyTs: "'neither':5 'option':10 'pleas':1 'say':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702487990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9484596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702401590 {#1783
    date: 2023-12-12 18:19:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1785
  +user: Proxies\__CG__\App\Entity\User {#1784 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Would-you-rather-be-bald-or-have-great-hair-but"
  +title: "Would you rather be bald, or have great hair but be unable to orgasm properly?"
  +url: null
  +body: "Please don’t say neither (that’s not an option)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702422935 {#1782
    date: 2023-12-13 00:15:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1786 …}
  +votes: Doctrine\ORM\PersistentCollection {#1764 …}
  +reports: Doctrine\ORM\PersistentCollection {#1766 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1681 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1466 …}
  +badges: Doctrine\ORM\PersistentCollection {#1445 …}
  +children: []
  -id: 21886
  -titleTs: "'bald':5 'great':8 'hair':9 'orgasm':14 'proper':15 'rather':3 'unabl':12 'would':1"
  -bodyTs: "'neither':5 'option':10 'pleas':1 'say':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702487990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9484596"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702401590 {#1783
    date: 2023-12-12 18:19:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1642
  +user: Proxies\__CG__\App\Entity\User {#1644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-it-possible-to-flash-a-new-OS-onto-an"
  +title: "Is it possible to flash a new OS onto an old iPad 2?"
  +url: null
  +body: """
    I bought an old iPad2 for the purpose of viewing a Home Assistant dashboard via a web browser. My thinking was that the ability to browse the web was the sole requirement for a tablet for this purpose, but I was wrong: Home Assistant’s web pages apparently require a newer version of javascript than iOS 9.3.5 can handle, but the iPad 2 can only be updated to iOS 9.3.5.\n
    \n
    So is it possible to flash a newer OS (e.g., linux) onto an old iPad 2? ChatGPT says it’s not possible because a bootloader exploit for the iPad 2 isn’t known, but ChatGPT is often wrong.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702419298 {#1638
    date: 2023-12-12 23:14:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1643 …}
  +votes: Doctrine\ORM\PersistentCollection {#1633 …}
  +reports: Doctrine\ORM\PersistentCollection {#1624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1636 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1660 …}
  +badges: Doctrine\ORM\PersistentCollection {#1450 …}
  +children: []
  -id: 21668
  -titleTs: "'2':13 'flash':5 'ipad':12 'new':7 'old':11 'onto':9 'os':8 'possibl':3"
  -bodyTs: "'2':63,86,100 '9.3.5':57,70 'abil':24 'appar':48 'assist':13,44 'bootload':95 'bought':2 'brows':26 'browser':18 'chatgpt':87,105 'dashboard':14 'e.g':80 'exploit':96 'flash':76 'handl':59 'home':12,43 'io':56,69 'ipad':62,85,99 'ipad2':5 'isn':101 'javascript':54 'known':103 'linux':81 'newer':51,78 'often':107 'old':4,84 'onto':82 'os':79 'page':47 'possibl':74,92 'purpos':8,38 'requir':32,49 'say':88 'sole':31 'tablet':35 'think':20 'updat':67 'version':52 'via':15 'view':10 'web':17,28,46 'wrong':42,108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702388573
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/70240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702302173 {#1637
    date: 2023-12-11 14:42:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1642
  +user: Proxies\__CG__\App\Entity\User {#1644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-it-possible-to-flash-a-new-OS-onto-an"
  +title: "Is it possible to flash a new OS onto an old iPad 2?"
  +url: null
  +body: """
    I bought an old iPad2 for the purpose of viewing a Home Assistant dashboard via a web browser. My thinking was that the ability to browse the web was the sole requirement for a tablet for this purpose, but I was wrong: Home Assistant’s web pages apparently require a newer version of javascript than iOS 9.3.5 can handle, but the iPad 2 can only be updated to iOS 9.3.5.\n
    \n
    So is it possible to flash a newer OS (e.g., linux) onto an old iPad 2? ChatGPT says it’s not possible because a bootloader exploit for the iPad 2 isn’t known, but ChatGPT is often wrong.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702419298 {#1638
    date: 2023-12-12 23:14:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1643 …}
  +votes: Doctrine\ORM\PersistentCollection {#1633 …}
  +reports: Doctrine\ORM\PersistentCollection {#1624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1636 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1660 …}
  +badges: Doctrine\ORM\PersistentCollection {#1450 …}
  +children: []
  -id: 21668
  -titleTs: "'2':13 'flash':5 'ipad':12 'new':7 'old':11 'onto':9 'os':8 'possibl':3"
  -bodyTs: "'2':63,86,100 '9.3.5':57,70 'abil':24 'appar':48 'assist':13,44 'bootload':95 'bought':2 'brows':26 'browser':18 'chatgpt':87,105 'dashboard':14 'e.g':80 'exploit':96 'flash':76 'handl':59 'home':12,43 'io':56,69 'ipad':62,85,99 'ipad2':5 'isn':101 'javascript':54 'known':103 'linux':81 'newer':51,78 'often':107 'old':4,84 'onto':82 'os':79 'page':47 'possibl':74,92 'purpos':8,38 'requir':32,49 'say':88 'sole':31 'tablet':35 'think':20 'updat':67 'version':52 'via':15 'view':10 'web':17,28,46 'wrong':42,108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702388573
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/70240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702302173 {#1637
    date: 2023-12-11 14:42:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1642
  +user: Proxies\__CG__\App\Entity\User {#1644 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-it-possible-to-flash-a-new-OS-onto-an"
  +title: "Is it possible to flash a new OS onto an old iPad 2?"
  +url: null
  +body: """
    I bought an old iPad2 for the purpose of viewing a Home Assistant dashboard via a web browser. My thinking was that the ability to browse the web was the sole requirement for a tablet for this purpose, but I was wrong: Home Assistant’s web pages apparently require a newer version of javascript than iOS 9.3.5 can handle, but the iPad 2 can only be updated to iOS 9.3.5.\n
    \n
    So is it possible to flash a newer OS (e.g., linux) onto an old iPad 2? ChatGPT says it’s not possible because a bootloader exploit for the iPad 2 isn’t known, but ChatGPT is often wrong.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702419298 {#1638
    date: 2023-12-12 23:14:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1643 …}
  +votes: Doctrine\ORM\PersistentCollection {#1633 …}
  +reports: Doctrine\ORM\PersistentCollection {#1624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1636 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1660 …}
  +badges: Doctrine\ORM\PersistentCollection {#1450 …}
  +children: []
  -id: 21668
  -titleTs: "'2':13 'flash':5 'ipad':12 'new':7 'old':11 'onto':9 'os':8 'possibl':3"
  -bodyTs: "'2':63,86,100 '9.3.5':57,70 'abil':24 'appar':48 'assist':13,44 'bootload':95 'bought':2 'brows':26 'browser':18 'chatgpt':87,105 'dashboard':14 'e.g':80 'exploit':96 'flash':76 'handl':59 'home':12,43 'io':56,69 'ipad':62,85,99 'ipad2':5 'isn':101 'javascript':54 'known':103 'linux':81 'newer':51,78 'often':107 'old':4,84 'onto':82 'os':79 'page':47 'possibl':74,92 'purpos':8,38 'requir':32,49 'say':88 'sole':31 'tablet':35 'think':20 'updat':67 'version':52 'via':15 'view':10 'web':17,28,46 'wrong':42,108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702388573
  +visibility: "visible             "
  +apId: "https://lemmy.d.thewooskeys.com/post/70240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702302173 {#1637
    date: 2023-12-11 14:42:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Can-anyone-tell-me-what-format-this-uh-nested-dictionary"
  +title: "Can anyone tell me what format this uh.. nested dictionary is?"
  +url: null
  +body: """
    cross-posted from: [lemmy.nz/post/4294116](https://lemmy.nz/post/4294116)\n
    \n
    > I have a file with content like this:\n
    > \n
    > ```\n
    > \n
    > <span style="color:#323232;">item({\n
    > </span><span style="color:#323232;">     ["attr"] = {\n
    > </span><span style="color:#323232;">        ["size"] = "62091";\n
    > </span><span style="color:#323232;">        ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg";\n
    > </span><span style="color:#323232;">        ["stamp"] = "2023-12-05T19:31:37Z";\n
    > </span><span style="color:#323232;">        ["xmlns"] = "urn:xmpp:http:upload:0";\n
    > </span><span style="color:#323232;">        ["content-type"] = "image/jpeg";\n
    > </span><span style="color:#323232;">     };\n
    > </span><span style="color:#323232;">     ["key"] = "Wa4AJWFldqRZjBozponbSLRZ";\n
    > </span><span style="color:#323232;">     ["with"] = "email@address";\n
    > </span><span style="color:#323232;">     ["when"] = 1701804697;\n
    > </span><span style="color:#323232;">     ["name"] = "request";\n
    > </span><span style="color:#323232;">});\n
    > </span>\n
    > ```\n
    > \n
    > I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?\n
    > \n
    > Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702418362 {#1421
    date: 2023-12-12 22:59:22.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1424 …}
  +votes: Doctrine\ORM\PersistentCollection {#1442 …}
  +reports: Doctrine\ORM\PersistentCollection {#1420 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1417 …}
  +badges: Doctrine\ORM\PersistentCollection {#1411 …}
  +children: []
  -id: 21644
  -titleTs: "'..':9 'anyon':2 'dictionari':11 'format':6 'nest':10 'tell':3 'uh':8"
  -bodyTs: "'-05':25 '-12':24 '/post/4294116](https://lemmy.nz/post/4294116)':7 '0':34 '1701804697':45 '2023':23 '31':27 '37z':28 '62091':19 'address':43 'alreadi':64 'attr':17 'content':13,36 'content-typ':35 'cross':2 'cross-post':1 'email':42 'exist':59 'file':11 'filenam':20 'format':53 'http':32 'image/jpeg':38 'item':16 'key':39 'know':51 'lemmy.nz':6 'lemmy.nz/post/4294116](https://lemmy.nz/post/4294116)':5 'like':14 'linux':63 'name':46 'need':49,71 'one':74 'pars':66 'post':3 'qbuup9-otfuzibt6pqx4-g.jpg':21 'request':47 'size':18 'stamp':22 't19':26 'thank':76 'tool':61 'type':37 'upload':33 'urn':30 'wa4ajwfldqrzjbozponbslrz':40 'write':73 'xmlns':29 'xmpp':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702332881
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/4295047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702257381 {#1422
    date: 2023-12-11 02:16:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Can-anyone-tell-me-what-format-this-uh-nested-dictionary"
  +title: "Can anyone tell me what format this uh.. nested dictionary is?"
  +url: null
  +body: """
    cross-posted from: [lemmy.nz/post/4294116](https://lemmy.nz/post/4294116)\n
    \n
    > I have a file with content like this:\n
    > \n
    > ```\n
    > \n
    > <span style="color:#323232;">item({\n
    > </span><span style="color:#323232;">     ["attr"] = {\n
    > </span><span style="color:#323232;">        ["size"] = "62091";\n
    > </span><span style="color:#323232;">        ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg";\n
    > </span><span style="color:#323232;">        ["stamp"] = "2023-12-05T19:31:37Z";\n
    > </span><span style="color:#323232;">        ["xmlns"] = "urn:xmpp:http:upload:0";\n
    > </span><span style="color:#323232;">        ["content-type"] = "image/jpeg";\n
    > </span><span style="color:#323232;">     };\n
    > </span><span style="color:#323232;">     ["key"] = "Wa4AJWFldqRZjBozponbSLRZ";\n
    > </span><span style="color:#323232;">     ["with"] = "email@address";\n
    > </span><span style="color:#323232;">     ["when"] = 1701804697;\n
    > </span><span style="color:#323232;">     ["name"] = "request";\n
    > </span><span style="color:#323232;">});\n
    > </span>\n
    > ```\n
    > \n
    > I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?\n
    > \n
    > Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702418362 {#1421
    date: 2023-12-12 22:59:22.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1424 …}
  +votes: Doctrine\ORM\PersistentCollection {#1442 …}
  +reports: Doctrine\ORM\PersistentCollection {#1420 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1417 …}
  +badges: Doctrine\ORM\PersistentCollection {#1411 …}
  +children: []
  -id: 21644
  -titleTs: "'..':9 'anyon':2 'dictionari':11 'format':6 'nest':10 'tell':3 'uh':8"
  -bodyTs: "'-05':25 '-12':24 '/post/4294116](https://lemmy.nz/post/4294116)':7 '0':34 '1701804697':45 '2023':23 '31':27 '37z':28 '62091':19 'address':43 'alreadi':64 'attr':17 'content':13,36 'content-typ':35 'cross':2 'cross-post':1 'email':42 'exist':59 'file':11 'filenam':20 'format':53 'http':32 'image/jpeg':38 'item':16 'key':39 'know':51 'lemmy.nz':6 'lemmy.nz/post/4294116](https://lemmy.nz/post/4294116)':5 'like':14 'linux':63 'name':46 'need':49,71 'one':74 'pars':66 'post':3 'qbuup9-otfuzibt6pqx4-g.jpg':21 'request':47 'size':18 'stamp':22 't19':26 'thank':76 'tool':61 'type':37 'upload':33 'urn':30 'wa4ajwfldqrzjbozponbslrz':40 'write':73 'xmlns':29 'xmpp':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702332881
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/4295047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702257381 {#1422
    date: 2023-12-11 02:16:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Can-anyone-tell-me-what-format-this-uh-nested-dictionary"
  +title: "Can anyone tell me what format this uh.. nested dictionary is?"
  +url: null
  +body: """
    cross-posted from: [lemmy.nz/post/4294116](https://lemmy.nz/post/4294116)\n
    \n
    > I have a file with content like this:\n
    > \n
    > ```\n
    > \n
    > <span style="color:#323232;">item({\n
    > </span><span style="color:#323232;">     ["attr"] = {\n
    > </span><span style="color:#323232;">        ["size"] = "62091";\n
    > </span><span style="color:#323232;">        ["filename"] = "qBuUP9-OTfuzibt6PQX4-g.jpg";\n
    > </span><span style="color:#323232;">        ["stamp"] = "2023-12-05T19:31:37Z";\n
    > </span><span style="color:#323232;">        ["xmlns"] = "urn:xmpp:http:upload:0";\n
    > </span><span style="color:#323232;">        ["content-type"] = "image/jpeg";\n
    > </span><span style="color:#323232;">     };\n
    > </span><span style="color:#323232;">     ["key"] = "Wa4AJWFldqRZjBozponbSLRZ";\n
    > </span><span style="color:#323232;">     ["with"] = "email@address";\n
    > </span><span style="color:#323232;">     ["when"] = 1701804697;\n
    > </span><span style="color:#323232;">     ["name"] = "request";\n
    > </span><span style="color:#323232;">});\n
    > </span>\n
    > ```\n
    > \n
    > I need to know what format this is, and if there exists a tool in linux already to parse this or if I need to write one myself?\n
    > \n
    > Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702418362 {#1421
    date: 2023-12-12 22:59:22.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1424 …}
  +votes: Doctrine\ORM\PersistentCollection {#1442 …}
  +reports: Doctrine\ORM\PersistentCollection {#1420 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1417 …}
  +badges: Doctrine\ORM\PersistentCollection {#1411 …}
  +children: []
  -id: 21644
  -titleTs: "'..':9 'anyon':2 'dictionari':11 'format':6 'nest':10 'tell':3 'uh':8"
  -bodyTs: "'-05':25 '-12':24 '/post/4294116](https://lemmy.nz/post/4294116)':7 '0':34 '1701804697':45 '2023':23 '31':27 '37z':28 '62091':19 'address':43 'alreadi':64 'attr':17 'content':13,36 'content-typ':35 'cross':2 'cross-post':1 'email':42 'exist':59 'file':11 'filenam':20 'format':53 'http':32 'image/jpeg':38 'item':16 'key':39 'know':51 'lemmy.nz':6 'lemmy.nz/post/4294116](https://lemmy.nz/post/4294116)':5 'like':14 'linux':63 'name':46 'need':49,71 'one':74 'pars':66 'post':3 'qbuup9-otfuzibt6pqx4-g.jpg':21 'request':47 'size':18 'stamp':22 't19':26 'thank':76 'tool':61 'type':37 'upload':33 'urn':30 'wa4ajwfldqrzjbozponbslrz':40 'write':73 'xmlns':29 'xmpp':31"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702332881
  +visibility: "visible             "
  +apId: "https://lemmy.nz/post/4295047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702257381 {#1422
    date: 2023-12-11 02:16:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1419
  +user: Proxies\__CG__\App\Entity\User {#1425 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Privacy-DNS-chooser-script-v1-0-released"
  +title: "Privacy DNS chooser script v1.0 released!"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    Disclaimer : I'm the creator of the project!\n
    --------------------------------------------\n
    \n
    Project : <https://github.com/rollsicecream/privacy-dns-chooser>\n
    \n
    I have released the version 1.0 of what I call The Privacy DNS Chooser Script. This very simple but very easy to use CLI script allows you to choose Quad9, Mullvad DNS and NextDNS (more coming soon!) and use them on Linux with the systemd-resolved package (which is nowadays installed on all Linux distros, except Debian).\n
    \n
    One of the cool features of the script is an NextDNS integration. This means that when the user chooses NextDNS to use it, the script will ask him to enter his configuration number (e.g. a12345)\n
    \n
    Also, if you are in trouble (like if your Internet’s not working anymore after running the script). There’s a “rescue script” which will recover /etc/systemd/resolved.conf to his default state. Thus recovering your internet connection.\n
    \n
    Why did I make this script? Well, I think on Linux, we are very late when it comes to setting up a DNS provider. We can only set up an IP address as an DNS while on Windows 11 and macOS Ventura, we have the ability to use DNS-over-HTTPS and DNS-over-TLS which are way more secure ways of using DNS, directly into a GUI. Where on Linux, the only way to do that is via, you guessed it : /etc/systemd/resolved.conf a.k.a. systemd-resolved.\n
    \n
    Upcoming features for the script :\n
    \n
    - Add Support for AdGuard (should come out at the end of the year)\n
    - Add options for the user to choose the Ad, Tracker and Malware blocking version of Mullvad DNS or the standard non-blocking DNS (Early January 2024)\n
    - Add Cloudflare and ControlD support (March/April 2024)\n
    \n
    **Thanks!**
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702413883 {#1441
    date: 2023-12-12 21:44:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1416 …}
  +votes: Doctrine\ORM\PersistentCollection {#1456 …}
  +reports: Doctrine\ORM\PersistentCollection {#1461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1448 …}
  +badges: Doctrine\ORM\PersistentCollection {#1455 …}
  +children: []
  -id: 21705
  -titleTs: "'chooser':3 'dns':2 'privaci':1 'releas':6 'script':4 'v1.0':5"
  -bodyTs: "'/etc/systemd/resolved.conf':134,228 '/rollsicecream/privacy-dns-chooser':14 '1.0':20 '11':182 '2024':277,284 'a.k.a':229 'a12345':107 'abil':189 'ad':259 'add':238,251,278 'address':175 'adguard':241 'allow':40 'also':108 'anymor':121 'ask':99 'block':263,273 'call':24 'choos':43,91,257 'chooser':28 'cli':38 'cloudflar':279 'come':50,161,243 'configur':104 'connect':143 'controld':281 'cool':76 'creator':7 'debian':72 'default':137 'direct':210 'disclaim':3 'distro':70 'dns':27,46,166,178,193,198,209,267,274 'dns-over-http':192 'dns-over-tl':197 'e.g':106 'earli':275 'easi':35 'end':247 'enter':102 'everyon':2 'except':71 'featur':77,234 'github.com':13 'github.com/rollsicecream/privacy-dns-chooser':12 'guess':226 'gui':213 'hello':1 'https':195 'instal':66 'integr':84 'internet':117,142 'ip':174 'januari':276 'late':158 'like':114 'linux':56,69,154,216 'm':5 'maco':184 'make':147 'malwar':262 'march/april':283 'mean':86 'mullvad':45,266 'nextdn':48,83,92 'non':272 'non-block':271 'nowaday':65 'number':105 'one':73 'option':252 'packag':62 'privaci':26 'project':10,11 'provid':167 'quad9':44 'recov':133,140 'releas':17 'rescu':129 'resolv':61,232 'run':123 'script':29,39,80,97,125,130,149,237 'secur':205 'set':163,171 'simpl':32 'soon':51 'standard':270 'state':138 'support':239,282 'systemd':60,231 'systemd-resolv':59,230 'thank':285 'think':152 'thus':139 'tls':200 'tracker':260 'troubl':113 'upcom':233 'use':37,53,94,191,208 'user':90,255 'ventura':185 'version':19,264 'via':224 'way':203,206,219 'well':150 'window':181 'work':120 'year':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702403858
  +visibility: "visible             "
  +apId: "https://kbin.social/m/privacy@lemmy.ml/t/696393"
  +editedAt: DateTimeImmutable @1703869914 {#1443
    date: 2023-12-29 18:11:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702317458 {#1418
    date: 2023-12-11 18:57:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1419
  +user: Proxies\__CG__\App\Entity\User {#1425 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Privacy-DNS-chooser-script-v1-0-released"
  +title: "Privacy DNS chooser script v1.0 released!"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    Disclaimer : I'm the creator of the project!\n
    --------------------------------------------\n
    \n
    Project : <https://github.com/rollsicecream/privacy-dns-chooser>\n
    \n
    I have released the version 1.0 of what I call The Privacy DNS Chooser Script. This very simple but very easy to use CLI script allows you to choose Quad9, Mullvad DNS and NextDNS (more coming soon!) and use them on Linux with the systemd-resolved package (which is nowadays installed on all Linux distros, except Debian).\n
    \n
    One of the cool features of the script is an NextDNS integration. This means that when the user chooses NextDNS to use it, the script will ask him to enter his configuration number (e.g. a12345)\n
    \n
    Also, if you are in trouble (like if your Internet’s not working anymore after running the script). There’s a “rescue script” which will recover /etc/systemd/resolved.conf to his default state. Thus recovering your internet connection.\n
    \n
    Why did I make this script? Well, I think on Linux, we are very late when it comes to setting up a DNS provider. We can only set up an IP address as an DNS while on Windows 11 and macOS Ventura, we have the ability to use DNS-over-HTTPS and DNS-over-TLS which are way more secure ways of using DNS, directly into a GUI. Where on Linux, the only way to do that is via, you guessed it : /etc/systemd/resolved.conf a.k.a. systemd-resolved.\n
    \n
    Upcoming features for the script :\n
    \n
    - Add Support for AdGuard (should come out at the end of the year)\n
    - Add options for the user to choose the Ad, Tracker and Malware blocking version of Mullvad DNS or the standard non-blocking DNS (Early January 2024)\n
    - Add Cloudflare and ControlD support (March/April 2024)\n
    \n
    **Thanks!**
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702413883 {#1441
    date: 2023-12-12 21:44:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1416 …}
  +votes: Doctrine\ORM\PersistentCollection {#1456 …}
  +reports: Doctrine\ORM\PersistentCollection {#1461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1448 …}
  +badges: Doctrine\ORM\PersistentCollection {#1455 …}
  +children: []
  -id: 21705
  -titleTs: "'chooser':3 'dns':2 'privaci':1 'releas':6 'script':4 'v1.0':5"
  -bodyTs: "'/etc/systemd/resolved.conf':134,228 '/rollsicecream/privacy-dns-chooser':14 '1.0':20 '11':182 '2024':277,284 'a.k.a':229 'a12345':107 'abil':189 'ad':259 'add':238,251,278 'address':175 'adguard':241 'allow':40 'also':108 'anymor':121 'ask':99 'block':263,273 'call':24 'choos':43,91,257 'chooser':28 'cli':38 'cloudflar':279 'come':50,161,243 'configur':104 'connect':143 'controld':281 'cool':76 'creator':7 'debian':72 'default':137 'direct':210 'disclaim':3 'distro':70 'dns':27,46,166,178,193,198,209,267,274 'dns-over-http':192 'dns-over-tl':197 'e.g':106 'earli':275 'easi':35 'end':247 'enter':102 'everyon':2 'except':71 'featur':77,234 'github.com':13 'github.com/rollsicecream/privacy-dns-chooser':12 'guess':226 'gui':213 'hello':1 'https':195 'instal':66 'integr':84 'internet':117,142 'ip':174 'januari':276 'late':158 'like':114 'linux':56,69,154,216 'm':5 'maco':184 'make':147 'malwar':262 'march/april':283 'mean':86 'mullvad':45,266 'nextdn':48,83,92 'non':272 'non-block':271 'nowaday':65 'number':105 'one':73 'option':252 'packag':62 'privaci':26 'project':10,11 'provid':167 'quad9':44 'recov':133,140 'releas':17 'rescu':129 'resolv':61,232 'run':123 'script':29,39,80,97,125,130,149,237 'secur':205 'set':163,171 'simpl':32 'soon':51 'standard':270 'state':138 'support':239,282 'systemd':60,231 'systemd-resolv':59,230 'thank':285 'think':152 'thus':139 'tls':200 'tracker':260 'troubl':113 'upcom':233 'use':37,53,94,191,208 'user':90,255 'ventura':185 'version':19,264 'via':224 'way':203,206,219 'well':150 'window':181 'work':120 'year':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702403858
  +visibility: "visible             "
  +apId: "https://kbin.social/m/privacy@lemmy.ml/t/696393"
  +editedAt: DateTimeImmutable @1703869914 {#1443
    date: 2023-12-29 18:11:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702317458 {#1418
    date: 2023-12-11 18:57:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1419
  +user: Proxies\__CG__\App\Entity\User {#1425 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1932 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Privacy-DNS-chooser-script-v1-0-released"
  +title: "Privacy DNS chooser script v1.0 released!"
  +url: null
  +body: """
    Hello everyone!\n
    \n
    Disclaimer : I'm the creator of the project!\n
    --------------------------------------------\n
    \n
    Project : <https://github.com/rollsicecream/privacy-dns-chooser>\n
    \n
    I have released the version 1.0 of what I call The Privacy DNS Chooser Script. This very simple but very easy to use CLI script allows you to choose Quad9, Mullvad DNS and NextDNS (more coming soon!) and use them on Linux with the systemd-resolved package (which is nowadays installed on all Linux distros, except Debian).\n
    \n
    One of the cool features of the script is an NextDNS integration. This means that when the user chooses NextDNS to use it, the script will ask him to enter his configuration number (e.g. a12345)\n
    \n
    Also, if you are in trouble (like if your Internet’s not working anymore after running the script). There’s a “rescue script” which will recover /etc/systemd/resolved.conf to his default state. Thus recovering your internet connection.\n
    \n
    Why did I make this script? Well, I think on Linux, we are very late when it comes to setting up a DNS provider. We can only set up an IP address as an DNS while on Windows 11 and macOS Ventura, we have the ability to use DNS-over-HTTPS and DNS-over-TLS which are way more secure ways of using DNS, directly into a GUI. Where on Linux, the only way to do that is via, you guessed it : /etc/systemd/resolved.conf a.k.a. systemd-resolved.\n
    \n
    Upcoming features for the script :\n
    \n
    - Add Support for AdGuard (should come out at the end of the year)\n
    - Add options for the user to choose the Ad, Tracker and Malware blocking version of Mullvad DNS or the standard non-blocking DNS (Early January 2024)\n
    - Add Cloudflare and ControlD support (March/April 2024)\n
    \n
    **Thanks!**
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702413883 {#1441
    date: 2023-12-12 21:44:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1416 …}
  +votes: Doctrine\ORM\PersistentCollection {#1456 …}
  +reports: Doctrine\ORM\PersistentCollection {#1461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1463 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1448 …}
  +badges: Doctrine\ORM\PersistentCollection {#1455 …}
  +children: []
  -id: 21705
  -titleTs: "'chooser':3 'dns':2 'privaci':1 'releas':6 'script':4 'v1.0':5"
  -bodyTs: "'/etc/systemd/resolved.conf':134,228 '/rollsicecream/privacy-dns-chooser':14 '1.0':20 '11':182 '2024':277,284 'a.k.a':229 'a12345':107 'abil':189 'ad':259 'add':238,251,278 'address':175 'adguard':241 'allow':40 'also':108 'anymor':121 'ask':99 'block':263,273 'call':24 'choos':43,91,257 'chooser':28 'cli':38 'cloudflar':279 'come':50,161,243 'configur':104 'connect':143 'controld':281 'cool':76 'creator':7 'debian':72 'default':137 'direct':210 'disclaim':3 'distro':70 'dns':27,46,166,178,193,198,209,267,274 'dns-over-http':192 'dns-over-tl':197 'e.g':106 'earli':275 'easi':35 'end':247 'enter':102 'everyon':2 'except':71 'featur':77,234 'github.com':13 'github.com/rollsicecream/privacy-dns-chooser':12 'guess':226 'gui':213 'hello':1 'https':195 'instal':66 'integr':84 'internet':117,142 'ip':174 'januari':276 'late':158 'like':114 'linux':56,69,154,216 'm':5 'maco':184 'make':147 'malwar':262 'march/april':283 'mean':86 'mullvad':45,266 'nextdn':48,83,92 'non':272 'non-block':271 'nowaday':65 'number':105 'one':73 'option':252 'packag':62 'privaci':26 'project':10,11 'provid':167 'quad9':44 'recov':133,140 'releas':17 'rescu':129 'resolv':61,232 'run':123 'script':29,39,80,97,125,130,149,237 'secur':205 'set':163,171 'simpl':32 'soon':51 'standard':270 'state':138 'support':239,282 'systemd':60,231 'systemd-resolv':59,230 'thank':285 'think':152 'thus':139 'tls':200 'tracker':260 'troubl':113 'upcom':233 'use':37,53,94,191,208 'user':90,255 'ventura':185 'version':19,264 'via':224 'way':203,206,219 'well':150 'window':181 'work':120 'year':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702403858
  +visibility: "visible             "
  +apId: "https://kbin.social/m/privacy@lemmy.ml/t/696393"
  +editedAt: DateTimeImmutable @1703869914 {#1443
    date: 2023-12-29 18:11:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702317458 {#1418
    date: 2023-12-11 18:57:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
81 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
82 DENIED moderate
App\Entity\Entry {#1459
  +user: Proxies\__CG__\App\Entity\User {#1432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1439 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Sanity-check-for-LiFePO4-Charger-Design"
  +title: "Sanity check for LiFePO4 Charger Design"
  +url: null
  +body: """
    So, there are these great 32700 LiFePO4 batteries that showed up in my local industrial market. For like USD 2$!\n
    \n
    However, there are no LiFePO4 chargers available. The vendors assure me I can “totally use” a 4.2V Li-ion charger, but I don’t believe them (although the cells test as being in good shape).\n
    \n
    I whipped up a 5V system with a buck converter managed by an MCU. It turns off the buck converter that charges the battery, measures the battery voltage, and if it’s under 3.6V it enables the buck converter. Repeats every few 100s of milliseconds.\n
    \n
    Did I overengineer this? Could I have just used a linear voltage regulator that outputs 3.6V (or a Zener), and a current-limited 5v power supply?\n
    \n
    Charge speed is not really important in my application. Anything under 4 hours is great. Frankly, I’m just trying to phase out the less safe kinds of lithium cell in my lab.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702410534 {#1460
    date: 2023-12-12 20:48:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 18532
  -titleTs: "'charger':5 'check':2 'design':6 'lifepo4':4 'saniti':1"
  -bodyTs: "'100s':101 '2':20 '3.6':91,119 '32700':6 '4':143 '4.2':37 '5v':62,129 'although':49 'anyth':141 'applic':140 'assur':30 'avail':27 'batteri':8,81,84 'believ':47 'buck':66,76,96 'cell':51,161 'charg':79,132 'charger':26,42 'convert':67,77,97 'could':108 'current':127 'current-limit':126 'enabl':94 'everi':99 'frank':147 'good':56 'great':5,146 'hour':144 'howev':21 'import':137 'industri':15 'ion':41 'kind':158 'lab':164 'less':156 'li':40 'li-ion':39 'lifepo4':7,25 'like':18 'limit':128 'linear':114 'lithium':160 'local':14 'm':149 'manag':68 'market':16 'mcu':71 'measur':82 'millisecond':103 'output':118 'overengin':106 'phase':153 'power':130 'realli':136 'regul':116 'repeat':98 'safe':157 'shape':57 'show':10 'speed':133 'suppli':131 'system':63 'test':52 'total':34 'tri':151 'turn':73 'usd':19 'use':35,112 'v':38,92,120 'vendor':29 'voltag':85,115 'whip':59 'zener':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701419304
  +visibility: "visible             "
  +apId: "https://voltage.vn/post/50256"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701339304 {#1458
    date: 2023-11-30 11:15:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1459
  +user: Proxies\__CG__\App\Entity\User {#1432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1439 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Sanity-check-for-LiFePO4-Charger-Design"
  +title: "Sanity check for LiFePO4 Charger Design"
  +url: null
  +body: """
    So, there are these great 32700 LiFePO4 batteries that showed up in my local industrial market. For like USD 2$!\n
    \n
    However, there are no LiFePO4 chargers available. The vendors assure me I can “totally use” a 4.2V Li-ion charger, but I don’t believe them (although the cells test as being in good shape).\n
    \n
    I whipped up a 5V system with a buck converter managed by an MCU. It turns off the buck converter that charges the battery, measures the battery voltage, and if it’s under 3.6V it enables the buck converter. Repeats every few 100s of milliseconds.\n
    \n
    Did I overengineer this? Could I have just used a linear voltage regulator that outputs 3.6V (or a Zener), and a current-limited 5v power supply?\n
    \n
    Charge speed is not really important in my application. Anything under 4 hours is great. Frankly, I’m just trying to phase out the less safe kinds of lithium cell in my lab.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702410534 {#1460
    date: 2023-12-12 20:48:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 18532
  -titleTs: "'charger':5 'check':2 'design':6 'lifepo4':4 'saniti':1"
  -bodyTs: "'100s':101 '2':20 '3.6':91,119 '32700':6 '4':143 '4.2':37 '5v':62,129 'although':49 'anyth':141 'applic':140 'assur':30 'avail':27 'batteri':8,81,84 'believ':47 'buck':66,76,96 'cell':51,161 'charg':79,132 'charger':26,42 'convert':67,77,97 'could':108 'current':127 'current-limit':126 'enabl':94 'everi':99 'frank':147 'good':56 'great':5,146 'hour':144 'howev':21 'import':137 'industri':15 'ion':41 'kind':158 'lab':164 'less':156 'li':40 'li-ion':39 'lifepo4':7,25 'like':18 'limit':128 'linear':114 'lithium':160 'local':14 'm':149 'manag':68 'market':16 'mcu':71 'measur':82 'millisecond':103 'output':118 'overengin':106 'phase':153 'power':130 'realli':136 'regul':116 'repeat':98 'safe':157 'shape':57 'show':10 'speed':133 'suppli':131 'system':63 'test':52 'total':34 'tri':151 'turn':73 'usd':19 'use':35,112 'v':38,92,120 'vendor':29 'voltag':85,115 'whip':59 'zener':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701419304
  +visibility: "visible             "
  +apId: "https://voltage.vn/post/50256"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701339304 {#1458
    date: 2023-11-30 11:15:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1459
  +user: Proxies\__CG__\App\Entity\User {#1432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1439 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Sanity-check-for-LiFePO4-Charger-Design"
  +title: "Sanity check for LiFePO4 Charger Design"
  +url: null
  +body: """
    So, there are these great 32700 LiFePO4 batteries that showed up in my local industrial market. For like USD 2$!\n
    \n
    However, there are no LiFePO4 chargers available. The vendors assure me I can “totally use” a 4.2V Li-ion charger, but I don’t believe them (although the cells test as being in good shape).\n
    \n
    I whipped up a 5V system with a buck converter managed by an MCU. It turns off the buck converter that charges the battery, measures the battery voltage, and if it’s under 3.6V it enables the buck converter. Repeats every few 100s of milliseconds.\n
    \n
    Did I overengineer this? Could I have just used a linear voltage regulator that outputs 3.6V (or a Zener), and a current-limited 5v power supply?\n
    \n
    Charge speed is not really important in my application. Anything under 4 hours is great. Frankly, I’m just trying to phase out the less safe kinds of lithium cell in my lab.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702410534 {#1460
    date: 2023-12-12 20:48:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 18532
  -titleTs: "'charger':5 'check':2 'design':6 'lifepo4':4 'saniti':1"
  -bodyTs: "'100s':101 '2':20 '3.6':91,119 '32700':6 '4':143 '4.2':37 '5v':62,129 'although':49 'anyth':141 'applic':140 'assur':30 'avail':27 'batteri':8,81,84 'believ':47 'buck':66,76,96 'cell':51,161 'charg':79,132 'charger':26,42 'convert':67,77,97 'could':108 'current':127 'current-limit':126 'enabl':94 'everi':99 'frank':147 'good':56 'great':5,146 'hour':144 'howev':21 'import':137 'industri':15 'ion':41 'kind':158 'lab':164 'less':156 'li':40 'li-ion':39 'lifepo4':7,25 'like':18 'limit':128 'linear':114 'lithium':160 'local':14 'm':149 'manag':68 'market':16 'mcu':71 'measur':82 'millisecond':103 'output':118 'overengin':106 'phase':153 'power':130 'realli':136 'regul':116 'repeat':98 'safe':157 'shape':57 'show':10 'speed':133 'suppli':131 'system':63 'test':52 'total':34 'tri':151 'turn':73 'usd':19 'use':35,112 'v':38,92,120 'vendor':29 'voltag':85,115 'whip':59 'zener':123"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701419304
  +visibility: "visible             "
  +apId: "https://voltage.vn/post/50256"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701339304 {#1458
    date: 2023-11-30 11:15:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1695 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-have-a-special-skill-too"
  +title: "I have a special skill, too!"
  +url: null
  +body: "[Rae the Doe by Olive Brinker, for December 12, 2023.](https://comicskingdom.com/rae-the-doe/2023-12-12)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702406370 {#1694
    date: 2023-12-12 19:39:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1690 …}
  +votes: Doctrine\ORM\PersistentCollection {#1696 …}
  +reports: Doctrine\ORM\PersistentCollection {#1595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1609 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1614 …}
  +badges: Doctrine\ORM\PersistentCollection {#1615 …}
  +children: []
  -id: 21907
  -titleTs: "'skill':5 'special':4"
  -bodyTs: "'/rae-the-doe/2023-12-12)':13 '12':9 '2023':10 'brinker':6 'comicskingdom.com':12 'comicskingdom.com/rae-the-doe/2023-12-12)':11 'decemb':8 'doe':3 'oliv':5 'rae':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702492770
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9096823"
  +editedAt: DateTimeImmutable @1704083919 {#1703
    date: 2024-01-01 05:38:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702406370 {#1700
    date: 2023-12-12 19:39:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1695 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-have-a-special-skill-too"
  +title: "I have a special skill, too!"
  +url: null
  +body: "[Rae the Doe by Olive Brinker, for December 12, 2023.](https://comicskingdom.com/rae-the-doe/2023-12-12)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702406370 {#1694
    date: 2023-12-12 19:39:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1690 …}
  +votes: Doctrine\ORM\PersistentCollection {#1696 …}
  +reports: Doctrine\ORM\PersistentCollection {#1595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1609 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1614 …}
  +badges: Doctrine\ORM\PersistentCollection {#1615 …}
  +children: []
  -id: 21907
  -titleTs: "'skill':5 'special':4"
  -bodyTs: "'/rae-the-doe/2023-12-12)':13 '12':9 '2023':10 'brinker':6 'comicskingdom.com':12 'comicskingdom.com/rae-the-doe/2023-12-12)':11 'decemb':8 'doe':3 'oliv':5 'rae':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702492770
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9096823"
  +editedAt: DateTimeImmutable @1704083919 {#1703
    date: 2024-01-01 05:38:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702406370 {#1700
    date: 2023-12-12 19:39:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1695 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-have-a-special-skill-too"
  +title: "I have a special skill, too!"
  +url: null
  +body: "[Rae the Doe by Olive Brinker, for December 12, 2023.](https://comicskingdom.com/rae-the-doe/2023-12-12)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 47
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702406370 {#1694
    date: 2023-12-12 19:39:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1690 …}
  +votes: Doctrine\ORM\PersistentCollection {#1696 …}
  +reports: Doctrine\ORM\PersistentCollection {#1595 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1609 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1614 …}
  +badges: Doctrine\ORM\PersistentCollection {#1615 …}
  +children: []
  -id: 21907
  -titleTs: "'skill':5 'special':4"
  -bodyTs: "'/rae-the-doe/2023-12-12)':13 '12':9 '2023':10 'brinker':6 'comicskingdom.com':12 'comicskingdom.com/rae-the-doe/2023-12-12)':11 'decemb':8 'doe':3 'oliv':5 'rae':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702492770
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9096823"
  +editedAt: DateTimeImmutable @1704083919 {#1703
    date: 2024-01-01 05:38:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702406370 {#1700
    date: 2023-12-12 19:39:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1639
  +user: Proxies\__CG__\App\Entity\User {#1646 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
  +title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
  +url: null
  +body: """
    These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
    \n
    Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 81
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702403344 {#1752
    date: 2023-12-12 18:49:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 10509
  -titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
  -bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699367675
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/4030502"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699281275 {#1744
    date: 2023-11-06 15:34:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1639
  +user: Proxies\__CG__\App\Entity\User {#1646 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
  +title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
  +url: null
  +body: """
    These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
    \n
    Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 81
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702403344 {#1752
    date: 2023-12-12 18:49:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 10509
  -titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
  -bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699367675
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/4030502"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699281275 {#1744
    date: 2023-11-06 15:34:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1639
  +user: Proxies\__CG__\App\Entity\User {#1646 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Circumcised-men-how-do-you-feel-about-your-parents-having"
  +title: "Circumcised men, how do you feel about your parents having mutilated your penis without your consent?"
  +url: null
  +body: """
    These things are very controversial when it comes to women, but apparently most think it’s ok when it’s about men.\n
    \n
    Do you blame your parents? Why did they do it? Scared of HIV? Not wanting to explain their son how to clean underneath the foreskin?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 81
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702403344 {#1752
    date: 2023-12-12 18:49:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 10509
  -titleTs: "'circumcis':1 'consent':16 'feel':6 'men':2 'mutil':11 'parent':9 'peni':13 'without':14"
  -bodyTs: "'appar':12 'blame':25 'clean':44 'come':8 'controversi':5 'explain':39 'foreskin':47 'hiv':35 'men':22 'ok':17 'parent':27 'scare':33 'son':41 'thing':2 'think':14 'underneath':45 'want':37 'women':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699367675
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/4030502"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699281275 {#1744
    date: 2023-11-06 15:34:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\Entry {#1666
  +user: Proxies\__CG__\App\Entity\User {#1667 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-happened-to-the-PC-games-or-what-happened-to"
  +title: "What happened to the PC games (or what happened to consoles)?"
  +url: null
  +body: """
    I got out of video game piracy for a while, but I’m coming back. One thing I have been absolutely SHOCKED by is how finding PC game torrents is actually kind of difficult from my normal sources. Now it’d be one thing if I just wasn’t seeing games, but for some reason Playstation and Switch have far more uploaders and seeders on the sites. This is something that would have been unthinkable when I was into piracy. But from a quick glance, it looks like the Switch has a bigger piracy scene than PCs do right now. This was so extreme I couldn’t find a torrent for Minecraft past 1.12. I found a download, but not a torrent. Or I couldn’t find any of the old versions of Five Nights At Freddy’s on PC, but could find them on other platforms. Things I’d consider true PC staples of the past decade with absolutely nothing popping up in my normal sources.\n
    \n
    I’m not asking where to find PC torrents (although I certainly wouldn’t mind). Are consoles actually becoming more popular to pirate for?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702393014 {#1678
    date: 2023-12-12 15:56:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1654 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1655 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1651 …}
  +badges: Doctrine\ORM\PersistentCollection {#1656 …}
  +children: []
  -id: 19096
  -titleTs: "'consol':11 'game':6 'happen':2,9 'pc':5"
  -bodyTs: "'1.12':114 'absolut':21,160 'actual':31,185 'although':177 'ask':171 'back':15 'becom':186 'bigger':93 'certain':179 'come':14 'consid':151 'consol':184 'could':142 'couldn':106,125 'd':41,150 'decad':158 'difficult':34 'download':118 'extrem':104 'far':60 'find':26,108,127,143,174 'five':134 'found':116 'freddi':137 'game':6,28,51 'glanc':85 'got':2 'kind':32 'like':88 'look':87 'm':13,169 'mind':182 'minecraft':112 'night':135 'normal':37,166 'noth':161 'old':131 'one':16,43 'past':113,157 'pc':27,140,153,175 'pcs':97 'piraci':7,80,94 'pirat':190 'platform':147 'playstat':56 'pop':162 'popular':188 'quick':84 'reason':55 'right':99 'scene':95 'see':50 'seeder':64 'shock':22 'site':67 'someth':70 'sourc':38,167 'stapl':154 'switch':58,90 'thing':17,44,148 'torrent':29,110,122,176 'true':152 'unthink':75 'upload':62 'version':132 'video':5 'wasn':48 'would':72 'wouldn':180"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701533751
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1225417"
  +editedAt: DateTimeImmutable @1702527498 {#1669
    date: 2023-12-14 05:18:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701447351 {#1670
    date: 2023-12-01 17:15:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1666
  +user: Proxies\__CG__\App\Entity\User {#1667 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-happened-to-the-PC-games-or-what-happened-to"
  +title: "What happened to the PC games (or what happened to consoles)?"
  +url: null
  +body: """
    I got out of video game piracy for a while, but I’m coming back. One thing I have been absolutely SHOCKED by is how finding PC game torrents is actually kind of difficult from my normal sources. Now it’d be one thing if I just wasn’t seeing games, but for some reason Playstation and Switch have far more uploaders and seeders on the sites. This is something that would have been unthinkable when I was into piracy. But from a quick glance, it looks like the Switch has a bigger piracy scene than PCs do right now. This was so extreme I couldn’t find a torrent for Minecraft past 1.12. I found a download, but not a torrent. Or I couldn’t find any of the old versions of Five Nights At Freddy’s on PC, but could find them on other platforms. Things I’d consider true PC staples of the past decade with absolutely nothing popping up in my normal sources.\n
    \n
    I’m not asking where to find PC torrents (although I certainly wouldn’t mind). Are consoles actually becoming more popular to pirate for?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702393014 {#1678
    date: 2023-12-12 15:56:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1654 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1655 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1651 …}
  +badges: Doctrine\ORM\PersistentCollection {#1656 …}
  +children: []
  -id: 19096
  -titleTs: "'consol':11 'game':6 'happen':2,9 'pc':5"
  -bodyTs: "'1.12':114 'absolut':21,160 'actual':31,185 'although':177 'ask':171 'back':15 'becom':186 'bigger':93 'certain':179 'come':14 'consid':151 'consol':184 'could':142 'couldn':106,125 'd':41,150 'decad':158 'difficult':34 'download':118 'extrem':104 'far':60 'find':26,108,127,143,174 'five':134 'found':116 'freddi':137 'game':6,28,51 'glanc':85 'got':2 'kind':32 'like':88 'look':87 'm':13,169 'mind':182 'minecraft':112 'night':135 'normal':37,166 'noth':161 'old':131 'one':16,43 'past':113,157 'pc':27,140,153,175 'pcs':97 'piraci':7,80,94 'pirat':190 'platform':147 'playstat':56 'pop':162 'popular':188 'quick':84 'reason':55 'right':99 'scene':95 'see':50 'seeder':64 'shock':22 'site':67 'someth':70 'sourc':38,167 'stapl':154 'switch':58,90 'thing':17,44,148 'torrent':29,110,122,176 'true':152 'unthink':75 'upload':62 'version':132 'video':5 'wasn':48 'would':72 'wouldn':180"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701533751
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1225417"
  +editedAt: DateTimeImmutable @1702527498 {#1669
    date: 2023-12-14 05:18:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701447351 {#1670
    date: 2023-12-01 17:15:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1666
  +user: Proxies\__CG__\App\Entity\User {#1667 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1524 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-happened-to-the-PC-games-or-what-happened-to"
  +title: "What happened to the PC games (or what happened to consoles)?"
  +url: null
  +body: """
    I got out of video game piracy for a while, but I’m coming back. One thing I have been absolutely SHOCKED by is how finding PC game torrents is actually kind of difficult from my normal sources. Now it’d be one thing if I just wasn’t seeing games, but for some reason Playstation and Switch have far more uploaders and seeders on the sites. This is something that would have been unthinkable when I was into piracy. But from a quick glance, it looks like the Switch has a bigger piracy scene than PCs do right now. This was so extreme I couldn’t find a torrent for Minecraft past 1.12. I found a download, but not a torrent. Or I couldn’t find any of the old versions of Five Nights At Freddy’s on PC, but could find them on other platforms. Things I’d consider true PC staples of the past decade with absolutely nothing popping up in my normal sources.\n
    \n
    I’m not asking where to find PC torrents (although I certainly wouldn’t mind). Are consoles actually becoming more popular to pirate for?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702393014 {#1678
    date: 2023-12-12 15:56:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1654 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1655 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1651 …}
  +badges: Doctrine\ORM\PersistentCollection {#1656 …}
  +children: []
  -id: 19096
  -titleTs: "'consol':11 'game':6 'happen':2,9 'pc':5"
  -bodyTs: "'1.12':114 'absolut':21,160 'actual':31,185 'although':177 'ask':171 'back':15 'becom':186 'bigger':93 'certain':179 'come':14 'consid':151 'consol':184 'could':142 'couldn':106,125 'd':41,150 'decad':158 'difficult':34 'download':118 'extrem':104 'far':60 'find':26,108,127,143,174 'five':134 'found':116 'freddi':137 'game':6,28,51 'glanc':85 'got':2 'kind':32 'like':88 'look':87 'm':13,169 'mind':182 'minecraft':112 'night':135 'normal':37,166 'noth':161 'old':131 'one':16,43 'past':113,157 'pc':27,140,153,175 'pcs':97 'piraci':7,80,94 'pirat':190 'platform':147 'playstat':56 'pop':162 'popular':188 'quick':84 'reason':55 'right':99 'scene':95 'see':50 'seeder':64 'shock':22 'site':67 'someth':70 'sourc':38,167 'stapl':154 'switch':58,90 'thing':17,44,148 'torrent':29,110,122,176 'true':152 'unthink':75 'upload':62 'version':132 'video':5 'wasn':48 'would':72 'wouldn':180"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701533751
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1225417"
  +editedAt: DateTimeImmutable @1702527498 {#1669
    date: 2023-12-14 05:18:18.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701447351 {#1670
    date: 2023-12-01 17:15:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
App\Entity\Entry {#1553
  +user: Proxies\__CG__\App\Entity\User {#1552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "USB-webcam-lagging-only-in-Zoom"
  +title: "USB webcam lagging only in Zoom?"
  +url: null
  +body: """
    Sorry if this community isn’t the right place to ask — I got a USB webcam that works great in Teams, but lags tremendously (3-4 seconds) in Zoom. I doubt the Zoom app is introducing that lag on its own, but how would I troubleshoot this?\n
    \n
    This is on EndeavourOS (basically Arch)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702389209 {#1662
    date: 2023-12-12 14:53:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1591 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1582 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1583 …}
  +badges: Doctrine\ORM\PersistentCollection {#1580 …}
  +children: []
  -id: 21740
  -titleTs: "'lag':3 'usb':1 'webcam':2 'zoom':6"
  -bodyTs: "'-4':26 '3':25 'app':34 'arch':53 'ask':11 'basic':52 'communiti':4 'doubt':31 'endeavouro':51 'got':13 'great':19 'introduc':36 'isn':5 'lag':23,38 'place':9 'right':8 'second':27 'sorri':1 'team':21 'tremend':24 'troubleshoot':46 'usb':15 'webcam':16 'work':18 'would':44 'zoom':29,33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702422774
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11138517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702338774 {#1663
    date: 2023-12-12 00:52:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1553
  +user: Proxies\__CG__\App\Entity\User {#1552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "USB-webcam-lagging-only-in-Zoom"
  +title: "USB webcam lagging only in Zoom?"
  +url: null
  +body: """
    Sorry if this community isn’t the right place to ask — I got a USB webcam that works great in Teams, but lags tremendously (3-4 seconds) in Zoom. I doubt the Zoom app is introducing that lag on its own, but how would I troubleshoot this?\n
    \n
    This is on EndeavourOS (basically Arch)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702389209 {#1662
    date: 2023-12-12 14:53:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1591 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1582 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1583 …}
  +badges: Doctrine\ORM\PersistentCollection {#1580 …}
  +children: []
  -id: 21740
  -titleTs: "'lag':3 'usb':1 'webcam':2 'zoom':6"
  -bodyTs: "'-4':26 '3':25 'app':34 'arch':53 'ask':11 'basic':52 'communiti':4 'doubt':31 'endeavouro':51 'got':13 'great':19 'introduc':36 'isn':5 'lag':23,38 'place':9 'right':8 'second':27 'sorri':1 'team':21 'tremend':24 'troubleshoot':46 'usb':15 'webcam':16 'work':18 'would':44 'zoom':29,33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702422774
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11138517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702338774 {#1663
    date: 2023-12-12 00:52:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1553
  +user: Proxies\__CG__\App\Entity\User {#1552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "USB-webcam-lagging-only-in-Zoom"
  +title: "USB webcam lagging only in Zoom?"
  +url: null
  +body: """
    Sorry if this community isn’t the right place to ask — I got a USB webcam that works great in Teams, but lags tremendously (3-4 seconds) in Zoom. I doubt the Zoom app is introducing that lag on its own, but how would I troubleshoot this?\n
    \n
    This is on EndeavourOS (basically Arch)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702389209 {#1662
    date: 2023-12-12 14:53:29.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1591 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1582 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1583 …}
  +badges: Doctrine\ORM\PersistentCollection {#1580 …}
  +children: []
  -id: 21740
  -titleTs: "'lag':3 'usb':1 'webcam':2 'zoom':6"
  -bodyTs: "'-4':26 '3':25 'app':34 'arch':53 'ask':11 'basic':52 'communiti':4 'doubt':31 'endeavouro':51 'got':13 'great':19 'introduc':36 'isn':5 'lag':23,38 'place':9 'right':8 'second':27 'sorri':1 'team':21 'tremend':24 'troubleshoot':46 'usb':15 'webcam':16 'work':18 'would':44 'zoom':29,33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702422774
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11138517"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702338774 {#1663
    date: 2023-12-12 00:52:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details