GET https://kbin.spritesserver.nl/top/1y/all?p=178

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 …}
}
13.96 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 …}
}
1.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.26 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 {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: Proxies\__CG__\App\Entity\Image {#164 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Comparing-compression-in-AV1-x264-and-x265"
  +title: "Comparing compression in AV1, x264, and x265"
  +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +body: """
    I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
    \n
    **The Setup**  \n
     I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
    \n
    To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
    \n
    **The Results**\n
    \n
    | crf | av1 KB | x265 KB | x264 KB |\n
    |---|---|---|---|\n
    | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
    | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
    | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
    | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
    | 30 | 205,008 | 110,062 | 122,458 |\n
    | 33 | 168,192 | 73,528 | 86,899 |\n
    | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
    | 39 | 116,096 | 31,670 | 47,161 |\n
    | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
    | 45 | 81,805 | 13,598 | 27,484 |\n
    | 48 | 69,044 | 9,726 | 20,823 |\n
    | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
    | 54 | 48,681 | - | - |\n
    | 57 | 39,113 | - | - |\n
    | 60 | 29,062 | - | - |\n
    | 63 | 16,533 – worst possible | - | - |\n
    \n
    \n
    \n
    [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
    \n
    I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
    \n
    If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710879031 {#173
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1789 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1373 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1922 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 26306
  -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
  -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135645
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +editedAt: DateTimeImmutable @1710023549 {#243
    date: 2024-03-09 23:32:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704049245 {#180
    date: 2023-12-31 20:00:45.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 {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: Proxies\__CG__\App\Entity\Image {#164 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Comparing-compression-in-AV1-x264-and-x265"
  +title: "Comparing compression in AV1, x264, and x265"
  +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +body: """
    I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
    \n
    **The Setup**  \n
     I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
    \n
    To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
    \n
    **The Results**\n
    \n
    | crf | av1 KB | x265 KB | x264 KB |\n
    |---|---|---|---|\n
    | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
    | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
    | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
    | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
    | 30 | 205,008 | 110,062 | 122,458 |\n
    | 33 | 168,192 | 73,528 | 86,899 |\n
    | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
    | 39 | 116,096 | 31,670 | 47,161 |\n
    | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
    | 45 | 81,805 | 13,598 | 27,484 |\n
    | 48 | 69,044 | 9,726 | 20,823 |\n
    | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
    | 54 | 48,681 | - | - |\n
    | 57 | 39,113 | - | - |\n
    | 60 | 29,062 | - | - |\n
    | 63 | 16,533 – worst possible | - | - |\n
    \n
    \n
    \n
    [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
    \n
    I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
    \n
    If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710879031 {#173
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1789 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1373 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1922 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 26306
  -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
  -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135645
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +editedAt: DateTimeImmutable @1710023549 {#243
    date: 2024-03-09 23:32:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704049245 {#180
    date: 2023-12-31 20:00:45.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 {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: Proxies\__CG__\App\Entity\Image {#164 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Comparing-compression-in-AV1-x264-and-x265"
  +title: "Comparing compression in AV1, x264, and x265"
  +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +body: """
    I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
    \n
    **The Setup**  \n
     I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
    \n
    To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
    \n
    **The Results**\n
    \n
    | crf | av1 KB | x265 KB | x264 KB |\n
    |---|---|---|---|\n
    | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
    | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
    | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
    | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
    | 30 | 205,008 | 110,062 | 122,458 |\n
    | 33 | 168,192 | 73,528 | 86,899 |\n
    | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
    | 39 | 116,096 | 31,670 | 47,161 |\n
    | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
    | 45 | 81,805 | 13,598 | 27,484 |\n
    | 48 | 69,044 | 9,726 | 20,823 |\n
    | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
    | 54 | 48,681 | - | - |\n
    | 57 | 39,113 | - | - |\n
    | 60 | 29,062 | - | - |\n
    | 63 | 16,533 – worst possible | - | - |\n
    \n
    \n
    \n
    [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
    \n
    I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
    \n
    If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710879031 {#173
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1789 …}
  +votes: Doctrine\ORM\PersistentCollection {#1799 …}
  +reports: Doctrine\ORM\PersistentCollection {#1373 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1922 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 26306
  -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
  -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135645
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +editedAt: DateTimeImmutable @1710023549 {#243
    date: 2024-03-09 23:32:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704049245 {#180
    date: 2023-12-31 20:00:45.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 {#1954
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Han-Solo-drawn-in-the-Holiday-Special-style-It-is"
  +title: "Han Solo drawn in the Holiday Special style. It is nightmarishly glorious."
  +url: "https://lemmy.world/pictrs/image/96a496f8-0e46-4a45-bc2d-72b20beb4b9c.jpeg"
  +body: "[Original artist RADMANRB deviantart page](https://www.deviantart.com/radmanrb/art/Holiday-Special-Han-Solo-670735797). If you like the drawing please give them a star or comment."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710094283 {#1895
    date: 2024-03-10 19:11:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 26302
  -titleTs: "'drawn':3 'glorious':12 'han':1 'holiday':6 'nightmarish':11 'solo':2 'special':7 'style':8"
  -bodyTs: "'/radmanrb/art/holiday-special-han-solo-670735797).':8 'artist':2 'comment':20 'deviantart':4 'draw':13 'give':15 'like':11 'origin':1 'page':5 'pleas':14 'radmanrb':3 'star':18 'www.deviantart.com':7 'www.deviantart.com/radmanrb/art/holiday-special-han-solo-670735797).':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135489
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10168694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704049089 {#1899
    date: 2023-12-31 19:58:09.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 {#1954
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Han-Solo-drawn-in-the-Holiday-Special-style-It-is"
  +title: "Han Solo drawn in the Holiday Special style. It is nightmarishly glorious."
  +url: "https://lemmy.world/pictrs/image/96a496f8-0e46-4a45-bc2d-72b20beb4b9c.jpeg"
  +body: "[Original artist RADMANRB deviantart page](https://www.deviantart.com/radmanrb/art/Holiday-Special-Han-Solo-670735797). If you like the drawing please give them a star or comment."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710094283 {#1895
    date: 2024-03-10 19:11:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 26302
  -titleTs: "'drawn':3 'glorious':12 'han':1 'holiday':6 'nightmarish':11 'solo':2 'special':7 'style':8"
  -bodyTs: "'/radmanrb/art/holiday-special-han-solo-670735797).':8 'artist':2 'comment':20 'deviantart':4 'draw':13 'give':15 'like':11 'origin':1 'page':5 'pleas':14 'radmanrb':3 'star':18 'www.deviantart.com':7 'www.deviantart.com/radmanrb/art/holiday-special-han-solo-670735797).':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135489
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10168694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704049089 {#1899
    date: 2023-12-31 19:58:09.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 {#1954
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1950 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Han-Solo-drawn-in-the-Holiday-Special-style-It-is"
  +title: "Han Solo drawn in the Holiday Special style. It is nightmarishly glorious."
  +url: "https://lemmy.world/pictrs/image/96a496f8-0e46-4a45-bc2d-72b20beb4b9c.jpeg"
  +body: "[Original artist RADMANRB deviantart page](https://www.deviantart.com/radmanrb/art/Holiday-Special-Han-Solo-670735797). If you like the drawing please give them a star or comment."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710094283 {#1895
    date: 2024-03-10 19:11:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1958 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 26302
  -titleTs: "'drawn':3 'glorious':12 'han':1 'holiday':6 'nightmarish':11 'solo':2 'special':7 'style':8"
  -bodyTs: "'/radmanrb/art/holiday-special-han-solo-670735797).':8 'artist':2 'comment':20 'deviantart':4 'draw':13 'give':15 'like':11 'origin':1 'page':5 'pleas':14 'radmanrb':3 'star':18 'www.deviantart.com':7 'www.deviantart.com/radmanrb/art/holiday-special-han-solo-670735797).':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135489
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10168694"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704049089 {#1899
    date: 2023-12-31 19:58:09.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 {#1933
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1952 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Some-Ralph-Macquarie-art-of-bounty-hunters-posing"
  +title: "Some Ralph Macquarie art of bounty hunters posing"
  +url: "https://lemmy.world/pictrs/image/6ab52908-6fa6-4557-9592-1d2d2db22a20.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710042987 {#1932
    date: 2024-03-10 04:56:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 26290
  -titleTs: "'art':4 'bounti':6 'hunter':7 'macquari':3 'pose':8 'ralph':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134931
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10168354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704048531 {#1930
    date: 2023-12-31 19:48: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
11 DENIED edit
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1952 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Some-Ralph-Macquarie-art-of-bounty-hunters-posing"
  +title: "Some Ralph Macquarie art of bounty hunters posing"
  +url: "https://lemmy.world/pictrs/image/6ab52908-6fa6-4557-9592-1d2d2db22a20.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710042987 {#1932
    date: 2024-03-10 04:56:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 26290
  -titleTs: "'art':4 'bounti':6 'hunter':7 'macquari':3 'pose':8 'ralph':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134931
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10168354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704048531 {#1930
    date: 2023-12-31 19:48: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
12 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: Proxies\__CG__\App\Entity\Image {#1952 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Some-Ralph-Macquarie-art-of-bounty-hunters-posing"
  +title: "Some Ralph Macquarie art of bounty hunters posing"
  +url: "https://lemmy.world/pictrs/image/6ab52908-6fa6-4557-9592-1d2d2db22a20.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710042987 {#1932
    date: 2024-03-10 04:56:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 26290
  -titleTs: "'art':4 'bounti':6 'hunter':7 'macquari':3 'pose':8 'ralph':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134931
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10168354"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704048531 {#1930
    date: 2023-12-31 19:48: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
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 {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: Proxies\__CG__\App\Entity\Image {#1938 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "Can-t-be-too-careful"
  +title: "Can't be too careful"
  +url: "https://startrek.website/pictrs/image/bd9583e7-b8bf-4a07-ab13-c9a7d8db4a87.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 302
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709996523 {#1398
    date: 2024-03-09 16:02:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 26283
  -titleTs: "'care':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134287
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186387"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047887 {#1393
    date: 2023-12-31 19:38:07.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 {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: Proxies\__CG__\App\Entity\Image {#1938 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "Can-t-be-too-careful"
  +title: "Can't be too careful"
  +url: "https://startrek.website/pictrs/image/bd9583e7-b8bf-4a07-ab13-c9a7d8db4a87.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 302
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709996523 {#1398
    date: 2024-03-09 16:02:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 26283
  -titleTs: "'care':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134287
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186387"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047887 {#1393
    date: 2023-12-31 19:38:07.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 {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: Proxies\__CG__\App\Entity\Image {#1938 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "Can-t-be-too-careful"
  +title: "Can't be too careful"
  +url: "https://startrek.website/pictrs/image/bd9583e7-b8bf-4a07-ab13-c9a7d8db4a87.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 302
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709996523 {#1398
    date: 2024-03-09 16:02:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1945 …}
  +votes: Doctrine\ORM\PersistentCollection {#1941 …}
  +reports: Doctrine\ORM\PersistentCollection {#1971 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1368 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1396 …}
  +badges: Doctrine\ORM\PersistentCollection {#1366 …}
  +children: []
  -id: 26283
  -titleTs: "'care':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134287
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186387"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047887 {#1393
    date: 2023-12-31 19:38:07.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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1370 …}
  +image: Proxies\__CG__\App\Entity\Image {#1371 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "There-s-SOMETHING-on-the-nacelle"
  +title: "There's... SOMETHING... on the nacelle!"
  +url: "https://startrek.website/pictrs/image/6198651e-4af0-4d32-947d-aab1f1fff2b7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 287
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710398993 {#1365
    date: 2024-03-14 07:49:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 26282
  -titleTs: "'nacell':6 'someth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134253
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047853 {#1369
    date: 2023-12-31 19:37:33.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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1370 …}
  +image: Proxies\__CG__\App\Entity\Image {#1371 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "There-s-SOMETHING-on-the-nacelle"
  +title: "There's... SOMETHING... on the nacelle!"
  +url: "https://startrek.website/pictrs/image/6198651e-4af0-4d32-947d-aab1f1fff2b7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 287
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710398993 {#1365
    date: 2024-03-14 07:49:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 26282
  -titleTs: "'nacell':6 'someth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134253
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047853 {#1369
    date: 2023-12-31 19:37:33.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 {#1378
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1370 …}
  +image: Proxies\__CG__\App\Entity\Image {#1371 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "There-s-SOMETHING-on-the-nacelle"
  +title: "There's... SOMETHING... on the nacelle!"
  +url: "https://startrek.website/pictrs/image/6198651e-4af0-4d32-947d-aab1f1fff2b7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 19
  +favouriteCount: 287
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710398993 {#1365
    date: 2024-03-14 07:49:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1375 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#1902 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1891 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1956 …}
  +badges: Doctrine\ORM\PersistentCollection {#1848 …}
  +children: []
  -id: 26282
  -titleTs: "'nacell':6 'someth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134253
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047853 {#1369
    date: 2023-12-31 19:37:33.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 {#2446
  +user: Proxies\__CG__\App\Entity\User {#2428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "Looking-for-Notes-App-for-Android-and-amp-Linux"
  +title: "Looking for Notes App for Android & Linux"
  +url: null
  +body: """
    I am trying to slowly de-Google-ify myself by moving to open source apps, I wanna ditch google notes and evernote. I tried obsidian, standard notes, and joplin, I liked using obsidian on PC and standard notes looks nice on android but obsidian you need to pay to have sync and standard notes doesn’t do markdown unless you pay (are plugins only on PC???). Joplin has most features I need but I don’t like how it looks/feels on android (haven’t tried in PC yet)\n
    \n
    Basically what I want the most in a notes app is offline with sync capability for phone and PC, would be nice to make folders for notes like notepads on evernote, and md is a big plus but I can live without it. I would love if I could use something like proton drive for cloud sync and wouldn’t mind paying for obsidian if it was cheaper cuz $8 per month is too much for my minimum pay and I didnt see any cheaper plans.\n
    \n
    EDIT: If no one has any better suggestions, I am thinking of trying to setup obsidian with syncthing.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 78
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722497531 {#2429
    date: 2024-08-01 09:32:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2432 …}
  +votes: Doctrine\ORM\PersistentCollection {#2442 …}
  +reports: Doctrine\ORM\PersistentCollection {#2440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2166 …}
  +badges: Doctrine\ORM\PersistentCollection {#2288 …}
  +children: []
  -id: 26281
  -titleTs: "'android':6 'app':4 'linux':7 'look':1 'note':3"
  -bodyTs: "'8':159 'android':43,83 'app':16,99 'basic':90 'better':182 'big':125 'capabl':104 'cheaper':157,174 'cloud':145 'could':138 'cuz':158 'de':7 'de-google-ifi':6 'didnt':171 'ditch':19 'doesn':56 'drive':143 'edit':176 'evernot':23,120 'featur':71 'folder':114 'googl':8,20 'haven':84 'ifi':9 'joplin':30,68 'like':32,78,117,141 'live':130 'look':40 'looks/feels':81 'love':135 'make':113 'markdown':59 'md':122 'mind':150 'minimum':167 'month':161 'move':12 'much':164 'need':47,73 'nice':41,111 'note':21,28,39,55,98,116 'notepad':118 'obsidian':26,34,45,153,191 'offlin':101 'one':179 'open':14 'pay':49,62,151,168 'pc':36,67,88,108 'per':160 'phone':106 'plan':175 'plugin':64 'plus':126 'proton':142 'see':172 'setup':190 'slowli':5 'someth':140 'sourc':15 'standard':27,38,54 'suggest':183 'sync':52,103,146 'syncth':193 'think':186 'tri':3,25,86,188 'unless':60 'use':33,139 'wanna':18 'want':93 'without':131 'would':109,134 'wouldn':148 'yet':89"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134167
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10167748"
  +editedAt: DateTimeImmutable @1709981377 {#2427
    date: 2024-03-09 11:49:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704047767 {#2424
    date: 2023-12-31 19:36:07.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 {#2446
  +user: Proxies\__CG__\App\Entity\User {#2428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "Looking-for-Notes-App-for-Android-and-amp-Linux"
  +title: "Looking for Notes App for Android & Linux"
  +url: null
  +body: """
    I am trying to slowly de-Google-ify myself by moving to open source apps, I wanna ditch google notes and evernote. I tried obsidian, standard notes, and joplin, I liked using obsidian on PC and standard notes looks nice on android but obsidian you need to pay to have sync and standard notes doesn’t do markdown unless you pay (are plugins only on PC???). Joplin has most features I need but I don’t like how it looks/feels on android (haven’t tried in PC yet)\n
    \n
    Basically what I want the most in a notes app is offline with sync capability for phone and PC, would be nice to make folders for notes like notepads on evernote, and md is a big plus but I can live without it. I would love if I could use something like proton drive for cloud sync and wouldn’t mind paying for obsidian if it was cheaper cuz $8 per month is too much for my minimum pay and I didnt see any cheaper plans.\n
    \n
    EDIT: If no one has any better suggestions, I am thinking of trying to setup obsidian with syncthing.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 78
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722497531 {#2429
    date: 2024-08-01 09:32:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2432 …}
  +votes: Doctrine\ORM\PersistentCollection {#2442 …}
  +reports: Doctrine\ORM\PersistentCollection {#2440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2166 …}
  +badges: Doctrine\ORM\PersistentCollection {#2288 …}
  +children: []
  -id: 26281
  -titleTs: "'android':6 'app':4 'linux':7 'look':1 'note':3"
  -bodyTs: "'8':159 'android':43,83 'app':16,99 'basic':90 'better':182 'big':125 'capabl':104 'cheaper':157,174 'cloud':145 'could':138 'cuz':158 'de':7 'de-google-ifi':6 'didnt':171 'ditch':19 'doesn':56 'drive':143 'edit':176 'evernot':23,120 'featur':71 'folder':114 'googl':8,20 'haven':84 'ifi':9 'joplin':30,68 'like':32,78,117,141 'live':130 'look':40 'looks/feels':81 'love':135 'make':113 'markdown':59 'md':122 'mind':150 'minimum':167 'month':161 'move':12 'much':164 'need':47,73 'nice':41,111 'note':21,28,39,55,98,116 'notepad':118 'obsidian':26,34,45,153,191 'offlin':101 'one':179 'open':14 'pay':49,62,151,168 'pc':36,67,88,108 'per':160 'phone':106 'plan':175 'plugin':64 'plus':126 'proton':142 'see':172 'setup':190 'slowli':5 'someth':140 'sourc':15 'standard':27,38,54 'suggest':183 'sync':52,103,146 'syncth':193 'think':186 'tri':3,25,86,188 'unless':60 'use':33,139 'wanna':18 'want':93 'without':131 'would':109,134 'wouldn':148 'yet':89"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134167
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10167748"
  +editedAt: DateTimeImmutable @1709981377 {#2427
    date: 2024-03-09 11:49:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704047767 {#2424
    date: 2023-12-31 19:36:07.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 {#2446
  +user: Proxies\__CG__\App\Entity\User {#2428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "Looking-for-Notes-App-for-Android-and-amp-Linux"
  +title: "Looking for Notes App for Android & Linux"
  +url: null
  +body: """
    I am trying to slowly de-Google-ify myself by moving to open source apps, I wanna ditch google notes and evernote. I tried obsidian, standard notes, and joplin, I liked using obsidian on PC and standard notes looks nice on android but obsidian you need to pay to have sync and standard notes doesn’t do markdown unless you pay (are plugins only on PC???). Joplin has most features I need but I don’t like how it looks/feels on android (haven’t tried in PC yet)\n
    \n
    Basically what I want the most in a notes app is offline with sync capability for phone and PC, would be nice to make folders for notes like notepads on evernote, and md is a big plus but I can live without it. I would love if I could use something like proton drive for cloud sync and wouldn’t mind paying for obsidian if it was cheaper cuz $8 per month is too much for my minimum pay and I didnt see any cheaper plans.\n
    \n
    EDIT: If no one has any better suggestions, I am thinking of trying to setup obsidian with syncthing.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 78
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722497531 {#2429
    date: 2024-08-01 09:32:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2432 …}
  +votes: Doctrine\ORM\PersistentCollection {#2442 …}
  +reports: Doctrine\ORM\PersistentCollection {#2440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2436 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2166 …}
  +badges: Doctrine\ORM\PersistentCollection {#2288 …}
  +children: []
  -id: 26281
  -titleTs: "'android':6 'app':4 'linux':7 'look':1 'note':3"
  -bodyTs: "'8':159 'android':43,83 'app':16,99 'basic':90 'better':182 'big':125 'capabl':104 'cheaper':157,174 'cloud':145 'could':138 'cuz':158 'de':7 'de-google-ifi':6 'didnt':171 'ditch':19 'doesn':56 'drive':143 'edit':176 'evernot':23,120 'featur':71 'folder':114 'googl':8,20 'haven':84 'ifi':9 'joplin':30,68 'like':32,78,117,141 'live':130 'look':40 'looks/feels':81 'love':135 'make':113 'markdown':59 'md':122 'mind':150 'minimum':167 'month':161 'move':12 'much':164 'need':47,73 'nice':41,111 'note':21,28,39,55,98,116 'notepad':118 'obsidian':26,34,45,153,191 'offlin':101 'one':179 'open':14 'pay':49,62,151,168 'pc':36,67,88,108 'per':160 'phone':106 'plan':175 'plugin':64 'plus':126 'proton':142 'see':172 'setup':190 'slowli':5 'someth':140 'sourc':15 'standard':27,38,54 'suggest':183 'sync':52,103,146 'syncth':193 'think':186 'tri':3,25,86,188 'unless':60 'use':33,139 'wanna':18 'want':93 'without':131 'would':109,134 'wouldn':148 'yet':89"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704134167
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10167748"
  +editedAt: DateTimeImmutable @1709981377 {#2427
    date: 2024-03-09 11:49:37.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704047767 {#2424
    date: 2023-12-31 19:36:07.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 {#2356
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2353 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "I-can-t-appreciate-fashion-for-you"
  +title: "I can't appreciate fashion for you."
  +url: "https://startrek.website/pictrs/image/9956b1a2-7ce7-49f6-964a-9deb12306f18.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 365
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710082145 {#2466
    date: 2024-03-10 15:49:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2475 …}
  +votes: Doctrine\ORM\PersistentCollection {#2450 …}
  +reports: Doctrine\ORM\PersistentCollection {#2477 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2354 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2487 …}
  +badges: Doctrine\ORM\PersistentCollection {#1841 …}
  +children: []
  -id: 26278
  -titleTs: "'appreci':4 'fashion':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133894
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047494 {#2476
    date: 2023-12-31 19:31:34.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 {#2356
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2353 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "I-can-t-appreciate-fashion-for-you"
  +title: "I can't appreciate fashion for you."
  +url: "https://startrek.website/pictrs/image/9956b1a2-7ce7-49f6-964a-9deb12306f18.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 365
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710082145 {#2466
    date: 2024-03-10 15:49:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2475 …}
  +votes: Doctrine\ORM\PersistentCollection {#2450 …}
  +reports: Doctrine\ORM\PersistentCollection {#2477 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2354 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2487 …}
  +badges: Doctrine\ORM\PersistentCollection {#1841 …}
  +children: []
  -id: 26278
  -titleTs: "'appreci':4 'fashion':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133894
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047494 {#2476
    date: 2023-12-31 19:31:34.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 {#2356
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#2353 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "I-can-t-appreciate-fashion-for-you"
  +title: "I can't appreciate fashion for you."
  +url: "https://startrek.website/pictrs/image/9956b1a2-7ce7-49f6-964a-9deb12306f18.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 365
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710082145 {#2466
    date: 2024-03-10 15:49:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2475 …}
  +votes: Doctrine\ORM\PersistentCollection {#2450 …}
  +reports: Doctrine\ORM\PersistentCollection {#2477 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2354 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2487 …}
  +badges: Doctrine\ORM\PersistentCollection {#1841 …}
  +children: []
  -id: 26278
  -titleTs: "'appreci':4 'fashion':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133894
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5186056"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047494 {#2476
    date: 2023-12-31 19:31:34.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 {#2488
  +user: Proxies\__CG__\App\Entity\User {#2490 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2489 …}
  +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
  +title: "Could we add alternativeto.net to the sidebar?"
  +url: "https://alternativeto.net/"
  +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711964 {#60
    date: 2024-09-30 17:59:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 26291
  -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
  -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133587
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7940503"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047187 {#1359
    date: 2023-12-31 19:26:27.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 {#2488
  +user: Proxies\__CG__\App\Entity\User {#2490 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2489 …}
  +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
  +title: "Could we add alternativeto.net to the sidebar?"
  +url: "https://alternativeto.net/"
  +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711964 {#60
    date: 2024-09-30 17:59:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 26291
  -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
  -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133587
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7940503"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047187 {#1359
    date: 2023-12-31 19:26:27.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 {#2488
  +user: Proxies\__CG__\App\Entity\User {#2490 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2489 …}
  +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
  +title: "Could we add alternativeto.net to the sidebar?"
  +url: "https://alternativeto.net/"
  +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711964 {#60
    date: 2024-09-30 17:59:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1923 …}
  +reports: Doctrine\ORM\PersistentCollection {#1391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1512 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1524 …}
  +badges: Doctrine\ORM\PersistentCollection {#1500 …}
  +children: []
  -id: 26291
  -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
  -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133587
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7940503"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047187 {#1359
    date: 2023-12-31 19:26:27.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 {#1546
  +user: Proxies\__CG__\App\Entity\User {#1544 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "AppleTV-complete-replacement-opinions"
  +title: "AppleTV complete replacement opinions"
  +url: null
  +body: """
    Hi and hope all are well today. First, thanks in advance for any / all responses. Second, apologies if this isn’t the best place to ask this question.\n
    \n
    I’m curious if anyone, has moved completely from using an AppleTV to something else. Current use case for the ATV is a few streaming apps (Crunchyroll / HiDive, Tubi, etc.) and Apple Arcade (a few casual games).\n
    \n
    If you did completely switch, what did you decide on using? Did you go back to buying movies / using a DVD/Blu-Ray player, setup a mini PC and stream from websites / rip music and movies, use a gaming console instead, etc.?\n
    \n
    Exploring options and entertaining thoughts for right now. Again, thanks and have a good day / evening.\n
    \n
    **Edit** - 2024/01/01 - Just wanted to thank everyone for the lively discussion and resources (links, recommendations, etc.) related to my question.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 94
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719557516 {#1514
    date: 2024-06-28 08:51:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1545 …}
  +votes: Doctrine\ORM\PersistentCollection {#1481 …}
  +reports: Doctrine\ORM\PersistentCollection {#1511 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1480 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1510 …}
  +badges: Doctrine\ORM\PersistentCollection {#1503 …}
  +children: []
  -id: 26276
  -titleTs: "'appletv':1 'complet':2 'opinion':4 'replac':3"
  -bodyTs: "'2024/01/01':123 'advanc':11 'anyon':33 'apolog':17 'app':54 'appl':60 'appletv':40 'arcad':61 'ask':26 'atv':49 'back':80 'best':23 'buy':82 'case':46 'casual':64 'complet':36,69 'consol':103 'crunchyrol':55 'curious':31 'current':44 'day':120 'decid':74 'discuss':132 'dvd/blu-ray':86 'edit':122 'els':43 'entertain':109 'etc':58,105,137 'even':121 'everyon':128 'explor':106 'first':8 'game':65,102 'go':79 'good':119 'hi':1 'hidiv':56 'hope':3 'instead':104 'isn':20 'link':135 'live':131 'm':30 'mini':90 'move':35 'movi':83,99 'music':97 'option':107 'pc':91 'place':24 'player':87 'question':28,141 'recommend':136 'relat':138 'resourc':134 'respons':15 'right':112 'rip':96 'second':16 'setup':88 'someth':42 'stream':53,93 'switch':70 'thank':9,115,127 'thought':110 'today':7 'tubi':57 'use':38,45,76,84,100 'want':125 'websit':95 'well':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704131560
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9927857"
  +editedAt: DateTimeImmutable @1710395355 {#1499
    date: 2024-03-14 06:49:15.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704045160 {#1502
    date: 2023-12-31 18:52:40.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 {#1546
  +user: Proxies\__CG__\App\Entity\User {#1544 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "AppleTV-complete-replacement-opinions"
  +title: "AppleTV complete replacement opinions"
  +url: null
  +body: """
    Hi and hope all are well today. First, thanks in advance for any / all responses. Second, apologies if this isn’t the best place to ask this question.\n
    \n
    I’m curious if anyone, has moved completely from using an AppleTV to something else. Current use case for the ATV is a few streaming apps (Crunchyroll / HiDive, Tubi, etc.) and Apple Arcade (a few casual games).\n
    \n
    If you did completely switch, what did you decide on using? Did you go back to buying movies / using a DVD/Blu-Ray player, setup a mini PC and stream from websites / rip music and movies, use a gaming console instead, etc.?\n
    \n
    Exploring options and entertaining thoughts for right now. Again, thanks and have a good day / evening.\n
    \n
    **Edit** - 2024/01/01 - Just wanted to thank everyone for the lively discussion and resources (links, recommendations, etc.) related to my question.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 94
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719557516 {#1514
    date: 2024-06-28 08:51:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1545 …}
  +votes: Doctrine\ORM\PersistentCollection {#1481 …}
  +reports: Doctrine\ORM\PersistentCollection {#1511 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1480 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1510 …}
  +badges: Doctrine\ORM\PersistentCollection {#1503 …}
  +children: []
  -id: 26276
  -titleTs: "'appletv':1 'complet':2 'opinion':4 'replac':3"
  -bodyTs: "'2024/01/01':123 'advanc':11 'anyon':33 'apolog':17 'app':54 'appl':60 'appletv':40 'arcad':61 'ask':26 'atv':49 'back':80 'best':23 'buy':82 'case':46 'casual':64 'complet':36,69 'consol':103 'crunchyrol':55 'curious':31 'current':44 'day':120 'decid':74 'discuss':132 'dvd/blu-ray':86 'edit':122 'els':43 'entertain':109 'etc':58,105,137 'even':121 'everyon':128 'explor':106 'first':8 'game':65,102 'go':79 'good':119 'hi':1 'hidiv':56 'hope':3 'instead':104 'isn':20 'link':135 'live':131 'm':30 'mini':90 'move':35 'movi':83,99 'music':97 'option':107 'pc':91 'place':24 'player':87 'question':28,141 'recommend':136 'relat':138 'resourc':134 'respons':15 'right':112 'rip':96 'second':16 'setup':88 'someth':42 'stream':53,93 'switch':70 'thank':9,115,127 'thought':110 'today':7 'tubi':57 'use':38,45,76,84,100 'want':125 'websit':95 'well':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704131560
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9927857"
  +editedAt: DateTimeImmutable @1710395355 {#1499
    date: 2024-03-14 06:49:15.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704045160 {#1502
    date: 2023-12-31 18:52:40.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 {#1546
  +user: Proxies\__CG__\App\Entity\User {#1544 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "AppleTV-complete-replacement-opinions"
  +title: "AppleTV complete replacement opinions"
  +url: null
  +body: """
    Hi and hope all are well today. First, thanks in advance for any / all responses. Second, apologies if this isn’t the best place to ask this question.\n
    \n
    I’m curious if anyone, has moved completely from using an AppleTV to something else. Current use case for the ATV is a few streaming apps (Crunchyroll / HiDive, Tubi, etc.) and Apple Arcade (a few casual games).\n
    \n
    If you did completely switch, what did you decide on using? Did you go back to buying movies / using a DVD/Blu-Ray player, setup a mini PC and stream from websites / rip music and movies, use a gaming console instead, etc.?\n
    \n
    Exploring options and entertaining thoughts for right now. Again, thanks and have a good day / evening.\n
    \n
    **Edit** - 2024/01/01 - Just wanted to thank everyone for the lively discussion and resources (links, recommendations, etc.) related to my question.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 94
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719557516 {#1514
    date: 2024-06-28 08:51:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1545 …}
  +votes: Doctrine\ORM\PersistentCollection {#1481 …}
  +reports: Doctrine\ORM\PersistentCollection {#1511 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1480 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1510 …}
  +badges: Doctrine\ORM\PersistentCollection {#1503 …}
  +children: []
  -id: 26276
  -titleTs: "'appletv':1 'complet':2 'opinion':4 'replac':3"
  -bodyTs: "'2024/01/01':123 'advanc':11 'anyon':33 'apolog':17 'app':54 'appl':60 'appletv':40 'arcad':61 'ask':26 'atv':49 'back':80 'best':23 'buy':82 'case':46 'casual':64 'complet':36,69 'consol':103 'crunchyrol':55 'curious':31 'current':44 'day':120 'decid':74 'discuss':132 'dvd/blu-ray':86 'edit':122 'els':43 'entertain':109 'etc':58,105,137 'even':121 'everyon':128 'explor':106 'first':8 'game':65,102 'go':79 'good':119 'hi':1 'hidiv':56 'hope':3 'instead':104 'isn':20 'link':135 'live':131 'm':30 'mini':90 'move':35 'movi':83,99 'music':97 'option':107 'pc':91 'place':24 'player':87 'question':28,141 'recommend':136 'relat':138 'resourc':134 'respons':15 'right':112 'rip':96 'second':16 'setup':88 'someth':42 'stream':53,93 'switch':70 'thank':9,115,127 'thought':110 'today':7 'tubi':57 'use':38,45,76,84,100 'want':125 'websit':95 'well':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704131560
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9927857"
  +editedAt: DateTimeImmutable @1710395355 {#1499
    date: 2024-03-14 06:49:15.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704045160 {#1502
    date: 2023-12-31 18:52:40.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 {#1543
  +user: Proxies\__CG__\App\Entity\User {#1532 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "Help-with-NGINX-so-close"
  +title: "Help with NGINX? so close..."
  +url: null
  +body: """
    Hi friends. I’m new to the whole homeserver. I managed to make a ton of progress very quickly using CasaOS but I’ve been hung up on this for a couple of days now.\n
    \n
    I have Jellyfin set up and working properly, locally. I configured Namecheap to forward requests from [subdomain] to [WAN]. I have my router set up to port forward requests from [WAN] 80 and 443 to NGINX on [LAN] port 81. I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).\n
    \n
    Problem is when I type in [subdomain] into the browser, it takes me to the NGINX login page instead of the Jellyfin server…like it’s not forwarding the request? Not really sure what I’m doing wrong here. Any help is appreciated.\n
    \n
    Potential issue I see is that Jellyfin by default fires up on port 8097 but in the settings defaults HTTP to 8096 and…I’m not really sure why. Going to 8096 returns a “site can’t be reached” error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710089304 {#1507
    date: 2024-03-10 17:48:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1535 …}
  +votes: Doctrine\ORM\PersistentCollection {#1542 …}
  +reports: Doctrine\ORM\PersistentCollection {#1538 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1539 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1529 …}
  +badges: Doctrine\ORM\PersistentCollection {#1530 …}
  +children: []
  -id: 26274
  -titleTs: "'close':5 'help':1 'nginx':3"
  -bodyTs: "'443':69 '80':67 '8096':161,171 '8097':94,153 '81':75 'appreci':139 'browser':106 'casao':21 'configur':46 'contain':96 'coupl':32 'creat':77 'day':34 'default':148,158 'error':179 'fire':149 'forward':49,63,84,124 'friend':2 'go':169 'help':137 'hi':1 'homeserv':9 'host':80 'http':159 'hung':26 'instead':115 'issu':141 'jellyfin':38,95,118,146 'lan':73,89,92 'like':120 'local':44 'login':113 'm':4,132,164 'make':13 'manag':11 'namecheap':47 'new':5 'nginx':71,82,112 'page':114 'port':62,74,93,152 'potenti':140 'problem':97 'progress':17 'proper':43 'proxi':79 'quick':19 'reach':178 'realli':128,166 'request':50,64,85,126 'return':172 'router':58 'see':143 'server':90,119 'set':39,59,157 'site':174 'subdomain':52,87,103 'sure':129,167 'take':108 'ton':15 'type':101 'use':20 've':24 'wan':54,66 'whole':8 'work':42 'wrong':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129941
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8509980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043541 {#1505
    date: 2023-12-31 18:25: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
39 DENIED edit
App\Entity\Entry {#1543
  +user: Proxies\__CG__\App\Entity\User {#1532 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "Help-with-NGINX-so-close"
  +title: "Help with NGINX? so close..."
  +url: null
  +body: """
    Hi friends. I’m new to the whole homeserver. I managed to make a ton of progress very quickly using CasaOS but I’ve been hung up on this for a couple of days now.\n
    \n
    I have Jellyfin set up and working properly, locally. I configured Namecheap to forward requests from [subdomain] to [WAN]. I have my router set up to port forward requests from [WAN] 80 and 443 to NGINX on [LAN] port 81. I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).\n
    \n
    Problem is when I type in [subdomain] into the browser, it takes me to the NGINX login page instead of the Jellyfin server…like it’s not forwarding the request? Not really sure what I’m doing wrong here. Any help is appreciated.\n
    \n
    Potential issue I see is that Jellyfin by default fires up on port 8097 but in the settings defaults HTTP to 8096 and…I’m not really sure why. Going to 8096 returns a “site can’t be reached” error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710089304 {#1507
    date: 2024-03-10 17:48:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1535 …}
  +votes: Doctrine\ORM\PersistentCollection {#1542 …}
  +reports: Doctrine\ORM\PersistentCollection {#1538 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1539 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1529 …}
  +badges: Doctrine\ORM\PersistentCollection {#1530 …}
  +children: []
  -id: 26274
  -titleTs: "'close':5 'help':1 'nginx':3"
  -bodyTs: "'443':69 '80':67 '8096':161,171 '8097':94,153 '81':75 'appreci':139 'browser':106 'casao':21 'configur':46 'contain':96 'coupl':32 'creat':77 'day':34 'default':148,158 'error':179 'fire':149 'forward':49,63,84,124 'friend':2 'go':169 'help':137 'hi':1 'homeserv':9 'host':80 'http':159 'hung':26 'instead':115 'issu':141 'jellyfin':38,95,118,146 'lan':73,89,92 'like':120 'local':44 'login':113 'm':4,132,164 'make':13 'manag':11 'namecheap':47 'new':5 'nginx':71,82,112 'page':114 'port':62,74,93,152 'potenti':140 'problem':97 'progress':17 'proper':43 'proxi':79 'quick':19 'reach':178 'realli':128,166 'request':50,64,85,126 'return':172 'router':58 'see':143 'server':90,119 'set':39,59,157 'site':174 'subdomain':52,87,103 'sure':129,167 'take':108 'ton':15 'type':101 'use':20 've':24 'wan':54,66 'whole':8 'work':42 'wrong':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129941
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8509980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043541 {#1505
    date: 2023-12-31 18:25: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
40 DENIED moderate
App\Entity\Entry {#1543
  +user: Proxies\__CG__\App\Entity\User {#1532 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "Help-with-NGINX-so-close"
  +title: "Help with NGINX? so close..."
  +url: null
  +body: """
    Hi friends. I’m new to the whole homeserver. I managed to make a ton of progress very quickly using CasaOS but I’ve been hung up on this for a couple of days now.\n
    \n
    I have Jellyfin set up and working properly, locally. I configured Namecheap to forward requests from [subdomain] to [WAN]. I have my router set up to port forward requests from [WAN] 80 and 443 to NGINX on [LAN] port 81. I created a proxy host in NGINX to forward requests from [subdomain] to [LAN Server] on [LAN] port 8097 (Jellyfin container).\n
    \n
    Problem is when I type in [subdomain] into the browser, it takes me to the NGINX login page instead of the Jellyfin server…like it’s not forwarding the request? Not really sure what I’m doing wrong here. Any help is appreciated.\n
    \n
    Potential issue I see is that Jellyfin by default fires up on port 8097 but in the settings defaults HTTP to 8096 and…I’m not really sure why. Going to 8096 returns a “site can’t be reached” error.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710089304 {#1507
    date: 2024-03-10 17:48:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1535 …}
  +votes: Doctrine\ORM\PersistentCollection {#1542 …}
  +reports: Doctrine\ORM\PersistentCollection {#1538 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1539 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1529 …}
  +badges: Doctrine\ORM\PersistentCollection {#1530 …}
  +children: []
  -id: 26274
  -titleTs: "'close':5 'help':1 'nginx':3"
  -bodyTs: "'443':69 '80':67 '8096':161,171 '8097':94,153 '81':75 'appreci':139 'browser':106 'casao':21 'configur':46 'contain':96 'coupl':32 'creat':77 'day':34 'default':148,158 'error':179 'fire':149 'forward':49,63,84,124 'friend':2 'go':169 'help':137 'hi':1 'homeserv':9 'host':80 'http':159 'hung':26 'instead':115 'issu':141 'jellyfin':38,95,118,146 'lan':73,89,92 'like':120 'local':44 'login':113 'm':4,132,164 'make':13 'manag':11 'namecheap':47 'new':5 'nginx':71,82,112 'page':114 'port':62,74,93,152 'potenti':140 'problem':97 'progress':17 'proper':43 'proxi':79 'quick':19 'reach':178 'realli':128,166 'request':50,64,85,126 'return':172 'router':58 'see':143 'server':90,119 'set':39,59,157 'site':174 'subdomain':52,87,103 'sure':129,167 'take':108 'ton':15 'type':101 'use':20 've':24 'wan':54,66 'whole':8 'work':42 'wrong':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129941
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8509980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043541 {#1505
    date: 2023-12-31 18:25: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
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 {#1516
  +user: Proxies\__CG__\App\Entity\User {#1518 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1519 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "todoist-alternatives"
  +title: "todoist alternatives"
  +url: null
  +body: "I’ve been using this app for quite a while now, and I like the way it’s designed, but I’m wondering if there’s a better equivalent."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710891972 {#1536
    date: 2024-03-20 00:46:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1520 …}
  +votes: Doctrine\ORM\PersistentCollection {#1632 …}
  +reports: Doctrine\ORM\PersistentCollection {#1631 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1704 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1712 …}
  +badges: Doctrine\ORM\PersistentCollection {#1706 …}
  +children: []
  -id: 26272
  -titleTs: "'altern':2 'todoist':1"
  -bodyTs: "'app':6 'better':28 'design':19 'equival':29 'like':14 'm':22 'quit':8 'use':4 've':2 'way':16 'wonder':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5342963"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043251 {#1515
    date: 2023-12-31 18:20: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
43 DENIED edit
App\Entity\Entry {#1516
  +user: Proxies\__CG__\App\Entity\User {#1518 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1519 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "todoist-alternatives"
  +title: "todoist alternatives"
  +url: null
  +body: "I’ve been using this app for quite a while now, and I like the way it’s designed, but I’m wondering if there’s a better equivalent."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710891972 {#1536
    date: 2024-03-20 00:46:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1520 …}
  +votes: Doctrine\ORM\PersistentCollection {#1632 …}
  +reports: Doctrine\ORM\PersistentCollection {#1631 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1704 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1712 …}
  +badges: Doctrine\ORM\PersistentCollection {#1706 …}
  +children: []
  -id: 26272
  -titleTs: "'altern':2 'todoist':1"
  -bodyTs: "'app':6 'better':28 'design':19 'equival':29 'like':14 'm':22 'quit':8 'use':4 've':2 'way':16 'wonder':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5342963"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043251 {#1515
    date: 2023-12-31 18:20: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
44 DENIED moderate
App\Entity\Entry {#1516
  +user: Proxies\__CG__\App\Entity\User {#1518 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1519 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2433 …}
  +slug: "todoist-alternatives"
  +title: "todoist alternatives"
  +url: null
  +body: "I’ve been using this app for quite a while now, and I like the way it’s designed, but I’m wondering if there’s a better equivalent."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 83
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710891972 {#1536
    date: 2024-03-20 00:46:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1520 …}
  +votes: Doctrine\ORM\PersistentCollection {#1632 …}
  +reports: Doctrine\ORM\PersistentCollection {#1631 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1704 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1712 …}
  +badges: Doctrine\ORM\PersistentCollection {#1706 …}
  +children: []
  -id: 26272
  -titleTs: "'altern':2 'todoist':1"
  -bodyTs: "'app':6 'better':28 'design':19 'equival':29 'like':14 'm':22 'quit':8 'use':4 've':2 'way':16 'wonder':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129651
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/5342963"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043251 {#1515
    date: 2023-12-31 18:20: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
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 {#1745
  +user: Proxies\__CG__\App\Entity\User {#1747 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1738 …}
  +image: Proxies\__CG__\App\Entity\Image {#1753 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Wifi-stopped-showing-in-linux-mint"
  +title: "Wifi stopped showing in linux mint"
  +url: "https://kbin.social/m/linux@lemmy.ml/t/733211"
  +body: """
    Yesterday night I had a problem with a usb port and the touch pad not working, I restarted the system a few times and switched back and forth with windows (which is installed on a different drive), they didn't work even there.After a few restarts the usbport and the touch pad came back to life, but the wifi stopped working. When I type wifi in the terminal I get: `wifi      = none (no device)`  \n
     This time the problem is only on linux though.\n
    \n
    Where/What should I check?\n
    \n
    System Info:\n
    \n
    ::: spoiler spoiler  \n
     System:  \n
     Kernel: 5.15.0-91-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Cinnamon 5.8.4  \n
     tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy  \n
     Machine:  \n
     Type: Laptop System: Micro-Star product: GS65 Stealth Thin 8RF v: REV:1.0  \n
     serial: <superuser required> Chassis: type: 10 serial: <superuser required>  \n
     Mobo: Micro-Star model: MS-16Q2 v: REV:1.0 serial: <superuser required>  \n
     UEFI: American Megatrends v: E16Q2IMS.112 date: 05/21/2019  \n
     Battery:  \n
     ID-1: BAT1 charge: 52.4 Wh (65.3%) condition: 80.3/80.3 Wh (100.0%) volts: 16.5 min: 15.2  \n
     model: MSI BIF0_9 serial: N/A status: Charging  \n
     CPU:  \n
     Info: 6-core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Coffee Lake rev: A cache:  \n
     L1: 384 KiB L2: 1.5 MiB L3: 9 MiB  \n
     Speed (MHz): avg: 900 min/max: 800/4100 cores: 1: 900 2: 900 3: 900 4: 900 5: 900 6: 900  \n
     7: 900 8: 900 9: 900 10: 900 11: 900 12: 900 bogomips: 52799  \n
     Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx  \n
     Graphics:  \n
     Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Micro-Star MSI driver: i915  \n
     v: kernel ports: active: eDP-1 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:3e9b  \n
     Device-2: NVIDIA GP104M [GeForce GTX 1070 Mobile] vendor: Micro-Star MSI driver: nvidia  \n
     v: 535.129.03 pcie: speed: 2.5 GT/s lanes: 16 ports: active: none empty: DP-2,HDMI-A-2  \n
     bus-ID: 01:00.0 chip-ID: 10de:1ba1  \n
     Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting,nvidia  \n
     unloaded: fbdev,nouveau,vesa gpu: i915 display-ID: :0 screens: 1  \n
     Screen-1: 0 s-res: 1920x1080 s-dpi: 98  \n
     Monitor-1: eDP-1 model: AU Optronics res: 1920x1080 dpi: 142 diag: 394mm (15.5")  \n
     OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 23.0.4-0ubuntu1~22.04.1  \n
     direct render: Yes  \n
     Audio:  \n
     Device-1: Intel Cannon Lake PCH cAVS vendor: Micro-Star MSI driver: snd_hda_intel v: kernel  \n
     bus-ID: 00:1f.3 chip-ID: 8086:a348  \n
     Device-2: NVIDIA GP104 High Definition Audio driver: snd_hda_intel v: kernel pcie:  \n
     speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:10f0  \n
     Sound Server-1: ALSA v: k5.15.0-91-generic running: yes  \n
     Sound Server-2: PulseAudio v: 15.99.1 running: yes  \n
     Sound Server-3: PipeWire v: 0.3.48 running: yes  \n
     Network:  \n
     Device-1: Qualcomm Atheros Killer E2500 Gigabit Ethernet vendor: Micro-Star MSI driver: alx  \n
     v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 3d:00.0 chip-ID: 1969:e0b1  \n
     IF: enp61s0 state: up speed: 100 Mbps duplex: full mac: <filter>  \n
     Device-2: Intel Wireless-AC 9260 driver: iwlwifi v: kernel pcie: speed: 5 GT/s lanes: 1  \n
     bus-ID: 3e:00.0 chip-ID: 8086:2526  \n
     Bluetooth:  \n
     Device-1: Intel Wireless-AC 9260 Bluetooth Adapter type: USB driver: btusb v: 0.8 bus-ID: 1-14:4  \n
     chip-ID: 8087:0025  \n
     Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 3.0 lmp-v: 5.1  \n
     sub-v: 100  \n
     Drives:  \n
     Local Storage: total: 1.38 TiB used: 220.24 GiB (15.6%)  \n
     ID-1: /dev/nvme0n1 vendor: Kingston model: SA2000M81000G size: 931.51 GiB speed: 31.6 Gb/s  \n
     lanes: 4 serial: <filter> temp: 29.9 C  \n
     ID-2: /dev/nvme1n1 vendor: Samsung model: MZVLB512HAJQ-00000 size: 476.94 GiB speed: 31.6 Gb/s  \n
     lanes: 4 serial: <filter> temp: 40.9 C  \n
     Partition:  \n
     ID-1: / size: 106.75 GiB used: 39.66 GiB (37.2%) fs: ext4 dev: /dev/nvme1n1p1  \n
     ID-2: /boot/efi size: 296 MiB used: 31.8 MiB (10.7%) fs: vfat dev: /dev/nvme0n1p1  \n
     ID-3: /home size: 361.45 GiB used: 180.55 GiB (50.0%) fs: ext4 dev: /dev/nvme1n1p2  \n
     Swap:  \n
     ID-1: swap-1 type: file size: 1.42 GiB used: 0 KiB (0.0%) priority: -2 file: /swapfile  \n
     Sensors:  \n
     System Temperatures: cpu: 55.0 C pch: 46.0 C mobo: N/A  \n
     Fan Speeds (RPM): N/A  \n
     Repos:  \n
     Packages: 2796 apt: 2746 flatpak: 50  \n
     No active apt repos in: /etc/apt/sources.list  \n
     Active apt repos in: /etc/apt/sources.list.d/brave-browser-release.list  \n
     1: deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https: //brave-browser-apt-release.s3.brave.com/ stable main  \n
     Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list  \n
     1: deb http: //linux-mint.froonix.org victoria main upstream import backport  \n
     2: deb http: //mirror2.tuxinator.org/ubuntu jammy main restricted universe multiverse  \n
     3: deb http: //mirror2.tuxinator.org/ubuntu jammy-updates main restricted universe multiverse  \n
     4: deb http: //mirror2.tuxinator.org/ubuntu jammy-backports main restricted universe multiverse  \n
     5: deb http: //security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse  \n
     No active apt repos in: /etc/apt/sources.list.d/spotify.list  \n
     Active apt repos in: /etc/apt/sources.list.d/syncthing.list  \n
     1: deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https: //apt.syncthing.net/ syncthing stable  \n
     Active apt repos in: /etc/apt/sources.list.d/trebelnik-stefina-grub-customizer-jammy.list  \n
     1: deb [arch=amd64 signed-by=/etc/apt/keyrings/trebelnik-stefina-grub-customizer-jammy.gpg] https: //ppa.launchpadcontent.net/trebelnik-stefina/grub-customizer/ubuntu jammy main  \n
     Info:  \n
     Processes: 370 Uptime: 1h 40m Memory: 15.46 GiB used: 5.53 GiB (35.8%) Init: systemd v: 249  \n
     runlevel: 5 Compilers: gcc: 11.4.0 alt: 11/12 Client: Cinnamon v: 5.8.4 inxi: 3.3.13\n
    \n
    :::
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710730037 {#1657
    date: 2024-03-18 03:47:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1746 …}
  +votes: Doctrine\ORM\PersistentCollection {#1750 …}
  +reports: Doctrine\ORM\PersistentCollection {#1468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1467 …}
  +badges: Doctrine\ORM\PersistentCollection {#1469 …}
  +children: []
  -id: 26271
  -titleTs: "'linux':5 'mint':6 'show':3 'stop':2 'wifi':1"
  -bodyTs: "'-0':419 '-00000':669 '-1':171,275,296,299,382,393,395,427,485,509,583,643,685,727,729 '-14':601 '-2':316,343,455,493,555,663,698,740 '-3':501,712 '-91':95 '/80.3':179 '/apt.syncthing.net':860 '/boot/efi':699 '/brave-browser-apt-release.s3.brave.com':783 '/dev/nvme0n1':644 '/dev/nvme0n1p1':710 '/dev/nvme1n1':664 '/dev/nvme1n1p1':696 '/dev/nvme1n1p2':724 '/etc/apt/keyrings/trebelnik-stefina-grub-customizer-jammy.gpg':875 '/etc/apt/sources.list':770 '/etc/apt/sources.list.d/brave-browser-release.list':775 '/etc/apt/sources.list.d/official-package-repositories.list':790 '/etc/apt/sources.list.d/spotify.list':847 '/etc/apt/sources.list.d/syncthing.list':852 '/etc/apt/sources.list.d/trebelnik-stefina-grub-customizer-jammy.list':867 '/home':713 '/linux-mint.froonix.org':794 '/mirror2.tuxinator.org/ubuntu':803,812,823 '/ppa.launchpadcontent.net/trebelnik-stefina/grub-customizer/ubuntu':877 '/security.ubuntu.com/ubuntu':834 '/swapfile':742 '/usr/share/keyrings/brave-browser-archive-keyring.gpg':781 '/usr/share/keyrings/syncthing-archive-keyring.gpg':858 '0':378,383,615,736 '0.0':738 '0.3.48':504 '0.8':596 '00':307,447 '00.0':352,537,575 '00.1':477 '0025':607 '01':351,476 '02.0':308 '05/21/2019':168 '1':231,268,303,380,530,570,600,776,791,853,868 '1.0':138,158 '1.21.1.4':363 '1.38':636 '1.42':733 '1.5':219 '10':144,249 '10.7':706 '100':548,631 '100.0':181 '106.75':687 '1070':321 '10de':356,481 '10f0':482 '11':251 '11.4.0':104,901 '11/12':903 '12':253 '142':402 '15.2':185 '15.46':887 '15.5':405 '15.6':641 '15.99.1':496 '16':337,472 '16.5':183 '16q2':155 '180.55':718 '1920x1080':387,400 '1969':541 '1ba1':357 '1f.3':448 '1h':884 '2':233,270,347,800 '2.5':334,469,527 '21.2':118 '22.04':122 '220.24':639 '23.0.4':418 '249':896 '2526':580 '2746':762 '2796':760 '29.9':660 '296':701 '3':235,809 '3.0':623 '3.24.33':110 '3.3.13':909 '3000':532 '31.6':653,674 '31.8':704 '35.8':892 '361.45':715 '37.2':692 '370':882 '384':216 '39.66':690 '394mm':404 '3d':536 '3e':574 '3e9':313 '4':237,602,656,677,820 '4.6':416 '40.9':681 '40m':885 '46.0':750 '476.94':671 '5':239,567,831,898 '5.1':627 '5.15.0':94 '5.53':890 '5.8.4':107,907 '50':764 '50.0':720 '52.4':174 '52799':256 '535.129.03':331 '55.0':747 '6':196,241 '630':283,412 '64':98,100,205 '65.3':176 '7':243 '8':245 '80.3':178 '800/4100':229 '8086':312,452,579 '8087':606 '8750h':203 '8rf':135 '9':189,222,247 '900':227,232,234,236,238,240,242,244,246,248,250,252,254 '9260':560,588 '931.51':650 '98':391 'a348':453 'ac':559,587 'activ':294,339,766,771,786,843,848,863 'adapt':590 'address':618 'alsa':486 'alt':902 'alx':522 'amd64':871 'american':163 'apt':761,767,772,787,844,849,864 'arch':209,870 'athero':511 'au':397 'audio':425,460 'avg':226 'avx':258 'avx2':259 'b':314 'back':26,54 'backport':799,826 'base':120 'bat1':172 'batteri':169 'bif0':188 'bit':99,204 'bluetooth':581,589 'bogomip':255 'bt':621 'bt-v':620 'btusb':594 'bus':305,349,445,474,534,572,598 'bus-id':304,348,444,473,533,571,597 'c':661,682,748,751 'cach':214 'came':53 'cannon':429 'cav':432 'cfl':413 'charg':173,193 'chassi':142 'check':87 'chip':310,354,450,479,539,577,604 'chip-id':309,353,449,478,538,576,603 'cinnamon':106,905 'client':904 'coffe':210 'coffeelak':278 'coffeelake-h':277 'compil':101,899 'condit':177 'core':197,200,230 'cpu':194,746 'date':167 'deb':777,792,801,810,821,832,854,869 'definit':459 'desktop':105 'dev':695,709,723 'devic':74,274,315,426,454,508,554,582 'diag':403 'didn':39 'differ':36 'direct':422 'display':358,376 'display-id':375 'distro':115 'dm':113 'dp':298,342 'dpi':390,401 'drive':37,632 'driver':289,328,364,438,461,521,561,593 'duplex':550 'e0b1':542 'e16q2ims.112':166 'e2500':513 'edp':295,394 'empti':297,341 'enp61s0':544 'ethernet':515 'even':42 'ext4':694,722 'fan':754 'fbdev':370 'file':731,741 'filter':553,619,658,679 'flag':257 'flatpak':763 'forth':28 'fs':693,707,721 'full':551 'gb/s':654,675 'gcc':102,900 'geforc':319 'generic':96 'get':70 'gib':640,651,672,688,691,716,719,734,888,891 'gigabit':514 'gp104':457 'gp104m':318 'gpu':373 'graphic':273,282,411 'gs65':132 'gt/s':335,470,528,568 'gt2':280,414 'gtk':109 'gtx':320 'h':279 'hci0':611 'hciconfig':609 'hda':440,463 'hdmi':301,345 'hdmi-a':300,344 'high':458 'ht':260 'http':793,802,811,822,833 'https':782,859,876 'i7':202 'i7-8750h':201 'i915':290,374 'id':170,306,311,350,355,377,446,451,475,480,535,540,573,578,599,605,610,614,642,662,684,697,711,726 'import':798 'info':89,195,880 'init':893 'instal':33 'intel':199,276,409,428,441,464,556,584 'inxi':908 'iwlwifi':562 'jammi':123,804,814,825,836,878 'jammy-backport':824 'jammy-secur':835 'jammy-upd':813 'k5.15.0-91-generic':488 'kernel':93,292,443,466,524,564 'kib':217,737 'killer':512 'kingston':646 'l1':215 'l2':218 'l3':221 'lake':211,430 'lane':336,471,529,569,655,676 'laptop':126 'life':56 'lightdm':114 'linux':82,116 'lm':261 'lmp':625 'lmp-v':624 'load':366 'local':633 'mac':552 'machin':124 'main':785,796,805,816,827,838,879 'mbps':549 'mcp':208 'megatrend':164 'memori':886 'mesa':408,417 'mhz':225 'mib':220,223,702,705 'micro':129,150,286,325,435,518 'micro-star':128,149,285,324,434,517 'min':184 'min/max':228 'mint':117 'mobil':322 'mobo':148,752 'model':152,186,198,396,647,667 'modeset':367 'monitor':392 'ms':154 'ms-16q2':153 'msi':187,288,327,437,520 'mt':207 'muffin':112 'multivers':808,819,830,841 'mzvlb512hajq':668 'n/a':191,753,757 'network':507 'night':2 'none':72,340 'nouveau':371 'nvidia':317,329,368,456 'nx':262 'opengl':406 'optron':398 'packag':759 'pad':14,52 'pae':263 'partit':683 'pch':431,749 'pcie':332,467,525,565 'pipewir':502 'port':10,293,338,531 'prioriti':739 'problem':6,78 'process':881 'product':131 'pulseaudio':494 'qualcomm':510 'render':407,423 'repo':758,768,773,788,845,850,865 'report':608 'requir':141,147,161 'res':386,399 'restart':18,46 'restrict':806,817,828,839 'rev':137,157,212 'rfk':613 'rfk-id':612 'rpm':756 'run':489,497,505 'runlevel':897 's-dpi':388 's-res':384 'sa2000m81000g':648 'samsung':666 'screen':379,381 'secur':837 'sensor':743 'serial':139,145,159,190,657,678 'server':360,484,492,500 'sign':779,856,873 'signed-bi':778,855,872 'size':649,670,686,700,714,732 'snd':439,462 'sound':483,491,499 'speed':224,333,468,526,547,566,652,673,755 'spoiler':90,91 'sse':264 'sse2':265 'sse3':266 'sse4':267,269 'ssse3':271 'stabl':784,862 'star':130,151,287,326,436,519 'state':545,616 'status':192 'stealth':133 'stop':60 'storag':634 'sub':629 'sub-v':628 'superus':140,146,160 'swap':725,728 'switch':25 'syncth':861 'system':20,88,92,127,744 'systemd':894 'temp':659,680 'temperatur':745 'termin':68 'there.after':43 'thin':134 'though':83 'tib':637 'time':23,76 'tk':108 'total':635 'touch':13,51 'type':64,125,143,206,591,730 'ubuntu':121 'ubuntu1':420 'uefi':162 'uhd':281,410 'univers':807,818,829,840 'unload':369 'updat':815 'upstream':797 'uptim':883 'usb':9,592 'usbport':48 'use':638,689,703,717,735,889 'v':103,136,156,165,291,330,362,415,442,465,487,495,503,523,563,595,622,626,630,895,906 'vendor':284,323,433,516,645,665 'vesa':372 'vfat':708 'victoria':119,795 'vmx':272 'volt':182 'wh':175,180 'where/what':84 'wifi':59,65,71 'window':30 'wireless':558,586 'wireless-ac':557,585 'wm':111 'work':16,41,61 'x':365 'x.org':361 'x11':359 'x86':97 'yes':424,490,498,506 'yesterday':1 '~22.04.1':421"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129533
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/733211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043133 {#1659
    date: 2023-12-31 18:18: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
47 DENIED edit
App\Entity\Entry {#1745
  +user: Proxies\__CG__\App\Entity\User {#1747 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1738 …}
  +image: Proxies\__CG__\App\Entity\Image {#1753 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Wifi-stopped-showing-in-linux-mint"
  +title: "Wifi stopped showing in linux mint"
  +url: "https://kbin.social/m/linux@lemmy.ml/t/733211"
  +body: """
    Yesterday night I had a problem with a usb port and the touch pad not working, I restarted the system a few times and switched back and forth with windows (which is installed on a different drive), they didn't work even there.After a few restarts the usbport and the touch pad came back to life, but the wifi stopped working. When I type wifi in the terminal I get: `wifi      = none (no device)`  \n
     This time the problem is only on linux though.\n
    \n
    Where/What should I check?\n
    \n
    System Info:\n
    \n
    ::: spoiler spoiler  \n
     System:  \n
     Kernel: 5.15.0-91-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Cinnamon 5.8.4  \n
     tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy  \n
     Machine:  \n
     Type: Laptop System: Micro-Star product: GS65 Stealth Thin 8RF v: REV:1.0  \n
     serial: <superuser required> Chassis: type: 10 serial: <superuser required>  \n
     Mobo: Micro-Star model: MS-16Q2 v: REV:1.0 serial: <superuser required>  \n
     UEFI: American Megatrends v: E16Q2IMS.112 date: 05/21/2019  \n
     Battery:  \n
     ID-1: BAT1 charge: 52.4 Wh (65.3%) condition: 80.3/80.3 Wh (100.0%) volts: 16.5 min: 15.2  \n
     model: MSI BIF0_9 serial: N/A status: Charging  \n
     CPU:  \n
     Info: 6-core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Coffee Lake rev: A cache:  \n
     L1: 384 KiB L2: 1.5 MiB L3: 9 MiB  \n
     Speed (MHz): avg: 900 min/max: 800/4100 cores: 1: 900 2: 900 3: 900 4: 900 5: 900 6: 900  \n
     7: 900 8: 900 9: 900 10: 900 11: 900 12: 900 bogomips: 52799  \n
     Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx  \n
     Graphics:  \n
     Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Micro-Star MSI driver: i915  \n
     v: kernel ports: active: eDP-1 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:3e9b  \n
     Device-2: NVIDIA GP104M [GeForce GTX 1070 Mobile] vendor: Micro-Star MSI driver: nvidia  \n
     v: 535.129.03 pcie: speed: 2.5 GT/s lanes: 16 ports: active: none empty: DP-2,HDMI-A-2  \n
     bus-ID: 01:00.0 chip-ID: 10de:1ba1  \n
     Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting,nvidia  \n
     unloaded: fbdev,nouveau,vesa gpu: i915 display-ID: :0 screens: 1  \n
     Screen-1: 0 s-res: 1920x1080 s-dpi: 98  \n
     Monitor-1: eDP-1 model: AU Optronics res: 1920x1080 dpi: 142 diag: 394mm (15.5")  \n
     OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 23.0.4-0ubuntu1~22.04.1  \n
     direct render: Yes  \n
     Audio:  \n
     Device-1: Intel Cannon Lake PCH cAVS vendor: Micro-Star MSI driver: snd_hda_intel v: kernel  \n
     bus-ID: 00:1f.3 chip-ID: 8086:a348  \n
     Device-2: NVIDIA GP104 High Definition Audio driver: snd_hda_intel v: kernel pcie:  \n
     speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:10f0  \n
     Sound Server-1: ALSA v: k5.15.0-91-generic running: yes  \n
     Sound Server-2: PulseAudio v: 15.99.1 running: yes  \n
     Sound Server-3: PipeWire v: 0.3.48 running: yes  \n
     Network:  \n
     Device-1: Qualcomm Atheros Killer E2500 Gigabit Ethernet vendor: Micro-Star MSI driver: alx  \n
     v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 3d:00.0 chip-ID: 1969:e0b1  \n
     IF: enp61s0 state: up speed: 100 Mbps duplex: full mac: <filter>  \n
     Device-2: Intel Wireless-AC 9260 driver: iwlwifi v: kernel pcie: speed: 5 GT/s lanes: 1  \n
     bus-ID: 3e:00.0 chip-ID: 8086:2526  \n
     Bluetooth:  \n
     Device-1: Intel Wireless-AC 9260 Bluetooth Adapter type: USB driver: btusb v: 0.8 bus-ID: 1-14:4  \n
     chip-ID: 8087:0025  \n
     Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 3.0 lmp-v: 5.1  \n
     sub-v: 100  \n
     Drives:  \n
     Local Storage: total: 1.38 TiB used: 220.24 GiB (15.6%)  \n
     ID-1: /dev/nvme0n1 vendor: Kingston model: SA2000M81000G size: 931.51 GiB speed: 31.6 Gb/s  \n
     lanes: 4 serial: <filter> temp: 29.9 C  \n
     ID-2: /dev/nvme1n1 vendor: Samsung model: MZVLB512HAJQ-00000 size: 476.94 GiB speed: 31.6 Gb/s  \n
     lanes: 4 serial: <filter> temp: 40.9 C  \n
     Partition:  \n
     ID-1: / size: 106.75 GiB used: 39.66 GiB (37.2%) fs: ext4 dev: /dev/nvme1n1p1  \n
     ID-2: /boot/efi size: 296 MiB used: 31.8 MiB (10.7%) fs: vfat dev: /dev/nvme0n1p1  \n
     ID-3: /home size: 361.45 GiB used: 180.55 GiB (50.0%) fs: ext4 dev: /dev/nvme1n1p2  \n
     Swap:  \n
     ID-1: swap-1 type: file size: 1.42 GiB used: 0 KiB (0.0%) priority: -2 file: /swapfile  \n
     Sensors:  \n
     System Temperatures: cpu: 55.0 C pch: 46.0 C mobo: N/A  \n
     Fan Speeds (RPM): N/A  \n
     Repos:  \n
     Packages: 2796 apt: 2746 flatpak: 50  \n
     No active apt repos in: /etc/apt/sources.list  \n
     Active apt repos in: /etc/apt/sources.list.d/brave-browser-release.list  \n
     1: deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https: //brave-browser-apt-release.s3.brave.com/ stable main  \n
     Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list  \n
     1: deb http: //linux-mint.froonix.org victoria main upstream import backport  \n
     2: deb http: //mirror2.tuxinator.org/ubuntu jammy main restricted universe multiverse  \n
     3: deb http: //mirror2.tuxinator.org/ubuntu jammy-updates main restricted universe multiverse  \n
     4: deb http: //mirror2.tuxinator.org/ubuntu jammy-backports main restricted universe multiverse  \n
     5: deb http: //security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse  \n
     No active apt repos in: /etc/apt/sources.list.d/spotify.list  \n
     Active apt repos in: /etc/apt/sources.list.d/syncthing.list  \n
     1: deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https: //apt.syncthing.net/ syncthing stable  \n
     Active apt repos in: /etc/apt/sources.list.d/trebelnik-stefina-grub-customizer-jammy.list  \n
     1: deb [arch=amd64 signed-by=/etc/apt/keyrings/trebelnik-stefina-grub-customizer-jammy.gpg] https: //ppa.launchpadcontent.net/trebelnik-stefina/grub-customizer/ubuntu jammy main  \n
     Info:  \n
     Processes: 370 Uptime: 1h 40m Memory: 15.46 GiB used: 5.53 GiB (35.8%) Init: systemd v: 249  \n
     runlevel: 5 Compilers: gcc: 11.4.0 alt: 11/12 Client: Cinnamon v: 5.8.4 inxi: 3.3.13\n
    \n
    :::
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710730037 {#1657
    date: 2024-03-18 03:47:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1746 …}
  +votes: Doctrine\ORM\PersistentCollection {#1750 …}
  +reports: Doctrine\ORM\PersistentCollection {#1468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1467 …}
  +badges: Doctrine\ORM\PersistentCollection {#1469 …}
  +children: []
  -id: 26271
  -titleTs: "'linux':5 'mint':6 'show':3 'stop':2 'wifi':1"
  -bodyTs: "'-0':419 '-00000':669 '-1':171,275,296,299,382,393,395,427,485,509,583,643,685,727,729 '-14':601 '-2':316,343,455,493,555,663,698,740 '-3':501,712 '-91':95 '/80.3':179 '/apt.syncthing.net':860 '/boot/efi':699 '/brave-browser-apt-release.s3.brave.com':783 '/dev/nvme0n1':644 '/dev/nvme0n1p1':710 '/dev/nvme1n1':664 '/dev/nvme1n1p1':696 '/dev/nvme1n1p2':724 '/etc/apt/keyrings/trebelnik-stefina-grub-customizer-jammy.gpg':875 '/etc/apt/sources.list':770 '/etc/apt/sources.list.d/brave-browser-release.list':775 '/etc/apt/sources.list.d/official-package-repositories.list':790 '/etc/apt/sources.list.d/spotify.list':847 '/etc/apt/sources.list.d/syncthing.list':852 '/etc/apt/sources.list.d/trebelnik-stefina-grub-customizer-jammy.list':867 '/home':713 '/linux-mint.froonix.org':794 '/mirror2.tuxinator.org/ubuntu':803,812,823 '/ppa.launchpadcontent.net/trebelnik-stefina/grub-customizer/ubuntu':877 '/security.ubuntu.com/ubuntu':834 '/swapfile':742 '/usr/share/keyrings/brave-browser-archive-keyring.gpg':781 '/usr/share/keyrings/syncthing-archive-keyring.gpg':858 '0':378,383,615,736 '0.0':738 '0.3.48':504 '0.8':596 '00':307,447 '00.0':352,537,575 '00.1':477 '0025':607 '01':351,476 '02.0':308 '05/21/2019':168 '1':231,268,303,380,530,570,600,776,791,853,868 '1.0':138,158 '1.21.1.4':363 '1.38':636 '1.42':733 '1.5':219 '10':144,249 '10.7':706 '100':548,631 '100.0':181 '106.75':687 '1070':321 '10de':356,481 '10f0':482 '11':251 '11.4.0':104,901 '11/12':903 '12':253 '142':402 '15.2':185 '15.46':887 '15.5':405 '15.6':641 '15.99.1':496 '16':337,472 '16.5':183 '16q2':155 '180.55':718 '1920x1080':387,400 '1969':541 '1ba1':357 '1f.3':448 '1h':884 '2':233,270,347,800 '2.5':334,469,527 '21.2':118 '22.04':122 '220.24':639 '23.0.4':418 '249':896 '2526':580 '2746':762 '2796':760 '29.9':660 '296':701 '3':235,809 '3.0':623 '3.24.33':110 '3.3.13':909 '3000':532 '31.6':653,674 '31.8':704 '35.8':892 '361.45':715 '37.2':692 '370':882 '384':216 '39.66':690 '394mm':404 '3d':536 '3e':574 '3e9':313 '4':237,602,656,677,820 '4.6':416 '40.9':681 '40m':885 '46.0':750 '476.94':671 '5':239,567,831,898 '5.1':627 '5.15.0':94 '5.53':890 '5.8.4':107,907 '50':764 '50.0':720 '52.4':174 '52799':256 '535.129.03':331 '55.0':747 '6':196,241 '630':283,412 '64':98,100,205 '65.3':176 '7':243 '8':245 '80.3':178 '800/4100':229 '8086':312,452,579 '8087':606 '8750h':203 '8rf':135 '9':189,222,247 '900':227,232,234,236,238,240,242,244,246,248,250,252,254 '9260':560,588 '931.51':650 '98':391 'a348':453 'ac':559,587 'activ':294,339,766,771,786,843,848,863 'adapt':590 'address':618 'alsa':486 'alt':902 'alx':522 'amd64':871 'american':163 'apt':761,767,772,787,844,849,864 'arch':209,870 'athero':511 'au':397 'audio':425,460 'avg':226 'avx':258 'avx2':259 'b':314 'back':26,54 'backport':799,826 'base':120 'bat1':172 'batteri':169 'bif0':188 'bit':99,204 'bluetooth':581,589 'bogomip':255 'bt':621 'bt-v':620 'btusb':594 'bus':305,349,445,474,534,572,598 'bus-id':304,348,444,473,533,571,597 'c':661,682,748,751 'cach':214 'came':53 'cannon':429 'cav':432 'cfl':413 'charg':173,193 'chassi':142 'check':87 'chip':310,354,450,479,539,577,604 'chip-id':309,353,449,478,538,576,603 'cinnamon':106,905 'client':904 'coffe':210 'coffeelak':278 'coffeelake-h':277 'compil':101,899 'condit':177 'core':197,200,230 'cpu':194,746 'date':167 'deb':777,792,801,810,821,832,854,869 'definit':459 'desktop':105 'dev':695,709,723 'devic':74,274,315,426,454,508,554,582 'diag':403 'didn':39 'differ':36 'direct':422 'display':358,376 'display-id':375 'distro':115 'dm':113 'dp':298,342 'dpi':390,401 'drive':37,632 'driver':289,328,364,438,461,521,561,593 'duplex':550 'e0b1':542 'e16q2ims.112':166 'e2500':513 'edp':295,394 'empti':297,341 'enp61s0':544 'ethernet':515 'even':42 'ext4':694,722 'fan':754 'fbdev':370 'file':731,741 'filter':553,619,658,679 'flag':257 'flatpak':763 'forth':28 'fs':693,707,721 'full':551 'gb/s':654,675 'gcc':102,900 'geforc':319 'generic':96 'get':70 'gib':640,651,672,688,691,716,719,734,888,891 'gigabit':514 'gp104':457 'gp104m':318 'gpu':373 'graphic':273,282,411 'gs65':132 'gt/s':335,470,528,568 'gt2':280,414 'gtk':109 'gtx':320 'h':279 'hci0':611 'hciconfig':609 'hda':440,463 'hdmi':301,345 'hdmi-a':300,344 'high':458 'ht':260 'http':793,802,811,822,833 'https':782,859,876 'i7':202 'i7-8750h':201 'i915':290,374 'id':170,306,311,350,355,377,446,451,475,480,535,540,573,578,599,605,610,614,642,662,684,697,711,726 'import':798 'info':89,195,880 'init':893 'instal':33 'intel':199,276,409,428,441,464,556,584 'inxi':908 'iwlwifi':562 'jammi':123,804,814,825,836,878 'jammy-backport':824 'jammy-secur':835 'jammy-upd':813 'k5.15.0-91-generic':488 'kernel':93,292,443,466,524,564 'kib':217,737 'killer':512 'kingston':646 'l1':215 'l2':218 'l3':221 'lake':211,430 'lane':336,471,529,569,655,676 'laptop':126 'life':56 'lightdm':114 'linux':82,116 'lm':261 'lmp':625 'lmp-v':624 'load':366 'local':633 'mac':552 'machin':124 'main':785,796,805,816,827,838,879 'mbps':549 'mcp':208 'megatrend':164 'memori':886 'mesa':408,417 'mhz':225 'mib':220,223,702,705 'micro':129,150,286,325,435,518 'micro-star':128,149,285,324,434,517 'min':184 'min/max':228 'mint':117 'mobil':322 'mobo':148,752 'model':152,186,198,396,647,667 'modeset':367 'monitor':392 'ms':154 'ms-16q2':153 'msi':187,288,327,437,520 'mt':207 'muffin':112 'multivers':808,819,830,841 'mzvlb512hajq':668 'n/a':191,753,757 'network':507 'night':2 'none':72,340 'nouveau':371 'nvidia':317,329,368,456 'nx':262 'opengl':406 'optron':398 'packag':759 'pad':14,52 'pae':263 'partit':683 'pch':431,749 'pcie':332,467,525,565 'pipewir':502 'port':10,293,338,531 'prioriti':739 'problem':6,78 'process':881 'product':131 'pulseaudio':494 'qualcomm':510 'render':407,423 'repo':758,768,773,788,845,850,865 'report':608 'requir':141,147,161 'res':386,399 'restart':18,46 'restrict':806,817,828,839 'rev':137,157,212 'rfk':613 'rfk-id':612 'rpm':756 'run':489,497,505 'runlevel':897 's-dpi':388 's-res':384 'sa2000m81000g':648 'samsung':666 'screen':379,381 'secur':837 'sensor':743 'serial':139,145,159,190,657,678 'server':360,484,492,500 'sign':779,856,873 'signed-bi':778,855,872 'size':649,670,686,700,714,732 'snd':439,462 'sound':483,491,499 'speed':224,333,468,526,547,566,652,673,755 'spoiler':90,91 'sse':264 'sse2':265 'sse3':266 'sse4':267,269 'ssse3':271 'stabl':784,862 'star':130,151,287,326,436,519 'state':545,616 'status':192 'stealth':133 'stop':60 'storag':634 'sub':629 'sub-v':628 'superus':140,146,160 'swap':725,728 'switch':25 'syncth':861 'system':20,88,92,127,744 'systemd':894 'temp':659,680 'temperatur':745 'termin':68 'there.after':43 'thin':134 'though':83 'tib':637 'time':23,76 'tk':108 'total':635 'touch':13,51 'type':64,125,143,206,591,730 'ubuntu':121 'ubuntu1':420 'uefi':162 'uhd':281,410 'univers':807,818,829,840 'unload':369 'updat':815 'upstream':797 'uptim':883 'usb':9,592 'usbport':48 'use':638,689,703,717,735,889 'v':103,136,156,165,291,330,362,415,442,465,487,495,503,523,563,595,622,626,630,895,906 'vendor':284,323,433,516,645,665 'vesa':372 'vfat':708 'victoria':119,795 'vmx':272 'volt':182 'wh':175,180 'where/what':84 'wifi':59,65,71 'window':30 'wireless':558,586 'wireless-ac':557,585 'wm':111 'work':16,41,61 'x':365 'x.org':361 'x11':359 'x86':97 'yes':424,490,498,506 'yesterday':1 '~22.04.1':421"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129533
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/733211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043133 {#1659
    date: 2023-12-31 18:18: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
48 DENIED moderate
App\Entity\Entry {#1745
  +user: Proxies\__CG__\App\Entity\User {#1747 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1738 …}
  +image: Proxies\__CG__\App\Entity\Image {#1753 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#194 …}
  +slug: "Wifi-stopped-showing-in-linux-mint"
  +title: "Wifi stopped showing in linux mint"
  +url: "https://kbin.social/m/linux@lemmy.ml/t/733211"
  +body: """
    Yesterday night I had a problem with a usb port and the touch pad not working, I restarted the system a few times and switched back and forth with windows (which is installed on a different drive), they didn't work even there.After a few restarts the usbport and the touch pad came back to life, but the wifi stopped working. When I type wifi in the terminal I get: `wifi      = none (no device)`  \n
     This time the problem is only on linux though.\n
    \n
    Where/What should I check?\n
    \n
    System Info:\n
    \n
    ::: spoiler spoiler  \n
     System:  \n
     Kernel: 5.15.0-91-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Cinnamon 5.8.4  \n
     tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy  \n
     Machine:  \n
     Type: Laptop System: Micro-Star product: GS65 Stealth Thin 8RF v: REV:1.0  \n
     serial: <superuser required> Chassis: type: 10 serial: <superuser required>  \n
     Mobo: Micro-Star model: MS-16Q2 v: REV:1.0 serial: <superuser required>  \n
     UEFI: American Megatrends v: E16Q2IMS.112 date: 05/21/2019  \n
     Battery:  \n
     ID-1: BAT1 charge: 52.4 Wh (65.3%) condition: 80.3/80.3 Wh (100.0%) volts: 16.5 min: 15.2  \n
     model: MSI BIF0_9 serial: N/A status: Charging  \n
     CPU:  \n
     Info: 6-core model: Intel Core i7-8750H bits: 64 type: MT MCP arch: Coffee Lake rev: A cache:  \n
     L1: 384 KiB L2: 1.5 MiB L3: 9 MiB  \n
     Speed (MHz): avg: 900 min/max: 800/4100 cores: 1: 900 2: 900 3: 900 4: 900 5: 900 6: 900  \n
     7: 900 8: 900 9: 900 10: 900 11: 900 12: 900 bogomips: 52799  \n
     Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx  \n
     Graphics:  \n
     Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] vendor: Micro-Star MSI driver: i915  \n
     v: kernel ports: active: eDP-1 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:3e9b  \n
     Device-2: NVIDIA GP104M [GeForce GTX 1070 Mobile] vendor: Micro-Star MSI driver: nvidia  \n
     v: 535.129.03 pcie: speed: 2.5 GT/s lanes: 16 ports: active: none empty: DP-2,HDMI-A-2  \n
     bus-ID: 01:00.0 chip-ID: 10de:1ba1  \n
     Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting,nvidia  \n
     unloaded: fbdev,nouveau,vesa gpu: i915 display-ID: :0 screens: 1  \n
     Screen-1: 0 s-res: 1920x1080 s-dpi: 98  \n
     Monitor-1: eDP-1 model: AU Optronics res: 1920x1080 dpi: 142 diag: 394mm (15.5")  \n
     OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 23.0.4-0ubuntu1~22.04.1  \n
     direct render: Yes  \n
     Audio:  \n
     Device-1: Intel Cannon Lake PCH cAVS vendor: Micro-Star MSI driver: snd_hda_intel v: kernel  \n
     bus-ID: 00:1f.3 chip-ID: 8086:a348  \n
     Device-2: NVIDIA GP104 High Definition Audio driver: snd_hda_intel v: kernel pcie:  \n
     speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.1 chip-ID: 10de:10f0  \n
     Sound Server-1: ALSA v: k5.15.0-91-generic running: yes  \n
     Sound Server-2: PulseAudio v: 15.99.1 running: yes  \n
     Sound Server-3: PipeWire v: 0.3.48 running: yes  \n
     Network:  \n
     Device-1: Qualcomm Atheros Killer E2500 Gigabit Ethernet vendor: Micro-Star MSI driver: alx  \n
     v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 3d:00.0 chip-ID: 1969:e0b1  \n
     IF: enp61s0 state: up speed: 100 Mbps duplex: full mac: <filter>  \n
     Device-2: Intel Wireless-AC 9260 driver: iwlwifi v: kernel pcie: speed: 5 GT/s lanes: 1  \n
     bus-ID: 3e:00.0 chip-ID: 8086:2526  \n
     Bluetooth:  \n
     Device-1: Intel Wireless-AC 9260 Bluetooth Adapter type: USB driver: btusb v: 0.8 bus-ID: 1-14:4  \n
     chip-ID: 8087:0025  \n
     Report: hciconfig ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 3.0 lmp-v: 5.1  \n
     sub-v: 100  \n
     Drives:  \n
     Local Storage: total: 1.38 TiB used: 220.24 GiB (15.6%)  \n
     ID-1: /dev/nvme0n1 vendor: Kingston model: SA2000M81000G size: 931.51 GiB speed: 31.6 Gb/s  \n
     lanes: 4 serial: <filter> temp: 29.9 C  \n
     ID-2: /dev/nvme1n1 vendor: Samsung model: MZVLB512HAJQ-00000 size: 476.94 GiB speed: 31.6 Gb/s  \n
     lanes: 4 serial: <filter> temp: 40.9 C  \n
     Partition:  \n
     ID-1: / size: 106.75 GiB used: 39.66 GiB (37.2%) fs: ext4 dev: /dev/nvme1n1p1  \n
     ID-2: /boot/efi size: 296 MiB used: 31.8 MiB (10.7%) fs: vfat dev: /dev/nvme0n1p1  \n
     ID-3: /home size: 361.45 GiB used: 180.55 GiB (50.0%) fs: ext4 dev: /dev/nvme1n1p2  \n
     Swap:  \n
     ID-1: swap-1 type: file size: 1.42 GiB used: 0 KiB (0.0%) priority: -2 file: /swapfile  \n
     Sensors:  \n
     System Temperatures: cpu: 55.0 C pch: 46.0 C mobo: N/A  \n
     Fan Speeds (RPM): N/A  \n
     Repos:  \n
     Packages: 2796 apt: 2746 flatpak: 50  \n
     No active apt repos in: /etc/apt/sources.list  \n
     Active apt repos in: /etc/apt/sources.list.d/brave-browser-release.list  \n
     1: deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https: //brave-browser-apt-release.s3.brave.com/ stable main  \n
     Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list  \n
     1: deb http: //linux-mint.froonix.org victoria main upstream import backport  \n
     2: deb http: //mirror2.tuxinator.org/ubuntu jammy main restricted universe multiverse  \n
     3: deb http: //mirror2.tuxinator.org/ubuntu jammy-updates main restricted universe multiverse  \n
     4: deb http: //mirror2.tuxinator.org/ubuntu jammy-backports main restricted universe multiverse  \n
     5: deb http: //security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse  \n
     No active apt repos in: /etc/apt/sources.list.d/spotify.list  \n
     Active apt repos in: /etc/apt/sources.list.d/syncthing.list  \n
     1: deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https: //apt.syncthing.net/ syncthing stable  \n
     Active apt repos in: /etc/apt/sources.list.d/trebelnik-stefina-grub-customizer-jammy.list  \n
     1: deb [arch=amd64 signed-by=/etc/apt/keyrings/trebelnik-stefina-grub-customizer-jammy.gpg] https: //ppa.launchpadcontent.net/trebelnik-stefina/grub-customizer/ubuntu jammy main  \n
     Info:  \n
     Processes: 370 Uptime: 1h 40m Memory: 15.46 GiB used: 5.53 GiB (35.8%) Init: systemd v: 249  \n
     runlevel: 5 Compilers: gcc: 11.4.0 alt: 11/12 Client: Cinnamon v: 5.8.4 inxi: 3.3.13\n
    \n
    :::
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710730037 {#1657
    date: 2024-03-18 03:47:17.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1746 …}
  +votes: Doctrine\ORM\PersistentCollection {#1750 …}
  +reports: Doctrine\ORM\PersistentCollection {#1468 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1472 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1467 …}
  +badges: Doctrine\ORM\PersistentCollection {#1469 …}
  +children: []
  -id: 26271
  -titleTs: "'linux':5 'mint':6 'show':3 'stop':2 'wifi':1"
  -bodyTs: "'-0':419 '-00000':669 '-1':171,275,296,299,382,393,395,427,485,509,583,643,685,727,729 '-14':601 '-2':316,343,455,493,555,663,698,740 '-3':501,712 '-91':95 '/80.3':179 '/apt.syncthing.net':860 '/boot/efi':699 '/brave-browser-apt-release.s3.brave.com':783 '/dev/nvme0n1':644 '/dev/nvme0n1p1':710 '/dev/nvme1n1':664 '/dev/nvme1n1p1':696 '/dev/nvme1n1p2':724 '/etc/apt/keyrings/trebelnik-stefina-grub-customizer-jammy.gpg':875 '/etc/apt/sources.list':770 '/etc/apt/sources.list.d/brave-browser-release.list':775 '/etc/apt/sources.list.d/official-package-repositories.list':790 '/etc/apt/sources.list.d/spotify.list':847 '/etc/apt/sources.list.d/syncthing.list':852 '/etc/apt/sources.list.d/trebelnik-stefina-grub-customizer-jammy.list':867 '/home':713 '/linux-mint.froonix.org':794 '/mirror2.tuxinator.org/ubuntu':803,812,823 '/ppa.launchpadcontent.net/trebelnik-stefina/grub-customizer/ubuntu':877 '/security.ubuntu.com/ubuntu':834 '/swapfile':742 '/usr/share/keyrings/brave-browser-archive-keyring.gpg':781 '/usr/share/keyrings/syncthing-archive-keyring.gpg':858 '0':378,383,615,736 '0.0':738 '0.3.48':504 '0.8':596 '00':307,447 '00.0':352,537,575 '00.1':477 '0025':607 '01':351,476 '02.0':308 '05/21/2019':168 '1':231,268,303,380,530,570,600,776,791,853,868 '1.0':138,158 '1.21.1.4':363 '1.38':636 '1.42':733 '1.5':219 '10':144,249 '10.7':706 '100':548,631 '100.0':181 '106.75':687 '1070':321 '10de':356,481 '10f0':482 '11':251 '11.4.0':104,901 '11/12':903 '12':253 '142':402 '15.2':185 '15.46':887 '15.5':405 '15.6':641 '15.99.1':496 '16':337,472 '16.5':183 '16q2':155 '180.55':718 '1920x1080':387,400 '1969':541 '1ba1':357 '1f.3':448 '1h':884 '2':233,270,347,800 '2.5':334,469,527 '21.2':118 '22.04':122 '220.24':639 '23.0.4':418 '249':896 '2526':580 '2746':762 '2796':760 '29.9':660 '296':701 '3':235,809 '3.0':623 '3.24.33':110 '3.3.13':909 '3000':532 '31.6':653,674 '31.8':704 '35.8':892 '361.45':715 '37.2':692 '370':882 '384':216 '39.66':690 '394mm':404 '3d':536 '3e':574 '3e9':313 '4':237,602,656,677,820 '4.6':416 '40.9':681 '40m':885 '46.0':750 '476.94':671 '5':239,567,831,898 '5.1':627 '5.15.0':94 '5.53':890 '5.8.4':107,907 '50':764 '50.0':720 '52.4':174 '52799':256 '535.129.03':331 '55.0':747 '6':196,241 '630':283,412 '64':98,100,205 '65.3':176 '7':243 '8':245 '80.3':178 '800/4100':229 '8086':312,452,579 '8087':606 '8750h':203 '8rf':135 '9':189,222,247 '900':227,232,234,236,238,240,242,244,246,248,250,252,254 '9260':560,588 '931.51':650 '98':391 'a348':453 'ac':559,587 'activ':294,339,766,771,786,843,848,863 'adapt':590 'address':618 'alsa':486 'alt':902 'alx':522 'amd64':871 'american':163 'apt':761,767,772,787,844,849,864 'arch':209,870 'athero':511 'au':397 'audio':425,460 'avg':226 'avx':258 'avx2':259 'b':314 'back':26,54 'backport':799,826 'base':120 'bat1':172 'batteri':169 'bif0':188 'bit':99,204 'bluetooth':581,589 'bogomip':255 'bt':621 'bt-v':620 'btusb':594 'bus':305,349,445,474,534,572,598 'bus-id':304,348,444,473,533,571,597 'c':661,682,748,751 'cach':214 'came':53 'cannon':429 'cav':432 'cfl':413 'charg':173,193 'chassi':142 'check':87 'chip':310,354,450,479,539,577,604 'chip-id':309,353,449,478,538,576,603 'cinnamon':106,905 'client':904 'coffe':210 'coffeelak':278 'coffeelake-h':277 'compil':101,899 'condit':177 'core':197,200,230 'cpu':194,746 'date':167 'deb':777,792,801,810,821,832,854,869 'definit':459 'desktop':105 'dev':695,709,723 'devic':74,274,315,426,454,508,554,582 'diag':403 'didn':39 'differ':36 'direct':422 'display':358,376 'display-id':375 'distro':115 'dm':113 'dp':298,342 'dpi':390,401 'drive':37,632 'driver':289,328,364,438,461,521,561,593 'duplex':550 'e0b1':542 'e16q2ims.112':166 'e2500':513 'edp':295,394 'empti':297,341 'enp61s0':544 'ethernet':515 'even':42 'ext4':694,722 'fan':754 'fbdev':370 'file':731,741 'filter':553,619,658,679 'flag':257 'flatpak':763 'forth':28 'fs':693,707,721 'full':551 'gb/s':654,675 'gcc':102,900 'geforc':319 'generic':96 'get':70 'gib':640,651,672,688,691,716,719,734,888,891 'gigabit':514 'gp104':457 'gp104m':318 'gpu':373 'graphic':273,282,411 'gs65':132 'gt/s':335,470,528,568 'gt2':280,414 'gtk':109 'gtx':320 'h':279 'hci0':611 'hciconfig':609 'hda':440,463 'hdmi':301,345 'hdmi-a':300,344 'high':458 'ht':260 'http':793,802,811,822,833 'https':782,859,876 'i7':202 'i7-8750h':201 'i915':290,374 'id':170,306,311,350,355,377,446,451,475,480,535,540,573,578,599,605,610,614,642,662,684,697,711,726 'import':798 'info':89,195,880 'init':893 'instal':33 'intel':199,276,409,428,441,464,556,584 'inxi':908 'iwlwifi':562 'jammi':123,804,814,825,836,878 'jammy-backport':824 'jammy-secur':835 'jammy-upd':813 'k5.15.0-91-generic':488 'kernel':93,292,443,466,524,564 'kib':217,737 'killer':512 'kingston':646 'l1':215 'l2':218 'l3':221 'lake':211,430 'lane':336,471,529,569,655,676 'laptop':126 'life':56 'lightdm':114 'linux':82,116 'lm':261 'lmp':625 'lmp-v':624 'load':366 'local':633 'mac':552 'machin':124 'main':785,796,805,816,827,838,879 'mbps':549 'mcp':208 'megatrend':164 'memori':886 'mesa':408,417 'mhz':225 'mib':220,223,702,705 'micro':129,150,286,325,435,518 'micro-star':128,149,285,324,434,517 'min':184 'min/max':228 'mint':117 'mobil':322 'mobo':148,752 'model':152,186,198,396,647,667 'modeset':367 'monitor':392 'ms':154 'ms-16q2':153 'msi':187,288,327,437,520 'mt':207 'muffin':112 'multivers':808,819,830,841 'mzvlb512hajq':668 'n/a':191,753,757 'network':507 'night':2 'none':72,340 'nouveau':371 'nvidia':317,329,368,456 'nx':262 'opengl':406 'optron':398 'packag':759 'pad':14,52 'pae':263 'partit':683 'pch':431,749 'pcie':332,467,525,565 'pipewir':502 'port':10,293,338,531 'prioriti':739 'problem':6,78 'process':881 'product':131 'pulseaudio':494 'qualcomm':510 'render':407,423 'repo':758,768,773,788,845,850,865 'report':608 'requir':141,147,161 'res':386,399 'restart':18,46 'restrict':806,817,828,839 'rev':137,157,212 'rfk':613 'rfk-id':612 'rpm':756 'run':489,497,505 'runlevel':897 's-dpi':388 's-res':384 'sa2000m81000g':648 'samsung':666 'screen':379,381 'secur':837 'sensor':743 'serial':139,145,159,190,657,678 'server':360,484,492,500 'sign':779,856,873 'signed-bi':778,855,872 'size':649,670,686,700,714,732 'snd':439,462 'sound':483,491,499 'speed':224,333,468,526,547,566,652,673,755 'spoiler':90,91 'sse':264 'sse2':265 'sse3':266 'sse4':267,269 'ssse3':271 'stabl':784,862 'star':130,151,287,326,436,519 'state':545,616 'status':192 'stealth':133 'stop':60 'storag':634 'sub':629 'sub-v':628 'superus':140,146,160 'swap':725,728 'switch':25 'syncth':861 'system':20,88,92,127,744 'systemd':894 'temp':659,680 'temperatur':745 'termin':68 'there.after':43 'thin':134 'though':83 'tib':637 'time':23,76 'tk':108 'total':635 'touch':13,51 'type':64,125,143,206,591,730 'ubuntu':121 'ubuntu1':420 'uefi':162 'uhd':281,410 'univers':807,818,829,840 'unload':369 'updat':815 'upstream':797 'uptim':883 'usb':9,592 'usbport':48 'use':638,689,703,717,735,889 'v':103,136,156,165,291,330,362,415,442,465,487,495,503,523,563,595,622,626,630,895,906 'vendor':284,323,433,516,645,665 'vesa':372 'vfat':708 'victoria':119,795 'vmx':272 'volt':182 'wh':175,180 'where/what':84 'wifi':59,65,71 'window':30 'wireless':558,586 'wireless-ac':557,585 'wm':111 'work':16,41,61 'x':365 'x.org':361 'x11':359 'x86':97 'yes':424,490,498,506 'yesterday':1 '~22.04.1':421"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704129533
  +visibility: "visible             "
  +apId: "https://kbin.social/m/linux@lemmy.ml/t/733211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704043133 {#1659
    date: 2023-12-31 18:18: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
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 {#1497
  +user: Proxies\__CG__\App\Entity\User {#1484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1486 …}
  +image: Proxies\__CG__\App\Entity\Image {#1488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Kylo-was-distraught-when-he-found-out-that-the-patriarchy"
  +title: "Kylo was distraught when he found out that the patriarchy wasn't about space horses"
  +url: "https://lemmy.world/pictrs/image/c68bacd5-60a4-4306-8379-e6cbc70d50f7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709970827 {#1498
    date: 2024-03-09 08:53:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1489 …}
  +reports: Doctrine\ORM\PersistentCollection {#1494 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1491 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1495 …}
  +badges: Doctrine\ORM\PersistentCollection {#1475 …}
  +children: []
  -id: 26270
  -titleTs: "'distraught':3 'found':6 'hors':15 'kylo':1 'patriarchi':10 'space':14 'wasn':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704128854
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164420"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704042454 {#1483
    date: 2023-12-31 18:07:34.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 {#1497
  +user: Proxies\__CG__\App\Entity\User {#1484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1486 …}
  +image: Proxies\__CG__\App\Entity\Image {#1488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Kylo-was-distraught-when-he-found-out-that-the-patriarchy"
  +title: "Kylo was distraught when he found out that the patriarchy wasn't about space horses"
  +url: "https://lemmy.world/pictrs/image/c68bacd5-60a4-4306-8379-e6cbc70d50f7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709970827 {#1498
    date: 2024-03-09 08:53:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1489 …}
  +reports: Doctrine\ORM\PersistentCollection {#1494 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1491 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1495 …}
  +badges: Doctrine\ORM\PersistentCollection {#1475 …}
  +children: []
  -id: 26270
  -titleTs: "'distraught':3 'found':6 'hors':15 'kylo':1 'patriarchi':10 'space':14 'wasn':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704128854
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164420"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704042454 {#1483
    date: 2023-12-31 18:07:34.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 {#1497
  +user: Proxies\__CG__\App\Entity\User {#1484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1486 …}
  +image: Proxies\__CG__\App\Entity\Image {#1488 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Kylo-was-distraught-when-he-found-out-that-the-patriarchy"
  +title: "Kylo was distraught when he found out that the patriarchy wasn't about space horses"
  +url: "https://lemmy.world/pictrs/image/c68bacd5-60a4-4306-8379-e6cbc70d50f7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 122
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709970827 {#1498
    date: 2024-03-09 08:53:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1489 …}
  +reports: Doctrine\ORM\PersistentCollection {#1494 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1491 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1495 …}
  +badges: Doctrine\ORM\PersistentCollection {#1475 …}
  +children: []
  -id: 26270
  -titleTs: "'distraught':3 'found':6 'hors':15 'kylo':1 'patriarchi':10 'space':14 'wasn':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704128854
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164420"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704042454 {#1483
    date: 2023-12-31 18:07:34.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 {#1758
  +user: Proxies\__CG__\App\Entity\User {#1754 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#1755 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Sophie-s-choice-70s-edition"
  +title: "Sophie's choice 70s edition"
  +url: "https://lemmy.world/pictrs/image/5d56c6e6-5e25-4230-8206-58203d21ff45.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 84
  +favouriteCount: 618
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711031318 {#1476
    date: 2024-03-21 15:28:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 26269
  -titleTs: "'70s':4 'choic':3 'edit':5 'sophi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704128477
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704042077 {#1761
    date: 2023-12-31 18:01: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
55 DENIED edit
App\Entity\Entry {#1758
  +user: Proxies\__CG__\App\Entity\User {#1754 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#1755 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Sophie-s-choice-70s-edition"
  +title: "Sophie's choice 70s edition"
  +url: "https://lemmy.world/pictrs/image/5d56c6e6-5e25-4230-8206-58203d21ff45.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 84
  +favouriteCount: 618
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711031318 {#1476
    date: 2024-03-21 15:28:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 26269
  -titleTs: "'70s':4 'choic':3 'edit':5 'sophi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704128477
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704042077 {#1761
    date: 2023-12-31 18:01: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
56 DENIED moderate
App\Entity\Entry {#1758
  +user: Proxies\__CG__\App\Entity\User {#1754 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#1755 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "Sophie-s-choice-70s-edition"
  +title: "Sophie's choice 70s edition"
  +url: "https://lemmy.world/pictrs/image/5d56c6e6-5e25-4230-8206-58203d21ff45.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 84
  +favouriteCount: 618
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711031318 {#1476
    date: 2024-03-21 15:28:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 26269
  -titleTs: "'70s':4 'choic':3 'edit':5 'sophi':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704128477
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164188"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704042077 {#1761
    date: 2023-12-31 18:01: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
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 {#1773
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "A-forced-perspective-Star-Wars-diorama-by-a-blogger"
  +title: "A forced perspective Star Wars diorama by a blogger"
  +url: "https://lemmy.world/pictrs/image/a1232293-bdfc-433e-8a07-bf14fd5fca5f.jpeg"
  +body: "[Source here](https://candoreetlabore.wordpress.com/2023/08/15/star-wars-diorama/). If you like the diorama I highly recommend giving the original creator a like or comment on their blog."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041327 {#1787
    date: 2023-12-31 17:48:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 26267
  -titleTs: "'blogger':9 'diorama':6 'forc':2 'perspect':3 'star':4 'war':5"
  -bodyTs: "'/2023/08/15/star-wars-diorama/).':5 'blog':24 'candoreetlabore.wordpress.com':4 'candoreetlabore.wordpress.com/2023/08/15/star-wars-diorama/).':3 'comment':21 'creator':17 'diorama':10 'give':14 'high':12 'like':8,19 'origin':16 'recommend':13 'sourc':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127727
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164023"
  +editedAt: DateTimeImmutable @1709957023 {#1777
    date: 2024-03-09 05:03:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704041327 {#1774
    date: 2023-12-31 17:48:47.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 {#1773
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "A-forced-perspective-Star-Wars-diorama-by-a-blogger"
  +title: "A forced perspective Star Wars diorama by a blogger"
  +url: "https://lemmy.world/pictrs/image/a1232293-bdfc-433e-8a07-bf14fd5fca5f.jpeg"
  +body: "[Source here](https://candoreetlabore.wordpress.com/2023/08/15/star-wars-diorama/). If you like the diorama I highly recommend giving the original creator a like or comment on their blog."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041327 {#1787
    date: 2023-12-31 17:48:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 26267
  -titleTs: "'blogger':9 'diorama':6 'forc':2 'perspect':3 'star':4 'war':5"
  -bodyTs: "'/2023/08/15/star-wars-diorama/).':5 'blog':24 'candoreetlabore.wordpress.com':4 'candoreetlabore.wordpress.com/2023/08/15/star-wars-diorama/).':3 'comment':21 'creator':17 'diorama':10 'give':14 'high':12 'like':8,19 'origin':16 'recommend':13 'sourc':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127727
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164023"
  +editedAt: DateTimeImmutable @1709957023 {#1777
    date: 2024-03-09 05:03:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704041327 {#1774
    date: 2023-12-31 17:48:47.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 {#1773
  +user: Proxies\__CG__\App\Entity\User {#1977 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1944 …}
  +slug: "A-forced-perspective-Star-Wars-diorama-by-a-blogger"
  +title: "A forced perspective Star Wars diorama by a blogger"
  +url: "https://lemmy.world/pictrs/image/a1232293-bdfc-433e-8a07-bf14fd5fca5f.jpeg"
  +body: "[Source here](https://candoreetlabore.wordpress.com/2023/08/15/star-wars-diorama/). If you like the diorama I highly recommend giving the original creator a like or comment on their blog."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041327 {#1787
    date: 2023-12-31 17:48:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 26267
  -titleTs: "'blogger':9 'diorama':6 'forc':2 'perspect':3 'star':4 'war':5"
  -bodyTs: "'/2023/08/15/star-wars-diorama/).':5 'blog':24 'candoreetlabore.wordpress.com':4 'candoreetlabore.wordpress.com/2023/08/15/star-wars-diorama/).':3 'comment':21 'creator':17 'diorama':10 'give':14 'high':12 'like':8,19 'origin':16 'recommend':13 'sourc':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127727
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10164023"
  +editedAt: DateTimeImmutable @1709957023 {#1777
    date: 2024-03-09 05:03:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704041327 {#1774
    date: 2023-12-31 17:48:47.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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1452 …}
  +image: Proxies\__CG__\App\Entity\Image {#1445 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2023"
  +title: "31 December 2023"
  +url: "https://sh.itjust.works/pictrs/image/3ce87635-8fb6-4fda-9cfc-272e8f5fd16e.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710006035 {#1682
    date: 2024-03-09 18:40:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 26266
  -titleTs: "'2023':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127666
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041266 {#1681
    date: 2023-12-31 17:47: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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1452 …}
  +image: Proxies\__CG__\App\Entity\Image {#1445 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2023"
  +title: "31 December 2023"
  +url: "https://sh.itjust.works/pictrs/image/3ce87635-8fb6-4fda-9cfc-272e8f5fd16e.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710006035 {#1682
    date: 2024-03-09 18:40:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 26266
  -titleTs: "'2023':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127666
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041266 {#1681
    date: 2023-12-31 17:47: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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1452 …}
  +image: Proxies\__CG__\App\Entity\Image {#1445 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2023"
  +title: "31 December 2023"
  +url: "https://sh.itjust.works/pictrs/image/3ce87635-8fb6-4fda-9cfc-272e8f5fd16e.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 118
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710006035 {#1682
    date: 2024-03-09 18:40:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 26266
  -titleTs: "'2023':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127666
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041266 {#1681
    date: 2023-12-31 17:47: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 {#1450
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1452 …}
  +image: Proxies\__CG__\App\Entity\Image {#1449 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2023"
  +title: "31 December 2023"
  +url: "https://sh.itjust.works/pictrs/image/30ab2fe9-fd29-4843-85af-a3b0c747ddbb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041248 {#1660
    date: 2023-12-31 17:47:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 26264
  -titleTs: "'2023':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127648
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912646"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041248 {#1409
    date: 2023-12-31 17:47:28.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 {#1450
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1452 …}
  +image: Proxies\__CG__\App\Entity\Image {#1449 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2023"
  +title: "31 December 2023"
  +url: "https://sh.itjust.works/pictrs/image/30ab2fe9-fd29-4843-85af-a3b0c747ddbb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041248 {#1660
    date: 2023-12-31 17:47:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 26264
  -titleTs: "'2023':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127648
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912646"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041248 {#1409
    date: 2023-12-31 17:47:28.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 {#1450
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1452 …}
  +image: Proxies\__CG__\App\Entity\Image {#1449 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2023"
  +title: "31 December 2023"
  +url: "https://sh.itjust.works/pictrs/image/30ab2fe9-fd29-4843-85af-a3b0c747ddbb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041248 {#1660
    date: 2023-12-31 17:47:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1421 …}
  +votes: Doctrine\ORM\PersistentCollection {#1446 …}
  +reports: Doctrine\ORM\PersistentCollection {#1424 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1420 …}
  +badges: Doctrine\ORM\PersistentCollection {#1451 …}
  +children: []
  -id: 26264
  -titleTs: "'2023':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127648
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912646"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041248 {#1409
    date: 2023-12-31 17:47:28.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 {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1441 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1418 …}
  +slug: "USA-Network-Looking-to-Recapture-Blue-Sky-Magic-as-It"
  +title: "USA Network Looking to Recapture ‘Blue Sky’ Magic as It Gets Back Into Original Scripted Series Game"
  +url: "https://tvline.com/news/usa-network-original-series-returning-blue-sky-era-1235096349/"
  +body: "Characters will soon be welcome at USA Network once again. In light of the recent streaming success of several 2000s-era USA originals — most notably Suits, which dominated Netflix earlier this yea…"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041146 {#1417
    date: 2023-12-31 17:45:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1419 …}
  +votes: Doctrine\ORM\PersistentCollection {#1416 …}
  +reports: Doctrine\ORM\PersistentCollection {#1456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1463 …}
  +badges: Doctrine\ORM\PersistentCollection {#1448 …}
  +children: []
  -id: 26263
  -titleTs: "'back':12 'blue':6 'game':17 'get':11 'look':3 'magic':8 'network':2 'origin':14 'recaptur':5 'script':15 'seri':16 'sky':7 'usa':1"
  -bodyTs: "'2000s':21 '2000s-era':20 'charact':1 'domin':29 'earlier':31 'era':22 'light':12 'netflix':30 'network':8 'notabl':26 'origin':24 'recent':15 'sever':19 'soon':3 'stream':16 'success':17 'suit':27 'usa':7,23 'welcom':5 'yea':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704041146
  +visibility: "visible             "
  +apId: "https://kbin.social/m/television/t/733144"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041146 {#1414
    date: 2023-12-31 17:45: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
71 DENIED edit
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1441 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1418 …}
  +slug: "USA-Network-Looking-to-Recapture-Blue-Sky-Magic-as-It"
  +title: "USA Network Looking to Recapture ‘Blue Sky’ Magic as It Gets Back Into Original Scripted Series Game"
  +url: "https://tvline.com/news/usa-network-original-series-returning-blue-sky-era-1235096349/"
  +body: "Characters will soon be welcome at USA Network once again. In light of the recent streaming success of several 2000s-era USA originals — most notably Suits, which dominated Netflix earlier this yea…"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041146 {#1417
    date: 2023-12-31 17:45:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1419 …}
  +votes: Doctrine\ORM\PersistentCollection {#1416 …}
  +reports: Doctrine\ORM\PersistentCollection {#1456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1463 …}
  +badges: Doctrine\ORM\PersistentCollection {#1448 …}
  +children: []
  -id: 26263
  -titleTs: "'back':12 'blue':6 'game':17 'get':11 'look':3 'magic':8 'network':2 'origin':14 'recaptur':5 'script':15 'seri':16 'sky':7 'usa':1"
  -bodyTs: "'2000s':21 '2000s-era':20 'charact':1 'domin':29 'earlier':31 'era':22 'light':12 'netflix':30 'network':8 'notabl':26 'origin':24 'recent':15 'sever':19 'soon':3 'stream':16 'success':17 'suit':27 'usa':7,23 'welcom':5 'yea':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704041146
  +visibility: "visible             "
  +apId: "https://kbin.social/m/television/t/733144"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041146 {#1414
    date: 2023-12-31 17:45: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
72 DENIED moderate
App\Entity\Entry {#1411
  +user: Proxies\__CG__\App\Entity\User {#1412 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1441 …}
  +image: Proxies\__CG__\App\Entity\Image {#1443 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1418 …}
  +slug: "USA-Network-Looking-to-Recapture-Blue-Sky-Magic-as-It"
  +title: "USA Network Looking to Recapture ‘Blue Sky’ Magic as It Gets Back Into Original Scripted Series Game"
  +url: "https://tvline.com/news/usa-network-original-series-returning-blue-sky-era-1235096349/"
  +body: "Characters will soon be welcome at USA Network once again. In light of the recent streaming success of several 2000s-era USA originals — most notably Suits, which dominated Netflix earlier this yea…"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041146 {#1417
    date: 2023-12-31 17:45:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1419 …}
  +votes: Doctrine\ORM\PersistentCollection {#1416 …}
  +reports: Doctrine\ORM\PersistentCollection {#1456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1463 …}
  +badges: Doctrine\ORM\PersistentCollection {#1448 …}
  +children: []
  -id: 26263
  -titleTs: "'back':12 'blue':6 'game':17 'get':11 'look':3 'magic':8 'network':2 'origin':14 'recaptur':5 'script':15 'seri':16 'sky':7 'usa':1"
  -bodyTs: "'2000s':21 '2000s-era':20 'charact':1 'domin':29 'earlier':31 'era':22 'light':12 'netflix':30 'network':8 'notabl':26 'origin':24 'recent':15 'sever':19 'soon':3 'stream':16 'success':17 'suit':27 'usa':7,23 'welcom':5 'yea':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704041146
  +visibility: "visible             "
  +apId: "https://kbin.social/m/television/t/733144"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041146 {#1414
    date: 2023-12-31 17:45: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
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 {#1460
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: Proxies\__CG__\App\Entity\Image {#1459 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1978"
  +title: "31 December 1978"
  +url: "https://sh.itjust.works/pictrs/image/16adba00-841c-42ad-a8d9-50601e5cb8e2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041135 {#1455
    date: 2023-12-31 17:45:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 26260
  -titleTs: "'1978':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704113135
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912501"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041135 {#1453
    date: 2023-12-31 17:45: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
75 DENIED edit
App\Entity\Entry {#1460
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: Proxies\__CG__\App\Entity\Image {#1459 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1978"
  +title: "31 December 1978"
  +url: "https://sh.itjust.works/pictrs/image/16adba00-841c-42ad-a8d9-50601e5cb8e2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041135 {#1455
    date: 2023-12-31 17:45:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 26260
  -titleTs: "'1978':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704113135
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912501"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041135 {#1453
    date: 2023-12-31 17:45: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
76 DENIED moderate
App\Entity\Entry {#1460
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: Proxies\__CG__\App\Entity\Image {#1459 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1978"
  +title: "31 December 1978"
  +url: "https://sh.itjust.works/pictrs/image/16adba00-841c-42ad-a8d9-50601e5cb8e2.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041135 {#1455
    date: 2023-12-31 17:45:35.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 26260
  -titleTs: "'1978':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704113135
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912501"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041135 {#1453
    date: 2023-12-31 17:45: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
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 {#1694
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1703 …}
  +image: Proxies\__CG__\App\Entity\Image {#1700 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1980"
  +title: "31 December 1980"
  +url: "https://sh.itjust.works/pictrs/image/9fbce21f-79b3-4167-9a0d-554fa2bcbedb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041065 {#1429
    date: 2023-12-31 17:44:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1693 …}
  +votes: Doctrine\ORM\PersistentCollection {#1695 …}
  +reports: Doctrine\ORM\PersistentCollection {#1698 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1610 …}
  +badges: Doctrine\ORM\PersistentCollection {#1606 …}
  +children: []
  -id: 26528
  -titleTs: "'1980':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704068065
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041065 {#1699
    date: 2023-12-31 17:44:25.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 {#1694
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1703 …}
  +image: Proxies\__CG__\App\Entity\Image {#1700 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1980"
  +title: "31 December 1980"
  +url: "https://sh.itjust.works/pictrs/image/9fbce21f-79b3-4167-9a0d-554fa2bcbedb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041065 {#1429
    date: 2023-12-31 17:44:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1693 …}
  +votes: Doctrine\ORM\PersistentCollection {#1695 …}
  +reports: Doctrine\ORM\PersistentCollection {#1698 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1610 …}
  +badges: Doctrine\ORM\PersistentCollection {#1606 …}
  +children: []
  -id: 26528
  -titleTs: "'1980':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704068065
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041065 {#1699
    date: 2023-12-31 17:44:25.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 {#1694
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1703 …}
  +image: Proxies\__CG__\App\Entity\Image {#1700 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1980"
  +title: "31 December 1980"
  +url: "https://sh.itjust.works/pictrs/image/9fbce21f-79b3-4167-9a0d-554fa2bcbedb.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1704041065 {#1429
    date: 2023-12-31 17:44:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1693 …}
  +votes: Doctrine\ORM\PersistentCollection {#1695 …}
  +reports: Doctrine\ORM\PersistentCollection {#1698 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1610 …}
  +badges: Doctrine\ORM\PersistentCollection {#1606 …}
  +children: []
  -id: 26528
  -titleTs: "'1980':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704068065
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912454"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041065 {#1699
    date: 2023-12-31 17:44:25.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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: Proxies\__CG__\App\Entity\Image {#1744 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1986"
  +title: "31 December 1986"
  +url: "https://sh.itjust.works/pictrs/image/271b5774-7946-4fe2-8920-358d393af47c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710399641 {#1612
    date: 2024-03-14 08:00:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1639 …}
  +votes: Doctrine\ORM\PersistentCollection {#1647 …}
  +reports: Doctrine\ORM\PersistentCollection {#1640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1675 …}
  +badges: Doctrine\ORM\PersistentCollection {#1676 …}
  +children: []
  -id: 26258
  -titleTs: "'1986':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127436
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912402"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041036 {#1615
    date: 2023-12-31 17:43:56.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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: Proxies\__CG__\App\Entity\Image {#1744 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1986"
  +title: "31 December 1986"
  +url: "https://sh.itjust.works/pictrs/image/271b5774-7946-4fe2-8920-358d393af47c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710399641 {#1612
    date: 2024-03-14 08:00:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1639 …}
  +votes: Doctrine\ORM\PersistentCollection {#1647 …}
  +reports: Doctrine\ORM\PersistentCollection {#1640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1675 …}
  +badges: Doctrine\ORM\PersistentCollection {#1676 …}
  +children: []
  -id: 26258
  -titleTs: "'1986':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127436
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912402"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041036 {#1615
    date: 2023-12-31 17:43:56.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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1752 …}
  +image: Proxies\__CG__\App\Entity\Image {#1744 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-1986"
  +title: "31 December 1986"
  +url: "https://sh.itjust.works/pictrs/image/271b5774-7946-4fe2-8920-358d393af47c.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 111
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710399641 {#1612
    date: 2024-03-14 08:00:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1639 …}
  +votes: Doctrine\ORM\PersistentCollection {#1647 …}
  +reports: Doctrine\ORM\PersistentCollection {#1640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1675 …}
  +badges: Doctrine\ORM\PersistentCollection {#1676 …}
  +children: []
  -id: 26258
  -titleTs: "'1986':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127436
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912402"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041036 {#1615
    date: 2023-12-31 17:43:56.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 {#1678
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1669 …}
  +image: Proxies\__CG__\App\Entity\Image {#1670 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2008"
  +title: "31 December 2008"
  +url: "https://sh.itjust.works/pictrs/image/761e3e6e-e463-4ee6-8643-e987337ea329.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710359642 {#1673
    date: 2024-03-13 20:54:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 26526
  -titleTs: "'2008':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126004
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041004 {#1677
    date: 2023-12-31 17:43:24.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 {#1678
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1669 …}
  +image: Proxies\__CG__\App\Entity\Image {#1670 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2008"
  +title: "31 December 2008"
  +url: "https://sh.itjust.works/pictrs/image/761e3e6e-e463-4ee6-8643-e987337ea329.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710359642 {#1673
    date: 2024-03-13 20:54:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 26526
  -titleTs: "'2008':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126004
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041004 {#1677
    date: 2023-12-31 17:43:24.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 {#1678
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1669 …}
  +image: Proxies\__CG__\App\Entity\Image {#1670 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1465 …}
  +slug: "31-December-2008"
  +title: "31 December 2008"
  +url: "https://sh.itjust.works/pictrs/image/761e3e6e-e463-4ee6-8643-e987337ea329.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710359642 {#1673
    date: 2024-03-13 20:54:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1666 …}
  +votes: Doctrine\ORM\PersistentCollection {#1668 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1654 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1655 …}
  +badges: Doctrine\ORM\PersistentCollection {#1651 …}
  +children: []
  -id: 26526
  -titleTs: "'2008':3 '31':1 'decemb':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126004
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11912401"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704041004 {#1677
    date: 2023-12-31 17:43:24.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 {#1662
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1663 …}
  +image: Proxies\__CG__\App\Entity\Image {#1553 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "Strength-of-character"
  +title: "Strength of character"
  +url: "https://startrek.website/pictrs/image/b80636da-e8b1-432d-9abf-657b1e0e210a.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 569
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710314979 {#1656
    date: 2024-03-13 08:29:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 26256
  -titleTs: "'charact':3 'strength':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127228
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040828 {#1661
    date: 2023-12-31 17:40:28.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 {#1662
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1663 …}
  +image: Proxies\__CG__\App\Entity\Image {#1553 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "Strength-of-character"
  +title: "Strength of character"
  +url: "https://startrek.website/pictrs/image/b80636da-e8b1-432d-9abf-657b1e0e210a.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 569
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710314979 {#1656
    date: 2024-03-13 08:29:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 26256
  -titleTs: "'charact':3 'strength':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127228
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040828 {#1661
    date: 2023-12-31 17:40:28.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 {#1662
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1663 …}
  +image: Proxies\__CG__\App\Entity\Image {#1553 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "Strength-of-character"
  +title: "Strength of character"
  +url: "https://startrek.website/pictrs/image/b80636da-e8b1-432d-9abf-657b1e0e210a.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 10
  +favouriteCount: 569
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710314979 {#1656
    date: 2024-03-13 08:29:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 26256
  -titleTs: "'charact':3 'strength':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704127228
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183129"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040828 {#1661
    date: 2023-12-31 17:40:28.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 {#1581
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "They-basically-run-everything"
  +title: "They basically run everything"
  +url: "https://startrek.website/pictrs/image/bf21633e-8de9-40bf-9ab7-fb89c7559506.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 470
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712584978 {#1579
    date: 2024-04-08 16:02:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 26254
  -titleTs: "'basic':2 'everyth':4 'run':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126985
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183070"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040585 {#1584
    date: 2023-12-31 17:36:25.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 {#1581
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "They-basically-run-everything"
  +title: "They basically run everything"
  +url: "https://startrek.website/pictrs/image/bf21633e-8de9-40bf-9ab7-fb89c7559506.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 470
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712584978 {#1579
    date: 2024-04-08 16:02:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 26254
  -titleTs: "'basic':2 'everyth':4 'run':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126985
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183070"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040585 {#1584
    date: 2023-12-31 17:36:25.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 {#1581
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1376 …}
  +image: Proxies\__CG__\App\Entity\Image {#1588 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "They-basically-run-everything"
  +title: "They basically run everything"
  +url: "https://startrek.website/pictrs/image/bf21633e-8de9-40bf-9ab7-fb89c7559506.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 9
  +favouriteCount: 470
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712584978 {#1579
    date: 2024-04-08 16:02:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 26254
  -titleTs: "'basic':2 'everyth':4 'run':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126985
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183070"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040585 {#1584
    date: 2023-12-31 17:36:25.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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "He-s-bigger-faster-and-stronger-too"
  +title: "He's bigger, faster, and stronger too."
  +url: "https://startrek.website/pictrs/image/a2fdaa51-e315-41ac-9d1a-24184d358a94.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 326
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710153478 {#1526
    date: 2024-03-11 11:37:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 26253
  -titleTs: "'bigger':3 'faster':4 'stronger':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126927
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183069"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040527 {#1528
    date: 2023-12-31 17:35:27.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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "He-s-bigger-faster-and-stronger-too"
  +title: "He's bigger, faster, and stronger too."
  +url: "https://startrek.website/pictrs/image/a2fdaa51-e315-41ac-9d1a-24184d358a94.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 326
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710153478 {#1526
    date: 2024-03-11 11:37:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 26253
  -titleTs: "'bigger':3 'faster':4 'stronger':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126927
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183069"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040527 {#1528
    date: 2023-12-31 17:35:27.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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2451 …}
  +image: Proxies\__CG__\App\Entity\Image {#1561 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1377 …}
  +slug: "He-s-bigger-faster-and-stronger-too"
  +title: "He's bigger, faster, and stronger too."
  +url: "https://startrek.website/pictrs/image/a2fdaa51-e315-41ac-9d1a-24184d358a94.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 326
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710153478 {#1526
    date: 2024-03-11 11:37:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1548 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1562 …}
  +badges: Doctrine\ORM\PersistentCollection {#1554 …}
  +children: []
  -id: 26253
  -titleTs: "'bigger':3 'faster':4 'stronger':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704126927
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5183069"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704040527 {#1528
    date: 2023-12-31 17:35:27.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