GET https://kbin.spritesserver.nl/index.php/*/active?p=20

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 …}
}
10.98 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#1756
  +user: Proxies\__CG__\App\Entity\User {#1767 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Help-with-external-4TB-drive"
  +title: "Help with external 4TB drive"
  +url: null
  +body: """
    Hi All,\n
    \n
    I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
    \n
    On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
    </span>\n
    ```\n
    \n
    The output of `fdisk -l` is as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
    </span><span style="color:#323232;">Disk model: Expansion Desk\n
    </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: dos\n
    </span><span style="color:#323232;">Disk identifier: 0x00000000\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
    </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
    </span>\n
    ```\n
    \n
    As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
    \n
    I tried overcoming this by mounting as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
    </span>\n
    ```\n
    \n
    however now I have a new error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
    </span>\n
    ```\n
    \n
    Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
    </span>\n
    ```\n
    \n
    I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
    \n
    Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
    </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
    </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: gpt\n
    </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
    </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101953 {#1760
    date: 2024-10-16 20:05:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1759 …}
  +votes: Doctrine\ORM\PersistentCollection {#1751 …}
  +reports: Doctrine\ORM\PersistentCollection {#1772 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1778 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1777 …}
  +badges: Doctrine\ORM\PersistentCollection {#1773 …}
  +children: []
  -id: 33413
  -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
  -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706441575
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/6328537"
  +editedAt: DateTimeImmutable @1729027145 {#1757
    date: 2024-10-15 23:19:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706355175 {#1763
    date: 2024-01-27 12:32:55.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 {#1756
  +user: Proxies\__CG__\App\Entity\User {#1767 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Help-with-external-4TB-drive"
  +title: "Help with external 4TB drive"
  +url: null
  +body: """
    Hi All,\n
    \n
    I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
    \n
    On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
    </span>\n
    ```\n
    \n
    The output of `fdisk -l` is as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
    </span><span style="color:#323232;">Disk model: Expansion Desk\n
    </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: dos\n
    </span><span style="color:#323232;">Disk identifier: 0x00000000\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
    </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
    </span>\n
    ```\n
    \n
    As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
    \n
    I tried overcoming this by mounting as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
    </span>\n
    ```\n
    \n
    however now I have a new error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
    </span>\n
    ```\n
    \n
    Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
    </span>\n
    ```\n
    \n
    I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
    \n
    Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
    </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
    </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: gpt\n
    </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
    </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101953 {#1760
    date: 2024-10-16 20:05:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1759 …}
  +votes: Doctrine\ORM\PersistentCollection {#1751 …}
  +reports: Doctrine\ORM\PersistentCollection {#1772 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1778 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1777 …}
  +badges: Doctrine\ORM\PersistentCollection {#1773 …}
  +children: []
  -id: 33413
  -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
  -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706441575
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/6328537"
  +editedAt: DateTimeImmutable @1729027145 {#1757
    date: 2024-10-15 23:19:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706355175 {#1763
    date: 2024-01-27 12:32:55.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 {#1756
  +user: Proxies\__CG__\App\Entity\User {#1767 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Help-with-external-4TB-drive"
  +title: "Help with external 4TB drive"
  +url: null
  +body: """
    Hi All,\n
    \n
    I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
    \n
    On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
    </span>\n
    ```\n
    \n
    The output of `fdisk -l` is as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
    </span><span style="color:#323232;">Disk model: Expansion Desk\n
    </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: dos\n
    </span><span style="color:#323232;">Disk identifier: 0x00000000\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
    </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
    </span>\n
    ```\n
    \n
    As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
    \n
    I tried overcoming this by mounting as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
    </span>\n
    ```\n
    \n
    however now I have a new error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
    </span>\n
    ```\n
    \n
    Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
    </span>\n
    ```\n
    \n
    I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
    \n
    Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
    </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
    </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: gpt\n
    </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
    </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101953 {#1760
    date: 2024-10-16 20:05:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1759 …}
  +votes: Doctrine\ORM\PersistentCollection {#1751 …}
  +reports: Doctrine\ORM\PersistentCollection {#1772 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1778 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1777 …}
  +badges: Doctrine\ORM\PersistentCollection {#1773 …}
  +children: []
  -id: 33413
  -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
  -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706441575
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/6328537"
  +editedAt: DateTimeImmutable @1729027145 {#1757
    date: 2024-10-15 23:19:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706355175 {#1763
    date: 2024-01-27 12:32:55.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 {#1454
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1461 …}
  +image: Proxies\__CG__\App\Entity\Image {#1462 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "27-January-1981"
  +title: "27 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/dc9dc104-ba0c-47e6-8cdd-bccdf0365cfd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101738 {#1427
    date: 2024-10-16 20:02:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1463 …}
  +votes: Doctrine\ORM\PersistentCollection {#1448 …}
  +reports: Doctrine\ORM\PersistentCollection {#1455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1459 …}
  +badges: Doctrine\ORM\PersistentCollection {#1439 …}
  +children: []
  -id: 33471
  -titleTs: "'1981':3 '27':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706423651
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13587583"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706374651 {#1456
    date: 2024-01-27 17:57:31.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 {#1454
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1461 …}
  +image: Proxies\__CG__\App\Entity\Image {#1462 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "27-January-1981"
  +title: "27 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/dc9dc104-ba0c-47e6-8cdd-bccdf0365cfd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101738 {#1427
    date: 2024-10-16 20:02:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1463 …}
  +votes: Doctrine\ORM\PersistentCollection {#1448 …}
  +reports: Doctrine\ORM\PersistentCollection {#1455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1459 …}
  +badges: Doctrine\ORM\PersistentCollection {#1439 …}
  +children: []
  -id: 33471
  -titleTs: "'1981':3 '27':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706423651
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13587583"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706374651 {#1456
    date: 2024-01-27 17:57:31.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 {#1454
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1461 …}
  +image: Proxies\__CG__\App\Entity\Image {#1462 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "27-January-1981"
  +title: "27 January 1981"
  +url: "https://sh.itjust.works/pictrs/image/dc9dc104-ba0c-47e6-8cdd-bccdf0365cfd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101738 {#1427
    date: 2024-10-16 20:02:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1463 …}
  +votes: Doctrine\ORM\PersistentCollection {#1448 …}
  +reports: Doctrine\ORM\PersistentCollection {#1455 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1459 …}
  +badges: Doctrine\ORM\PersistentCollection {#1439 …}
  +children: []
  -id: 33471
  -titleTs: "'1981':3 '27':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706423651
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13587583"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706374651 {#1456
    date: 2024-01-27 17:57:31.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 {#1582
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1577 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "George-Lucas-demonstrating-how-to-use-an-E-11-blaster-on"
  +title: "George Lucas demonstrating how to use an E-11 blaster on the set of Star Wars"
  +url: "https://lemmy.world/pictrs/image/af4e758f-e2e1-4a37-bb85-6c3b98211f70.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 150
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729099223 {#1589
    date: 2024-10-16 19:20:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1588 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  +badges: Doctrine\ORM\PersistentCollection {#1573 …}
  +children: []
  -id: 33552
  -titleTs: "'-11':9 'blaster':10 'demonstr':3 'e':8 'georg':1 'luca':2 'set':13 'star':15 'use':6 'war':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706494339
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11268043"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706407939 {#1571
    date: 2024-01-28 03:12:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1577 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "George-Lucas-demonstrating-how-to-use-an-E-11-blaster-on"
  +title: "George Lucas demonstrating how to use an E-11 blaster on the set of Star Wars"
  +url: "https://lemmy.world/pictrs/image/af4e758f-e2e1-4a37-bb85-6c3b98211f70.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 150
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729099223 {#1589
    date: 2024-10-16 19:20:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1588 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  +badges: Doctrine\ORM\PersistentCollection {#1573 …}
  +children: []
  -id: 33552
  -titleTs: "'-11':9 'blaster':10 'demonstr':3 'e':8 'georg':1 'luca':2 'set':13 'star':15 'use':6 'war':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706494339
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11268043"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706407939 {#1571
    date: 2024-01-28 03:12:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1577 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "George-Lucas-demonstrating-how-to-use-an-E-11-blaster-on"
  +title: "George Lucas demonstrating how to use an E-11 blaster on the set of Star Wars"
  +url: "https://lemmy.world/pictrs/image/af4e758f-e2e1-4a37-bb85-6c3b98211f70.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 150
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729099223 {#1589
    date: 2024-10-16 19:20:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1580 …}
  +votes: Doctrine\ORM\PersistentCollection {#1584 …}
  +reports: Doctrine\ORM\PersistentCollection {#1588 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1574 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1587 …}
  +badges: Doctrine\ORM\PersistentCollection {#1573 …}
  +children: []
  -id: 33552
  -titleTs: "'-11':9 'blaster':10 'demonstr':3 'e':8 'georg':1 'luca':2 'set':13 'star':15 'use':6 'war':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706494339
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11268043"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706407939 {#1571
    date: 2024-01-28 03:12:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1397
  +user: Proxies\__CG__\App\Entity\User {#1388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1387 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Does-AI-generated-art-posted-on-lemmy-bother-you"
  +title: "Does AI-generated art posted on lemmy bother you?"
  +url: null
  +body: """
    I find that i can spot AI Images fairly easily these days, especially the sort of fantastical tableaus that get posted to the various AI communities around lemmy. I’m tired of seeing them; it all looks the same to me. Was wondering if im being too sensitive, or if other people are similarly bored of the constant unimaginative AI spam…\n
    \n
    For the record, I block any explicit AI Art communities that pop up in the feed, but there are more every day…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 239
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096820 {#1390
    date: 2024-10-16 18:40:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1903 …}
  +reports: Doctrine\ORM\PersistentCollection {#1364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1389 …}
  +badges: Doctrine\ORM\PersistentCollection {#1376 …}
  +children: []
  -id: 31822
  -titleTs: "'ai':3 'ai-gener':2 'art':5 'bother':9 'generat':4 'lemmi':8 'post':6"
  -bodyTs: "'ai':7,25,60,69 'around':27 'art':70 'block':66 'bore':55 'communiti':26,71 'constant':58 'day':12,83 'easili':10 'especi':13 'everi':82 'explicit':68 'fair':9 'fantast':17 'feed':77 'find':2 'get':20 'im':45 'imag':8 'lemmi':28 'look':37 'm':30 'peopl':52 'pop':73 'post':21 'record':64 'see':33 'sensit':48 'similar':54 'sort':15 'spam':61 'spot':6 'tableaus':18 'tire':31 'unimagin':59 'various':24 'wonder':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705791754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10928267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705705354 {#1386
    date: 2024-01-20 00:02: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
15 DENIED edit
App\Entity\Entry {#1397
  +user: Proxies\__CG__\App\Entity\User {#1388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1387 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Does-AI-generated-art-posted-on-lemmy-bother-you"
  +title: "Does AI-generated art posted on lemmy bother you?"
  +url: null
  +body: """
    I find that i can spot AI Images fairly easily these days, especially the sort of fantastical tableaus that get posted to the various AI communities around lemmy. I’m tired of seeing them; it all looks the same to me. Was wondering if im being too sensitive, or if other people are similarly bored of the constant unimaginative AI spam…\n
    \n
    For the record, I block any explicit AI Art communities that pop up in the feed, but there are more every day…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 239
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096820 {#1390
    date: 2024-10-16 18:40:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1903 …}
  +reports: Doctrine\ORM\PersistentCollection {#1364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1389 …}
  +badges: Doctrine\ORM\PersistentCollection {#1376 …}
  +children: []
  -id: 31822
  -titleTs: "'ai':3 'ai-gener':2 'art':5 'bother':9 'generat':4 'lemmi':8 'post':6"
  -bodyTs: "'ai':7,25,60,69 'around':27 'art':70 'block':66 'bore':55 'communiti':26,71 'constant':58 'day':12,83 'easili':10 'especi':13 'everi':82 'explicit':68 'fair':9 'fantast':17 'feed':77 'find':2 'get':20 'im':45 'imag':8 'lemmi':28 'look':37 'm':30 'peopl':52 'pop':73 'post':21 'record':64 'see':33 'sensit':48 'similar':54 'sort':15 'spam':61 'spot':6 'tableaus':18 'tire':31 'unimagin':59 'various':24 'wonder':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705791754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10928267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705705354 {#1386
    date: 2024-01-20 00:02: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
16 DENIED moderate
App\Entity\Entry {#1397
  +user: Proxies\__CG__\App\Entity\User {#1388 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1387 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Does-AI-generated-art-posted-on-lemmy-bother-you"
  +title: "Does AI-generated art posted on lemmy bother you?"
  +url: null
  +body: """
    I find that i can spot AI Images fairly easily these days, especially the sort of fantastical tableaus that get posted to the various AI communities around lemmy. I’m tired of seeing them; it all looks the same to me. Was wondering if im being too sensitive, or if other people are similarly bored of the constant unimaginative AI spam…\n
    \n
    For the record, I block any explicit AI Art communities that pop up in the feed, but there are more every day…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 239
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096820 {#1390
    date: 2024-10-16 18:40:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1380 …}
  +votes: Doctrine\ORM\PersistentCollection {#1903 …}
  +reports: Doctrine\ORM\PersistentCollection {#1364 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1398 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1389 …}
  +badges: Doctrine\ORM\PersistentCollection {#1376 …}
  +children: []
  -id: 31822
  -titleTs: "'ai':3 'ai-gener':2 'art':5 'bother':9 'generat':4 'lemmi':8 'post':6"
  -bodyTs: "'ai':7,25,60,69 'around':27 'art':70 'block':66 'bore':55 'communiti':26,71 'constant':58 'day':12,83 'easili':10 'especi':13 'everi':82 'explicit':68 'fair':9 'fantast':17 'feed':77 'find':2 'get':20 'im':45 'imag':8 'lemmi':28 'look':37 'm':30 'peopl':52 'pop':73 'post':21 'record':64 'see':33 'sensit':48 'similar':54 'sort':15 'spam':61 'spot':6 'tableaus':18 'tire':31 'unimagin':59 'various':24 'wonder':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705791754
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10928267"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705705354 {#1386
    date: 2024-01-20 00:02: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
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 {#1709
  +user: Proxies\__CG__\App\Entity\User {#1595 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1610 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Feature-Request-Export-Save-settings"
  +title: "[Feature Request] Export/Save settings."
  +url: null
  +body: """
    Sometimes I need to clear app cache and app settings and would like to save my Connect preferences somewhere and restore them later.\n
    \n
    (I don’t particularly care if saved setting files are compatible with newer versions of Connect. Making settings files compatible across different app versions can be really annoying sometimes. I get it.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096213 {#1698
    date: 2024-10-16 18:30:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1609 …}
  +votes: Doctrine\ORM\PersistentCollection {#1614 …}
  +reports: Doctrine\ORM\PersistentCollection {#1615 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1752 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1639 …}
  +badges: Doctrine\ORM\PersistentCollection {#1647 …}
  +children: []
  -id: 33506
  -titleTs: "'export/save':3 'featur':1 'request':2 'set':4"
  -bodyTs: "'across':44 'annoy':51 'app':6,9,46 'cach':7 'care':28 'clear':5 'compat':34,43 'connect':17,39 'differ':45 'file':32,42 'get':54 'later':23 'like':13 'make':40 'need':3 'newer':36 'particular':27 'prefer':18 'realli':50 'restor':21 'save':15,30 'set':10,31,41 'sometim':1,52 'somewher':19 'version':37,47 'would':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706396339
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/14175449"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706385339 {#1696
    date: 2024-01-27 20:55:39.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 {#1709
  +user: Proxies\__CG__\App\Entity\User {#1595 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1610 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Feature-Request-Export-Save-settings"
  +title: "[Feature Request] Export/Save settings."
  +url: null
  +body: """
    Sometimes I need to clear app cache and app settings and would like to save my Connect preferences somewhere and restore them later.\n
    \n
    (I don’t particularly care if saved setting files are compatible with newer versions of Connect. Making settings files compatible across different app versions can be really annoying sometimes. I get it.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096213 {#1698
    date: 2024-10-16 18:30:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1609 …}
  +votes: Doctrine\ORM\PersistentCollection {#1614 …}
  +reports: Doctrine\ORM\PersistentCollection {#1615 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1752 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1639 …}
  +badges: Doctrine\ORM\PersistentCollection {#1647 …}
  +children: []
  -id: 33506
  -titleTs: "'export/save':3 'featur':1 'request':2 'set':4"
  -bodyTs: "'across':44 'annoy':51 'app':6,9,46 'cach':7 'care':28 'clear':5 'compat':34,43 'connect':17,39 'differ':45 'file':32,42 'get':54 'later':23 'like':13 'make':40 'need':3 'newer':36 'particular':27 'prefer':18 'realli':50 'restor':21 'save':15,30 'set':10,31,41 'sometim':1,52 'somewher':19 'version':37,47 'would':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706396339
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/14175449"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706385339 {#1696
    date: 2024-01-27 20:55:39.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 {#1709
  +user: Proxies\__CG__\App\Entity\User {#1595 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1610 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Feature-Request-Export-Save-settings"
  +title: "[Feature Request] Export/Save settings."
  +url: null
  +body: """
    Sometimes I need to clear app cache and app settings and would like to save my Connect preferences somewhere and restore them later.\n
    \n
    (I don’t particularly care if saved setting files are compatible with newer versions of Connect. Making settings files compatible across different app versions can be really annoying sometimes. I get it.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729096213 {#1698
    date: 2024-10-16 18:30:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1609 …}
  +votes: Doctrine\ORM\PersistentCollection {#1614 …}
  +reports: Doctrine\ORM\PersistentCollection {#1615 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1752 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1639 …}
  +badges: Doctrine\ORM\PersistentCollection {#1647 …}
  +children: []
  -id: 33506
  -titleTs: "'export/save':3 'featur':1 'request':2 'set':4"
  -bodyTs: "'across':44 'annoy':51 'app':6,9,46 'cach':7 'care':28 'clear':5 'compat':34,43 'connect':17,39 'differ':45 'file':32,42 'get':54 'later':23 'like':13 'make':40 'need':3 'newer':36 'particular':27 'prefer':18 'realli':50 'restor':21 'save':15,30 'set':10,31,41 'sometim':1,52 'somewher':19 'version':37,47 'would':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706396339
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/14175449"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706385339 {#1696
    date: 2024-01-27 20:55:39.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 {#1400
  +user: Proxies\__CG__\App\Entity\User {#1367 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1387 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Looking-for-2000s-movie-about-gang"
  +title: "Looking for 2000s movie about gang? "
  +url: null
  +body: "In this scene a white man is waiting on a fence and then two guys in a low rider who are part of a gang come and ask him what he is doing there and he says he is in California for holiday or business and they threaten him with a gun and take his money and phone. Then he goes to a leader of a black gang and asks if they were his guys that robbed him and that he was meant to meet someone but he never came or was late and then the gang leader takes revenge on the people that stole the phone."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729095896 {#1371
    date: 2024-10-16 18:24:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1902 …}
  +votes: Doctrine\ORM\PersistentCollection {#1891 …}
  +reports: Doctrine\ORM\PersistentCollection {#1956 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1848 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2429 …}
  +badges: Doctrine\ORM\PersistentCollection {#2424 …}
  +children: []
  -id: 32890
  -titleTs: "'2000s':3 'gang':6 'look':1 'movi':4"
  -bodyTs: "'ask':28,70 'black':67 'busi':45 'california':41 'came':90 'come':26 'fenc':11 'gang':25,68,97 'goe':61 'gun':52 'guy':15,75 'holiday':43 'late':93 'leader':64,98 'low':18 'man':6 'meant':83 'meet':85 'money':56 'never':89 'part':22 'peopl':103 'phone':58,107 'reveng':100 'rider':19 'rob':77 'say':37 'scene':3 'someon':86 'stole':105 'take':54,99 'threaten':48 'two':14 'wait':8 'white':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222039
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145658"
  +editedAt: DateTimeImmutable @1728428860 {#1375
    date: 2024-10-09 01:07:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706135639 {#1379
    date: 2024-01-24 23:33:59.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 {#1400
  +user: Proxies\__CG__\App\Entity\User {#1367 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1387 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Looking-for-2000s-movie-about-gang"
  +title: "Looking for 2000s movie about gang? "
  +url: null
  +body: "In this scene a white man is waiting on a fence and then two guys in a low rider who are part of a gang come and ask him what he is doing there and he says he is in California for holiday or business and they threaten him with a gun and take his money and phone. Then he goes to a leader of a black gang and asks if they were his guys that robbed him and that he was meant to meet someone but he never came or was late and then the gang leader takes revenge on the people that stole the phone."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729095896 {#1371
    date: 2024-10-16 18:24:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1902 …}
  +votes: Doctrine\ORM\PersistentCollection {#1891 …}
  +reports: Doctrine\ORM\PersistentCollection {#1956 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1848 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2429 …}
  +badges: Doctrine\ORM\PersistentCollection {#2424 …}
  +children: []
  -id: 32890
  -titleTs: "'2000s':3 'gang':6 'look':1 'movi':4"
  -bodyTs: "'ask':28,70 'black':67 'busi':45 'california':41 'came':90 'come':26 'fenc':11 'gang':25,68,97 'goe':61 'gun':52 'guy':15,75 'holiday':43 'late':93 'leader':64,98 'low':18 'man':6 'meant':83 'meet':85 'money':56 'never':89 'part':22 'peopl':103 'phone':58,107 'reveng':100 'rider':19 'rob':77 'say':37 'scene':3 'someon':86 'stole':105 'take':54,99 'threaten':48 'two':14 'wait':8 'white':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222039
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145658"
  +editedAt: DateTimeImmutable @1728428860 {#1375
    date: 2024-10-09 01:07:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706135639 {#1379
    date: 2024-01-24 23:33:59.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 {#1400
  +user: Proxies\__CG__\App\Entity\User {#1367 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1387 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Looking-for-2000s-movie-about-gang"
  +title: "Looking for 2000s movie about gang? "
  +url: null
  +body: "In this scene a white man is waiting on a fence and then two guys in a low rider who are part of a gang come and ask him what he is doing there and he says he is in California for holiday or business and they threaten him with a gun and take his money and phone. Then he goes to a leader of a black gang and asks if they were his guys that robbed him and that he was meant to meet someone but he never came or was late and then the gang leader takes revenge on the people that stole the phone."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729095896 {#1371
    date: 2024-10-16 18:24:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1902 …}
  +votes: Doctrine\ORM\PersistentCollection {#1891 …}
  +reports: Doctrine\ORM\PersistentCollection {#1956 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1848 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2429 …}
  +badges: Doctrine\ORM\PersistentCollection {#2424 …}
  +children: []
  -id: 32890
  -titleTs: "'2000s':3 'gang':6 'look':1 'movi':4"
  -bodyTs: "'ask':28,70 'black':67 'busi':45 'california':41 'came':90 'come':26 'fenc':11 'gang':25,68,97 'goe':61 'gun':52 'guy':15,75 'holiday':43 'late':93 'leader':64,98 'low':18 'man':6 'meant':83 'meet':85 'money':56 'never':89 'part':22 'peopl':103 'phone':58,107 'reveng':100 'rider':19 'rob':77 'say':37 'scene':3 'someon':86 'stole':105 'take':54,99 'threaten':48 'two':14 'wait':8 'white':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222039
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145658"
  +editedAt: DateTimeImmutable @1728428860 {#1375
    date: 2024-10-09 01:07:40.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706135639 {#1379
    date: 2024-01-24 23:33:59.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 {#1782
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1785 …}
  +image: Proxies\__CG__\App\Entity\Image {#1784 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1786 …}
  +slug: "Little-Caesar-s-beetlemoses"
  +title: "Little Caesar's [beetlemoses]"
  +url: "https://startrek.website/pictrs/image/adeb021e-9aaa-46d4-b93e-878d9410d5c2.jpeg"
  +body: "Artist’s IG: [www.instagram.com/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729094875 {#1776
    date: 2024-10-16 18:07:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1780 …}
  +votes: Doctrine\ORM\PersistentCollection {#1765 …}
  +reports: Doctrine\ORM\PersistentCollection {#1682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1452 …}
  +badges: Doctrine\ORM\PersistentCollection {#1465 …}
  +children: []
  -id: 33440
  -titleTs: "'beetlemos':4 'caesar':2 'littl':1"
  -bodyTs: "'/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)':6 'artist':1 'ig':3 'www.instagram.com':5 'www.instagram.com/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706454481
  +visibility: "visible             "
  +apId: "https://startrek.website/post/6146228"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706368081 {#1781
    date: 2024-01-27 16:08:01.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 {#1782
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1785 …}
  +image: Proxies\__CG__\App\Entity\Image {#1784 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1786 …}
  +slug: "Little-Caesar-s-beetlemoses"
  +title: "Little Caesar's [beetlemoses]"
  +url: "https://startrek.website/pictrs/image/adeb021e-9aaa-46d4-b93e-878d9410d5c2.jpeg"
  +body: "Artist’s IG: [www.instagram.com/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729094875 {#1776
    date: 2024-10-16 18:07:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1780 …}
  +votes: Doctrine\ORM\PersistentCollection {#1765 …}
  +reports: Doctrine\ORM\PersistentCollection {#1682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1452 …}
  +badges: Doctrine\ORM\PersistentCollection {#1465 …}
  +children: []
  -id: 33440
  -titleTs: "'beetlemos':4 'caesar':2 'littl':1"
  -bodyTs: "'/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)':6 'artist':1 'ig':3 'www.instagram.com':5 'www.instagram.com/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706454481
  +visibility: "visible             "
  +apId: "https://startrek.website/post/6146228"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706368081 {#1781
    date: 2024-01-27 16:08:01.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 {#1782
  +user: Proxies\__CG__\App\Entity\User {#1783 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1785 …}
  +image: Proxies\__CG__\App\Entity\Image {#1784 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1786 …}
  +slug: "Little-Caesar-s-beetlemoses"
  +title: "Little Caesar's [beetlemoses]"
  +url: "https://startrek.website/pictrs/image/adeb021e-9aaa-46d4-b93e-878d9410d5c2.jpeg"
  +body: "Artist’s IG: [www.instagram.com/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729094875 {#1776
    date: 2024-10-16 18:07:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1780 …}
  +votes: Doctrine\ORM\PersistentCollection {#1765 …}
  +reports: Doctrine\ORM\PersistentCollection {#1682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1452 …}
  +badges: Doctrine\ORM\PersistentCollection {#1465 …}
  +children: []
  -id: 33440
  -titleTs: "'beetlemos':4 'caesar':2 'littl':1"
  -bodyTs: "'/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)':6 'artist':1 'ig':3 'www.instagram.com':5 'www.instagram.com/beetlemoses/?hl=en](https://www.instagram.com/beetlemoses/?hl=en)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706454481
  +visibility: "visible             "
  +apId: "https://startrek.website/post/6146228"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706368081 {#1781
    date: 2024-01-27 16:08:01.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 {#1967
  +user: Proxies\__CG__\App\Entity\User {#1975 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1953 …}
  +image: Proxies\__CG__\App\Entity\Image {#1937 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1962 …}
  +slug: "The-Boost-android-client-for-Lemmy-is-displaying-these-dark"
  +title: "The Boost android client for Lemmy is displaying these dark pattern ads pretending to be system notifications. What security/privacy conscious Lemmy clients do you recommend?"
  +url: "https://lemmy.ml/pictrs/image/7278d2ee-f58d-4acb-828f-fda2a2521723.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 204
  +favouriteCount: 494
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093402 {#1977
    date: 2024-10-16 17:43:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1943 …}
  +votes: Doctrine\ORM\PersistentCollection {#1978 …}
  +reports: Doctrine\ORM\PersistentCollection {#1966 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1934 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1932 …}
  +badges: Doctrine\ORM\PersistentCollection {#1933 …}
  +children: []
  -id: 29566
  -titleTs: "'ad':12 'android':3 'boost':2 'client':4,22 'conscious':20 'dark':10 'display':8 'lemmi':6,21 'notif':17 'pattern':11 'pretend':13 'recommend':25 'security/privacy':19 'system':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705196321
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10470199"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705109921 {#1974
    date: 2024-01-13 02:38: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
31 DENIED edit
App\Entity\Entry {#1967
  +user: Proxies\__CG__\App\Entity\User {#1975 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1953 …}
  +image: Proxies\__CG__\App\Entity\Image {#1937 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1962 …}
  +slug: "The-Boost-android-client-for-Lemmy-is-displaying-these-dark"
  +title: "The Boost android client for Lemmy is displaying these dark pattern ads pretending to be system notifications. What security/privacy conscious Lemmy clients do you recommend?"
  +url: "https://lemmy.ml/pictrs/image/7278d2ee-f58d-4acb-828f-fda2a2521723.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 204
  +favouriteCount: 494
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093402 {#1977
    date: 2024-10-16 17:43:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1943 …}
  +votes: Doctrine\ORM\PersistentCollection {#1978 …}
  +reports: Doctrine\ORM\PersistentCollection {#1966 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1934 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1932 …}
  +badges: Doctrine\ORM\PersistentCollection {#1933 …}
  +children: []
  -id: 29566
  -titleTs: "'ad':12 'android':3 'boost':2 'client':4,22 'conscious':20 'dark':10 'display':8 'lemmi':6,21 'notif':17 'pattern':11 'pretend':13 'recommend':25 'security/privacy':19 'system':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705196321
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10470199"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705109921 {#1974
    date: 2024-01-13 02:38: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
32 DENIED moderate
App\Entity\Entry {#1967
  +user: Proxies\__CG__\App\Entity\User {#1975 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1953 …}
  +image: Proxies\__CG__\App\Entity\Image {#1937 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1962 …}
  +slug: "The-Boost-android-client-for-Lemmy-is-displaying-these-dark"
  +title: "The Boost android client for Lemmy is displaying these dark pattern ads pretending to be system notifications. What security/privacy conscious Lemmy clients do you recommend?"
  +url: "https://lemmy.ml/pictrs/image/7278d2ee-f58d-4acb-828f-fda2a2521723.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 204
  +favouriteCount: 494
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093402 {#1977
    date: 2024-10-16 17:43:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1943 …}
  +votes: Doctrine\ORM\PersistentCollection {#1978 …}
  +reports: Doctrine\ORM\PersistentCollection {#1966 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1934 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1932 …}
  +badges: Doctrine\ORM\PersistentCollection {#1933 …}
  +children: []
  -id: 29566
  -titleTs: "'ad':12 'android':3 'boost':2 'client':4,22 'conscious':20 'dark':10 'display':8 'lemmi':6,21 'notif':17 'pattern':11 'pretend':13 'recommend':25 'security/privacy':19 'system':16"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705196321
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10470199"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705109921 {#1974
    date: 2024-01-13 02:38: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
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 {#2473
  +user: Proxies\__CG__\App\Entity\User {#2474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1923 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Hosting-private-UHD-video"
  +title: "Hosting private UHD video"
  +url: null
  +body: """
    I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
    \n
    A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
    \n
    I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
    \n
    Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093361 {#2490
    date: 2024-10-16 17:42:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2484 …}
  +votes: Doctrine\ORM\PersistentCollection {#2481 …}
  +reports: Doctrine\ORM\PersistentCollection {#1508 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1501 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1521 …}
  +badges: Doctrine\ORM\PersistentCollection {#1499 …}
  +children: []
  -id: 33150
  -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
  -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706326348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11196156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706239948 {#2489
    date: 2024-01-26 04:32: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
35 DENIED edit
App\Entity\Entry {#2473
  +user: Proxies\__CG__\App\Entity\User {#2474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1923 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Hosting-private-UHD-video"
  +title: "Hosting private UHD video"
  +url: null
  +body: """
    I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
    \n
    A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
    \n
    I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
    \n
    Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093361 {#2490
    date: 2024-10-16 17:42:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2484 …}
  +votes: Doctrine\ORM\PersistentCollection {#2481 …}
  +reports: Doctrine\ORM\PersistentCollection {#1508 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1501 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1521 …}
  +badges: Doctrine\ORM\PersistentCollection {#1499 …}
  +children: []
  -id: 33150
  -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
  -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706326348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11196156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706239948 {#2489
    date: 2024-01-26 04:32: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
36 DENIED moderate
App\Entity\Entry {#2473
  +user: Proxies\__CG__\App\Entity\User {#2474 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1923 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Hosting-private-UHD-video"
  +title: "Hosting private UHD video"
  +url: null
  +body: """
    I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
    \n
    A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
    \n
    I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
    \n
    Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093361 {#2490
    date: 2024-10-16 17:42:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2484 …}
  +votes: Doctrine\ORM\PersistentCollection {#2481 …}
  +reports: Doctrine\ORM\PersistentCollection {#1508 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1501 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1521 …}
  +badges: Doctrine\ORM\PersistentCollection {#1499 …}
  +children: []
  -id: 33150
  -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
  -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706326348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11196156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706239948 {#2489
    date: 2024-01-26 04:32: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
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 {#1517
  +user: Proxies\__CG__\App\Entity\User {#1632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1623 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Well"
  +title: "Well........"
  +url: "https://lemmy.world/pictrs/image/282fd2c0-616d-41db-95bc-e14da2b69120.jpeg"
  +body: "Shit…"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093038 {#1519
    date: 2024-10-16 17:37:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1631 …}
  +votes: Doctrine\ORM\PersistentCollection {#1704 …}
  +reports: Doctrine\ORM\PersistentCollection {#1712 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1706 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1657 …}
  +badges: Doctrine\ORM\PersistentCollection {#1745 …}
  +children: []
  -id: 33335
  -titleTs: "'well':1"
  -bodyTs: "'shit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706395509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11226635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706309109 {#1520
    date: 2024-01-26 23:45: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
39 DENIED edit
App\Entity\Entry {#1517
  +user: Proxies\__CG__\App\Entity\User {#1632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1623 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Well"
  +title: "Well........"
  +url: "https://lemmy.world/pictrs/image/282fd2c0-616d-41db-95bc-e14da2b69120.jpeg"
  +body: "Shit…"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093038 {#1519
    date: 2024-10-16 17:37:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1631 …}
  +votes: Doctrine\ORM\PersistentCollection {#1704 …}
  +reports: Doctrine\ORM\PersistentCollection {#1712 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1706 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1657 …}
  +badges: Doctrine\ORM\PersistentCollection {#1745 …}
  +children: []
  -id: 33335
  -titleTs: "'well':1"
  -bodyTs: "'shit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706395509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11226635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706309109 {#1520
    date: 2024-01-26 23:45: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
40 DENIED moderate
App\Entity\Entry {#1517
  +user: Proxies\__CG__\App\Entity\User {#1632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1623 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Well"
  +title: "Well........"
  +url: "https://lemmy.world/pictrs/image/282fd2c0-616d-41db-95bc-e14da2b69120.jpeg"
  +body: "Shit…"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 25
  +favouriteCount: 241
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093038 {#1519
    date: 2024-10-16 17:37:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1631 …}
  +votes: Doctrine\ORM\PersistentCollection {#1704 …}
  +reports: Doctrine\ORM\PersistentCollection {#1712 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1706 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1657 …}
  +badges: Doctrine\ORM\PersistentCollection {#1745 …}
  +children: []
  -id: 33335
  -titleTs: "'well':1"
  -bodyTs: "'shit':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706395509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11226635"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706309109 {#1520
    date: 2024-01-26 23:45: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
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 {#1485
  +user: Proxies\__CG__\App\Entity\User {#1489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1496 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1494 …}
  +slug: "Sway-with-ease"
  +title: "🎵Sway with ease🎵"
  +url: "https://lemmy.dbzer0.com/pictrs/image/a3637186-6bd9-459f-b56b-2422a8b4019f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 308
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091834 {#1488
    date: 2024-10-16 17:17:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 33409
  -titleTs: "'eas':3 'sway':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706440019
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13174138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706353619 {#1487
    date: 2024-01-27 12:06:59.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 {#1485
  +user: Proxies\__CG__\App\Entity\User {#1489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1496 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1494 …}
  +slug: "Sway-with-ease"
  +title: "🎵Sway with ease🎵"
  +url: "https://lemmy.dbzer0.com/pictrs/image/a3637186-6bd9-459f-b56b-2422a8b4019f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 308
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091834 {#1488
    date: 2024-10-16 17:17:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 33409
  -titleTs: "'eas':3 'sway':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706440019
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13174138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706353619 {#1487
    date: 2024-01-27 12:06:59.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 {#1485
  +user: Proxies\__CG__\App\Entity\User {#1489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1496 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1494 …}
  +slug: "Sway-with-ease"
  +title: "🎵Sway with ease🎵"
  +url: "https://lemmy.dbzer0.com/pictrs/image/a3637186-6bd9-459f-b56b-2422a8b4019f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 308
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091834 {#1488
    date: 2024-10-16 17:17:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 33409
  -titleTs: "'eas':3 'sway':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706440019
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/13174138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706353619 {#1487
    date: 2024-01-27 12:06:59.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 {#2433
  +user: Proxies\__CG__\App\Entity\User {#2432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2443 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Why-are-we-required-to-sit-down-when-getting-our"
  +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
  +url: null
  +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091811 {#2428
    date: 2024-10-16 17:16:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2442 …}
  +votes: Doctrine\ORM\PersistentCollection {#2440 …}
  +reports: Doctrine\ORM\PersistentCollection {#2436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2288 …}
  +badges: Doctrine\ORM\PersistentCollection {#2466 …}
  +children: []
  -id: 32891
  -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
  -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222324
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145770"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706135924 {#2444
    date: 2024-01-24 23:38:44.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 {#2433
  +user: Proxies\__CG__\App\Entity\User {#2432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2443 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Why-are-we-required-to-sit-down-when-getting-our"
  +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
  +url: null
  +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091811 {#2428
    date: 2024-10-16 17:16:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2442 …}
  +votes: Doctrine\ORM\PersistentCollection {#2440 …}
  +reports: Doctrine\ORM\PersistentCollection {#2436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2288 …}
  +badges: Doctrine\ORM\PersistentCollection {#2466 …}
  +children: []
  -id: 32891
  -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
  -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222324
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145770"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706135924 {#2444
    date: 2024-01-24 23:38:44.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 {#2433
  +user: Proxies\__CG__\App\Entity\User {#2432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2443 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Why-are-we-required-to-sit-down-when-getting-our"
  +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
  +url: null
  +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091811 {#2428
    date: 2024-10-16 17:16:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2442 …}
  +votes: Doctrine\ORM\PersistentCollection {#2440 …}
  +reports: Doctrine\ORM\PersistentCollection {#2436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2166 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2288 …}
  +badges: Doctrine\ORM\PersistentCollection {#2466 …}
  +children: []
  -id: 32891
  -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
  -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222324
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145770"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706135924 {#2444
    date: 2024-01-24 23:38:44.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 {#1969
  +user: Proxies\__CG__\App\Entity\User {#1941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1942 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Enshittification-of-GitHub"
  +title: "Enshittification of GitHub?"
  +url: null
  +body: """
    First, they restricted code search without logging in so I’m using [sourcegraph](https://sourcegraph.com/search)But now, I cant even view discussions or wiki without logging in.\n
    \n
    It was a nice run
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 74
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091368 {#1377
    date: 2024-10-16 17:09:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1368 …}
  +reports: Doctrine\ORM\PersistentCollection {#1396 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1366 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1365 …}
  +badges: Doctrine\ORM\PersistentCollection {#1378 …}
  +children: []
  -id: 32859
  -titleTs: "'enshittif':1 'github':3"
  -bodyTs: "'/search)but':16 'cant':19 'code':4 'discuss':22 'even':20 'first':1 'log':7,26 'm':11 'nice':31 'restrict':3 'run':32 'search':5 'sourcegraph':13 'sourcegraph.com':15 'sourcegraph.com/search)but':14 'use':12 'view':21 'wiki':24 'without':6,25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706209184
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10988720"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706122784 {#1945
    date: 2024-01-24 19:59:44.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 {#1969
  +user: Proxies\__CG__\App\Entity\User {#1941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1942 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Enshittification-of-GitHub"
  +title: "Enshittification of GitHub?"
  +url: null
  +body: """
    First, they restricted code search without logging in so I’m using [sourcegraph](https://sourcegraph.com/search)But now, I cant even view discussions or wiki without logging in.\n
    \n
    It was a nice run
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 74
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091368 {#1377
    date: 2024-10-16 17:09:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1368 …}
  +reports: Doctrine\ORM\PersistentCollection {#1396 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1366 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1365 …}
  +badges: Doctrine\ORM\PersistentCollection {#1378 …}
  +children: []
  -id: 32859
  -titleTs: "'enshittif':1 'github':3"
  -bodyTs: "'/search)but':16 'cant':19 'code':4 'discuss':22 'even':20 'first':1 'log':7,26 'm':11 'nice':31 'restrict':3 'run':32 'search':5 'sourcegraph':13 'sourcegraph.com':15 'sourcegraph.com/search)but':14 'use':12 'view':21 'wiki':24 'without':6,25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706209184
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10988720"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706122784 {#1945
    date: 2024-01-24 19:59:44.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 {#1969
  +user: Proxies\__CG__\App\Entity\User {#1941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1942 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "Enshittification-of-GitHub"
  +title: "Enshittification of GitHub?"
  +url: null
  +body: """
    First, they restricted code search without logging in so I’m using [sourcegraph](https://sourcegraph.com/search)But now, I cant even view discussions or wiki without logging in.\n
    \n
    It was a nice run
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 74
  +favouriteCount: 270
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091368 {#1377
    date: 2024-10-16 17:09:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1971 …}
  +votes: Doctrine\ORM\PersistentCollection {#1368 …}
  +reports: Doctrine\ORM\PersistentCollection {#1396 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1366 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1365 …}
  +badges: Doctrine\ORM\PersistentCollection {#1378 …}
  +children: []
  -id: 32859
  -titleTs: "'enshittif':1 'github':3"
  -bodyTs: "'/search)but':16 'cant':19 'code':4 'discuss':22 'even':20 'first':1 'log':7,26 'm':11 'nice':31 'restrict':3 'run':32 'search':5 'sourcegraph':13 'sourcegraph.com':15 'sourcegraph.com/search)but':14 'use':12 'view':21 'wiki':24 'without':6,25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706209184
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10988720"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706122784 {#1945
    date: 2024-01-24 19:59:44.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 {#1648
  +user: Proxies\__CG__\App\Entity\User {#1665 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1675 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1674 …}
  +slug: "Open-Source-Firmware-Libreboot-20240126-Adds-Support-for-New-Hardware"
  +title: "Open Source Firmware Libreboot 20240126 Adds Support for New Hardware - 9to5Linux"
  +url: "https://9to5linux.com/open-source-firmware-libreboot-20240126-adds-support-for-new-hardware"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091364 {#1640
    date: 2024-10-16 17:09:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1676 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1670 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  +badges: Doctrine\ORM\PersistentCollection {#1671 …}
  +children: []
  -id: 33510
  -titleTs: "'20240126':5 '9to5linux':11 'add':6 'firmwar':3 'hardwar':10 'libreboot':4 'new':9 'open':1 'sourc':2 'support':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706472936
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123293"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706386536 {#1641
    date: 2024-01-27 21:15:36.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 {#1648
  +user: Proxies\__CG__\App\Entity\User {#1665 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1675 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1674 …}
  +slug: "Open-Source-Firmware-Libreboot-20240126-Adds-Support-for-New-Hardware"
  +title: "Open Source Firmware Libreboot 20240126 Adds Support for New Hardware - 9to5Linux"
  +url: "https://9to5linux.com/open-source-firmware-libreboot-20240126-adds-support-for-new-hardware"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091364 {#1640
    date: 2024-10-16 17:09:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1676 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1670 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  +badges: Doctrine\ORM\PersistentCollection {#1671 …}
  +children: []
  -id: 33510
  -titleTs: "'20240126':5 '9to5linux':11 'add':6 'firmwar':3 'hardwar':10 'libreboot':4 'new':9 'open':1 'sourc':2 'support':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706472936
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123293"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706386536 {#1641
    date: 2024-01-27 21:15:36.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 {#1648
  +user: Proxies\__CG__\App\Entity\User {#1665 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1675 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1674 …}
  +slug: "Open-Source-Firmware-Libreboot-20240126-Adds-Support-for-New-Hardware"
  +title: "Open Source Firmware Libreboot 20240126 Adds Support for New Hardware - 9to5Linux"
  +url: "https://9to5linux.com/open-source-firmware-libreboot-20240126-adds-support-for-new-hardware"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091364 {#1640
    date: 2024-10-16 17:09:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1676 …}
  +votes: Doctrine\ORM\PersistentCollection {#1673 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1670 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1667 …}
  +badges: Doctrine\ORM\PersistentCollection {#1671 …}
  +children: []
  -id: 33510
  -titleTs: "'20240126':5 '9to5linux':11 'add':6 'firmwar':3 'hardwar':10 'libreboot':4 'new':9 'open':1 'sourc':2 'support':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706472936
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123293"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706386536 {#1641
    date: 2024-01-27 21:15:36.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 {#1549
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1560 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Empire-Strikes-Back-25th-anniversary-poster-by-Matt-Busch"
  +title: "Empire Strikes Back 25th anniversary poster by Matt Busch"
  +url: "https://lemmy.world/pictrs/image/1303cb2c-32f8-4b82-9b5e-b71191edf94d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729088843 {#1576
    date: 2024-10-16 16:27:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: []
  -id: 33558
  -titleTs: "'25th':4 'anniversari':5 'back':3 'busch':9 'empir':1 'matt':8 'poster':6 'strike':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706499316
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11270064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706412916 {#1551
    date: 2024-01-28 04:35:16.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 {#1549
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1560 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Empire-Strikes-Back-25th-anniversary-poster-by-Matt-Busch"
  +title: "Empire Strikes Back 25th anniversary poster by Matt Busch"
  +url: "https://lemmy.world/pictrs/image/1303cb2c-32f8-4b82-9b5e-b71191edf94d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729088843 {#1576
    date: 2024-10-16 16:27:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: []
  -id: 33558
  -titleTs: "'25th':4 'anniversari':5 'back':3 'busch':9 'empir':1 'matt':8 'poster':6 'strike':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706499316
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11270064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706412916 {#1551
    date: 2024-01-28 04:35:16.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 {#1549
  +user: Proxies\__CG__\App\Entity\User {#1578 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1583 …}
  +image: Proxies\__CG__\App\Entity\Image {#1560 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Empire-Strikes-Back-25th-anniversary-poster-by-Matt-Busch"
  +title: "Empire Strikes Back 25th anniversary poster by Matt Busch"
  +url: "https://lemmy.world/pictrs/image/1303cb2c-32f8-4b82-9b5e-b71191edf94d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729088843 {#1576
    date: 2024-10-16 16:27:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1568 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1561 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1567 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1559 …}
  +badges: Doctrine\ORM\PersistentCollection {#1564 …}
  +children: []
  -id: 33558
  -titleTs: "'25th':4 'anniversari':5 'back':3 'busch':9 'empir':1 'matt':8 'poster':6 'strike':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706499316
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11270064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706412916 {#1551
    date: 2024-01-28 04:35:16.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 {#80
  +user: Proxies\__CG__\App\Entity\User {#1768 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1801 …}
  +slug: "Linus-Torvalds-Creator-of-Linux-defends-gun-regulation-woke-communists"
  +title: "Linus Torvalds -- Creator of Linux -- defends gun regulation, woke communists, womens rights AND trans rights. Linux is political!"
  +url: "https://cdn.masto.host/writing/media_attachments/files/110/505/942/182/689/243/original/85d0d2f692e8efd1.png"
  +body: "Linus’ thread: (CW: bigotry and racism in the comments) [social.kernel.org/notice/AWSXomDbvdxKgOxVAm](https://social.kernel.org/notice/AWSXomDbvdxKgOxVAm) (you need to scroll down, i can’t seem to link to the comment in the screenshot)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729088476 {#238
    date: 2024-10-16 16:21:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1821 …}
  +votes: Doctrine\ORM\PersistentCollection {#2486 …}
  +reports: Doctrine\ORM\PersistentCollection {#2441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 9295
  -titleTs: "'communist':10 'creator':3 'defend':6 'gun':7 'linus':1 'linux':5,16 'polit':18 'regul':8 'right':12,15 'torvald':2 'tran':14 'woke':9 'women':11"
  -bodyTs: "'/notice/awsxomdbvdxkgoxvam](https://social.kernel.org/notice/awsxomdbvdxkgoxvam)':12 'bigotri':4 'comment':9,26 'cw':3 'link':23 'linus':1 'need':14 'racism':6 'screenshot':29 'scroll':16 'seem':21 'social.kernel.org':11 'social.kernel.org/notice/awsxomdbvdxkgoxvam](https://social.kernel.org/notice/awsxomdbvdxkgoxvam)':10 'thread':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686289171
  +visibility: "visible             "
  +apId: "https://feddit.de/post/764180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686214671 {#247
    date: 2023-06-08 10:57:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#80
  +user: Proxies\__CG__\App\Entity\User {#1768 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1801 …}
  +slug: "Linus-Torvalds-Creator-of-Linux-defends-gun-regulation-woke-communists"
  +title: "Linus Torvalds -- Creator of Linux -- defends gun regulation, woke communists, womens rights AND trans rights. Linux is political!"
  +url: "https://cdn.masto.host/writing/media_attachments/files/110/505/942/182/689/243/original/85d0d2f692e8efd1.png"
  +body: "Linus’ thread: (CW: bigotry and racism in the comments) [social.kernel.org/notice/AWSXomDbvdxKgOxVAm](https://social.kernel.org/notice/AWSXomDbvdxKgOxVAm) (you need to scroll down, i can’t seem to link to the comment in the screenshot)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729088476 {#238
    date: 2024-10-16 16:21:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1821 …}
  +votes: Doctrine\ORM\PersistentCollection {#2486 …}
  +reports: Doctrine\ORM\PersistentCollection {#2441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 9295
  -titleTs: "'communist':10 'creator':3 'defend':6 'gun':7 'linus':1 'linux':5,16 'polit':18 'regul':8 'right':12,15 'torvald':2 'tran':14 'woke':9 'women':11"
  -bodyTs: "'/notice/awsxomdbvdxkgoxvam](https://social.kernel.org/notice/awsxomdbvdxkgoxvam)':12 'bigotri':4 'comment':9,26 'cw':3 'link':23 'linus':1 'need':14 'racism':6 'screenshot':29 'scroll':16 'seem':21 'social.kernel.org':11 'social.kernel.org/notice/awsxomdbvdxkgoxvam](https://social.kernel.org/notice/awsxomdbvdxkgoxvam)':10 'thread':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686289171
  +visibility: "visible             "
  +apId: "https://feddit.de/post/764180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686214671 {#247
    date: 2023-06-08 10:57:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#80
  +user: Proxies\__CG__\App\Entity\User {#1768 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#2405 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1801 …}
  +slug: "Linus-Torvalds-Creator-of-Linux-defends-gun-regulation-woke-communists"
  +title: "Linus Torvalds -- Creator of Linux -- defends gun regulation, woke communists, womens rights AND trans rights. Linux is political!"
  +url: "https://cdn.masto.host/writing/media_attachments/files/110/505/942/182/689/243/original/85d0d2f692e8efd1.png"
  +body: "Linus’ thread: (CW: bigotry and racism in the comments) [social.kernel.org/notice/AWSXomDbvdxKgOxVAm](https://social.kernel.org/notice/AWSXomDbvdxKgOxVAm) (you need to scroll down, i can’t seem to link to the comment in the screenshot)"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729088476 {#238
    date: 2024-10-16 16:21:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1821 …}
  +votes: Doctrine\ORM\PersistentCollection {#2486 …}
  +reports: Doctrine\ORM\PersistentCollection {#2441 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 9295
  -titleTs: "'communist':10 'creator':3 'defend':6 'gun':7 'linus':1 'linux':5,16 'polit':18 'regul':8 'right':12,15 'torvald':2 'tran':14 'woke':9 'women':11"
  -bodyTs: "'/notice/awsxomdbvdxkgoxvam](https://social.kernel.org/notice/awsxomdbvdxkgoxvam)':12 'bigotri':4 'comment':9,26 'cw':3 'link':23 'linus':1 'need':14 'racism':6 'screenshot':29 'scroll':16 'seem':21 'social.kernel.org':11 'social.kernel.org/notice/awsxomdbvdxkgoxvam](https://social.kernel.org/notice/awsxomdbvdxkgoxvam)':10 'thread':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1686289171
  +visibility: "visible             "
  +apId: "https://feddit.de/post/764180"
  +editedAt: null
  +createdAt: DateTimeImmutable @1686214671 {#247
    date: 2023-06-08 10:57:51.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2475
  +user: Proxies\__CG__\App\Entity\User {#2472 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2450 …}
  +slug: "Sit-still-please"
  +title: "Sit still please"
  +url: "https://lemmy.today/pictrs/image/56d42e61-3ea2-4e43-9915-6fd236ac377d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 442
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729086302 {#2356
    date: 2024-10-16 15:45:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2449 …}
  +votes: Doctrine\ORM\PersistentCollection {#2483 …}
  +reports: Doctrine\ORM\PersistentCollection {#2358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1359 …}
  +children: []
  -id: 32912
  -titleTs: "'pleas':3 'sit':1 'still':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706229823
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5625275"
  +editedAt: DateTimeImmutable @1728455155 {#2451
    date: 2024-10-09 08:25:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706143423 {#2353
    date: 2024-01-25 01:43:43.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 {#2475
  +user: Proxies\__CG__\App\Entity\User {#2472 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2450 …}
  +slug: "Sit-still-please"
  +title: "Sit still please"
  +url: "https://lemmy.today/pictrs/image/56d42e61-3ea2-4e43-9915-6fd236ac377d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 442
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729086302 {#2356
    date: 2024-10-16 15:45:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2449 …}
  +votes: Doctrine\ORM\PersistentCollection {#2483 …}
  +reports: Doctrine\ORM\PersistentCollection {#2358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1359 …}
  +children: []
  -id: 32912
  -titleTs: "'pleas':3 'sit':1 'still':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706229823
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5625275"
  +editedAt: DateTimeImmutable @1728455155 {#2451
    date: 2024-10-09 08:25:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706143423 {#2353
    date: 2024-01-25 01:43:43.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 {#2475
  +user: Proxies\__CG__\App\Entity\User {#2472 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2450 …}
  +slug: "Sit-still-please"
  +title: "Sit still please"
  +url: "https://lemmy.today/pictrs/image/56d42e61-3ea2-4e43-9915-6fd236ac377d.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 442
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729086302 {#2356
    date: 2024-10-16 15:45:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2449 …}
  +votes: Doctrine\ORM\PersistentCollection {#2483 …}
  +reports: Doctrine\ORM\PersistentCollection {#2358 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2485 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1359 …}
  +children: []
  -id: 32912
  -titleTs: "'pleas':3 'sit':1 'still':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706229823
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/5625275"
  +editedAt: DateTimeImmutable @1728455155 {#2451
    date: 2024-10-09 08:25:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706143423 {#2353
    date: 2024-01-25 01:43:43.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 {#1428
  +user: Proxies\__CG__\App\Entity\User {#1435 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1434 …}
  +slug: "The-History-of-X11"
  +title: "The History of X11"
  +url: "https://youtu.be/R-N-fgKWYGU"
  +body: "With Wayland becoming more and more popular, it’s interesting to look at the around 40 year history of X."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 115
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729081725 {#1437
    date: 2024-10-16 14:28:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1431 …}
  +votes: Doctrine\ORM\PersistentCollection {#1438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1699 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1703 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1693 …}
  +badges: Doctrine\ORM\PersistentCollection {#1695 …}
  +children: []
  -id: 33502
  -titleTs: "'histori':2 'x11':4"
  -bodyTs: "'40':16 'around':15 'becom':3 'histori':18 'interest':10 'look':12 'popular':7 'wayland':2 'x':20 'year':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706471320
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9956383"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706384920 {#1436
    date: 2024-01-27 20:48: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
71 DENIED edit
App\Entity\Entry {#1428
  +user: Proxies\__CG__\App\Entity\User {#1435 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1434 …}
  +slug: "The-History-of-X11"
  +title: "The History of X11"
  +url: "https://youtu.be/R-N-fgKWYGU"
  +body: "With Wayland becoming more and more popular, it’s interesting to look at the around 40 year history of X."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 115
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729081725 {#1437
    date: 2024-10-16 14:28:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1431 …}
  +votes: Doctrine\ORM\PersistentCollection {#1438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1699 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1703 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1693 …}
  +badges: Doctrine\ORM\PersistentCollection {#1695 …}
  +children: []
  -id: 33502
  -titleTs: "'histori':2 'x11':4"
  -bodyTs: "'40':16 'around':15 'becom':3 'histori':18 'interest':10 'look':12 'popular':7 'wayland':2 'x':20 'year':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706471320
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9956383"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706384920 {#1436
    date: 2024-01-27 20:48: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
72 DENIED moderate
App\Entity\Entry {#1428
  +user: Proxies\__CG__\App\Entity\User {#1435 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1818 …}
  +image: Proxies\__CG__\App\Entity\Image {#1430 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1434 …}
  +slug: "The-History-of-X11"
  +title: "The History of X11"
  +url: "https://youtu.be/R-N-fgKWYGU"
  +body: "With Wayland becoming more and more popular, it’s interesting to look at the around 40 year history of X."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 115
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729081725 {#1437
    date: 2024-10-16 14:28:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1431 …}
  +votes: Doctrine\ORM\PersistentCollection {#1438 …}
  +reports: Doctrine\ORM\PersistentCollection {#1699 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1703 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1693 …}
  +badges: Doctrine\ORM\PersistentCollection {#1695 …}
  +children: []
  -id: 33502
  -titleTs: "'histori':2 'x11':4"
  -bodyTs: "'40':16 'around':15 'becom':3 'histori':18 'interest':10 'look':12 'popular':7 'wayland':2 'x':20 'year':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706471320
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9956383"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706384920 {#1436
    date: 2024-01-27 20:48: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
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 {#1746
  +user: Proxies\__CG__\App\Entity\User {#1749 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1750 …}
  +image: Proxies\__CG__\App\Entity\Image {#1748 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1468 …}
  +slug: "Dish-and-amp-Sling-Sue-Pirate-IPTV-Operation-For-Circumventing-Widevine"
  +title: "Dish &amp; Sling Sue ‘Pirate’ IPTV Operation For Circumventing Widevine DRM"
  +url: "https://torrentfreak.com/dish-sling-sue-pirate-iptv-operation-for-circumventing-widevine-drm-240126/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729081070 {#1738
    date: 2024-10-16 14:17:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 33363
  -titleTs: "'circumv':8 'dish':1 'drm':10 'iptv':5 'oper':6 'pirat':4 'sling':2 'sue':3 'widevin':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706408286
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11231622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706321886 {#1753
    date: 2024-01-27 03:18:06.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 {#1746
  +user: Proxies\__CG__\App\Entity\User {#1749 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1750 …}
  +image: Proxies\__CG__\App\Entity\Image {#1748 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1468 …}
  +slug: "Dish-and-amp-Sling-Sue-Pirate-IPTV-Operation-For-Circumventing-Widevine"
  +title: "Dish &amp; Sling Sue ‘Pirate’ IPTV Operation For Circumventing Widevine DRM"
  +url: "https://torrentfreak.com/dish-sling-sue-pirate-iptv-operation-for-circumventing-widevine-drm-240126/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729081070 {#1738
    date: 2024-10-16 14:17:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 33363
  -titleTs: "'circumv':8 'dish':1 'drm':10 'iptv':5 'oper':6 'pirat':4 'sling':2 'sue':3 'widevin':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706408286
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11231622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706321886 {#1753
    date: 2024-01-27 03:18:06.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 {#1746
  +user: Proxies\__CG__\App\Entity\User {#1749 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1750 …}
  +image: Proxies\__CG__\App\Entity\Image {#1748 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1468 …}
  +slug: "Dish-and-amp-Sling-Sue-Pirate-IPTV-Operation-For-Circumventing-Widevine"
  +title: "Dish &amp; Sling Sue ‘Pirate’ IPTV Operation For Circumventing Widevine DRM"
  +url: "https://torrentfreak.com/dish-sling-sue-pirate-iptv-operation-for-circumventing-widevine-drm-240126/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 76
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729081070 {#1738
    date: 2024-10-16 14:17:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 33363
  -titleTs: "'circumv':8 'dish':1 'drm':10 'iptv':5 'oper':6 'pirat':4 'sling':2 'sue':3 'widevin':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706408286
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11231622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706321886 {#1753
    date: 2024-01-27 03:18:06.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 {#1545
  +user: Proxies\__CG__\App\Entity\User {#1547 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "SPOILER-Am-I-playing-Baldur-s-Gate-wrong"
  +title: "[SPOILER] Am I playing Baldur's Gate wrong?"
  +url: null
  +body: """
    Recently, I started my second campaign in Baldurs Gate in addition to the campaign I play with my wife in co-op. My wife and I opted for the easiest difficulty in our playthrough since neither if us ever played similar game.\n
    \n
    This time I felt like it would be such a breeze since I already know a bit more about the game and DnD in general. I opted for the balanced mode with my new character and started going through Act I and boy oh boy do I get wrecked almost everywhere. Multiple of my characters already died and I had to revive them.\n
    \n
    :::spoiler Characters Including Gale, which in turn triggered cool mini-quest to revive him, but the magic aura around his dead body killed Astarion multiple times.\n
    \n
    :::\n
    \n
    I feel very scared going into each combat and trying to plan as much in advance as possible (keep in mind I mostly know what awaits me there, because I’ve gone through Act I already).\n
    \n
    :::spoiler Where I got wrecked I got wrecked at the church before you get to Whithers, I got wrecked by the hyenas and gnolls by the caravan road, I got absolutly wrecked by the Paladins of Tar and :::\n
    \n
    I just don’t know what am I doing wrong.\n
    \n
    :::spoiler My party I play as high elf paladin and most of my encounters so far I’ve had Astarion, Gale, and Shadow in my party. I feel like the only actually useful member is Astarion. I probably don’t know how to utilize Gale well enough and my Tav paladin just feels like a paper-thin wall between the enemy and the rest of the party. :::\n
    \n
    Are these early encounters in Act I intentionally challenging so that the game “force-teaches” you to utilize everything at your disposal and will it get easier later on or am I just on the wrong path with my character and my party? Honestly, I can’t imagine going through the goblin camp in this state.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729080755 {#1546
    date: 2024-10-16 14:12:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1482 …}
  +votes: Doctrine\ORM\PersistentCollection {#1523 …}
  +reports: Doctrine\ORM\PersistentCollection {#1522 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1506 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1504 …}
  +badges: Doctrine\ORM\PersistentCollection {#1505 …}
  +children: []
  -id: 33195
  -titleTs: "'baldur':5 'gate':7 'play':4 'spoiler':1 'wrong':8"
  -bodyTs: "'absolut':200 'act':83,167,291 'actual':249 'addit':11 'advanc':149 'almost':93 'alreadi':57,99,169 'around':126 'astarion':131,237,253 'aura':125 'await':159 'balanc':73 'baldur':8 'bit':60 'bodi':129 'boy':86,88 'breez':54 'camp':339 'campaign':6,14 'caravan':196 'challeng':294 'charact':78,98,108,326 'church':180 'co':22 'co-op':21 'combat':141 'cool':115 'dead':128 'die':100 'difficulti':32 'dispos':308 'dnd':66 'earli':288 'easier':313 'easiest':31 'elf':225 'encount':231,289 'enemi':279 'enough':264 'ever':40 'everyth':305 'everywher':94 'far':233 'feel':135,245,270 'felt':47 'forc':300 'force-teach':299 'gale':110,238,262 'game':43,64,298 'gate':9 'general':68 'get':91,183,312 'gnoll':193 'go':81,138,335 'goblin':338 'gone':165 'got':173,176,187,199 'high':224 'honest':330 'hyena':191 'imagin':334 'includ':109 'intent':293 'keep':152 'kill':130 'know':58,157,212,258 'later':314 'like':48,246,271 'magic':124 'member':251 'mind':154 'mini':117 'mini-quest':116 'mode':74 'most':156 'much':147 'multipl':95,132 'neither':37 'new':77 'oh':87 'op':23 'opt':28,70 'paladin':204,226,268 'paper':274 'paper-thin':273 'parti':220,243,285,329 'path':323 'plan':145 'play':16,41,222 'playthrough':35 'possibl':151 'probabl':255 'quest':118 'recent':1 'rest':282 'reviv':105,120 'road':197 'scare':137 'second':5 'shadow':240 'similar':42 'sinc':36,55 'spoiler':107,170,218 'start':3,80 'state':342 'tar':206 'tav':267 'teach':301 'thin':275 'time':45,133 'tri':143 'trigger':114 'turn':113 'us':39 'use':250 'util':261,304 've':164,235 'wall':276 'well':263 'whither':185 'wife':19,25 'would':50 'wreck':92,174,177,188,201 'wrong':217,322"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706358108
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/9764639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706271708 {#1544
    date: 2024-01-26 13:21:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1545
  +user: Proxies\__CG__\App\Entity\User {#1547 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "SPOILER-Am-I-playing-Baldur-s-Gate-wrong"
  +title: "[SPOILER] Am I playing Baldur's Gate wrong?"
  +url: null
  +body: """
    Recently, I started my second campaign in Baldurs Gate in addition to the campaign I play with my wife in co-op. My wife and I opted for the easiest difficulty in our playthrough since neither if us ever played similar game.\n
    \n
    This time I felt like it would be such a breeze since I already know a bit more about the game and DnD in general. I opted for the balanced mode with my new character and started going through Act I and boy oh boy do I get wrecked almost everywhere. Multiple of my characters already died and I had to revive them.\n
    \n
    :::spoiler Characters Including Gale, which in turn triggered cool mini-quest to revive him, but the magic aura around his dead body killed Astarion multiple times.\n
    \n
    :::\n
    \n
    I feel very scared going into each combat and trying to plan as much in advance as possible (keep in mind I mostly know what awaits me there, because I’ve gone through Act I already).\n
    \n
    :::spoiler Where I got wrecked I got wrecked at the church before you get to Whithers, I got wrecked by the hyenas and gnolls by the caravan road, I got absolutly wrecked by the Paladins of Tar and :::\n
    \n
    I just don’t know what am I doing wrong.\n
    \n
    :::spoiler My party I play as high elf paladin and most of my encounters so far I’ve had Astarion, Gale, and Shadow in my party. I feel like the only actually useful member is Astarion. I probably don’t know how to utilize Gale well enough and my Tav paladin just feels like a paper-thin wall between the enemy and the rest of the party. :::\n
    \n
    Are these early encounters in Act I intentionally challenging so that the game “force-teaches” you to utilize everything at your disposal and will it get easier later on or am I just on the wrong path with my character and my party? Honestly, I can’t imagine going through the goblin camp in this state.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729080755 {#1546
    date: 2024-10-16 14:12:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1482 …}
  +votes: Doctrine\ORM\PersistentCollection {#1523 …}
  +reports: Doctrine\ORM\PersistentCollection {#1522 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1506 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1504 …}
  +badges: Doctrine\ORM\PersistentCollection {#1505 …}
  +children: []
  -id: 33195
  -titleTs: "'baldur':5 'gate':7 'play':4 'spoiler':1 'wrong':8"
  -bodyTs: "'absolut':200 'act':83,167,291 'actual':249 'addit':11 'advanc':149 'almost':93 'alreadi':57,99,169 'around':126 'astarion':131,237,253 'aura':125 'await':159 'balanc':73 'baldur':8 'bit':60 'bodi':129 'boy':86,88 'breez':54 'camp':339 'campaign':6,14 'caravan':196 'challeng':294 'charact':78,98,108,326 'church':180 'co':22 'co-op':21 'combat':141 'cool':115 'dead':128 'die':100 'difficulti':32 'dispos':308 'dnd':66 'earli':288 'easier':313 'easiest':31 'elf':225 'encount':231,289 'enemi':279 'enough':264 'ever':40 'everyth':305 'everywher':94 'far':233 'feel':135,245,270 'felt':47 'forc':300 'force-teach':299 'gale':110,238,262 'game':43,64,298 'gate':9 'general':68 'get':91,183,312 'gnoll':193 'go':81,138,335 'goblin':338 'gone':165 'got':173,176,187,199 'high':224 'honest':330 'hyena':191 'imagin':334 'includ':109 'intent':293 'keep':152 'kill':130 'know':58,157,212,258 'later':314 'like':48,246,271 'magic':124 'member':251 'mind':154 'mini':117 'mini-quest':116 'mode':74 'most':156 'much':147 'multipl':95,132 'neither':37 'new':77 'oh':87 'op':23 'opt':28,70 'paladin':204,226,268 'paper':274 'paper-thin':273 'parti':220,243,285,329 'path':323 'plan':145 'play':16,41,222 'playthrough':35 'possibl':151 'probabl':255 'quest':118 'recent':1 'rest':282 'reviv':105,120 'road':197 'scare':137 'second':5 'shadow':240 'similar':42 'sinc':36,55 'spoiler':107,170,218 'start':3,80 'state':342 'tar':206 'tav':267 'teach':301 'thin':275 'time':45,133 'tri':143 'trigger':114 'turn':113 'us':39 'use':250 'util':261,304 've':164,235 'wall':276 'well':263 'whither':185 'wife':19,25 'would':50 'wreck':92,174,177,188,201 'wrong':217,322"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706358108
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/9764639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706271708 {#1544
    date: 2024-01-26 13:21:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1545
  +user: Proxies\__CG__\App\Entity\User {#1547 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1892 …}
  +slug: "SPOILER-Am-I-playing-Baldur-s-Gate-wrong"
  +title: "[SPOILER] Am I playing Baldur's Gate wrong?"
  +url: null
  +body: """
    Recently, I started my second campaign in Baldurs Gate in addition to the campaign I play with my wife in co-op. My wife and I opted for the easiest difficulty in our playthrough since neither if us ever played similar game.\n
    \n
    This time I felt like it would be such a breeze since I already know a bit more about the game and DnD in general. I opted for the balanced mode with my new character and started going through Act I and boy oh boy do I get wrecked almost everywhere. Multiple of my characters already died and I had to revive them.\n
    \n
    :::spoiler Characters Including Gale, which in turn triggered cool mini-quest to revive him, but the magic aura around his dead body killed Astarion multiple times.\n
    \n
    :::\n
    \n
    I feel very scared going into each combat and trying to plan as much in advance as possible (keep in mind I mostly know what awaits me there, because I’ve gone through Act I already).\n
    \n
    :::spoiler Where I got wrecked I got wrecked at the church before you get to Whithers, I got wrecked by the hyenas and gnolls by the caravan road, I got absolutly wrecked by the Paladins of Tar and :::\n
    \n
    I just don’t know what am I doing wrong.\n
    \n
    :::spoiler My party I play as high elf paladin and most of my encounters so far I’ve had Astarion, Gale, and Shadow in my party. I feel like the only actually useful member is Astarion. I probably don’t know how to utilize Gale well enough and my Tav paladin just feels like a paper-thin wall between the enemy and the rest of the party. :::\n
    \n
    Are these early encounters in Act I intentionally challenging so that the game “force-teaches” you to utilize everything at your disposal and will it get easier later on or am I just on the wrong path with my character and my party? Honestly, I can’t imagine going through the goblin camp in this state.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729080755 {#1546
    date: 2024-10-16 14:12:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1482 …}
  +votes: Doctrine\ORM\PersistentCollection {#1523 …}
  +reports: Doctrine\ORM\PersistentCollection {#1522 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1506 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1504 …}
  +badges: Doctrine\ORM\PersistentCollection {#1505 …}
  +children: []
  -id: 33195
  -titleTs: "'baldur':5 'gate':7 'play':4 'spoiler':1 'wrong':8"
  -bodyTs: "'absolut':200 'act':83,167,291 'actual':249 'addit':11 'advanc':149 'almost':93 'alreadi':57,99,169 'around':126 'astarion':131,237,253 'aura':125 'await':159 'balanc':73 'baldur':8 'bit':60 'bodi':129 'boy':86,88 'breez':54 'camp':339 'campaign':6,14 'caravan':196 'challeng':294 'charact':78,98,108,326 'church':180 'co':22 'co-op':21 'combat':141 'cool':115 'dead':128 'die':100 'difficulti':32 'dispos':308 'dnd':66 'earli':288 'easier':313 'easiest':31 'elf':225 'encount':231,289 'enemi':279 'enough':264 'ever':40 'everyth':305 'everywher':94 'far':233 'feel':135,245,270 'felt':47 'forc':300 'force-teach':299 'gale':110,238,262 'game':43,64,298 'gate':9 'general':68 'get':91,183,312 'gnoll':193 'go':81,138,335 'goblin':338 'gone':165 'got':173,176,187,199 'high':224 'honest':330 'hyena':191 'imagin':334 'includ':109 'intent':293 'keep':152 'kill':130 'know':58,157,212,258 'later':314 'like':48,246,271 'magic':124 'member':251 'mind':154 'mini':117 'mini-quest':116 'mode':74 'most':156 'much':147 'multipl':95,132 'neither':37 'new':77 'oh':87 'op':23 'opt':28,70 'paladin':204,226,268 'paper':274 'paper-thin':273 'parti':220,243,285,329 'path':323 'plan':145 'play':16,41,222 'playthrough':35 'possibl':151 'probabl':255 'quest':118 'recent':1 'rest':282 'reviv':105,120 'road':197 'scare':137 'second':5 'shadow':240 'similar':42 'sinc':36,55 'spoiler':107,170,218 'start':3,80 'state':342 'tar':206 'tav':267 'teach':301 'thin':275 'time':45,133 'tri':143 'trigger':114 'turn':113 'us':39 'use':250 'util':261,304 've':164,235 'wall':276 'well':263 'whither':185 'wife':19,25 'would':50 'wreck':92,174,177,188,201 'wrong':217,322"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706358108
  +visibility: "visible             "
  +apId: "https://lemmy.one/post/9764639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706271708 {#1544
    date: 2024-01-26 13:21:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1925 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Jesse-is-smarter-than-what-we-give-him-credit-for"
  +title: "Jesse is smarter than what we give him credit for."
  +url: "https://lemmy.world/pictrs/image/7cee327e-3509-4b1c-954d-33ee68fdcba3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729080467 {#1876
    date: 2024-10-16 14:07:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1920 …}
  +votes: Doctrine\ORM\PersistentCollection {#1901 …}
  +reports: Doctrine\ORM\PersistentCollection {#1896 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1950 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1928 …}
  +badges: Doctrine\ORM\PersistentCollection {#1954 …}
  +children: []
  -id: 17997
  -titleTs: "'credit':9 'give':7 'jess':1 'smarter':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700437692
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8469843"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700400192 {#1884
    date: 2023-11-19 14:23:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1925 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Jesse-is-smarter-than-what-we-give-him-credit-for"
  +title: "Jesse is smarter than what we give him credit for."
  +url: "https://lemmy.world/pictrs/image/7cee327e-3509-4b1c-954d-33ee68fdcba3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729080467 {#1876
    date: 2024-10-16 14:07:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1920 …}
  +votes: Doctrine\ORM\PersistentCollection {#1901 …}
  +reports: Doctrine\ORM\PersistentCollection {#1896 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1950 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1928 …}
  +badges: Doctrine\ORM\PersistentCollection {#1954 …}
  +children: []
  -id: 17997
  -titleTs: "'credit':9 'give':7 'jess':1 'smarter':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700437692
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8469843"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700400192 {#1884
    date: 2023-11-19 14:23:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1925 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Jesse-is-smarter-than-what-we-give-him-credit-for"
  +title: "Jesse is smarter than what we give him credit for."
  +url: "https://lemmy.world/pictrs/image/7cee327e-3509-4b1c-954d-33ee68fdcba3.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 3
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729080467 {#1876
    date: 2024-10-16 14:07:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1920 …}
  +votes: Doctrine\ORM\PersistentCollection {#1901 …}
  +reports: Doctrine\ORM\PersistentCollection {#1896 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1950 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1928 …}
  +badges: Doctrine\ORM\PersistentCollection {#1954 …}
  +children: []
  -id: 17997
  -titleTs: "'credit':9 'give':7 'jess':1 'smarter':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700437692
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8469843"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700400192 {#1884
    date: 2023-11-19 14:23:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "How-does-Paw-Patrol-get-the-money-for-their-technology"
  +title: "How does Paw Patrol get the money for their technology?  Ryder is an Arms Dealer"
  +url: "https://lemmy.world/pictrs/image/ad3d6f19-353c-4d92-855c-f88872a4dae5.jpeg"
  +body: """
    Sitting here watching paw patrol with my kids for the 10th time, got bored. Used AI.\n
    \n
    INT. PAW PATROL HEADQUARTERS - NIGHT\n
    \n
    RYDER, a 10-year-old boy and the leader of the PAW PATROL, a team of talking dogs who perform rescue missions, is in his office, talking on the phone.\n
    \n
    RYDER: Yes, Mr. President, the shipment is on its way. Don’t worry, no one will suspect a thing. The Paw Patrol is the perfect cover for our operation. (laughs) Who would ever think that a bunch of cute puppies are actually smuggling weapons to your country?\n
    \n
    He hangs up the phone and turns to his computer screen, where he sees a live feed of a cargo plane flying over the ocean.\n
    \n
    RYDER: Excellent. Everything is going according to plan. Soon, I will have enough money to fund my ultimate project: the Paw-nator. A giant robot dog that will destroy anyone who stands in my way.\n
    \n
    He laughs maniacally.\n
    \n
    Suddenly, he hears a knock on the door.\n
    \n
    RYDER: Come in.\n
    \n
    The door opens and CHASE, a German shepherd and the police dog of the Paw Patrol, enters.\n
    \n
    CHASE: Ryder, sir, I need to talk to you.\n
    \n
    RYDER: What is it, Chase?\n
    \n
    CHASE: Well, sir, I’ve been doing some digging, and I found something very disturbing.\n
    \n
    RYDER: What do you mean?\n
    \n
    CHASE: I found out that you’ve been selling weapons to developing nations, using the Paw Patrol as a front.\n
    \n
    RYDER: What? That’s ridiculous. Where did you get that idea?\n
    \n
    CHASE: I hacked into your computer, sir. I saw the records, the transactions, the video feeds. It’s all there, sir. You can’t deny it.\n
    \n
    RYDER: Chase, I’m sorry, but you’ve made a terrible mistake. You’ve stumbled upon something you shouldn’t have. Something that’s bigger than you, bigger than me, bigger than the Paw Patrol.\n
    \n
    CHASE: What are you talking about, sir?\n
    \n
    RYDER: I’m talking about the new world order, Chase. The world is changing, and I’m changing with it. I’m not just a kid anymore, Chase. I’m a visionary, a leader, a mastermind. I’m the one who’s going to shape the future of this planet, and you’re either with me or against me.\n
    \n
    CHASE: Sir, you’ve gone mad. You’ve betrayed everything the Paw Patrol stands for. You’ve betrayed your friends, your team, your country.\n
    \n
    RYDER: No, Chase, you’re the one who’s betrayed me. You’re the one who’s betrayed the Paw Patrol. You’re the one who’s betrayed your duty.\n
    \n
    CHASE: My duty is to protect the innocent, sir. To uphold the law, sir. To stop the bad guys, sir. And right now, you’re the bad guy, sir.\n
    \n
    RYDER: Is that so? Well, then, I guess we have a problem, don’t we?\n
    \n
    He presses a button on his desk, and a trap door opens under Chase, sending him falling into a dark pit.\n
    \n
    RYDER: Goodbye, Chase. You were a good dog, but a bad cop.\n
    \n
    He closes the trap door and resumes his evil laughter.\n
    \n
    FADE OUT.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 207
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729079506 {#1650
    date: 2024-10-16 13:51:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 33538
  -titleTs: "'arm':14 'dealer':15 'get':5 'money':7 'patrol':4 'paw':3 'ryder':11 'technolog':10"
  -bodyTs: "'10':24 '10th':11 'accord':130 'actual':94 'ai':16 'anymor':351 'anyon':155 'bad':455,464,513 'betray':392,401,417,425,435 'bigger':307,310,313 'bore':14 'boy':28 'bunch':89 'button':485 'cargo':119 'chang':338,342 'chase':179,192,205,206,226,257,284,318,334,352,384,410,438,495,505 'close':516 'come':173 'comput':109,262 'cop':514 'countri':99,407 'cover':78 'cute':91 'dark':501 'deni':281 'desk':488 'destroy':154 'develop':237 'dig':214 'disturb':220 'dog':40,151,186,510 'door':171,176,492,519 'duti':437,440 'either':378 'enough':137 'enter':191 'ever':85 'everyth':127,393 'evil':523 'excel':126 'fade':525 'fall':498 'feed':116,272 'fli':121 'found':217,228 'friend':403 'front':245 'fund':140 'futur':371 'german':181 'get':254 'giant':149 'go':129,367 'gone':388 'good':509 'goodby':504 'got':13 'guess':474 'guy':456,465 'hack':259 'hang':101 'headquart':20 'hear':166 'idea':256 'innoc':445 'int':17 'kid':8,350 'knock':168 'laugh':82,162 'laughter':524 'law':450 'leader':31,358 'live':115 'm':286,327,341,346,354,362 'mad':389 'made':291 'maniac':163 'mastermind':360 'mean':225 'mission':44 'mistak':294 'money':138 'mr':55 'nation':238 'nator':147 'need':196 'new':331 'night':21 'ocean':124 'offic':48 'old':27 'one':67,364,414,422,432 'open':177,493 'oper':81 'order':333 'patrol':5,19,35,74,190,242,317,396,428 'paw':4,18,34,73,146,189,241,316,395,427 'paw-nat':145 'perfect':77 'perform':42 'phone':52,104 'pit':502 'plan':132 'plane':120 'planet':374 'polic':185 'presid':56 'press':483 'problem':478 'project':143 'protect':443 'puppi':92 're':377,412,420,430,462 'record':267 'rescu':43 'resum':521 'ridicul':250 'right':459 'robot':150 'ryder':22,53,125,172,193,201,221,246,283,325,408,467,503 'saw':265 'screen':110 'see':113 'sell':234 'send':496 'shape':369 'shepherd':182 'shipment':58 'shouldn':301 'sir':194,208,263,277,324,385,446,451,457,466 'sit':1 'smuggl':95 'someth':218,299,304 'soon':133 'sorri':287 'stand':157,397 'stop':453 'stumbl':297 'sudden':164 'suspect':69 'talk':39,49,198,322,328 'team':37,405 'terribl':293 'thing':71 'think':86 'time':12 'transact':269 'trap':491,518 'turn':106 'ultim':142 'uphold':448 'upon':298 'use':15,239 've':210,232,290,296,387,391,400 'video':271 'visionari':356 'watch':3 'way':62,160 'weapon':96,235 'well':207,471 'world':332,336 'worri':65 'would':84 'year':26 'year-old':25 'yes':54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706483999
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11263112"
  +editedAt: DateTimeImmutable @1729046301 {#1654
    date: 2024-10-16 04:38:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706397599 {#1652
    date: 2024-01-28 00:19:59.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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "How-does-Paw-Patrol-get-the-money-for-their-technology"
  +title: "How does Paw Patrol get the money for their technology?  Ryder is an Arms Dealer"
  +url: "https://lemmy.world/pictrs/image/ad3d6f19-353c-4d92-855c-f88872a4dae5.jpeg"
  +body: """
    Sitting here watching paw patrol with my kids for the 10th time, got bored. Used AI.\n
    \n
    INT. PAW PATROL HEADQUARTERS - NIGHT\n
    \n
    RYDER, a 10-year-old boy and the leader of the PAW PATROL, a team of talking dogs who perform rescue missions, is in his office, talking on the phone.\n
    \n
    RYDER: Yes, Mr. President, the shipment is on its way. Don’t worry, no one will suspect a thing. The Paw Patrol is the perfect cover for our operation. (laughs) Who would ever think that a bunch of cute puppies are actually smuggling weapons to your country?\n
    \n
    He hangs up the phone and turns to his computer screen, where he sees a live feed of a cargo plane flying over the ocean.\n
    \n
    RYDER: Excellent. Everything is going according to plan. Soon, I will have enough money to fund my ultimate project: the Paw-nator. A giant robot dog that will destroy anyone who stands in my way.\n
    \n
    He laughs maniacally.\n
    \n
    Suddenly, he hears a knock on the door.\n
    \n
    RYDER: Come in.\n
    \n
    The door opens and CHASE, a German shepherd and the police dog of the Paw Patrol, enters.\n
    \n
    CHASE: Ryder, sir, I need to talk to you.\n
    \n
    RYDER: What is it, Chase?\n
    \n
    CHASE: Well, sir, I’ve been doing some digging, and I found something very disturbing.\n
    \n
    RYDER: What do you mean?\n
    \n
    CHASE: I found out that you’ve been selling weapons to developing nations, using the Paw Patrol as a front.\n
    \n
    RYDER: What? That’s ridiculous. Where did you get that idea?\n
    \n
    CHASE: I hacked into your computer, sir. I saw the records, the transactions, the video feeds. It’s all there, sir. You can’t deny it.\n
    \n
    RYDER: Chase, I’m sorry, but you’ve made a terrible mistake. You’ve stumbled upon something you shouldn’t have. Something that’s bigger than you, bigger than me, bigger than the Paw Patrol.\n
    \n
    CHASE: What are you talking about, sir?\n
    \n
    RYDER: I’m talking about the new world order, Chase. The world is changing, and I’m changing with it. I’m not just a kid anymore, Chase. I’m a visionary, a leader, a mastermind. I’m the one who’s going to shape the future of this planet, and you’re either with me or against me.\n
    \n
    CHASE: Sir, you’ve gone mad. You’ve betrayed everything the Paw Patrol stands for. You’ve betrayed your friends, your team, your country.\n
    \n
    RYDER: No, Chase, you’re the one who’s betrayed me. You’re the one who’s betrayed the Paw Patrol. You’re the one who’s betrayed your duty.\n
    \n
    CHASE: My duty is to protect the innocent, sir. To uphold the law, sir. To stop the bad guys, sir. And right now, you’re the bad guy, sir.\n
    \n
    RYDER: Is that so? Well, then, I guess we have a problem, don’t we?\n
    \n
    He presses a button on his desk, and a trap door opens under Chase, sending him falling into a dark pit.\n
    \n
    RYDER: Goodbye, Chase. You were a good dog, but a bad cop.\n
    \n
    He closes the trap door and resumes his evil laughter.\n
    \n
    FADE OUT.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 207
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729079506 {#1650
    date: 2024-10-16 13:51:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 33538
  -titleTs: "'arm':14 'dealer':15 'get':5 'money':7 'patrol':4 'paw':3 'ryder':11 'technolog':10"
  -bodyTs: "'10':24 '10th':11 'accord':130 'actual':94 'ai':16 'anymor':351 'anyon':155 'bad':455,464,513 'betray':392,401,417,425,435 'bigger':307,310,313 'bore':14 'boy':28 'bunch':89 'button':485 'cargo':119 'chang':338,342 'chase':179,192,205,206,226,257,284,318,334,352,384,410,438,495,505 'close':516 'come':173 'comput':109,262 'cop':514 'countri':99,407 'cover':78 'cute':91 'dark':501 'deni':281 'desk':488 'destroy':154 'develop':237 'dig':214 'disturb':220 'dog':40,151,186,510 'door':171,176,492,519 'duti':437,440 'either':378 'enough':137 'enter':191 'ever':85 'everyth':127,393 'evil':523 'excel':126 'fade':525 'fall':498 'feed':116,272 'fli':121 'found':217,228 'friend':403 'front':245 'fund':140 'futur':371 'german':181 'get':254 'giant':149 'go':129,367 'gone':388 'good':509 'goodby':504 'got':13 'guess':474 'guy':456,465 'hack':259 'hang':101 'headquart':20 'hear':166 'idea':256 'innoc':445 'int':17 'kid':8,350 'knock':168 'laugh':82,162 'laughter':524 'law':450 'leader':31,358 'live':115 'm':286,327,341,346,354,362 'mad':389 'made':291 'maniac':163 'mastermind':360 'mean':225 'mission':44 'mistak':294 'money':138 'mr':55 'nation':238 'nator':147 'need':196 'new':331 'night':21 'ocean':124 'offic':48 'old':27 'one':67,364,414,422,432 'open':177,493 'oper':81 'order':333 'patrol':5,19,35,74,190,242,317,396,428 'paw':4,18,34,73,146,189,241,316,395,427 'paw-nat':145 'perfect':77 'perform':42 'phone':52,104 'pit':502 'plan':132 'plane':120 'planet':374 'polic':185 'presid':56 'press':483 'problem':478 'project':143 'protect':443 'puppi':92 're':377,412,420,430,462 'record':267 'rescu':43 'resum':521 'ridicul':250 'right':459 'robot':150 'ryder':22,53,125,172,193,201,221,246,283,325,408,467,503 'saw':265 'screen':110 'see':113 'sell':234 'send':496 'shape':369 'shepherd':182 'shipment':58 'shouldn':301 'sir':194,208,263,277,324,385,446,451,457,466 'sit':1 'smuggl':95 'someth':218,299,304 'soon':133 'sorri':287 'stand':157,397 'stop':453 'stumbl':297 'sudden':164 'suspect':69 'talk':39,49,198,322,328 'team':37,405 'terribl':293 'thing':71 'think':86 'time':12 'transact':269 'trap':491,518 'turn':106 'ultim':142 'uphold':448 'upon':298 'use':15,239 've':210,232,290,296,387,391,400 'video':271 'visionari':356 'watch':3 'way':62,160 'weapon':96,235 'well':207,471 'world':332,336 'worri':65 'would':84 'year':26 'year-old':25 'yes':54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706483999
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11263112"
  +editedAt: DateTimeImmutable @1729046301 {#1654
    date: 2024-10-16 04:38:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706397599 {#1652
    date: 2024-01-28 00:19:59.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 {#1655
  +user: Proxies\__CG__\App\Entity\User {#1649 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "How-does-Paw-Patrol-get-the-money-for-their-technology"
  +title: "How does Paw Patrol get the money for their technology?  Ryder is an Arms Dealer"
  +url: "https://lemmy.world/pictrs/image/ad3d6f19-353c-4d92-855c-f88872a4dae5.jpeg"
  +body: """
    Sitting here watching paw patrol with my kids for the 10th time, got bored. Used AI.\n
    \n
    INT. PAW PATROL HEADQUARTERS - NIGHT\n
    \n
    RYDER, a 10-year-old boy and the leader of the PAW PATROL, a team of talking dogs who perform rescue missions, is in his office, talking on the phone.\n
    \n
    RYDER: Yes, Mr. President, the shipment is on its way. Don’t worry, no one will suspect a thing. The Paw Patrol is the perfect cover for our operation. (laughs) Who would ever think that a bunch of cute puppies are actually smuggling weapons to your country?\n
    \n
    He hangs up the phone and turns to his computer screen, where he sees a live feed of a cargo plane flying over the ocean.\n
    \n
    RYDER: Excellent. Everything is going according to plan. Soon, I will have enough money to fund my ultimate project: the Paw-nator. A giant robot dog that will destroy anyone who stands in my way.\n
    \n
    He laughs maniacally.\n
    \n
    Suddenly, he hears a knock on the door.\n
    \n
    RYDER: Come in.\n
    \n
    The door opens and CHASE, a German shepherd and the police dog of the Paw Patrol, enters.\n
    \n
    CHASE: Ryder, sir, I need to talk to you.\n
    \n
    RYDER: What is it, Chase?\n
    \n
    CHASE: Well, sir, I’ve been doing some digging, and I found something very disturbing.\n
    \n
    RYDER: What do you mean?\n
    \n
    CHASE: I found out that you’ve been selling weapons to developing nations, using the Paw Patrol as a front.\n
    \n
    RYDER: What? That’s ridiculous. Where did you get that idea?\n
    \n
    CHASE: I hacked into your computer, sir. I saw the records, the transactions, the video feeds. It’s all there, sir. You can’t deny it.\n
    \n
    RYDER: Chase, I’m sorry, but you’ve made a terrible mistake. You’ve stumbled upon something you shouldn’t have. Something that’s bigger than you, bigger than me, bigger than the Paw Patrol.\n
    \n
    CHASE: What are you talking about, sir?\n
    \n
    RYDER: I’m talking about the new world order, Chase. The world is changing, and I’m changing with it. I’m not just a kid anymore, Chase. I’m a visionary, a leader, a mastermind. I’m the one who’s going to shape the future of this planet, and you’re either with me or against me.\n
    \n
    CHASE: Sir, you’ve gone mad. You’ve betrayed everything the Paw Patrol stands for. You’ve betrayed your friends, your team, your country.\n
    \n
    RYDER: No, Chase, you’re the one who’s betrayed me. You’re the one who’s betrayed the Paw Patrol. You’re the one who’s betrayed your duty.\n
    \n
    CHASE: My duty is to protect the innocent, sir. To uphold the law, sir. To stop the bad guys, sir. And right now, you’re the bad guy, sir.\n
    \n
    RYDER: Is that so? Well, then, I guess we have a problem, don’t we?\n
    \n
    He presses a button on his desk, and a trap door opens under Chase, sending him falling into a dark pit.\n
    \n
    RYDER: Goodbye, Chase. You were a good dog, but a bad cop.\n
    \n
    He closes the trap door and resumes his evil laughter.\n
    \n
    FADE OUT.
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 207
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729079506 {#1650
    date: 2024-10-16 13:51:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1651 …}
  +votes: Doctrine\ORM\PersistentCollection {#1656 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1553 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1590 …}
  +badges: Doctrine\ORM\PersistentCollection {#1591 …}
  +children: []
  -id: 33538
  -titleTs: "'arm':14 'dealer':15 'get':5 'money':7 'patrol':4 'paw':3 'ryder':11 'technolog':10"
  -bodyTs: "'10':24 '10th':11 'accord':130 'actual':94 'ai':16 'anymor':351 'anyon':155 'bad':455,464,513 'betray':392,401,417,425,435 'bigger':307,310,313 'bore':14 'boy':28 'bunch':89 'button':485 'cargo':119 'chang':338,342 'chase':179,192,205,206,226,257,284,318,334,352,384,410,438,495,505 'close':516 'come':173 'comput':109,262 'cop':514 'countri':99,407 'cover':78 'cute':91 'dark':501 'deni':281 'desk':488 'destroy':154 'develop':237 'dig':214 'disturb':220 'dog':40,151,186,510 'door':171,176,492,519 'duti':437,440 'either':378 'enough':137 'enter':191 'ever':85 'everyth':127,393 'evil':523 'excel':126 'fade':525 'fall':498 'feed':116,272 'fli':121 'found':217,228 'friend':403 'front':245 'fund':140 'futur':371 'german':181 'get':254 'giant':149 'go':129,367 'gone':388 'good':509 'goodby':504 'got':13 'guess':474 'guy':456,465 'hack':259 'hang':101 'headquart':20 'hear':166 'idea':256 'innoc':445 'int':17 'kid':8,350 'knock':168 'laugh':82,162 'laughter':524 'law':450 'leader':31,358 'live':115 'm':286,327,341,346,354,362 'mad':389 'made':291 'maniac':163 'mastermind':360 'mean':225 'mission':44 'mistak':294 'money':138 'mr':55 'nation':238 'nator':147 'need':196 'new':331 'night':21 'ocean':124 'offic':48 'old':27 'one':67,364,414,422,432 'open':177,493 'oper':81 'order':333 'patrol':5,19,35,74,190,242,317,396,428 'paw':4,18,34,73,146,189,241,316,395,427 'paw-nat':145 'perfect':77 'perform':42 'phone':52,104 'pit':502 'plan':132 'plane':120 'planet':374 'polic':185 'presid':56 'press':483 'problem':478 'project':143 'protect':443 'puppi':92 're':377,412,420,430,462 'record':267 'rescu':43 'resum':521 'ridicul':250 'right':459 'robot':150 'ryder':22,53,125,172,193,201,221,246,283,325,408,467,503 'saw':265 'screen':110 'see':113 'sell':234 'send':496 'shape':369 'shepherd':182 'shipment':58 'shouldn':301 'sir':194,208,263,277,324,385,446,451,457,466 'sit':1 'smuggl':95 'someth':218,299,304 'soon':133 'sorri':287 'stand':157,397 'stop':453 'stumbl':297 'sudden':164 'suspect':69 'talk':39,49,198,322,328 'team':37,405 'terribl':293 'thing':71 'think':86 'time':12 'transact':269 'trap':491,518 'turn':106 'ultim':142 'uphold':448 'upon':298 'use':15,239 've':210,232,290,296,387,391,400 'video':271 'visionari':356 'watch':3 'way':62,160 'weapon':96,235 'well':207,471 'world':332,336 'worri':65 'would':84 'year':26 'year-old':25 'yes':54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706483999
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11263112"
  +editedAt: DateTimeImmutable @1729046301 {#1654
    date: 2024-10-16 04:38:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706397599 {#1652
    date: 2024-01-28 00:19:59.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 {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1415 …}
  +image: Proxies\__CG__\App\Entity\Image {#1420 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "26-January-2024"
  +title: "26 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/9c708ba6-cc82-483e-8ca2-22a409988ec5.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 284
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729078915 {#1447
    date: 2024-10-16 13:41:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 33469
  -titleTs: "'2024':3 '26':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706460862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13587561"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706374462 {#1424
    date: 2024-01-27 17:54:22.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 {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1415 …}
  +image: Proxies\__CG__\App\Entity\Image {#1420 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "26-January-2024"
  +title: "26 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/9c708ba6-cc82-483e-8ca2-22a409988ec5.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 284
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729078915 {#1447
    date: 2024-10-16 13:41:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 33469
  -titleTs: "'2024':3 '26':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706460862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13587561"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706374462 {#1424
    date: 2024-01-27 17:54:22.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 {#1423
  +user: Proxies\__CG__\App\Entity\User {#1442 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1415 …}
  +image: Proxies\__CG__\App\Entity\Image {#1420 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1426 …}
  +slug: "26-January-2024"
  +title: "26 January 2024"
  +url: "https://sh.itjust.works/pictrs/image/9c708ba6-cc82-483e-8ca2-22a409988ec5.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 4
  +favouriteCount: 284
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729078915 {#1447
    date: 2024-10-16 13:41:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1451 …}
  +votes: Doctrine\ORM\PersistentCollection {#1417 …}
  +reports: Doctrine\ORM\PersistentCollection {#1411 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1441 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1418 …}
  +badges: Doctrine\ORM\PersistentCollection {#1425 …}
  +children: []
  -id: 33469
  -titleTs: "'2024':3 '26':1 'januari':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706460862
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13587561"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706374462 {#1424
    date: 2024-01-27 17:54:22.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 {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1622 …}
  +image: Proxies\__CG__\App\Entity\Image {#1633 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1962 …}
  +slug: "noob-bring-that-road-roller"
  +title: "noob, bring that road roller"
  +url: "https://lemmy.ml/pictrs/image/c455b2e7-2f21-463f-a1ff-151d0f9ff8d2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 445
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729078029 {#1637
    date: 2024-10-16 13:27:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 33450
  -titleTs: "'bring':2 'noob':1 'road':4 'roller':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706456659
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11115586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706370259 {#1642
    date: 2024-01-27 16:44:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1622 …}
  +image: Proxies\__CG__\App\Entity\Image {#1633 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1962 …}
  +slug: "noob-bring-that-road-roller"
  +title: "noob, bring that road roller"
  +url: "https://lemmy.ml/pictrs/image/c455b2e7-2f21-463f-a1ff-151d0f9ff8d2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 445
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729078029 {#1637
    date: 2024-10-16 13:27:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 33450
  -titleTs: "'bring':2 'noob':1 'road':4 'roller':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706456659
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11115586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706370259 {#1642
    date: 2024-01-27 16:44:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1622 …}
  +image: Proxies\__CG__\App\Entity\Image {#1633 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1962 …}
  +slug: "noob-bring-that-road-roller"
  +title: "noob, bring that road roller"
  +url: "https://lemmy.ml/pictrs/image/c455b2e7-2f21-463f-a1ff-151d0f9ff8d2.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 445
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729078029 {#1637
    date: 2024-10-16 13:27:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1627 …}
  +votes: Doctrine\ORM\PersistentCollection {#1634 …}
  +reports: Doctrine\ORM\PersistentCollection {#1635 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1449 …}
  +badges: Doctrine\ORM\PersistentCollection {#1422 …}
  +children: []
  -id: 33450
  -titleTs: "'bring':2 'noob':1 'road':4 'roller':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706456659
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11115586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706370259 {#1642
    date: 2024-01-27 16:44:19.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1534
  +user: Proxies\__CG__\App\Entity\User {#1542 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1540 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Don-t"
  +title: "Don't"
  +url: "https://lemmy.world/pictrs/image/2210df53-4bcb-4bd9-873b-30d8eb7f77c8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 433
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729077424 {#1532
    date: 2024-10-16 13:17:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1538 …}
  +votes: Doctrine\ORM\PersistentCollection {#1539 …}
  +reports: Doctrine\ORM\PersistentCollection {#1529 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1530 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1536 …}
  +badges: Doctrine\ORM\PersistentCollection {#1516 …}
  +children: []
  -id: 33321
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706387611
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11223108"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706301211 {#1535
    date: 2024-01-26 21:33:31.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 {#1534
  +user: Proxies\__CG__\App\Entity\User {#1542 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1540 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Don-t"
  +title: "Don't"
  +url: "https://lemmy.world/pictrs/image/2210df53-4bcb-4bd9-873b-30d8eb7f77c8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 433
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729077424 {#1532
    date: 2024-10-16 13:17:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1538 …}
  +votes: Doctrine\ORM\PersistentCollection {#1539 …}
  +reports: Doctrine\ORM\PersistentCollection {#1529 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1530 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1536 …}
  +badges: Doctrine\ORM\PersistentCollection {#1516 …}
  +children: []
  -id: 33321
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706387611
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11223108"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706301211 {#1535
    date: 2024-01-26 21:33:31.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 {#1534
  +user: Proxies\__CG__\App\Entity\User {#1542 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: Proxies\__CG__\App\Entity\Image {#1540 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1912 …}
  +slug: "Don-t"
  +title: "Don't"
  +url: "https://lemmy.world/pictrs/image/2210df53-4bcb-4bd9-873b-30d8eb7f77c8.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 433
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729077424 {#1532
    date: 2024-10-16 13:17:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1538 …}
  +votes: Doctrine\ORM\PersistentCollection {#1539 …}
  +reports: Doctrine\ORM\PersistentCollection {#1529 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1530 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1536 …}
  +badges: Doctrine\ORM\PersistentCollection {#1516 …}
  +children: []
  -id: 33321
  -titleTs: ""
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706387611
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11223108"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706301211 {#1535
    date: 2024-01-26 21:33:31.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