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

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.31 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.06 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "RPi-Pico-disconnects-after-a-few-minutes-to-days"
  +title: "RPi Pico "disconnects" after a few minutes to days"
  +url: null
  +body: """
    I’m trying to use an RPi Pico W as a temp/humidity sensor using a DHT20.\n
    \n
    It kind of works - at least sometimes, but I keep “losing” sensors more or less randomly.\n
    \n
    I connected everything up like here (using MicroPython): [github.com/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)There are currently 4 sensor-boards, 3 soldered, one on a breadboard.\n
    \n
    The error modes I could observe are:\n
    \n
    1. DHT20 fails to init - sometimes after the first read, sometimes after days. Resetting the machine works sometimes, if not, power cycling usually does the trick\n
    2. The board just “stops” after about 5min - the serial console just says “device disconnected”. Power cycling is the only option.\n
    \n
    My measurement work by having a timer fire every minute, connect to wifi, read from the sensor, and then send an mqtt message (either the values or an error message) and shutdown wifi again.\n
    \n
    My current ideas why it could fail (but I’m not an electronics guy at all):\n
    \n
    - There is some kind of “rogue current” messing with some IC.\n
    - Some component is broken\n
    - Maybe the power draw is too low or issuing sleep() messes with the USB-power connection somehow?\n
    \n
    For me the problem is, I don’t really know where to look for errors. The software works in principle, the soldering seems to be good enough to sometimes work for days, and looking too deep into the whole electronics side is beyond my capabilities.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696250329 {#183
    date: 2023-10-02 14:38:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 2392
  -titleTs: "'day':9 'disconnect':3 'minut':7 'pico':2 'rpi':1"
  -bodyTs: "'/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)there':43 '1':63 '2':89 '3':50 '4':46 '5min':96 'beyond':235 'board':49,91 'breadboard':55 'broken':174 'capabl':237 'compon':172 'connect':34,120,191 'consol':99 'could':60,149 'current':45,145,166 'cycl':84,105 'day':75,224 'deep':228 'devic':102 'dht20':16,64 'disconnect':103 'draw':178 'either':133 'electron':156,232 'enough':219 'error':57,138,207 'everi':118 'everyth':35 'fail':65,150 'fire':117 'first':71 'github.com':42 'github.com/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)there':41 'good':218 'guy':157 'ic':170 'idea':146 'init':67 'issu':183 'keep':26 'kind':18,163 'know':202 'least':22 'less':31 'like':37 'look':205,226 'lose':27 'low':181 'm':2,153 'machin':78 'mayb':175 'measur':111 'mess':167,185 'messag':132,139 'micropython':40 'minut':119 'mode':58 'mqtt':131 'observ':61 'one':52 'option':109 'pico':8 'power':83,104,177,190 'principl':212 'problem':196 'random':32 'read':72,123 'realli':201 'reset':76 'rogu':165 'rpi':7 'say':101 'seem':215 'send':129 'sensor':13,28,48,126 'sensor-board':47 'serial':98 'shutdown':141 'side':233 'sleep':184 'softwar':209 'solder':51,214 'somehow':192 'sometim':23,68,73,80,221 'stop':93 'temp/humidity':12 'timer':116 'tri':3 'trick':88 'usb':189 'usb-pow':188 'use':5,14,39 'usual':85 'valu':135 'w':9 'whole':231 'wifi':122,142 'work':20,79,112,210,222"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696036696
  +visibility: "visible             "
  +apId: "https://feddit.de/post/3954651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695986696 {#247
    date: 2023-09-29 13:24:56.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
3 DENIED edit
App\Entity\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "RPi-Pico-disconnects-after-a-few-minutes-to-days"
  +title: "RPi Pico "disconnects" after a few minutes to days"
  +url: null
  +body: """
    I’m trying to use an RPi Pico W as a temp/humidity sensor using a DHT20.\n
    \n
    It kind of works - at least sometimes, but I keep “losing” sensors more or less randomly.\n
    \n
    I connected everything up like here (using MicroPython): [github.com/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)There are currently 4 sensor-boards, 3 soldered, one on a breadboard.\n
    \n
    The error modes I could observe are:\n
    \n
    1. DHT20 fails to init - sometimes after the first read, sometimes after days. Resetting the machine works sometimes, if not, power cycling usually does the trick\n
    2. The board just “stops” after about 5min - the serial console just says “device disconnected”. Power cycling is the only option.\n
    \n
    My measurement work by having a timer fire every minute, connect to wifi, read from the sensor, and then send an mqtt message (either the values or an error message) and shutdown wifi again.\n
    \n
    My current ideas why it could fail (but I’m not an electronics guy at all):\n
    \n
    - There is some kind of “rogue current” messing with some IC.\n
    - Some component is broken\n
    - Maybe the power draw is too low or issuing sleep() messes with the USB-power connection somehow?\n
    \n
    For me the problem is, I don’t really know where to look for errors. The software works in principle, the soldering seems to be good enough to sometimes work for days, and looking too deep into the whole electronics side is beyond my capabilities.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696250329 {#183
    date: 2023-10-02 14:38:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 2392
  -titleTs: "'day':9 'disconnect':3 'minut':7 'pico':2 'rpi':1"
  -bodyTs: "'/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)there':43 '1':63 '2':89 '3':50 '4':46 '5min':96 'beyond':235 'board':49,91 'breadboard':55 'broken':174 'capabl':237 'compon':172 'connect':34,120,191 'consol':99 'could':60,149 'current':45,145,166 'cycl':84,105 'day':75,224 'deep':228 'devic':102 'dht20':16,64 'disconnect':103 'draw':178 'either':133 'electron':156,232 'enough':219 'error':57,138,207 'everi':118 'everyth':35 'fail':65,150 'fire':117 'first':71 'github.com':42 'github.com/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)there':41 'good':218 'guy':157 'ic':170 'idea':146 'init':67 'issu':183 'keep':26 'kind':18,163 'know':202 'least':22 'less':31 'like':37 'look':205,226 'lose':27 'low':181 'm':2,153 'machin':78 'mayb':175 'measur':111 'mess':167,185 'messag':132,139 'micropython':40 'minut':119 'mode':58 'mqtt':131 'observ':61 'one':52 'option':109 'pico':8 'power':83,104,177,190 'principl':212 'problem':196 'random':32 'read':72,123 'realli':201 'reset':76 'rogu':165 'rpi':7 'say':101 'seem':215 'send':129 'sensor':13,28,48,126 'sensor-board':47 'serial':98 'shutdown':141 'side':233 'sleep':184 'softwar':209 'solder':51,214 'somehow':192 'sometim':23,68,73,80,221 'stop':93 'temp/humidity':12 'timer':116 'tri':3 'trick':88 'usb':189 'usb-pow':188 'use':5,14,39 'usual':85 'valu':135 'w':9 'whole':231 'wifi':122,142 'work':20,79,112,210,222"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696036696
  +visibility: "visible             "
  +apId: "https://feddit.de/post/3954651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695986696 {#247
    date: 2023-09-29 13:24:56.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
4 DENIED moderate
App\Entity\Entry {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "RPi-Pico-disconnects-after-a-few-minutes-to-days"
  +title: "RPi Pico "disconnects" after a few minutes to days"
  +url: null
  +body: """
    I’m trying to use an RPi Pico W as a temp/humidity sensor using a DHT20.\n
    \n
    It kind of works - at least sometimes, but I keep “losing” sensors more or less randomly.\n
    \n
    I connected everything up like here (using MicroPython): [github.com/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)There are currently 4 sensor-boards, 3 soldered, one on a breadboard.\n
    \n
    The error modes I could observe are:\n
    \n
    1. DHT20 fails to init - sometimes after the first read, sometimes after days. Resetting the machine works sometimes, if not, power cycling usually does the trick\n
    2. The board just “stops” after about 5min - the serial console just says “device disconnected”. Power cycling is the only option.\n
    \n
    My measurement work by having a timer fire every minute, connect to wifi, read from the sensor, and then send an mqtt message (either the values or an error message) and shutdown wifi again.\n
    \n
    My current ideas why it could fail (but I’m not an electronics guy at all):\n
    \n
    - There is some kind of “rogue current” messing with some IC.\n
    - Some component is broken\n
    - Maybe the power draw is too low or issuing sleep() messes with the USB-power connection somehow?\n
    \n
    For me the problem is, I don’t really know where to look for errors. The software works in principle, the soldering seems to be good enough to sometimes work for days, and looking too deep into the whole electronics side is beyond my capabilities.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696250329 {#183
    date: 2023-10-02 14:38:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 2392
  -titleTs: "'day':9 'disconnect':3 'minut':7 'pico':2 'rpi':1"
  -bodyTs: "'/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)there':43 '1':63 '2':89 '3':50 '4':46 '5min':96 'beyond':235 'board':49,91 'breadboard':55 'broken':174 'capabl':237 'compon':172 'connect':34,120,191 'consol':99 'could':60,149 'current':45,145,166 'cycl':84,105 'day':75,224 'deep':228 'devic':102 'dht20':16,64 'disconnect':103 'draw':178 'either':133 'electron':156,232 'enough':219 'error':57,138,207 'everi':118 'everyth':35 'fail':65,150 'fire':117 'first':71 'github.com':42 'github.com/flrrth/pico-dht20](https://github.com/flrrth/pico-dht20)there':41 'good':218 'guy':157 'ic':170 'idea':146 'init':67 'issu':183 'keep':26 'kind':18,163 'know':202 'least':22 'less':31 'like':37 'look':205,226 'lose':27 'low':181 'm':2,153 'machin':78 'mayb':175 'measur':111 'mess':167,185 'messag':132,139 'micropython':40 'minut':119 'mode':58 'mqtt':131 'observ':61 'one':52 'option':109 'pico':8 'power':83,104,177,190 'principl':212 'problem':196 'random':32 'read':72,123 'realli':201 'reset':76 'rogu':165 'rpi':7 'say':101 'seem':215 'send':129 'sensor':13,28,48,126 'sensor-board':47 'serial':98 'shutdown':141 'side':233 'sleep':184 'softwar':209 'solder':51,214 'somehow':192 'sometim':23,68,73,80,221 'stop':93 'temp/humidity':12 'timer':116 'tri':3 'trick':88 'usb':189 'usb-pow':188 'use':5,14,39 'usual':85 'valu':135 'w':9 'whole':231 'wifi':122,142 'work':20,79,112,210,222"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696036696
  +visibility: "visible             "
  +apId: "https://feddit.de/post/3954651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695986696 {#247
    date: 2023-09-29 13:24:56.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
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 {#1920
  +user: Proxies\__CG__\App\Entity\User {#1925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Calibrating-vintage-multimeter"
  +title: "Calibrating vintage multimeter"
  +url: null
  +body: """
    I’ve recently acquired an uncalibrated Philips PM2534 (edit: the battery-backed factory calibration data was lost due to the battery running out). I’m looking into somehow getting it calibrated. However, the calibration procedure is rather involved, and requires such things as an exact 300V DC (the service manual recommends using a Fuke 5700).\n
    \n
    Anybody know of a way to have this multimeter calibrated? I’m a hobbyist and don’t really need such things as traceability and certificates.\n
    \n
    Edit: I live in the Netherlands.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696159076 {#1866
    date: 2023-10-01 13:17:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 2391
  -titleTs: "'calibr':1 'multimet':3 'vintag':2"
  -bodyTs: "'300v':47 '5700':56 'acquir':4 'anybodi':57 'back':13 'batteri':12,22 'battery-back':11 'calibr':15,32,35,66 'certif':81 'data':16 'dc':48 'due':19 'edit':9,82 'exact':46 'factori':14 'fuke':55 'get':30 'hobbyist':70 'howev':33 'involv':39 'know':58 'live':84 'look':27 'lost':18 'm':26,68 'manual':51 'multimet':65 'need':75 'netherland':87 'philip':7 'pm2534':8 'procedur':36 'rather':38 'realli':74 'recent':3 'recommend':52 'requir':41 'run':23 'servic':50 'somehow':29 'thing':43,77 'traceabl':79 'uncalibr':6 'use':53 've':2 'way':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696032451
  +visibility: "visible             "
  +apId: "https://derp.foo/post/272718"
  +editedAt: DateTimeImmutable @1695983549 {#1881
    date: 2023-09-29 12:32:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695982951 {#1877
    date: 2023-09-29 12:22:31.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
7 DENIED edit
App\Entity\Entry {#1920
  +user: Proxies\__CG__\App\Entity\User {#1925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Calibrating-vintage-multimeter"
  +title: "Calibrating vintage multimeter"
  +url: null
  +body: """
    I’ve recently acquired an uncalibrated Philips PM2534 (edit: the battery-backed factory calibration data was lost due to the battery running out). I’m looking into somehow getting it calibrated. However, the calibration procedure is rather involved, and requires such things as an exact 300V DC (the service manual recommends using a Fuke 5700).\n
    \n
    Anybody know of a way to have this multimeter calibrated? I’m a hobbyist and don’t really need such things as traceability and certificates.\n
    \n
    Edit: I live in the Netherlands.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696159076 {#1866
    date: 2023-10-01 13:17:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 2391
  -titleTs: "'calibr':1 'multimet':3 'vintag':2"
  -bodyTs: "'300v':47 '5700':56 'acquir':4 'anybodi':57 'back':13 'batteri':12,22 'battery-back':11 'calibr':15,32,35,66 'certif':81 'data':16 'dc':48 'due':19 'edit':9,82 'exact':46 'factori':14 'fuke':55 'get':30 'hobbyist':70 'howev':33 'involv':39 'know':58 'live':84 'look':27 'lost':18 'm':26,68 'manual':51 'multimet':65 'need':75 'netherland':87 'philip':7 'pm2534':8 'procedur':36 'rather':38 'realli':74 'recent':3 'recommend':52 'requir':41 'run':23 'servic':50 'somehow':29 'thing':43,77 'traceabl':79 'uncalibr':6 'use':53 've':2 'way':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696032451
  +visibility: "visible             "
  +apId: "https://derp.foo/post/272718"
  +editedAt: DateTimeImmutable @1695983549 {#1881
    date: 2023-09-29 12:32:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695982951 {#1877
    date: 2023-09-29 12:22:31.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
8 DENIED moderate
App\Entity\Entry {#1920
  +user: Proxies\__CG__\App\Entity\User {#1925 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Calibrating-vintage-multimeter"
  +title: "Calibrating vintage multimeter"
  +url: null
  +body: """
    I’ve recently acquired an uncalibrated Philips PM2534 (edit: the battery-backed factory calibration data was lost due to the battery running out). I’m looking into somehow getting it calibrated. However, the calibration procedure is rather involved, and requires such things as an exact 300V DC (the service manual recommends using a Fuke 5700).\n
    \n
    Anybody know of a way to have this multimeter calibrated? I’m a hobbyist and don’t really need such things as traceability and certificates.\n
    \n
    Edit: I live in the Netherlands.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696159076 {#1866
    date: 2023-10-01 13:17:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 2391
  -titleTs: "'calibr':1 'multimet':3 'vintag':2"
  -bodyTs: "'300v':47 '5700':56 'acquir':4 'anybodi':57 'back':13 'batteri':12,22 'battery-back':11 'calibr':15,32,35,66 'certif':81 'data':16 'dc':48 'due':19 'edit':9,82 'exact':46 'factori':14 'fuke':55 'get':30 'hobbyist':70 'howev':33 'involv':39 'know':58 'live':84 'look':27 'lost':18 'm':26,68 'manual':51 'multimet':65 'need':75 'netherland':87 'philip':7 'pm2534':8 'procedur':36 'rather':38 'realli':74 'recent':3 'recommend':52 'requir':41 'run':23 'servic':50 'somehow':29 'thing':43,77 'traceabl':79 'uncalibr':6 'use':53 've':2 'way':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696032451
  +visibility: "visible             "
  +apId: "https://derp.foo/post/272718"
  +editedAt: DateTimeImmutable @1695983549 {#1881
    date: 2023-09-29 12:32:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1695982951 {#1877
    date: 2023-09-29 12:22:31.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
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-did-you-first-get-to-know-your-neighbors"
  +title: "How did you first get to know your neighbors?"
  +url: null
  +body: """
    Moved here a couple years ago, initially met the neighbors and know their names, but haven’t had more than a handful of couple sentence interactions since then.\n
    \n
    On the one hand, I do want a little distance: I’m not trying to hang out all the time or necessarily make new best friends. But still seems like the neighborly thing to know each other a little bit more, to have someone to call in case of emergency, or hey your dog got out, hey the global order has collapsed let’s band together to keep out the raiders, etc.\n
    \n
    So interested to know, if you do interact with your neighbors, how did you get started? What is the extent of your interaction?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696030943 {#1395
    date: 2023-09-30 01:42:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 5090
  -titleTs: "'first':4 'get':5 'know':7 'neighbor':9"
  -bodyTs: "'ago':6 'band':93 'best':53 'bit':68 'call':74 'case':76 'collaps':90 'coupl':4,24 'distanc':38 'dog':82 'emerg':78 'etc':100 'extent':120 'friend':54 'get':115 'global':87 'got':83 'hand':22,32 'hang':44 'haven':16 'hey':80,85 'initi':7 'interact':26,108,123 'interest':102 'keep':96 'know':12,63,104 'let':91 'like':58 'littl':37,67 'm':40 'make':51 'met':8 'move':1 'name':14 'necessarili':50 'neighbor':10,60,111 'new':52 'one':31 'order':88 'raider':99 'seem':57 'sentenc':25 'sinc':27 'someon':72 'start':116 'still':56 'thing':61 'time':48 'togeth':94 'tri':42 'want':35 'year':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696030943
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5985285"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696030943 {#1950
    date: 2023-09-30 01:42:23.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
11 DENIED edit
App\Entity\Entry {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-did-you-first-get-to-know-your-neighbors"
  +title: "How did you first get to know your neighbors?"
  +url: null
  +body: """
    Moved here a couple years ago, initially met the neighbors and know their names, but haven’t had more than a handful of couple sentence interactions since then.\n
    \n
    On the one hand, I do want a little distance: I’m not trying to hang out all the time or necessarily make new best friends. But still seems like the neighborly thing to know each other a little bit more, to have someone to call in case of emergency, or hey your dog got out, hey the global order has collapsed let’s band together to keep out the raiders, etc.\n
    \n
    So interested to know, if you do interact with your neighbors, how did you get started? What is the extent of your interaction?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696030943 {#1395
    date: 2023-09-30 01:42:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 5090
  -titleTs: "'first':4 'get':5 'know':7 'neighbor':9"
  -bodyTs: "'ago':6 'band':93 'best':53 'bit':68 'call':74 'case':76 'collaps':90 'coupl':4,24 'distanc':38 'dog':82 'emerg':78 'etc':100 'extent':120 'friend':54 'get':115 'global':87 'got':83 'hand':22,32 'hang':44 'haven':16 'hey':80,85 'initi':7 'interact':26,108,123 'interest':102 'keep':96 'know':12,63,104 'let':91 'like':58 'littl':37,67 'm':40 'make':51 'met':8 'move':1 'name':14 'necessarili':50 'neighbor':10,60,111 'new':52 'one':31 'order':88 'raider':99 'seem':57 'sentenc':25 'sinc':27 'someon':72 'start':116 'still':56 'thing':61 'time':48 'togeth':94 'tri':42 'want':35 'year':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696030943
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5985285"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696030943 {#1950
    date: 2023-09-30 01:42:23.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
12 DENIED moderate
App\Entity\Entry {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-did-you-first-get-to-know-your-neighbors"
  +title: "How did you first get to know your neighbors?"
  +url: null
  +body: """
    Moved here a couple years ago, initially met the neighbors and know their names, but haven’t had more than a handful of couple sentence interactions since then.\n
    \n
    On the one hand, I do want a little distance: I’m not trying to hang out all the time or necessarily make new best friends. But still seems like the neighborly thing to know each other a little bit more, to have someone to call in case of emergency, or hey your dog got out, hey the global order has collapsed let’s band together to keep out the raiders, etc.\n
    \n
    So interested to know, if you do interact with your neighbors, how did you get started? What is the extent of your interaction?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696030943 {#1395
    date: 2023-09-30 01:42:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 5090
  -titleTs: "'first':4 'get':5 'know':7 'neighbor':9"
  -bodyTs: "'ago':6 'band':93 'best':53 'bit':68 'call':74 'case':76 'collaps':90 'coupl':4,24 'distanc':38 'dog':82 'emerg':78 'etc':100 'extent':120 'friend':54 'get':115 'global':87 'got':83 'hand':22,32 'hang':44 'haven':16 'hey':80,85 'initi':7 'interact':26,108,123 'interest':102 'keep':96 'know':12,63,104 'let':91 'like':58 'littl':37,67 'm':40 'make':51 'met':8 'move':1 'name':14 'necessarili':50 'neighbor':10,60,111 'new':52 'one':31 'order':88 'raider':99 'seem':57 'sentenc':25 'sinc':27 'someon':72 'start':116 'still':56 'thing':61 'time':48 'togeth':94 'tri':42 'want':35 'year':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696030943
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5985285"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696030943 {#1950
    date: 2023-09-30 01:42:23.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
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 {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-apps-stack-to-automate-grabbing-content-and-adding-it-to"
  +title: "What apps/stack to automate grabbing content and adding it to Plex?"
  +url: null
  +body: """
    I want to be able to search for content on my phone, then have it automatically downloaded and posted to plex, so that I don’t have to fuck around so much every time I want to backup a show.\n
    \n
    I am running Plex (on a TrueNAS Core box), Radarr, Sonarr, and QbitTorrent today. I have a preferred tracker.\n
    \n
    What other apps do I need to make it easy to find out of a show is avaliable, automatically hand it off to Radarr/Sonarr then download it and move it to my NAS share then get Plex to refresh and tell me it’s done?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696017060 {#1973
    date: 2023-09-29 21:51:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 6961
  -titleTs: "'ad':8 'apps/stack':2 'autom':4 'content':6 'grab':5 'plex':11"
  -bodyTs: "'abl':5 'app':62 'around':30 'automat':16,78 'avali':77 'backup':38 'box':49 'content':9 'core':48 'done':104 'download':17,85 'easi':69 'everi':33 'find':71 'fuck':29 'get':95 'hand':79 'make':67 'move':88 'much':32 'nas':92 'need':65 'phone':12 'plex':21,44,96 'post':19 'prefer':58 'qbittorr':53 'radarr':50 'radarr/sonarr':83 'refresh':98 'run':43 'search':7 'share':93 'show':40,75 'sonarr':51 'tell':100 'time':34 'today':54 'tracker':59 'truena':47 'want':2,36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696014554
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/4817673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696008054 {#1966
    date: 2023-09-29 19:20:54.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
15 DENIED edit
App\Entity\Entry {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-apps-stack-to-automate-grabbing-content-and-adding-it-to"
  +title: "What apps/stack to automate grabbing content and adding it to Plex?"
  +url: null
  +body: """
    I want to be able to search for content on my phone, then have it automatically downloaded and posted to plex, so that I don’t have to fuck around so much every time I want to backup a show.\n
    \n
    I am running Plex (on a TrueNAS Core box), Radarr, Sonarr, and QbitTorrent today. I have a preferred tracker.\n
    \n
    What other apps do I need to make it easy to find out of a show is avaliable, automatically hand it off to Radarr/Sonarr then download it and move it to my NAS share then get Plex to refresh and tell me it’s done?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696017060 {#1973
    date: 2023-09-29 21:51:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 6961
  -titleTs: "'ad':8 'apps/stack':2 'autom':4 'content':6 'grab':5 'plex':11"
  -bodyTs: "'abl':5 'app':62 'around':30 'automat':16,78 'avali':77 'backup':38 'box':49 'content':9 'core':48 'done':104 'download':17,85 'easi':69 'everi':33 'find':71 'fuck':29 'get':95 'hand':79 'make':67 'move':88 'much':32 'nas':92 'need':65 'phone':12 'plex':21,44,96 'post':19 'prefer':58 'qbittorr':53 'radarr':50 'radarr/sonarr':83 'refresh':98 'run':43 'search':7 'share':93 'show':40,75 'sonarr':51 'tell':100 'time':34 'today':54 'tracker':59 'truena':47 'want':2,36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696014554
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/4817673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696008054 {#1966
    date: 2023-09-29 19:20:54.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
16 DENIED moderate
App\Entity\Entry {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-apps-stack-to-automate-grabbing-content-and-adding-it-to"
  +title: "What apps/stack to automate grabbing content and adding it to Plex?"
  +url: null
  +body: """
    I want to be able to search for content on my phone, then have it automatically downloaded and posted to plex, so that I don’t have to fuck around so much every time I want to backup a show.\n
    \n
    I am running Plex (on a TrueNAS Core box), Radarr, Sonarr, and QbitTorrent today. I have a preferred tracker.\n
    \n
    What other apps do I need to make it easy to find out of a show is avaliable, automatically hand it off to Radarr/Sonarr then download it and move it to my NAS share then get Plex to refresh and tell me it’s done?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696017060 {#1973
    date: 2023-09-29 21:51:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 6961
  -titleTs: "'ad':8 'apps/stack':2 'autom':4 'content':6 'grab':5 'plex':11"
  -bodyTs: "'abl':5 'app':62 'around':30 'automat':16,78 'avali':77 'backup':38 'box':49 'content':9 'core':48 'done':104 'download':17,85 'easi':69 'everi':33 'find':71 'fuck':29 'get':95 'hand':79 'make':67 'move':88 'much':32 'nas':92 'need':65 'phone':12 'plex':21,44,96 'post':19 'prefer':58 'qbittorr':53 'radarr':50 'radarr/sonarr':83 'refresh':98 'run':43 'search':7 'share':93 'show':40,75 'sonarr':51 'tell':100 'time':34 'today':54 'tracker':59 'truena':47 'want':2,36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696014554
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/4817673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696008054 {#1966
    date: 2023-09-29 19:20:54.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
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 {#1364
  +user: Proxies\__CG__\App\Entity\User {#1392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Fellow-home-owners-are-you-ready-for-the-housing-market"
  +title: "Fellow home owners, are you ready for the housing market to crash?"
  +url: null
  +body: """
    I know I’m supposed to want it to keep going up as a wealth generator or whatever.\n
    \n
    But like… I wouldn’t be able to afford the monthly payments if I bought my house right now and it’s scary. Also none of my friends are buying homes, none of them are even renting full places. Just like renting rooms.\n
    \n
    So what are your feelings home owners of lemmy?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696009009 {#1903
    date: 2023-09-29 19:36:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 7954
  -titleTs: "'crash':12 'fellow':1 'home':2 'hous':9 'market':10 'owner':3 'readi':6"
  -bodyTs: "'abl':25 'afford':27 'also':42 'bought':33 'buy':48 'even':54 'feel':66 'friend':46 'full':56 'generat':16 'go':11 'home':49,67 'hous':35 'keep':10 'know':2 'lemmi':70 'like':20,59 'm':4 'month':29 'none':43,50 'owner':68 'payment':30 'place':57 'rent':55,60 'right':36 'room':61 'scari':41 'suppos':5 'want':7 'wealth':15 'whatev':18 'wouldn':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696013509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5969102"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696009009 {#1935
    date: 2023-09-29 19:36:49.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
19 DENIED edit
App\Entity\Entry {#1364
  +user: Proxies\__CG__\App\Entity\User {#1392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Fellow-home-owners-are-you-ready-for-the-housing-market"
  +title: "Fellow home owners, are you ready for the housing market to crash?"
  +url: null
  +body: """
    I know I’m supposed to want it to keep going up as a wealth generator or whatever.\n
    \n
    But like… I wouldn’t be able to afford the monthly payments if I bought my house right now and it’s scary. Also none of my friends are buying homes, none of them are even renting full places. Just like renting rooms.\n
    \n
    So what are your feelings home owners of lemmy?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696009009 {#1903
    date: 2023-09-29 19:36:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 7954
  -titleTs: "'crash':12 'fellow':1 'home':2 'hous':9 'market':10 'owner':3 'readi':6"
  -bodyTs: "'abl':25 'afford':27 'also':42 'bought':33 'buy':48 'even':54 'feel':66 'friend':46 'full':56 'generat':16 'go':11 'home':49,67 'hous':35 'keep':10 'know':2 'lemmi':70 'like':20,59 'm':4 'month':29 'none':43,50 'owner':68 'payment':30 'place':57 'rent':55,60 'right':36 'room':61 'scari':41 'suppos':5 'want':7 'wealth':15 'whatev':18 'wouldn':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696013509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5969102"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696009009 {#1935
    date: 2023-09-29 19:36:49.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
20 DENIED moderate
App\Entity\Entry {#1364
  +user: Proxies\__CG__\App\Entity\User {#1392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Fellow-home-owners-are-you-ready-for-the-housing-market"
  +title: "Fellow home owners, are you ready for the housing market to crash?"
  +url: null
  +body: """
    I know I’m supposed to want it to keep going up as a wealth generator or whatever.\n
    \n
    But like… I wouldn’t be able to afford the monthly payments if I bought my house right now and it’s scary. Also none of my friends are buying homes, none of them are even renting full places. Just like renting rooms.\n
    \n
    So what are your feelings home owners of lemmy?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696009009 {#1903
    date: 2023-09-29 19:36:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 7954
  -titleTs: "'crash':12 'fellow':1 'home':2 'hous':9 'market':10 'owner':3 'readi':6"
  -bodyTs: "'abl':25 'afford':27 'also':42 'bought':33 'buy':48 'even':54 'feel':66 'friend':46 'full':56 'generat':16 'go':11 'home':49,67 'hous':35 'keep':10 'know':2 'lemmi':70 'like':20,59 'm':4 'month':29 'none':43,50 'owner':68 'payment':30 'place':57 'rent':55,60 'right':36 'room':61 'scari':41 'suppos':5 'want':7 'wealth':15 'whatev':18 'wouldn':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696013509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5969102"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696009009 {#1935
    date: 2023-09-29 19:36:49.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
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 {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Two-battery-setup-in-camper"
  +title: "Two battery setup in camper"
  +url: null
  +body: """
    I want to change te battery setup in the camper van a bit.\n
    \n
    Currently there is a single battery which is charged by either solar, engine or 230v. Then a transformer to 230v to power the outlets.\n
    \n
    The idea is to add an extra battery. A lot of people are saying that it isn’t a good idea to put those batteries in series or parallel if the batteries are not exactly he same. Now our idea is to switch between the two batteries with the help of some relais and an Arduino or something. So then + of both batteries would be connected to a relay and after the relay we can connect them together. Is this a good/safe way of doing that? Or will we be running into issues that I’m not seeing.\n
    \n
    Thanks in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695994699 {#1927
    date: 2023-09-29 15:38:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1394 …}
  +votes: Doctrine\ORM\PersistentCollection {#1374 …}
  +reports: Doctrine\ORM\PersistentCollection {#1369 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1375 …}
  +badges: Doctrine\ORM\PersistentCollection {#1400 …}
  +children: []
  -id: 2390
  -titleTs: "'batteri':2 'camper':5 'setup':3 'two':1"
  -bodyTs: "'230v':28,33 'add':42 'advanc':138 'arduino':93 'batteri':6,19,45,62,69,84,100 'bit':13 'camper':10 'chang':4 'charg':22 'connect':103,113 'current':14 'either':24 'engin':26 'exact':72 'extra':44 'good':57 'good/safe':119 'help':87 'idea':39,58,77 'isn':54 'issu':130 'lot':47 'm':133 'outlet':37 'parallel':66 'peopl':49 'power':35 'put':60 'relai':90 'relay':106,110 'run':128 'say':51 'see':135 'seri':64 'setup':7 'singl':18 'solar':25 'someth':95 'switch':80 'te':5 'thank':136 'togeth':115 'transform':31 'two':83 'van':11 'want':2 'way':120 'would':101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696005041
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5948834"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695975541 {#1368
    date: 2023-09-29 10:19:01.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
23 DENIED edit
App\Entity\Entry {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Two-battery-setup-in-camper"
  +title: "Two battery setup in camper"
  +url: null
  +body: """
    I want to change te battery setup in the camper van a bit.\n
    \n
    Currently there is a single battery which is charged by either solar, engine or 230v. Then a transformer to 230v to power the outlets.\n
    \n
    The idea is to add an extra battery. A lot of people are saying that it isn’t a good idea to put those batteries in series or parallel if the batteries are not exactly he same. Now our idea is to switch between the two batteries with the help of some relais and an Arduino or something. So then + of both batteries would be connected to a relay and after the relay we can connect them together. Is this a good/safe way of doing that? Or will we be running into issues that I’m not seeing.\n
    \n
    Thanks in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695994699 {#1927
    date: 2023-09-29 15:38:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1394 …}
  +votes: Doctrine\ORM\PersistentCollection {#1374 …}
  +reports: Doctrine\ORM\PersistentCollection {#1369 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1375 …}
  +badges: Doctrine\ORM\PersistentCollection {#1400 …}
  +children: []
  -id: 2390
  -titleTs: "'batteri':2 'camper':5 'setup':3 'two':1"
  -bodyTs: "'230v':28,33 'add':42 'advanc':138 'arduino':93 'batteri':6,19,45,62,69,84,100 'bit':13 'camper':10 'chang':4 'charg':22 'connect':103,113 'current':14 'either':24 'engin':26 'exact':72 'extra':44 'good':57 'good/safe':119 'help':87 'idea':39,58,77 'isn':54 'issu':130 'lot':47 'm':133 'outlet':37 'parallel':66 'peopl':49 'power':35 'put':60 'relai':90 'relay':106,110 'run':128 'say':51 'see':135 'seri':64 'setup':7 'singl':18 'solar':25 'someth':95 'switch':80 'te':5 'thank':136 'togeth':115 'transform':31 'two':83 'van':11 'want':2 'way':120 'would':101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696005041
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5948834"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695975541 {#1368
    date: 2023-09-29 10:19:01.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
24 DENIED moderate
App\Entity\Entry {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Two-battery-setup-in-camper"
  +title: "Two battery setup in camper"
  +url: null
  +body: """
    I want to change te battery setup in the camper van a bit.\n
    \n
    Currently there is a single battery which is charged by either solar, engine or 230v. Then a transformer to 230v to power the outlets.\n
    \n
    The idea is to add an extra battery. A lot of people are saying that it isn’t a good idea to put those batteries in series or parallel if the batteries are not exactly he same. Now our idea is to switch between the two batteries with the help of some relais and an Arduino or something. So then + of both batteries would be connected to a relay and after the relay we can connect them together. Is this a good/safe way of doing that? Or will we be running into issues that I’m not seeing.\n
    \n
    Thanks in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695994699 {#1927
    date: 2023-09-29 15:38:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1394 …}
  +votes: Doctrine\ORM\PersistentCollection {#1374 …}
  +reports: Doctrine\ORM\PersistentCollection {#1369 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1375 …}
  +badges: Doctrine\ORM\PersistentCollection {#1400 …}
  +children: []
  -id: 2390
  -titleTs: "'batteri':2 'camper':5 'setup':3 'two':1"
  -bodyTs: "'230v':28,33 'add':42 'advanc':138 'arduino':93 'batteri':6,19,45,62,69,84,100 'bit':13 'camper':10 'chang':4 'charg':22 'connect':103,113 'current':14 'either':24 'engin':26 'exact':72 'extra':44 'good':57 'good/safe':119 'help':87 'idea':39,58,77 'isn':54 'issu':130 'lot':47 'm':133 'outlet':37 'parallel':66 'peopl':49 'power':35 'put':60 'relai':90 'relay':106,110 'run':128 'say':51 'see':135 'seri':64 'setup':7 'singl':18 'solar':25 'someth':95 'switch':80 'te':5 'thank':136 'togeth':115 'transform':31 'two':83 'van':11 'want':2 'way':120 'would':101"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696005041
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5948834"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695975541 {#1368
    date: 2023-09-29 10:19:01.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
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 {#1891
  +user: Proxies\__CG__\App\Entity\User {#1904 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-obscure-thing-you-enjoy-do-you-never-get-to"
  +title: "What obscure thing you enjoy do you never get to talk about?"
  +url: null
  +body: "Loosely inspired by how much people seemed to enjoy a similar question I asked on Games about unappreciated titles. But answers don’t have to be media related (they still can be though)."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699004526 {#1902
    date: 2023-11-03 10:42:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 9276
  -titleTs: "'enjoy':5 'get':9 'never':8 'obscur':2 'talk':11 'thing':3"
  -bodyTs: "'answer':21 'ask':14 'enjoy':9 'game':16 'inspir':2 'loos':1 'media':27 'much':5 'peopl':6 'question':12 'relat':28 'seem':7 'similar':11 'still':30 'though':33 'titl':19 'unappreci':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695989273
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5940700"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695960773 {#1898
    date: 2023-09-29 06:12:53.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
27 DENIED edit
App\Entity\Entry {#1891
  +user: Proxies\__CG__\App\Entity\User {#1904 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-obscure-thing-you-enjoy-do-you-never-get-to"
  +title: "What obscure thing you enjoy do you never get to talk about?"
  +url: null
  +body: "Loosely inspired by how much people seemed to enjoy a similar question I asked on Games about unappreciated titles. But answers don’t have to be media related (they still can be though)."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699004526 {#1902
    date: 2023-11-03 10:42:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 9276
  -titleTs: "'enjoy':5 'get':9 'never':8 'obscur':2 'talk':11 'thing':3"
  -bodyTs: "'answer':21 'ask':14 'enjoy':9 'game':16 'inspir':2 'loos':1 'media':27 'much':5 'peopl':6 'question':12 'relat':28 'seem':7 'similar':11 'still':30 'though':33 'titl':19 'unappreci':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695989273
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5940700"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695960773 {#1898
    date: 2023-09-29 06:12:53.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
28 DENIED moderate
App\Entity\Entry {#1891
  +user: Proxies\__CG__\App\Entity\User {#1904 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-obscure-thing-you-enjoy-do-you-never-get-to"
  +title: "What obscure thing you enjoy do you never get to talk about?"
  +url: null
  +body: "Loosely inspired by how much people seemed to enjoy a similar question I asked on Games about unappreciated titles. But answers don’t have to be media related (they still can be though)."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699004526 {#1902
    date: 2023-11-03 10:42:06.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 9276
  -titleTs: "'enjoy':5 'get':9 'never':8 'obscur':2 'talk':11 'thing':3"
  -bodyTs: "'answer':21 'ask':14 'enjoy':9 'game':16 'inspir':2 'loos':1 'media':27 'much':5 'peopl':6 'question':12 'relat':28 'seem':7 'similar':11 'still':30 'though':33 'titl':19 'unappreci':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695989273
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5940700"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695960773 {#1898
    date: 2023-09-29 06:12:53.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
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 {#2426
  +user: Proxies\__CG__\App\Entity\User {#2440 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "It-has-finally-happened-HWID-activation-for-Windows-10-11-has"
  +title: "It has finally happened. HWID activation for Windows 10/11 has been patched by Microsoft after 6 years."
  +url: null
  +body: """
    Time of death: 4:22 PM UTC September 26th\n
    \n
    Notes, please read:\n
    \n
    For those of you who don’t know, HWID was the holy grail for Windows activation, letting you generate licenses straight from Microsoft licensing servers, being registered as fully legitimate in microsofts servers and letting you keep the activation permanently, even after windows reinstalls being completely undetectable and with nothing on your system being modified. If you’re still using outdated activation methods and you missed out on this, I’m sorry\n
    \n
    Existing HWID licenses are left unaffected. Only new requests are blocked, no licenses were revoked.\n
    \n
    By the way, MAS still works and is the best option for Windows/Office activation. For permanent Office activation use it’s Ohook method (supports subscription products such as 365 as well) and KMS38 for Windows\n
    \n
    ALL OTHER ACTIVATION METHODS ARE STILL WORKING, ONLY METHOD AFFECTED IS HWID.\n
    \n
    All HWID activators are affected, not only MAS\n
    \n
    Around that time, Microsoft servers unexpectedly started blocking the licensing requests HWID activation method sends to Microsoft. This was a slow rollout that spanned over a few hours, at the moment the exploit is completely dead. The best options for Windows activation now is KMS38 or vlmcsd.\n
    \n
    Patching this would boost illegal key reselling websites which causes more harm to Microsoft than HWID exploit. We can only wonder why they patched this.\n
    \n
    {“code”:“BadRequest”,“data”:[],“details”:[],“innererror”:{“code”:“PermanentTSLRejection”,“data”:[],“details”:[{“code”:“113”,“message”:“avsErrorCode”,“target”:null}],“message”:“The Purchase Service rejected the provided TSL; the client should destroy the TSL.”,“source”:“PurchaseFD”},“message”:“The calling client sent a bad request to the service.”,“source”:“PurchaseFD”}\n
    \n
    TLS=Temporary Signed License=The tickets HWID activation sends. Microsoft servers are now just responding with “kill it.”\n
    \n
    Transferring existing HWID licenses to other computers using Microsoft account is broken too.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727740886 {#2443
    date: 2024-10-01 02:01:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 5013
  -titleTs: "'10/11':9 '6':16 'activ':6 'final':3 'happen':4 'hwid':5 'microsoft':14 'patch':12 'window':8 'year':17"
  -bodyTs: "'113':237 '22':5 '26th':9 '365':128 '4':4 'account':298 'activ':28,51,74,113,117,137,149,167,196,278 'affect':144,151 'around':155 'avserrorcod':239 'bad':264 'badrequest':228 'best':109,192 'block':95,162 'boost':205 'broken':300 'call':260 'caus':211 'client':251,261 'code':227,232,236 'complet':58,189 'comput':295 'data':229,234 'dead':190 'death':3 'destroy':253 'detail':230,235 'even':53 'exist':85,290 'exploit':187,218 'fulli':41 'generat':31 'grail':25 'harm':213 'holi':24 'hour':182 'hwid':21,86,146,148,166,217,277,291 'illeg':206 'innererror':231 'keep':49 'key':207 'kill':287 'kms38':132,199 'know':20 'left':89 'legitim':42 'let':29,47 'licens':32,36,87,97,164,274,292 'm':83 'mas':103,154 'messag':238,242,258 'method':75,122,138,143,168 'microsoft':35,44,158,171,215,280,297 'miss':78 'modifi':67 'moment':185 'new':92 'note':10 'noth':62 'null':241 'offic':116 'ohook':121 'option':110,193 'outdat':73 'patch':202,225 'perman':52,115 'permanenttslreject':233 'pleas':11 'pm':6 'product':125 'provid':248 'purchas':244 'purchasefd':257,270 're':70 'read':12 'regist':39 'reinstal':56 'reject':246 'request':93,165,265 'resel':208 'respond':285 'revok':99 'rollout':176 'send':169,279 'sent':262 'septemb':8 'server':37,45,159,281 'servic':245,268 'sign':273 'slow':175 'sorri':84 'sourc':256,269 'span':178 'start':161 'still':71,104,140 'straight':33 'subscript':124 'support':123 'system':65 'target':240 'temporari':272 'ticket':276 'time':1,157 'tls':271 'transfer':289 'tsl':249,255 'unaffect':90 'undetect':59 'unexpect':160 'use':72,118,296 'utc':7 'vlmcsd':201 'way':102 'websit':209 'well':130 'window':27,55,134,195 'windows/office':112 'wonder':222 'work':105,141 'would':204"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695967414
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5116391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695906414 {#2442
    date: 2023-09-28 15:06:54.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
31 DENIED edit
App\Entity\Entry {#2426
  +user: Proxies\__CG__\App\Entity\User {#2440 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "It-has-finally-happened-HWID-activation-for-Windows-10-11-has"
  +title: "It has finally happened. HWID activation for Windows 10/11 has been patched by Microsoft after 6 years."
  +url: null
  +body: """
    Time of death: 4:22 PM UTC September 26th\n
    \n
    Notes, please read:\n
    \n
    For those of you who don’t know, HWID was the holy grail for Windows activation, letting you generate licenses straight from Microsoft licensing servers, being registered as fully legitimate in microsofts servers and letting you keep the activation permanently, even after windows reinstalls being completely undetectable and with nothing on your system being modified. If you’re still using outdated activation methods and you missed out on this, I’m sorry\n
    \n
    Existing HWID licenses are left unaffected. Only new requests are blocked, no licenses were revoked.\n
    \n
    By the way, MAS still works and is the best option for Windows/Office activation. For permanent Office activation use it’s Ohook method (supports subscription products such as 365 as well) and KMS38 for Windows\n
    \n
    ALL OTHER ACTIVATION METHODS ARE STILL WORKING, ONLY METHOD AFFECTED IS HWID.\n
    \n
    All HWID activators are affected, not only MAS\n
    \n
    Around that time, Microsoft servers unexpectedly started blocking the licensing requests HWID activation method sends to Microsoft. This was a slow rollout that spanned over a few hours, at the moment the exploit is completely dead. The best options for Windows activation now is KMS38 or vlmcsd.\n
    \n
    Patching this would boost illegal key reselling websites which causes more harm to Microsoft than HWID exploit. We can only wonder why they patched this.\n
    \n
    {“code”:“BadRequest”,“data”:[],“details”:[],“innererror”:{“code”:“PermanentTSLRejection”,“data”:[],“details”:[{“code”:“113”,“message”:“avsErrorCode”,“target”:null}],“message”:“The Purchase Service rejected the provided TSL; the client should destroy the TSL.”,“source”:“PurchaseFD”},“message”:“The calling client sent a bad request to the service.”,“source”:“PurchaseFD”}\n
    \n
    TLS=Temporary Signed License=The tickets HWID activation sends. Microsoft servers are now just responding with “kill it.”\n
    \n
    Transferring existing HWID licenses to other computers using Microsoft account is broken too.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727740886 {#2443
    date: 2024-10-01 02:01:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 5013
  -titleTs: "'10/11':9 '6':16 'activ':6 'final':3 'happen':4 'hwid':5 'microsoft':14 'patch':12 'window':8 'year':17"
  -bodyTs: "'113':237 '22':5 '26th':9 '365':128 '4':4 'account':298 'activ':28,51,74,113,117,137,149,167,196,278 'affect':144,151 'around':155 'avserrorcod':239 'bad':264 'badrequest':228 'best':109,192 'block':95,162 'boost':205 'broken':300 'call':260 'caus':211 'client':251,261 'code':227,232,236 'complet':58,189 'comput':295 'data':229,234 'dead':190 'death':3 'destroy':253 'detail':230,235 'even':53 'exist':85,290 'exploit':187,218 'fulli':41 'generat':31 'grail':25 'harm':213 'holi':24 'hour':182 'hwid':21,86,146,148,166,217,277,291 'illeg':206 'innererror':231 'keep':49 'key':207 'kill':287 'kms38':132,199 'know':20 'left':89 'legitim':42 'let':29,47 'licens':32,36,87,97,164,274,292 'm':83 'mas':103,154 'messag':238,242,258 'method':75,122,138,143,168 'microsoft':35,44,158,171,215,280,297 'miss':78 'modifi':67 'moment':185 'new':92 'note':10 'noth':62 'null':241 'offic':116 'ohook':121 'option':110,193 'outdat':73 'patch':202,225 'perman':52,115 'permanenttslreject':233 'pleas':11 'pm':6 'product':125 'provid':248 'purchas':244 'purchasefd':257,270 're':70 'read':12 'regist':39 'reinstal':56 'reject':246 'request':93,165,265 'resel':208 'respond':285 'revok':99 'rollout':176 'send':169,279 'sent':262 'septemb':8 'server':37,45,159,281 'servic':245,268 'sign':273 'slow':175 'sorri':84 'sourc':256,269 'span':178 'start':161 'still':71,104,140 'straight':33 'subscript':124 'support':123 'system':65 'target':240 'temporari':272 'ticket':276 'time':1,157 'tls':271 'transfer':289 'tsl':249,255 'unaffect':90 'undetect':59 'unexpect':160 'use':72,118,296 'utc':7 'vlmcsd':201 'way':102 'websit':209 'well':130 'window':27,55,134,195 'windows/office':112 'wonder':222 'work':105,141 'would':204"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695967414
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5116391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695906414 {#2442
    date: 2023-09-28 15:06:54.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
32 DENIED moderate
App\Entity\Entry {#2426
  +user: Proxies\__CG__\App\Entity\User {#2440 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "It-has-finally-happened-HWID-activation-for-Windows-10-11-has"
  +title: "It has finally happened. HWID activation for Windows 10/11 has been patched by Microsoft after 6 years."
  +url: null
  +body: """
    Time of death: 4:22 PM UTC September 26th\n
    \n
    Notes, please read:\n
    \n
    For those of you who don’t know, HWID was the holy grail for Windows activation, letting you generate licenses straight from Microsoft licensing servers, being registered as fully legitimate in microsofts servers and letting you keep the activation permanently, even after windows reinstalls being completely undetectable and with nothing on your system being modified. If you’re still using outdated activation methods and you missed out on this, I’m sorry\n
    \n
    Existing HWID licenses are left unaffected. Only new requests are blocked, no licenses were revoked.\n
    \n
    By the way, MAS still works and is the best option for Windows/Office activation. For permanent Office activation use it’s Ohook method (supports subscription products such as 365 as well) and KMS38 for Windows\n
    \n
    ALL OTHER ACTIVATION METHODS ARE STILL WORKING, ONLY METHOD AFFECTED IS HWID.\n
    \n
    All HWID activators are affected, not only MAS\n
    \n
    Around that time, Microsoft servers unexpectedly started blocking the licensing requests HWID activation method sends to Microsoft. This was a slow rollout that spanned over a few hours, at the moment the exploit is completely dead. The best options for Windows activation now is KMS38 or vlmcsd.\n
    \n
    Patching this would boost illegal key reselling websites which causes more harm to Microsoft than HWID exploit. We can only wonder why they patched this.\n
    \n
    {“code”:“BadRequest”,“data”:[],“details”:[],“innererror”:{“code”:“PermanentTSLRejection”,“data”:[],“details”:[{“code”:“113”,“message”:“avsErrorCode”,“target”:null}],“message”:“The Purchase Service rejected the provided TSL; the client should destroy the TSL.”,“source”:“PurchaseFD”},“message”:“The calling client sent a bad request to the service.”,“source”:“PurchaseFD”}\n
    \n
    TLS=Temporary Signed License=The tickets HWID activation sends. Microsoft servers are now just responding with “kill it.”\n
    \n
    Transferring existing HWID licenses to other computers using Microsoft account is broken too.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727740886 {#2443
    date: 2024-10-01 02:01:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 5013
  -titleTs: "'10/11':9 '6':16 'activ':6 'final':3 'happen':4 'hwid':5 'microsoft':14 'patch':12 'window':8 'year':17"
  -bodyTs: "'113':237 '22':5 '26th':9 '365':128 '4':4 'account':298 'activ':28,51,74,113,117,137,149,167,196,278 'affect':144,151 'around':155 'avserrorcod':239 'bad':264 'badrequest':228 'best':109,192 'block':95,162 'boost':205 'broken':300 'call':260 'caus':211 'client':251,261 'code':227,232,236 'complet':58,189 'comput':295 'data':229,234 'dead':190 'death':3 'destroy':253 'detail':230,235 'even':53 'exist':85,290 'exploit':187,218 'fulli':41 'generat':31 'grail':25 'harm':213 'holi':24 'hour':182 'hwid':21,86,146,148,166,217,277,291 'illeg':206 'innererror':231 'keep':49 'key':207 'kill':287 'kms38':132,199 'know':20 'left':89 'legitim':42 'let':29,47 'licens':32,36,87,97,164,274,292 'm':83 'mas':103,154 'messag':238,242,258 'method':75,122,138,143,168 'microsoft':35,44,158,171,215,280,297 'miss':78 'modifi':67 'moment':185 'new':92 'note':10 'noth':62 'null':241 'offic':116 'ohook':121 'option':110,193 'outdat':73 'patch':202,225 'perman':52,115 'permanenttslreject':233 'pleas':11 'pm':6 'product':125 'provid':248 'purchas':244 'purchasefd':257,270 're':70 'read':12 'regist':39 'reinstal':56 'reject':246 'request':93,165,265 'resel':208 'respond':285 'revok':99 'rollout':176 'send':169,279 'sent':262 'septemb':8 'server':37,45,159,281 'servic':245,268 'sign':273 'slow':175 'sorri':84 'sourc':256,269 'span':178 'start':161 'still':71,104,140 'straight':33 'subscript':124 'support':123 'system':65 'target':240 'temporari':272 'ticket':276 'time':1,157 'tls':271 'transfer':289 'tsl':249,255 'unaffect':90 'undetect':59 'unexpect':160 'use':72,118,296 'utc':7 'vlmcsd':201 'way':102 'websit':209 'well':130 'window':27,55,134,195 'windows/office':112 'wonder':222 'work':105,141 'would':204"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695967414
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5116391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695906414 {#2442
    date: 2023-09-28 15:06:54.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
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 {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Guide-for-setup-a-Plex-server"
  +title: "Guide for setup a Plex server"
  +url: null
  +body: """
    Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can’t find it anymore.\n
    \n
    If anyone has a guide and share it, I would be appreciate.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695969789 {#2475
    date: 2023-09-29 08:43:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2477 …}
  +votes: Doctrine\ORM\PersistentCollection {#2354 …}
  +reports: Doctrine\ORM\PersistentCollection {#2487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#60 …}
  +badges: Doctrine\ORM\PersistentCollection {#2488 …}
  +children: []
  -id: 5441
  -titleTs: "'guid':1 'plex':5 'server':6 'setup':3"
  -bodyTs: "'anymor':32 'anyon':34 'appreci':44 'detail':10 'everywher':22 'find':30 'guid':11,37 'hous':25 'like':2 'plex':15 'rememb':5 'server':16 'setup':13 'share':39 'sonarr/radarr':18 'stream':20 'titl':3 'would':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695959569
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5157310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695953069 {#2472
    date: 2023-09-29 04:04:29.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
35 DENIED edit
App\Entity\Entry {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Guide-for-setup-a-Plex-server"
  +title: "Guide for setup a Plex server"
  +url: null
  +body: """
    Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can’t find it anymore.\n
    \n
    If anyone has a guide and share it, I would be appreciate.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695969789 {#2475
    date: 2023-09-29 08:43:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2477 …}
  +votes: Doctrine\ORM\PersistentCollection {#2354 …}
  +reports: Doctrine\ORM\PersistentCollection {#2487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#60 …}
  +badges: Doctrine\ORM\PersistentCollection {#2488 …}
  +children: []
  -id: 5441
  -titleTs: "'guid':1 'plex':5 'server':6 'setup':3"
  -bodyTs: "'anymor':32 'anyon':34 'appreci':44 'detail':10 'everywher':22 'find':30 'guid':11,37 'hous':25 'like':2 'plex':15 'rememb':5 'server':16 'setup':13 'share':39 'sonarr/radarr':18 'stream':20 'titl':3 'would':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695959569
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5157310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695953069 {#2472
    date: 2023-09-29 04:04:29.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
36 DENIED moderate
App\Entity\Entry {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Guide-for-setup-a-Plex-server"
  +title: "Guide for setup a Plex server"
  +url: null
  +body: """
    Just like title. I remember there is a very detailed guide for setup a Plex server with Sonarr/Radarr for streaming from everywhere in my house. But I can’t find it anymore.\n
    \n
    If anyone has a guide and share it, I would be appreciate.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695969789 {#2475
    date: 2023-09-29 08:43:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2477 …}
  +votes: Doctrine\ORM\PersistentCollection {#2354 …}
  +reports: Doctrine\ORM\PersistentCollection {#2487 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1841 …}
  +notifications: Doctrine\ORM\PersistentCollection {#60 …}
  +badges: Doctrine\ORM\PersistentCollection {#2488 …}
  +children: []
  -id: 5441
  -titleTs: "'guid':1 'plex':5 'server':6 'setup':3"
  -bodyTs: "'anymor':32 'anyon':34 'appreci':44 'detail':10 'everywher':22 'find':30 'guid':11,37 'hous':25 'like':2 'plex':15 'rememb':5 'server':16 'setup':13 'share':39 'sonarr/radarr':18 'stream':20 'titl':3 'would':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695959569
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5157310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695953069 {#2472
    date: 2023-09-29 04:04:29.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
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 {#2474
  +user: Proxies\__CG__\App\Entity\User {#1923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-you-supposed-to-do-if-you-download-the"
  +title: "What are you supposed to do if you download the wrong torrent?"
  +url: null
  +body: """
    A few days ago I download a movie but the movie was in another language and I’m definitely not going to watch it because of that, I still completed the 1:1 ratio because at the end of the day I downloaded the file and used other people’s bandwidth, but what is one supposed to do in this situation?\n
    \n
    I mean, with a 3gb movie it doesn’t matter, 3gb is nothing and I’m sure there are those who download stuff just to seed it even though they will never use it or watch it, but something that happens to me very often is that as a Linux user I download a game (let’s say FH6) and I download the Steamrip version but it doesn’t work and then I find out that the Empress version does work (don’t ask me why because it was Empress who made the crack) and now we are not talking about 3gb, we are talking about 200gb which is a considerable space for my PC, even if I have 1TB of SSD 200GB is enough and depending on the time it takes to get to the ratio 1: 1 can be worse.\n
    \n
    Edit: Thanks for all those answers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695916892 {#2489
    date: 2023-09-28 18:01:32.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: 16937
  -titleTs: "'download':9 'suppos':4 'torrent':12 'wrong':11"
  -bodyTs: "'1':32,33,199,200 '1tb':181 '200gb':168,184 '3gb':66,72,163 'ago':4 'anoth':14 'answer':209 'ask':145 'bandwidth':51 'complet':30 'consider':172 'crack':155 'day':3,41 'definit':19 'depend':188 'doesn':69,129 'download':6,43,83,114,123 'edit':204 'empress':139,151 'end':38 'enough':186 'even':89,177 'fh6':120 'file':45 'find':135 'game':116 'get':195 'go':21 'happen':102 'languag':15 'let':117 'linux':111 'm':18,77 'made':153 'matter':71 'mean':63 'movi':8,11,67 'never':93 'noth':74 'often':106 'one':55 'pc':176 'peopl':49 'ratio':34,198 'say':119 'seed':87 'situat':61 'someth':100 'space':173 'ssd':183 'steamrip':125 'still':29 'stuff':84 'suppos':56 'sure':78 'take':193 'talk':161,166 'thank':205 'though':90 'time':191 'use':47,94 'user':112 'version':126,140 'watch':23,97 'work':131,142 'wors':203"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695922630
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5124024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695916130 {#2473
    date: 2023-09-28 17:48:50.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
39 DENIED edit
App\Entity\Entry {#2474
  +user: Proxies\__CG__\App\Entity\User {#1923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-you-supposed-to-do-if-you-download-the"
  +title: "What are you supposed to do if you download the wrong torrent?"
  +url: null
  +body: """
    A few days ago I download a movie but the movie was in another language and I’m definitely not going to watch it because of that, I still completed the 1:1 ratio because at the end of the day I downloaded the file and used other people’s bandwidth, but what is one supposed to do in this situation?\n
    \n
    I mean, with a 3gb movie it doesn’t matter, 3gb is nothing and I’m sure there are those who download stuff just to seed it even though they will never use it or watch it, but something that happens to me very often is that as a Linux user I download a game (let’s say FH6) and I download the Steamrip version but it doesn’t work and then I find out that the Empress version does work (don’t ask me why because it was Empress who made the crack) and now we are not talking about 3gb, we are talking about 200gb which is a considerable space for my PC, even if I have 1TB of SSD 200GB is enough and depending on the time it takes to get to the ratio 1: 1 can be worse.\n
    \n
    Edit: Thanks for all those answers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695916892 {#2489
    date: 2023-09-28 18:01:32.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: 16937
  -titleTs: "'download':9 'suppos':4 'torrent':12 'wrong':11"
  -bodyTs: "'1':32,33,199,200 '1tb':181 '200gb':168,184 '3gb':66,72,163 'ago':4 'anoth':14 'answer':209 'ask':145 'bandwidth':51 'complet':30 'consider':172 'crack':155 'day':3,41 'definit':19 'depend':188 'doesn':69,129 'download':6,43,83,114,123 'edit':204 'empress':139,151 'end':38 'enough':186 'even':89,177 'fh6':120 'file':45 'find':135 'game':116 'get':195 'go':21 'happen':102 'languag':15 'let':117 'linux':111 'm':18,77 'made':153 'matter':71 'mean':63 'movi':8,11,67 'never':93 'noth':74 'often':106 'one':55 'pc':176 'peopl':49 'ratio':34,198 'say':119 'seed':87 'situat':61 'someth':100 'space':173 'ssd':183 'steamrip':125 'still':29 'stuff':84 'suppos':56 'sure':78 'take':193 'talk':161,166 'thank':205 'though':90 'time':191 'use':47,94 'user':112 'version':126,140 'watch':23,97 'work':131,142 'wors':203"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695922630
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5124024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695916130 {#2473
    date: 2023-09-28 17:48:50.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
40 DENIED moderate
App\Entity\Entry {#2474
  +user: Proxies\__CG__\App\Entity\User {#1923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-you-supposed-to-do-if-you-download-the"
  +title: "What are you supposed to do if you download the wrong torrent?"
  +url: null
  +body: """
    A few days ago I download a movie but the movie was in another language and I’m definitely not going to watch it because of that, I still completed the 1:1 ratio because at the end of the day I downloaded the file and used other people’s bandwidth, but what is one supposed to do in this situation?\n
    \n
    I mean, with a 3gb movie it doesn’t matter, 3gb is nothing and I’m sure there are those who download stuff just to seed it even though they will never use it or watch it, but something that happens to me very often is that as a Linux user I download a game (let’s say FH6) and I download the Steamrip version but it doesn’t work and then I find out that the Empress version does work (don’t ask me why because it was Empress who made the crack) and now we are not talking about 3gb, we are talking about 200gb which is a considerable space for my PC, even if I have 1TB of SSD 200GB is enough and depending on the time it takes to get to the ratio 1: 1 can be worse.\n
    \n
    Edit: Thanks for all those answers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695916892 {#2489
    date: 2023-09-28 18:01:32.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: 16937
  -titleTs: "'download':9 'suppos':4 'torrent':12 'wrong':11"
  -bodyTs: "'1':32,33,199,200 '1tb':181 '200gb':168,184 '3gb':66,72,163 'ago':4 'anoth':14 'answer':209 'ask':145 'bandwidth':51 'complet':30 'consider':172 'crack':155 'day':3,41 'definit':19 'depend':188 'doesn':69,129 'download':6,43,83,114,123 'edit':204 'empress':139,151 'end':38 'enough':186 'even':89,177 'fh6':120 'file':45 'find':135 'game':116 'get':195 'go':21 'happen':102 'languag':15 'let':117 'linux':111 'm':18,77 'made':153 'matter':71 'mean':63 'movi':8,11,67 'never':93 'noth':74 'often':106 'one':55 'pc':176 'peopl':49 'ratio':34,198 'say':119 'seed':87 'situat':61 'someth':100 'space':173 'ssd':183 'steamrip':125 'still':29 'stuff':84 'suppos':56 'sure':78 'take':193 'talk':161,166 'thank':205 'though':90 'time':191 'use':47,94 'user':112 'version':126,140 'watch':23,97 'work':131,142 'wors':203"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695922630
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5124024"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695916130 {#2473
    date: 2023-09-28 17:48:50.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
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 {#1545
  +user: Proxies\__CG__\App\Entity\User {#1547 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1481 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Two-games-free-on-Epic-Games-Model-Builder-and-Soulstice"
  +title: "Two games free on Epic Games - Model Builder and  Soulstice"
  +url: null
  +body: """
    **Model Builder**\n
    \n
    Store description:\n
    \n
    > Join the latest trend in simulation games, bring out your creativity and make awesome looking models. Assemble, customize and display your creations, whether you’re a veteran or a novice. Get building and get creative!\n
    \n
    **Steam reviews**: 78%\n
    \n
    ---\n
    \n
    ** Soulstice**\n
    \n
    Store description:\n
    \n
    > Explore a dark world brimming with hidden mysteries, master a diverse combat system, and inhabit the dual forces of two sisters in a coming-of-age dark fantasy story with fast-paced action, vicious enemies, and spectacular boss fights.\n
    \n
    **Steam reviews**: 78%
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695913234 {#1546
    date: 2023-09-28 17:00:34.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: 15071
  -titleTs: "'builder':8 'epic':5 'free':3 'game':2,6 'model':7 'soulstic':10 'two':1"
  -bodyTs: "'78':42,89 'action':80 'age':72 'assembl':21 'awesom':18 'boss':85 'brim':50 'bring':12 'build':36 'builder':2 'combat':57 'come':70 'coming-of-ag':69 'creation':26 'creativ':15,39 'custom':22 'dark':48,73 'descript':4,45 'display':24 'divers':56 'dual':62 'enemi':82 'explor':46 'fantasi':74 'fast':78 'fast-pac':77 'fight':86 'forc':63 'game':11 'get':35,38 'hidden':52 'inhabit':60 'join':5 'latest':7 'look':19 'make':17 'master':54 'model':1,20 'mysteri':53 'novic':34 'pace':79 're':29 'review':41,88 'simul':10 'sister':66 'soulstic':43 'spectacular':84 'steam':40,87 'store':3,44 'stori':75 'system':58 'trend':8 'two':65 'veteran':31 'vicious':81 'whether':27 'world':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695913234
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/1465457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695913234 {#1544
    date: 2023-09-28 17:00:34.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
43 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 {#249 …}
  +slug: "Two-games-free-on-Epic-Games-Model-Builder-and-Soulstice"
  +title: "Two games free on Epic Games - Model Builder and  Soulstice"
  +url: null
  +body: """
    **Model Builder**\n
    \n
    Store description:\n
    \n
    > Join the latest trend in simulation games, bring out your creativity and make awesome looking models. Assemble, customize and display your creations, whether you’re a veteran or a novice. Get building and get creative!\n
    \n
    **Steam reviews**: 78%\n
    \n
    ---\n
    \n
    ** Soulstice**\n
    \n
    Store description:\n
    \n
    > Explore a dark world brimming with hidden mysteries, master a diverse combat system, and inhabit the dual forces of two sisters in a coming-of-age dark fantasy story with fast-paced action, vicious enemies, and spectacular boss fights.\n
    \n
    **Steam reviews**: 78%
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695913234 {#1546
    date: 2023-09-28 17:00:34.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: 15071
  -titleTs: "'builder':8 'epic':5 'free':3 'game':2,6 'model':7 'soulstic':10 'two':1"
  -bodyTs: "'78':42,89 'action':80 'age':72 'assembl':21 'awesom':18 'boss':85 'brim':50 'bring':12 'build':36 'builder':2 'combat':57 'come':70 'coming-of-ag':69 'creation':26 'creativ':15,39 'custom':22 'dark':48,73 'descript':4,45 'display':24 'divers':56 'dual':62 'enemi':82 'explor':46 'fantasi':74 'fast':78 'fast-pac':77 'fight':86 'forc':63 'game':11 'get':35,38 'hidden':52 'inhabit':60 'join':5 'latest':7 'look':19 'make':17 'master':54 'model':1,20 'mysteri':53 'novic':34 'pace':79 're':29 'review':41,88 'simul':10 'sister':66 'soulstic':43 'spectacular':84 'steam':40,87 'store':3,44 'stori':75 'system':58 'trend':8 'two':65 'veteran':31 'vicious':81 'whether':27 'world':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695913234
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/1465457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695913234 {#1544
    date: 2023-09-28 17:00:34.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
44 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 {#249 …}
  +slug: "Two-games-free-on-Epic-Games-Model-Builder-and-Soulstice"
  +title: "Two games free on Epic Games - Model Builder and  Soulstice"
  +url: null
  +body: """
    **Model Builder**\n
    \n
    Store description:\n
    \n
    > Join the latest trend in simulation games, bring out your creativity and make awesome looking models. Assemble, customize and display your creations, whether you’re a veteran or a novice. Get building and get creative!\n
    \n
    **Steam reviews**: 78%\n
    \n
    ---\n
    \n
    ** Soulstice**\n
    \n
    Store description:\n
    \n
    > Explore a dark world brimming with hidden mysteries, master a diverse combat system, and inhabit the dual forces of two sisters in a coming-of-age dark fantasy story with fast-paced action, vicious enemies, and spectacular boss fights.\n
    \n
    **Steam reviews**: 78%
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695913234 {#1546
    date: 2023-09-28 17:00:34.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: 15071
  -titleTs: "'builder':8 'epic':5 'free':3 'game':2,6 'model':7 'soulstic':10 'two':1"
  -bodyTs: "'78':42,89 'action':80 'age':72 'assembl':21 'awesom':18 'boss':85 'brim':50 'bring':12 'build':36 'builder':2 'combat':57 'come':70 'coming-of-ag':69 'creation':26 'creativ':15,39 'custom':22 'dark':48,73 'descript':4,45 'display':24 'divers':56 'dual':62 'enemi':82 'explor':46 'fantasi':74 'fast':78 'fast-pac':77 'fight':86 'forc':63 'game':11 'get':35,38 'hidden':52 'inhabit':60 'join':5 'latest':7 'look':19 'make':17 'master':54 'model':1,20 'mysteri':53 'novic':34 'pace':79 're':29 'review':41,88 'simul':10 'sister':66 'soulstic':43 'spectacular':84 'steam':40,87 'store':3,44 'stori':75 'system':58 'trend':8 'two':65 'veteran':31 'vicious':81 'whether':27 'world':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695913234
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/1465457"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695913234 {#1544
    date: 2023-09-28 17:00:34.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
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 {#1534
  +user: Proxies\__CG__\App\Entity\User {#1542 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "You-can-remove-any-film-from-your-memory-What-do"
  +title: "You can remove *any* film from your memory. What do you pick and why?"
  +url: null
  +body: "Some people want to be able to watch a movie “for the first time” all over again. Others want to forget a rubbish one. If you could remove just one movie from your memory, which would it be?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473743 {#1532
    date: 2023-10-16 18:29:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1540 …}
  +votes: Doctrine\ORM\PersistentCollection {#1533 …}
  +reports: Doctrine\ORM\PersistentCollection {#1541 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1531 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 5773
  -titleTs: "'film':5 'memori':8 'pick':12 'remov':3"
  -bodyTs: "'abl':6 'could':27 'first':13 'forget':21 'memori':34 'movi':10,31 'one':24,30 'other':18 'peopl':2 'remov':28 'rubbish':23 'time':14 'want':3,19 'watch':8 'would':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695876343
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5874362"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695869843 {#1535
    date: 2023-09-28 04:57:23.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
47 DENIED edit
App\Entity\Entry {#1534
  +user: Proxies\__CG__\App\Entity\User {#1542 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "You-can-remove-any-film-from-your-memory-What-do"
  +title: "You can remove *any* film from your memory. What do you pick and why?"
  +url: null
  +body: "Some people want to be able to watch a movie “for the first time” all over again. Others want to forget a rubbish one. If you could remove just one movie from your memory, which would it be?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473743 {#1532
    date: 2023-10-16 18:29:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1540 …}
  +votes: Doctrine\ORM\PersistentCollection {#1533 …}
  +reports: Doctrine\ORM\PersistentCollection {#1541 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1531 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 5773
  -titleTs: "'film':5 'memori':8 'pick':12 'remov':3"
  -bodyTs: "'abl':6 'could':27 'first':13 'forget':21 'memori':34 'movi':10,31 'one':24,30 'other':18 'peopl':2 'remov':28 'rubbish':23 'time':14 'want':3,19 'watch':8 'would':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695876343
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5874362"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695869843 {#1535
    date: 2023-09-28 04:57:23.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
48 DENIED moderate
App\Entity\Entry {#1534
  +user: Proxies\__CG__\App\Entity\User {#1542 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "You-can-remove-any-film-from-your-memory-What-do"
  +title: "You can remove *any* film from your memory. What do you pick and why?"
  +url: null
  +body: "Some people want to be able to watch a movie “for the first time” all over again. Others want to forget a rubbish one. If you could remove just one movie from your memory, which would it be?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473743 {#1532
    date: 2023-10-16 18:29:03.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1540 …}
  +votes: Doctrine\ORM\PersistentCollection {#1533 …}
  +reports: Doctrine\ORM\PersistentCollection {#1541 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1531 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 5773
  -titleTs: "'film':5 'memori':8 'pick':12 'remov':3"
  -bodyTs: "'abl':6 'could':27 'first':13 'forget':21 'memori':34 'movi':10,31 'one':24,30 'other':18 'peopl':2 'remov':28 'rubbish':23 'time':14 'want':3,19 'watch':8 'would':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695876343
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5874362"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695869843 {#1535
    date: 2023-09-28 04:57:23.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
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 {#1520
  +user: Proxies\__CG__\App\Entity\User {#1517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1632 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "These-appeared-last-night"
  +title: "These appeared last night"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695865307 {#1518
    date: 2023-09-28 03:41:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1623 …}
  +votes: Doctrine\ORM\PersistentCollection {#1406 …}
  +reports: Doctrine\ORM\PersistentCollection {#1713 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1710 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1742 …}
  +badges: Doctrine\ORM\PersistentCollection {#1659 …}
  +children: []
  -id: 12465
  -titleTs: "'appear':2 'last':3 'night':4"
  -bodyTs: "'/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695865307
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5868064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695865307 {#1519
    date: 2023-09-28 03:41:47.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
51 DENIED edit
App\Entity\Entry {#1520
  +user: Proxies\__CG__\App\Entity\User {#1517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1632 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "These-appeared-last-night"
  +title: "These appeared last night"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695865307 {#1518
    date: 2023-09-28 03:41:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1623 …}
  +votes: Doctrine\ORM\PersistentCollection {#1406 …}
  +reports: Doctrine\ORM\PersistentCollection {#1713 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1710 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1742 …}
  +badges: Doctrine\ORM\PersistentCollection {#1659 …}
  +children: []
  -id: 12465
  -titleTs: "'appear':2 'last':3 'night':4"
  -bodyTs: "'/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695865307
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5868064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695865307 {#1519
    date: 2023-09-28 03:41:47.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
52 DENIED moderate
App\Entity\Entry {#1520
  +user: Proxies\__CG__\App\Entity\User {#1517 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1632 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "These-appeared-last-night"
  +title: "These appeared last night"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695865307 {#1518
    date: 2023-09-28 03:41:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1623 …}
  +votes: Doctrine\ORM\PersistentCollection {#1406 …}
  +reports: Doctrine\ORM\PersistentCollection {#1713 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1710 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1742 …}
  +badges: Doctrine\ORM\PersistentCollection {#1659 …}
  +children: []
  -id: 12465
  -titleTs: "'appear':2 'last':3 'night':4"
  -bodyTs: "'/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/11db8138-9622-4050-984d-855dde5374e8.jpeg)![](https://lemmy.world/pictrs/image/7464e197-8bc2-4cfb-ae87-31c1b7e294ac.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695865307
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5868064"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695865307 {#1519
    date: 2023-09-28 03:41:47.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
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 {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Do-AI-startups-build-their-own-AI-or-something-else"
  +title: "Do AI startups build their own AI or something else?"
  +url: null
  +body: """
    I see a lot of companies with fresh faced 25 year olds that are running all kinds of AI stuff. Everything from NPT, Vision, organization tools.\n
    \n
    What I don’t get is how they’re doing this with such small teams. How are these young companies building out AI services?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473766 {#1747
    date: 2023-10-16 18:29:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 5774
  -titleTs: "'ai':2,7 'build':4 'els':10 'someth':9 'startup':3"
  -bodyTs: "'25':10 'ai':19,49 'build':47 'compani':6,46 'everyth':21 'face':9 'fresh':8 'get':31 'kind':17 'lot':4 'npt':23 'old':12 'organ':25 're':35 'run':15 'see':2 'servic':50 'small':40 'stuff':20 'team':41 'tool':26 'vision':24 'year':11 'young':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695861694
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5851662"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695855194 {#1738
    date: 2023-09-28 00:53:14.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
55 DENIED edit
App\Entity\Entry {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Do-AI-startups-build-their-own-AI-or-something-else"
  +title: "Do AI startups build their own AI or something else?"
  +url: null
  +body: """
    I see a lot of companies with fresh faced 25 year olds that are running all kinds of AI stuff. Everything from NPT, Vision, organization tools.\n
    \n
    What I don’t get is how they’re doing this with such small teams. How are these young companies building out AI services?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473766 {#1747
    date: 2023-10-16 18:29:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 5774
  -titleTs: "'ai':2,7 'build':4 'els':10 'someth':9 'startup':3"
  -bodyTs: "'25':10 'ai':19,49 'build':47 'compani':6,46 'everyth':21 'face':9 'fresh':8 'get':31 'kind':17 'lot':4 'npt':23 'old':12 'organ':25 're':35 'run':15 'see':2 'servic':50 'small':40 'stuff':20 'team':41 'tool':26 'vision':24 'year':11 'young':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695861694
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5851662"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695855194 {#1738
    date: 2023-09-28 00:53:14.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
56 DENIED moderate
App\Entity\Entry {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Do-AI-startups-build-their-own-AI-or-something-else"
  +title: "Do AI startups build their own AI or something else?"
  +url: null
  +body: """
    I see a lot of companies with fresh faced 25 year olds that are running all kinds of AI stuff. Everything from NPT, Vision, organization tools.\n
    \n
    What I don’t get is how they’re doing this with such small teams. How are these young companies building out AI services?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473766 {#1747
    date: 2023-10-16 18:29:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1749 …}
  +votes: Doctrine\ORM\PersistentCollection {#1748 …}
  +reports: Doctrine\ORM\PersistentCollection {#1474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1471 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1470 …}
  +badges: Doctrine\ORM\PersistentCollection {#1473 …}
  +children: []
  -id: 5774
  -titleTs: "'ai':2,7 'build':4 'els':10 'someth':9 'startup':3"
  -bodyTs: "'25':10 'ai':19,49 'build':47 'compani':6,46 'everyth':21 'face':9 'fresh':8 'get':31 'kind':17 'lot':4 'npt':23 'old':12 'organ':25 're':35 'run':15 'see':2 'servic':50 'small':40 'stuff':20 'team':41 'tool':26 'vision':24 'year':11 'young':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695861694
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5851662"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695855194 {#1738
    date: 2023-09-28 00:53:14.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
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 {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Frisson-at-lemmy-world-A-community-for-frisson-inducing-content"
  +title: "Frisson@lemmy.world: A community for frisson inducing content"
  +url: null
  +body: """
    This is not exactly a new community, but it is one I created a few months ago and it is currently dead. Hopefully you guys help me with that:\n
    \n
    [!frisson@lemmy.world](https://lemmy.world/c/frisson)\n
    \n
    This is a community for frisson inducing content.\n
    \n
    **What is frisson?**\n
    \n
    > Frisson is a phenomenon that causes a sensation of chills or tingling on the skin of the lower back, shoulders, neck, and/or arms. It can be triggered by experiences with music, poetry, videos, beauty in nature or art, eloquent speeches, and the practice of science.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695903066 {#1483
    date: 2023-09-28 14:11:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1489 …}
  +reports: Doctrine\ORM\PersistentCollection {#1494 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1491 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1495 …}
  +badges: Doctrine\ORM\PersistentCollection {#1475 …}
  +children: []
  -id: 2359
  -titleTs: "'communiti':3 'content':7 'frisson':5 'frisson@lemmy.world':1 'induc':6"
  -bodyTs: "'/c/frisson)':33 'ago':17 'and/or':66 'arm':67 'art':82 'back':63 'beauti':78 'caus':50 'chill':54 'communiti':7,37 'content':41 'creat':13 'current':21 'dead':22 'eloqu':83 'exact':4 'experi':73 'frisson':39,44,45 'frisson@lemmy.world':30 'guy':25 'help':26 'hope':23 'induc':40 'lemmy.world':32 'lemmy.world/c/frisson)':31 'lower':62 'month':16 'music':75 'natur':80 'neck':65 'new':6 'one':11 'phenomenon':48 'poetri':76 'practic':87 'scienc':89 'sensat':52 'shoulder':64 'skin':59 'speech':84 'tingl':56 'trigger':71 'video':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695848907
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5821235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695814407 {#1497
    date: 2023-09-27 13:33:27.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
59 DENIED edit
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Frisson-at-lemmy-world-A-community-for-frisson-inducing-content"
  +title: "Frisson@lemmy.world: A community for frisson inducing content"
  +url: null
  +body: """
    This is not exactly a new community, but it is one I created a few months ago and it is currently dead. Hopefully you guys help me with that:\n
    \n
    [!frisson@lemmy.world](https://lemmy.world/c/frisson)\n
    \n
    This is a community for frisson inducing content.\n
    \n
    **What is frisson?**\n
    \n
    > Frisson is a phenomenon that causes a sensation of chills or tingling on the skin of the lower back, shoulders, neck, and/or arms. It can be triggered by experiences with music, poetry, videos, beauty in nature or art, eloquent speeches, and the practice of science.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695903066 {#1483
    date: 2023-09-28 14:11:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1489 …}
  +reports: Doctrine\ORM\PersistentCollection {#1494 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1491 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1495 …}
  +badges: Doctrine\ORM\PersistentCollection {#1475 …}
  +children: []
  -id: 2359
  -titleTs: "'communiti':3 'content':7 'frisson':5 'frisson@lemmy.world':1 'induc':6"
  -bodyTs: "'/c/frisson)':33 'ago':17 'and/or':66 'arm':67 'art':82 'back':63 'beauti':78 'caus':50 'chill':54 'communiti':7,37 'content':41 'creat':13 'current':21 'dead':22 'eloqu':83 'exact':4 'experi':73 'frisson':39,44,45 'frisson@lemmy.world':30 'guy':25 'help':26 'hope':23 'induc':40 'lemmy.world':32 'lemmy.world/c/frisson)':31 'lower':62 'month':16 'music':75 'natur':80 'neck':65 'new':6 'one':11 'phenomenon':48 'poetri':76 'practic':87 'scienc':89 'sensat':52 'shoulder':64 'skin':59 'speech':84 'tingl':56 'trigger':71 'video':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695848907
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5821235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695814407 {#1497
    date: 2023-09-27 13:33:27.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
60 DENIED moderate
App\Entity\Entry {#1484
  +user: Proxies\__CG__\App\Entity\User {#1486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Frisson-at-lemmy-world-A-community-for-frisson-inducing-content"
  +title: "Frisson@lemmy.world: A community for frisson inducing content"
  +url: null
  +body: """
    This is not exactly a new community, but it is one I created a few months ago and it is currently dead. Hopefully you guys help me with that:\n
    \n
    [!frisson@lemmy.world](https://lemmy.world/c/frisson)\n
    \n
    This is a community for frisson inducing content.\n
    \n
    **What is frisson?**\n
    \n
    > Frisson is a phenomenon that causes a sensation of chills or tingling on the skin of the lower back, shoulders, neck, and/or arms. It can be triggered by experiences with music, poetry, videos, beauty in nature or art, eloquent speeches, and the practice of science.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 7
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695903066 {#1483
    date: 2023-09-28 14:11:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1487 …}
  +votes: Doctrine\ORM\PersistentCollection {#1489 …}
  +reports: Doctrine\ORM\PersistentCollection {#1494 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1491 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1495 …}
  +badges: Doctrine\ORM\PersistentCollection {#1475 …}
  +children: []
  -id: 2359
  -titleTs: "'communiti':3 'content':7 'frisson':5 'frisson@lemmy.world':1 'induc':6"
  -bodyTs: "'/c/frisson)':33 'ago':17 'and/or':66 'arm':67 'art':82 'back':63 'beauti':78 'caus':50 'chill':54 'communiti':7,37 'content':41 'creat':13 'current':21 'dead':22 'eloqu':83 'exact':4 'experi':73 'frisson':39,44,45 'frisson@lemmy.world':30 'guy':25 'help':26 'hope':23 'induc':40 'lemmy.world':32 'lemmy.world/c/frisson)':31 'lower':62 'month':16 'music':75 'natur':80 'neck':65 'new':6 'one':11 'phenomenon':48 'poetri':76 'practic':87 'scienc':89 'sensat':52 'shoulder':64 'skin':59 'speech':84 'tingl':56 'trigger':71 'video':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695848907
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5821235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695814407 {#1497
    date: 2023-09-27 13:33:27.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
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 {#1758
  +user: Proxies\__CG__\App\Entity\User {#1754 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1755 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-accidently-rebooted-during-pacman-update-and-now-my-system"
  +title: "I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!"
  +url: null
  +body: "I’ve lost everything and I don’t know how to get it back. How can I repair my system all I have is a usb with slax linux. I am freaking out because I had a lot of projects on their that I hadn’t pushed to github as well as my configs and rice. Is there any way to repair my system? Can I get a shell from systemd?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695839364 {#1476
    date: 2023-09-27 20:29:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 13598
  -titleTs: "'accid':2 'boot':16,25 'dosen':11 'endeavour':18 'firmwar':27 'help':30 'interfac':28 'option':14,23 'os':19 'pacman':5 'pleas':29 'reboot':3 'show':13,22 'system':10 'systemd':20 'updat':6"
  -bodyTs: "'back':14 'config':54 'everyth':4 'freak':32 'get':12,67 'github':49 'hadn':45 'know':9 'linux':29 'lost':3 'lot':38 'project':40 'push':47 'repair':18,62 'rice':56 'shell':69 'slax':28 'system':20,64 'systemd':71 'usb':26 've':2 'way':60 'well':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695839364
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5609338"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695839364 {#1761
    date: 2023-09-27 20:29:24.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 {#1758
  +user: Proxies\__CG__\App\Entity\User {#1754 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1755 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-accidently-rebooted-during-pacman-update-and-now-my-system"
  +title: "I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!"
  +url: null
  +body: "I’ve lost everything and I don’t know how to get it back. How can I repair my system all I have is a usb with slax linux. I am freaking out because I had a lot of projects on their that I hadn’t pushed to github as well as my configs and rice. Is there any way to repair my system? Can I get a shell from systemd?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695839364 {#1476
    date: 2023-09-27 20:29:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 13598
  -titleTs: "'accid':2 'boot':16,25 'dosen':11 'endeavour':18 'firmwar':27 'help':30 'interfac':28 'option':14,23 'os':19 'pacman':5 'pleas':29 'reboot':3 'show':13,22 'system':10 'systemd':20 'updat':6"
  -bodyTs: "'back':14 'config':54 'everyth':4 'freak':32 'get':12,67 'github':49 'hadn':45 'know':9 'linux':29 'lost':3 'lot':38 'project':40 'push':47 'repair':18,62 'rice':56 'shell':69 'slax':28 'system':20,64 'systemd':71 'usb':26 've':2 'way':60 'well':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695839364
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5609338"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695839364 {#1761
    date: 2023-09-27 20:29:24.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 {#1758
  +user: Proxies\__CG__\App\Entity\User {#1754 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1755 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-accidently-rebooted-during-pacman-update-and-now-my-system"
  +title: "I accidently rebooted during pacman update and now my system dosen't show option to boot into endeavour os. Systemd just shows option to boot into firmware interface please help!"
  +url: null
  +body: "I’ve lost everything and I don’t know how to get it back. How can I repair my system all I have is a usb with slax linux. I am freaking out because I had a lot of projects on their that I hadn’t pushed to github as well as my configs and rice. Is there any way to repair my system? Can I get a shell from systemd?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695839364 {#1476
    date: 2023-09-27 20:29:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1760 …}
  +votes: Doctrine\ORM\PersistentCollection {#1763 …}
  +reports: Doctrine\ORM\PersistentCollection {#1767 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1762 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1788 …}
  +badges: Doctrine\ORM\PersistentCollection {#1779 …}
  +children: []
  -id: 13598
  -titleTs: "'accid':2 'boot':16,25 'dosen':11 'endeavour':18 'firmwar':27 'help':30 'interfac':28 'option':14,23 'os':19 'pacman':5 'pleas':29 'reboot':3 'show':13,22 'system':10 'systemd':20 'updat':6"
  -bodyTs: "'back':14 'config':54 'everyth':4 'freak':32 'get':12,67 'github':49 'hadn':45 'know':9 'linux':29 'lost':3 'lot':38 'project':40 'push':47 'repair':18,62 'rice':56 'shell':69 'slax':28 'system':20,64 'systemd':71 'usb':26 've':2 'way':60 'well':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695839364
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5609338"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695839364 {#1761
    date: 2023-09-27 20:29:24.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 {#1774
  +user: Proxies\__CG__\App\Entity\User {#1773 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Do-you-guys-use-realdebrid-and-similar-services-to-download"
  +title: "Do you guys use realdebrid (and similar services) to download stuff,  or to set it up to be able to stream directly without having to download anything?"
  +url: null
  +body: "On the one hand, it’s really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don’t have anything to show for the money I spent till that time."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695788261 {#1787
    date: 2023-09-27 06:17:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 5283
  -titleTs: "'abl':19 'anyth':27 'direct':22 'download':10,26 'guy':3 'realdebrid':5 'servic':8 'set':14 'similar':7 'stream':21 'stuff':11 'use':4 'without':23"
  -bodyTs: "'4k':15 '60gb':14 'abl':11 'anyth':36 'choos':27 'content':16 'debrid':19 'end':29 'fun':8 'hand':4,24 'money':41 'one':3 'realli':7 'show':38 'spent':43 'stream':13 'stremio/plex':18 'subscript':31 'till':44 'time':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695788261
  +visibility: "visible             "
  +apId: "https://programming.dev/post/3560145"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695788261 {#1777
    date: 2023-09-27 06:17:41.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
67 DENIED edit
App\Entity\Entry {#1774
  +user: Proxies\__CG__\App\Entity\User {#1773 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Do-you-guys-use-realdebrid-and-similar-services-to-download"
  +title: "Do you guys use realdebrid (and similar services) to download stuff,  or to set it up to be able to stream directly without having to download anything?"
  +url: null
  +body: "On the one hand, it’s really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don’t have anything to show for the money I spent till that time."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695788261 {#1787
    date: 2023-09-27 06:17:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 5283
  -titleTs: "'abl':19 'anyth':27 'direct':22 'download':10,26 'guy':3 'realdebrid':5 'servic':8 'set':14 'similar':7 'stream':21 'stuff':11 'use':4 'without':23"
  -bodyTs: "'4k':15 '60gb':14 'abl':11 'anyth':36 'choos':27 'content':16 'debrid':19 'end':29 'fun':8 'hand':4,24 'money':41 'one':3 'realli':7 'show':38 'spent':43 'stream':13 'stremio/plex':18 'subscript':31 'till':44 'time':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695788261
  +visibility: "visible             "
  +apId: "https://programming.dev/post/3560145"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695788261 {#1777
    date: 2023-09-27 06:17:41.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
68 DENIED moderate
App\Entity\Entry {#1774
  +user: Proxies\__CG__\App\Entity\User {#1773 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Do-you-guys-use-realdebrid-and-similar-services-to-download"
  +title: "Do you guys use realdebrid (and similar services) to download stuff,  or to set it up to be able to stream directly without having to download anything?"
  +url: null
  +body: "On the one hand, it’s really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don’t have anything to show for the money I spent till that time."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695788261 {#1787
    date: 2023-09-27 06:17:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1775 …}
  +votes: Doctrine\ORM\PersistentCollection {#1781 …}
  +reports: Doctrine\ORM\PersistentCollection {#1783 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1784 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1780 …}
  +badges: Doctrine\ORM\PersistentCollection {#1765 …}
  +children: []
  -id: 5283
  -titleTs: "'abl':19 'anyth':27 'direct':22 'download':10,26 'guy':3 'realdebrid':5 'servic':8 'set':14 'similar':7 'stream':21 'stuff':11 'use':4 'without':23"
  -bodyTs: "'4k':15 '60gb':14 'abl':11 'anyth':36 'choos':27 'content':16 'debrid':19 'end':29 'fun':8 'hand':4,24 'money':41 'one':3 'realli':7 'show':38 'spent':43 'stream':13 'stremio/plex':18 'subscript':31 'till':44 'time':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695788261
  +visibility: "visible             "
  +apId: "https://programming.dev/post/3560145"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695788261 {#1777
    date: 2023-09-27 06:17:41.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
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 {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Share-your-playlist-A-community-to-share-yours-or-other"
  +title: "Share your playlist - A community to share yours or other people playlists"
  +url: null
  +body: "!playlistsharing@lemmy.world /c/playlistsharing@lemmy.world"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695775100 {#1682
    date: 2023-09-27 02:38:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1452 …}
  +votes: Doctrine\ORM\PersistentCollection {#1465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1637 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1644 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1622 …}
  +badges: Doctrine\ORM\PersistentCollection {#1627 …}
  +children: []
  -id: 2363
  -titleTs: "'communiti':5 'peopl':11 'playlist':3,12 'share':1,7"
  -bodyTs: "'/c/playlistsharing':2 'lemmy.world':3 'playlistsharing@lemmy.world':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695780808
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5782567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695765308 {#1681
    date: 2023-09-26 23:55:08.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
71 DENIED edit
App\Entity\Entry {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Share-your-playlist-A-community-to-share-yours-or-other"
  +title: "Share your playlist - A community to share yours or other people playlists"
  +url: null
  +body: "!playlistsharing@lemmy.world /c/playlistsharing@lemmy.world"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695775100 {#1682
    date: 2023-09-27 02:38:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1452 …}
  +votes: Doctrine\ORM\PersistentCollection {#1465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1637 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1644 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1622 …}
  +badges: Doctrine\ORM\PersistentCollection {#1627 …}
  +children: []
  -id: 2363
  -titleTs: "'communiti':5 'peopl':11 'playlist':3,12 'share':1,7"
  -bodyTs: "'/c/playlistsharing':2 'lemmy.world':3 'playlistsharing@lemmy.world':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695780808
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5782567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695765308 {#1681
    date: 2023-09-26 23:55:08.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
72 DENIED moderate
App\Entity\Entry {#1444
  +user: Proxies\__CG__\App\Entity\User {#1466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1488 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Share-your-playlist-A-community-to-share-yours-or-other"
  +title: "Share your playlist - A community to share yours or other people playlists"
  +url: null
  +body: "!playlistsharing@lemmy.world /c/playlistsharing@lemmy.world"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695775100 {#1682
    date: 2023-09-27 02:38:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1452 …}
  +votes: Doctrine\ORM\PersistentCollection {#1465 …}
  +reports: Doctrine\ORM\PersistentCollection {#1637 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1644 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1622 …}
  +badges: Doctrine\ORM\PersistentCollection {#1627 …}
  +children: []
  -id: 2363
  -titleTs: "'communiti':5 'peopl':11 'playlist':3,12 'share':1,7"
  -bodyTs: "'/c/playlistsharing':2 'lemmy.world':3 'playlistsharing@lemmy.world':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695780808
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5782567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695765308 {#1681
    date: 2023-09-26 23:55:08.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
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 {#1635
  +user: Proxies\__CG__\App\Entity\User {#1660 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1755 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Why-does-the-breeze-theme-have-50-dependencies"
  +title: "Why does the breeze theme have 50 dependencies?"
  +url: null
  +body: """
    (This is a half-rant half actual question)\n
    \n
    I wanted a nice qt theme to use on Scribus since Arc Dark doesn’t work on there. When I tried to install it, pacman said this will install *50 packages*. 300 Mb in total.\n
    \n
    Why does a theme need packages such as Kauth and Kwallet?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696014090 {#1634
    date: 2023-09-29 21:01:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 11601
  -titleTs: "'50':7 'breez':4 'depend':8 'theme':5"
  -bodyTs: "'300':41 '50':39 'actual':8 'arc':21 'dark':22 'doesn':23 'half':5,7 'half-rant':4 'instal':32,38 'kauth':53 'kwallet':55 'mb':42 'need':49 'nice':13 'packag':40,50 'pacman':34 'qt':14 'question':9 'rant':6 'said':35 'scribus':19 'sinc':20 'theme':15,48 'total':44 'tri':30 'use':17 'want':11 'work':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695773389
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/9413142"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695739389 {#1636
    date: 2023-09-26 16:43:09.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
75 DENIED edit
App\Entity\Entry {#1635
  +user: Proxies\__CG__\App\Entity\User {#1660 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1755 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Why-does-the-breeze-theme-have-50-dependencies"
  +title: "Why does the breeze theme have 50 dependencies?"
  +url: null
  +body: """
    (This is a half-rant half actual question)\n
    \n
    I wanted a nice qt theme to use on Scribus since Arc Dark doesn’t work on there. When I tried to install it, pacman said this will install *50 packages*. 300 Mb in total.\n
    \n
    Why does a theme need packages such as Kauth and Kwallet?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696014090 {#1634
    date: 2023-09-29 21:01:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 11601
  -titleTs: "'50':7 'breez':4 'depend':8 'theme':5"
  -bodyTs: "'300':41 '50':39 'actual':8 'arc':21 'dark':22 'doesn':23 'half':5,7 'half-rant':4 'instal':32,38 'kauth':53 'kwallet':55 'mb':42 'need':49 'nice':13 'packag':40,50 'pacman':34 'qt':14 'question':9 'rant':6 'said':35 'scribus':19 'sinc':20 'theme':15,48 'total':44 'tri':30 'use':17 'want':11 'work':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695773389
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/9413142"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695739389 {#1636
    date: 2023-09-26 16:43:09.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
76 DENIED moderate
App\Entity\Entry {#1635
  +user: Proxies\__CG__\App\Entity\User {#1660 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1755 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Why-does-the-breeze-theme-have-50-dependencies"
  +title: "Why does the breeze theme have 50 dependencies?"
  +url: null
  +body: """
    (This is a half-rant half actual question)\n
    \n
    I wanted a nice qt theme to use on Scribus since Arc Dark doesn’t work on there. When I tried to install it, pacman said this will install *50 packages*. 300 Mb in total.\n
    \n
    Why does a theme need packages such as Kauth and Kwallet?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696014090 {#1634
    date: 2023-09-29 21:01:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1409 …}
  +votes: Doctrine\ORM\PersistentCollection {#1449 …}
  +reports: Doctrine\ORM\PersistentCollection {#1422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1423 …}
  +badges: Doctrine\ORM\PersistentCollection {#1415 …}
  +children: []
  -id: 11601
  -titleTs: "'50':7 'breez':4 'depend':8 'theme':5"
  -bodyTs: "'300':41 '50':39 'actual':8 'arc':21 'dark':22 'doesn':23 'half':5,7 'half-rant':4 'instal':32,38 'kauth':53 'kwallet':55 'mb':42 'need':49 'nice':13 'packag':40,50 'pacman':34 'qt':14 'question':9 'rant':6 'said':35 'scribus':19 'sinc':20 'theme':15,48 'total':44 'tri':30 'use':17 'want':11 'work':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695773389
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/9413142"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695739389 {#1636
    date: 2023-09-26 16:43:09.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
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 {#1413
  +user: Proxies\__CG__\App\Entity\User {#1417 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-there-a-way-to-dissolve-or-break-down-polyester"
  +title: "Is there a way to dissolve or break down polyester fibers?"
  +url: null
  +body: """
    I recently bought a shag rug for my living room. Not realizing that the motor/actuator for my electric recliner sat directly over the floor, the fibers got caught in the actuator which is now seized and no longer functions. The motor is still fine, however, so if I could find a way to dissolve the polyester fibers and clean up the actuator I could get it working without having to buy a $170 replacement.\n
    \n
    For further clarification, the actuator is a large metal screw with a plastic piece that fits over it like a ring on a finger. The plastic piece gets bolted to the recliner’s internal hardware. The only other way to “fix” it that I can think of is to break off the plastic piece but I am unable to find a replacement part.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473884 {#1426
    date: 2023-10-16 18:31:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1414 …}
  +votes: Doctrine\ORM\PersistentCollection {#1412 …}
  +reports: Doctrine\ORM\PersistentCollection {#1443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1416 …}
  +badges: Doctrine\ORM\PersistentCollection {#1456 …}
  +children: []
  -id: 5775
  -titleTs: "'break':8 'dissolv':6 'fiber':11 'polyest':10 'way':4"
  -bodyTs: "'170':73 'actuat':31,62,79 'bolt':103 'bought':3 'break':124 'buy':71 'caught':28 'clarif':77 'clean':59 'could':49,64 'direct':21 'dissolv':54 'electr':18 'fiber':26,57 'find':50,134 'fine':44 'finger':98 'fit':90 'fix':115 'floor':24 'function':39 'get':65,102 'got':27 'hardwar':109 'howev':45 'intern':108 'larg':82 'like':93 'live':9 'longer':38 'metal':83 'motor':41 'motor/actuator':15 'part':137 'piec':88,101,128 'plastic':87,100,127 'polyest':56 'realiz':12 'recent':2 'reclin':19,106 'replac':74,136 'ring':95 'room':10 'rug':6 'sat':20 'screw':84 'seiz':35 'shag':5 'still':43 'think':120 'unabl':132 'way':52,113 'without':68 'work':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695762751
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/3278570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695756251 {#1451
    date: 2023-09-26 21:24:11.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
79 DENIED edit
App\Entity\Entry {#1413
  +user: Proxies\__CG__\App\Entity\User {#1417 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-there-a-way-to-dissolve-or-break-down-polyester"
  +title: "Is there a way to dissolve or break down polyester fibers?"
  +url: null
  +body: """
    I recently bought a shag rug for my living room. Not realizing that the motor/actuator for my electric recliner sat directly over the floor, the fibers got caught in the actuator which is now seized and no longer functions. The motor is still fine, however, so if I could find a way to dissolve the polyester fibers and clean up the actuator I could get it working without having to buy a $170 replacement.\n
    \n
    For further clarification, the actuator is a large metal screw with a plastic piece that fits over it like a ring on a finger. The plastic piece gets bolted to the recliner’s internal hardware. The only other way to “fix” it that I can think of is to break off the plastic piece but I am unable to find a replacement part.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473884 {#1426
    date: 2023-10-16 18:31:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1414 …}
  +votes: Doctrine\ORM\PersistentCollection {#1412 …}
  +reports: Doctrine\ORM\PersistentCollection {#1443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1416 …}
  +badges: Doctrine\ORM\PersistentCollection {#1456 …}
  +children: []
  -id: 5775
  -titleTs: "'break':8 'dissolv':6 'fiber':11 'polyest':10 'way':4"
  -bodyTs: "'170':73 'actuat':31,62,79 'bolt':103 'bought':3 'break':124 'buy':71 'caught':28 'clarif':77 'clean':59 'could':49,64 'direct':21 'dissolv':54 'electr':18 'fiber':26,57 'find':50,134 'fine':44 'finger':98 'fit':90 'fix':115 'floor':24 'function':39 'get':65,102 'got':27 'hardwar':109 'howev':45 'intern':108 'larg':82 'like':93 'live':9 'longer':38 'metal':83 'motor':41 'motor/actuator':15 'part':137 'piec':88,101,128 'plastic':87,100,127 'polyest':56 'realiz':12 'recent':2 'reclin':19,106 'replac':74,136 'ring':95 'room':10 'rug':6 'sat':20 'screw':84 'seiz':35 'shag':5 'still':43 'think':120 'unabl':132 'way':52,113 'without':68 'work':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695762751
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/3278570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695756251 {#1451
    date: 2023-09-26 21:24:11.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
80 DENIED moderate
App\Entity\Entry {#1413
  +user: Proxies\__CG__\App\Entity\User {#1417 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-there-a-way-to-dissolve-or-break-down-polyester"
  +title: "Is there a way to dissolve or break down polyester fibers?"
  +url: null
  +body: """
    I recently bought a shag rug for my living room. Not realizing that the motor/actuator for my electric recliner sat directly over the floor, the fibers got caught in the actuator which is now seized and no longer functions. The motor is still fine, however, so if I could find a way to dissolve the polyester fibers and clean up the actuator I could get it working without having to buy a $170 replacement.\n
    \n
    For further clarification, the actuator is a large metal screw with a plastic piece that fits over it like a ring on a finger. The plastic piece gets bolted to the recliner’s internal hardware. The only other way to “fix” it that I can think of is to break off the plastic piece but I am unable to find a replacement part.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473884 {#1426
    date: 2023-10-16 18:31:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1414 …}
  +votes: Doctrine\ORM\PersistentCollection {#1412 …}
  +reports: Doctrine\ORM\PersistentCollection {#1443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1419 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1416 …}
  +badges: Doctrine\ORM\PersistentCollection {#1456 …}
  +children: []
  -id: 5775
  -titleTs: "'break':8 'dissolv':6 'fiber':11 'polyest':10 'way':4"
  -bodyTs: "'170':73 'actuat':31,62,79 'bolt':103 'bought':3 'break':124 'buy':71 'caught':28 'clarif':77 'clean':59 'could':49,64 'direct':21 'dissolv':54 'electr':18 'fiber':26,57 'find':50,134 'fine':44 'finger':98 'fit':90 'fix':115 'floor':24 'function':39 'get':65,102 'got':27 'hardwar':109 'howev':45 'intern':108 'larg':82 'like':93 'live':9 'longer':38 'metal':83 'motor':41 'motor/actuator':15 'part':137 'piec':88,101,128 'plastic':87,100,127 'polyest':56 'realiz':12 'recent':2 'reclin':19,106 'replac':74,136 'ring':95 'room':10 'rug':6 'sat':20 'screw':84 'seiz':35 'shag':5 'still':43 'think':120 'unabl':132 'way':52,113 'without':68 'work':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695762751
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/3278570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695756251 {#1451
    date: 2023-09-26 21:24:11.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
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 {#1463
  +user: Proxies\__CG__\App\Entity\User {#1464 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "A-question-about-ST-Picard-is-season-2-completely-ret-conned"
  +title: "A question about ST: Picard - is season 2 completely ret-conned?"
  +url: null
  +body: "There were endless moments in season 3 that would have been solved by reaching out to the progressive Borg collective from the season 2 finale. Not to mention that a few character arcs and character development moments that just seem suspiciously absent in season 3. So, is the entirety of season 2 not cannon or am I missing something?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695740939 {#1461
    date: 2023-09-26 17:08:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 14277
  -titleTs: "'2':8 'complet':9 'con':12 'picard':5 'question':2 'ret':11 'ret-con':10 'season':7 'st':4"
  -bodyTs: "'2':24,52 '3':7,45 'absent':42 'arc':33 'borg':19 'cannon':54 'charact':32,35 'collect':20 'develop':36 'endless':3 'entireti':49 'final':25 'mention':28 'miss':58 'moment':4,37 'progress':18 'reach':14 'season':6,23,44,51 'seem':40 'solv':12 'someth':59 'suspici':41 'would':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695740591
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2080344"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695734091 {#1462
    date: 2023-09-26 15:14: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
83 DENIED edit
App\Entity\Entry {#1463
  +user: Proxies\__CG__\App\Entity\User {#1464 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "A-question-about-ST-Picard-is-season-2-completely-ret-conned"
  +title: "A question about ST: Picard - is season 2 completely ret-conned?"
  +url: null
  +body: "There were endless moments in season 3 that would have been solved by reaching out to the progressive Borg collective from the season 2 finale. Not to mention that a few character arcs and character development moments that just seem suspiciously absent in season 3. So, is the entirety of season 2 not cannon or am I missing something?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695740939 {#1461
    date: 2023-09-26 17:08:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 14277
  -titleTs: "'2':8 'complet':9 'con':12 'picard':5 'question':2 'ret':11 'ret-con':10 'season':7 'st':4"
  -bodyTs: "'2':24,52 '3':7,45 'absent':42 'arc':33 'borg':19 'cannon':54 'charact':32,35 'collect':20 'develop':36 'endless':3 'entireti':49 'final':25 'mention':28 'miss':58 'moment':4,37 'progress':18 'reach':14 'season':6,23,44,51 'seem':40 'solv':12 'someth':59 'suspici':41 'would':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695740591
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2080344"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695734091 {#1462
    date: 2023-09-26 15:14: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
84 DENIED moderate
App\Entity\Entry {#1463
  +user: Proxies\__CG__\App\Entity\User {#1464 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "A-question-about-ST-Picard-is-season-2-completely-ret-conned"
  +title: "A question about ST: Picard - is season 2 completely ret-conned?"
  +url: null
  +body: "There were endless moments in season 3 that would have been solved by reaching out to the progressive Borg collective from the season 2 finale. Not to mention that a few character arcs and character development moments that just seem suspiciously absent in season 3. So, is the entirety of season 2 not cannon or am I missing something?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695740939 {#1461
    date: 2023-09-26 17:08:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1457 …}
  +votes: Doctrine\ORM\PersistentCollection {#1453 …}
  +reports: Doctrine\ORM\PersistentCollection {#1458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1432 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1433 …}
  +badges: Doctrine\ORM\PersistentCollection {#1436 …}
  +children: []
  -id: 14277
  -titleTs: "'2':8 'complet':9 'con':12 'picard':5 'question':2 'ret':11 'ret-con':10 'season':7 'st':4"
  -bodyTs: "'2':24,52 '3':7,45 'absent':42 'arc':33 'borg':19 'cannon':54 'charact':32,35 'collect':20 'develop':36 'endless':3 'entireti':49 'final':25 'mention':28 'miss':58 'moment':4,37 'progress':18 'reach':14 'season':6,23,44,51 'seem':40 'solv':12 'someth':59 'suspici':41 'would':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695740591
  +visibility: "visible             "
  +apId: "https://startrek.website/post/2080344"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695734091 {#1462
    date: 2023-09-26 15:14: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
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 {#1434
  +user: Proxies\__CG__\App\Entity\User {#1431 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Where-is-the-best-place-to-upload-torrents"
  +title: "Where is the best place to upload torrents?"
  +url: null
  +body: "I have novel data, I have created torrents and seeding. Where do I put these torrents? I just want these data to be free like bald eagle, screeching in sky."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695738749 {#1435
    date: 2023-09-26 16:32:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 6610
  -titleTs: "'best':4 'place':5 'torrent':8 'upload':7"
  -bodyTs: "'bald':26 'creat':7 'data':4,21 'eagl':27 'free':24 'like':25 'novel':3 'put':14 'screech':28 'seed':10 'sky':30 'torrent':8,16 'want':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695738749
  +visibility: "visible             "
  +apId: "https://programming.dev/post/3528663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695738749 {#1430
    date: 2023-09-26 16:32:29.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
87 DENIED edit
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1431 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Where-is-the-best-place-to-upload-torrents"
  +title: "Where is the best place to upload torrents?"
  +url: null
  +body: "I have novel data, I have created torrents and seeding. Where do I put these torrents? I just want these data to be free like bald eagle, screeching in sky."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695738749 {#1435
    date: 2023-09-26 16:32:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 6610
  -titleTs: "'best':4 'place':5 'torrent':8 'upload':7"
  -bodyTs: "'bald':26 'creat':7 'data':4,21 'eagl':27 'free':24 'like':25 'novel':3 'put':14 'screech':28 'seed':10 'sky':30 'torrent':8,16 'want':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695738749
  +visibility: "visible             "
  +apId: "https://programming.dev/post/3528663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695738749 {#1430
    date: 2023-09-26 16:32:29.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
88 DENIED moderate
App\Entity\Entry {#1434
  +user: Proxies\__CG__\App\Entity\User {#1431 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Where-is-the-best-place-to-upload-torrents"
  +title: "Where is the best place to upload torrents?"
  +url: null
  +body: "I have novel data, I have created torrents and seeding. Where do I put these torrents? I just want these data to be free like bald eagle, screeching in sky."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695738749 {#1435
    date: 2023-09-26 16:32:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1440 …}
  +votes: Doctrine\ORM\PersistentCollection {#1429 …}
  +reports: Doctrine\ORM\PersistentCollection {#1694 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1700 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1697 …}
  +badges: Doctrine\ORM\PersistentCollection {#1690 …}
  +children: []
  -id: 6610
  -titleTs: "'best':4 'place':5 'torrent':8 'upload':7"
  -bodyTs: "'bald':26 'creat':7 'data':4,21 'eagl':27 'free':24 'like':25 'novel':3 'put':14 'screech':28 'seed':10 'sky':30 'torrent':8,16 'want':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695738749
  +visibility: "visible             "
  +apId: "https://programming.dev/post/3528663"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695738749 {#1430
    date: 2023-09-26 16:32:29.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
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 {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-your-favorite-podcasts"
  +title: "What are your favorite podcasts?"
  +url: null
  +body: """
    I’m curious what people here listen to, and I’m also looking for new ones to check out. I’m personally a big fan of Linux Unplugged, MBMBaM, Lateral, and Twenty Thousand Hertz!\n
    \n
    I also cannot get Lemmy’s search to work, so apologies if this was already a recent topic.\n
    \n
    EDIT: I have so many new podcasts to listen to now.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699056815 {#1696
    date: 2023-11-04 01:13:35.0 +01: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: 5776
  -titleTs: "'favorit':4 'podcast':5"
  -bodyTs: "'alreadi':49 'also':12,36 'apolog':45 'big':24 'cannot':37 'check':18 'curious':3 'edit':53 'fan':25 'get':38 'hertz':34 'later':30 'lemmi':39 'linux':27 'listen':7,61 'look':13 'm':2,11,21 'mani':57 'mbmbam':29 'new':15,58 'one':16 'peopl':5 'person':22 'podcast':59 'recent':51 'search':41 'thousand':33 'topic':52 'twenti':32 'unplug':28 'work':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695719119
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5748615"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695706119 {#1709
    date: 2023-09-26 07:28:39.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
91 DENIED edit
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-your-favorite-podcasts"
  +title: "What are your favorite podcasts?"
  +url: null
  +body: """
    I’m curious what people here listen to, and I’m also looking for new ones to check out. I’m personally a big fan of Linux Unplugged, MBMBaM, Lateral, and Twenty Thousand Hertz!\n
    \n
    I also cannot get Lemmy’s search to work, so apologies if this was already a recent topic.\n
    \n
    EDIT: I have so many new podcasts to listen to now.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699056815 {#1696
    date: 2023-11-04 01:13:35.0 +01: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: 5776
  -titleTs: "'favorit':4 'podcast':5"
  -bodyTs: "'alreadi':49 'also':12,36 'apolog':45 'big':24 'cannot':37 'check':18 'curious':3 'edit':53 'fan':25 'get':38 'hertz':34 'later':30 'lemmi':39 'linux':27 'listen':7,61 'look':13 'm':2,11,21 'mani':57 'mbmbam':29 'new':15,58 'one':16 'peopl':5 'person':22 'podcast':59 'recent':51 'search':41 'thousand':33 'topic':52 'twenti':32 'unplug':28 'work':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695719119
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5748615"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695706119 {#1709
    date: 2023-09-26 07:28:39.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
92 DENIED moderate
App\Entity\Entry {#1595
  +user: Proxies\__CG__\App\Entity\User {#1610 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-your-favorite-podcasts"
  +title: "What are your favorite podcasts?"
  +url: null
  +body: """
    I’m curious what people here listen to, and I’m also looking for new ones to check out. I’m personally a big fan of Linux Unplugged, MBMBaM, Lateral, and Twenty Thousand Hertz!\n
    \n
    I also cannot get Lemmy’s search to work, so apologies if this was already a recent topic.\n
    \n
    EDIT: I have so many new podcasts to listen to now.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699056815 {#1696
    date: 2023-11-04 01:13:35.0 +01: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: 5776
  -titleTs: "'favorit':4 'podcast':5"
  -bodyTs: "'alreadi':49 'also':12,36 'apolog':45 'big':24 'cannot':37 'check':18 'curious':3 'edit':53 'fan':25 'get':38 'hertz':34 'later':30 'lemmi':39 'linux':27 'listen':7,61 'look':13 'm':2,11,21 'mani':57 'mbmbam':29 'new':15,58 'one':16 'peopl':5 'person':22 'podcast':59 'recent':51 'search':41 'thousand':33 'topic':52 'twenti':32 'unplug':28 'work':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695719119
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5748615"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695706119 {#1709
    date: 2023-09-26 07:28:39.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
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 {#1648
  +user: Proxies\__CG__\App\Entity\User {#1665 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Those-who-made-it-to-HDB-without-uploading-how-d-you"
  +title: "Those who made it to HDB without uploading, how'd you do it?"
  +url: null
  +body: """
    I have a few prominent tracker accounts that are 10+ years old so I’ve been around a minute. When I see recruitment threads for HDB it’s always required to have (for example) 500 uploads. That’s my downfall unfortunately. I have a 2Gb up/down fiber connection and a server so I seed like crazy. I’m just older (as you could probably guess) so I don’t have much time outside of family/work to focus on that side.\n
    \n
    So that makes me curious, what path got you in outside of being an uploader/encoder?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695696825 {#1640
    date: 2023-09-26 04:53:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1675 …}
  +votes: Doctrine\ORM\PersistentCollection {#1676 …}
  +reports: Doctrine\ORM\PersistentCollection {#1673 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1678 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1670 …}
  +badges: Doctrine\ORM\PersistentCollection {#1667 …}
  +children: []
  -id: 9294
  -titleTs: "'d':10 'hdb':6 'made':3 'upload':8 'without':7"
  -bodyTs: "'10':10 '2gb':45 '500':35 'account':7 'alway':29 'around':17 'connect':48 'could':63 'crazi':56 'curious':85 'downfal':40 'exampl':34 'family/work':75 'fiber':47 'focus':77 'got':88 'guess':65 'hdb':26 'like':55 'm':58 'make':83 'minut':19 'much':71 'old':12 'older':60 'outsid':73,91 'path':87 'probabl':64 'promin':5 'recruit':23 'requir':30 'see':22 'seed':54 'server':51 'side':80 'thread':24 'time':72 'tracker':6 'unfortun':41 'up/down':46 'upload':36 'uploader/encoder':95 've':15 'year':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695696825
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/4937385"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695696825 {#1641
    date: 2023-09-26 04:53:45.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
95 DENIED edit
App\Entity\Entry {#1648
  +user: Proxies\__CG__\App\Entity\User {#1665 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Those-who-made-it-to-HDB-without-uploading-how-d-you"
  +title: "Those who made it to HDB without uploading, how'd you do it?"
  +url: null
  +body: """
    I have a few prominent tracker accounts that are 10+ years old so I’ve been around a minute. When I see recruitment threads for HDB it’s always required to have (for example) 500 uploads. That’s my downfall unfortunately. I have a 2Gb up/down fiber connection and a server so I seed like crazy. I’m just older (as you could probably guess) so I don’t have much time outside of family/work to focus on that side.\n
    \n
    So that makes me curious, what path got you in outside of being an uploader/encoder?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695696825 {#1640
    date: 2023-09-26 04:53:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1675 …}
  +votes: Doctrine\ORM\PersistentCollection {#1676 …}
  +reports: Doctrine\ORM\PersistentCollection {#1673 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1678 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1670 …}
  +badges: Doctrine\ORM\PersistentCollection {#1667 …}
  +children: []
  -id: 9294
  -titleTs: "'d':10 'hdb':6 'made':3 'upload':8 'without':7"
  -bodyTs: "'10':10 '2gb':45 '500':35 'account':7 'alway':29 'around':17 'connect':48 'could':63 'crazi':56 'curious':85 'downfal':40 'exampl':34 'family/work':75 'fiber':47 'focus':77 'got':88 'guess':65 'hdb':26 'like':55 'm':58 'make':83 'minut':19 'much':71 'old':12 'older':60 'outsid':73,91 'path':87 'probabl':64 'promin':5 'recruit':23 'requir':30 'see':22 'seed':54 'server':51 'side':80 'thread':24 'time':72 'tracker':6 'unfortun':41 'up/down':46 'upload':36 'uploader/encoder':95 've':15 'year':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695696825
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/4937385"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695696825 {#1641
    date: 2023-09-26 04:53:45.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
96 DENIED moderate
App\Entity\Entry {#1648
  +user: Proxies\__CG__\App\Entity\User {#1665 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Those-who-made-it-to-HDB-without-uploading-how-d-you"
  +title: "Those who made it to HDB without uploading, how'd you do it?"
  +url: null
  +body: """
    I have a few prominent tracker accounts that are 10+ years old so I’ve been around a minute. When I see recruitment threads for HDB it’s always required to have (for example) 500 uploads. That’s my downfall unfortunately. I have a 2Gb up/down fiber connection and a server so I seed like crazy. I’m just older (as you could probably guess) so I don’t have much time outside of family/work to focus on that side.\n
    \n
    So that makes me curious, what path got you in outside of being an uploader/encoder?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695696825 {#1640
    date: 2023-09-26 04:53:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1675 …}
  +votes: Doctrine\ORM\PersistentCollection {#1676 …}
  +reports: Doctrine\ORM\PersistentCollection {#1673 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1678 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1670 …}
  +badges: Doctrine\ORM\PersistentCollection {#1667 …}
  +children: []
  -id: 9294
  -titleTs: "'d':10 'hdb':6 'made':3 'upload':8 'without':7"
  -bodyTs: "'10':10 '2gb':45 '500':35 'account':7 'alway':29 'around':17 'connect':48 'could':63 'crazi':56 'curious':85 'downfal':40 'exampl':34 'family/work':75 'fiber':47 'focus':77 'got':88 'guess':65 'hdb':26 'like':55 'm':58 'make':83 'minut':19 'much':71 'old':12 'older':60 'outsid':73,91 'path':87 'probabl':64 'promin':5 'recruit':23 'requir':30 'see':22 'seed':54 'server':51 'side':80 'thread':24 'time':72 'tracker':6 'unfortun':41 'up/down':46 'upload':36 'uploader/encoder':95 've':15 'year':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695696825
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/4937385"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695696825 {#1641
    date: 2023-09-26 04:53:45.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
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 {#1650
  +user: Proxies\__CG__\App\Entity\User {#1654 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-your-most-prominent-food-memories-from-childhood"
  +title: "What are your most prominent food memories from childhood?"
  +url: null
  +body: "How do they make you feel when you remember them?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695691969 {#1671
    date: 2023-09-26 03:32:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1652 …}
  +votes: Doctrine\ORM\PersistentCollection {#1649 …}
  +reports: Doctrine\ORM\PersistentCollection {#1653 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1661 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1663 …}
  +badges: Doctrine\ORM\PersistentCollection {#1552 …}
  +children: []
  -id: 5177
  -titleTs: "'childhood':9 'food':6 'memori':7 'promin':5"
  -bodyTs: "'feel':6 'make':4 'rememb':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695691969
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5737951"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695691969 {#1679
    date: 2023-09-26 03:32:49.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
99 DENIED edit
App\Entity\Entry {#1650
  +user: Proxies\__CG__\App\Entity\User {#1654 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-your-most-prominent-food-memories-from-childhood"
  +title: "What are your most prominent food memories from childhood?"
  +url: null
  +body: "How do they make you feel when you remember them?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695691969 {#1671
    date: 2023-09-26 03:32:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1652 …}
  +votes: Doctrine\ORM\PersistentCollection {#1649 …}
  +reports: Doctrine\ORM\PersistentCollection {#1653 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1661 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1663 …}
  +badges: Doctrine\ORM\PersistentCollection {#1552 …}
  +children: []
  -id: 5177
  -titleTs: "'childhood':9 'food':6 'memori':7 'promin':5"
  -bodyTs: "'feel':6 'make':4 'rememb':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695691969
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5737951"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695691969 {#1679
    date: 2023-09-26 03:32:49.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
100 DENIED moderate
App\Entity\Entry {#1650
  +user: Proxies\__CG__\App\Entity\User {#1654 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-your-most-prominent-food-memories-from-childhood"
  +title: "What are your most prominent food memories from childhood?"
  +url: null
  +body: "How do they make you feel when you remember them?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695691969 {#1671
    date: 2023-09-26 03:32:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1652 …}
  +votes: Doctrine\ORM\PersistentCollection {#1649 …}
  +reports: Doctrine\ORM\PersistentCollection {#1653 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1661 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1663 …}
  +badges: Doctrine\ORM\PersistentCollection {#1552 …}
  +children: []
  -id: 5177
  -titleTs: "'childhood':9 'food':6 'memori':7 'promin':5"
  -bodyTs: "'feel':6 'make':4 'rememb':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695691969
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/5737951"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695691969 {#1679
    date: 2023-09-26 03:32:49.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